Sharing Sights Without Losing Secrets

31214614878?profile=RESIZE_400xImagine a busy intersection where one self-driving car spots a pedestrian stepping out from behind a delivery truck while another vehicle, approaching from a different angle, detects the truck slowing down unexpectedly.  If these two cars could combine what they see, the               result would be a more complete picture that helps both vehicles anticipate hazards earlier and respond more smoothly.  This kind of cooperation could reduce crashes, ease traffic flow, and make autonomous driving feel more reliable for passengers.  Yet sharing raw observations between companies has long carried serious risks that have kept such teamwork mostly theoretical.[1]

When companies exchange detection outputs directly, competitors can study patterns in the data to reverse-engineer how each other’s artificial intelligence models make decisions. The shared information can also reveal sensitive details about the surrounding environment, such as the locations and movements of people or vehicles in a city. In multi-vendor settings where companies view one another as rivals, these exposures create strong disincentives to collaborate. Existing cooperative perception approaches have therefore assumed a level of trust that rarely exists in competitive markets.

The paper “Sarus: Privacy-Preserving Multi-Vendor Perception Fusion via Homomorphic Encryption,” by researchers Munawar Hasan and Apostol Vassilev, offers a practical path past this barrier. Instead of transmitting precise object locations or confidence scores in readable form, each participating vehicle or roadside unit first converts its detections into simplified statistical summaries. These summaries capture the essential spatial information, roughly where objects appear and how certain the system is, without preserving the exact details that would allow outsiders to reconstruct individual model behaviors.

To combine these summaries securely, the system relies on homomorphic encryption. This form of encryption permits mathematical operations to be performed directly on protected data. Think of it as placing several sealed envelopes containing numbers into a special mixing machine. The machine can add the hidden numbers together and produce a single sealed envelope holding the total, all without anyone ever opening the individual envelopes to see the original figures. Only after the mixing is complete does an authorized party open the final envelope to read the combined result.

In Sarus, each company prepares its summaries locally, encrypts them, and sends the protected packages to a central fusion point. The fusion point adds the encrypted summaries from every participant using only operations that the encryption scheme supports. Because the additions happen while the data remains protected, the fusion point never learns any single company’s contributions. Once the combined result is ready, it returns to an authorized recipient who decrypts it and converts the aggregated summaries back into improved object detections for use by vehicles.

The design incorporates several practical choices that keep the process efficient. Detections are first represented as smooth spatial distributions rather than sharp rectangular outlines. These distributions are then assigned to a shared grid that divides the scene into manageable regions. Each detection contributes to nearby grid cells in proportion to how close its center lies to those cells, creating a smooth blending effect across boundaries. Companies aggregate their own contributions within each grid cell before encryption, which reduces the amount of data that must be transmitted and encrypted. The central fusion step then simply adds protected values across all participating companies for every occupied grid cell.

When Hasan and Vassilev evaluated this approach on the widely used KITTI driving dataset, they paired camera-based detections from one popular detector with three-dimensional detections from LiDAR-based detectors. The combined output recovered objects that individual sensors had missed, particularly at greater distances where single-modality performance tends to drop. The system maintained linear scaling behavior as the number of participating companies and the number of occupied grid regions increased, and the added computational cost introduced by encryption remained modest enough to support real-time operation.

These outcomes matter because they demonstrate that privacy-preserving collaboration need not come at the expense of usefulness or speed. The method protects each company’s proprietary model details and limits what any party can infer about the underlying scene from intermediate results. At the same time, it delivers measurable gains in coverage by letting complementary sensor strengths reinforce one another. Because the approach works with existing detector outputs and does not require changes to how individual vehicles train their models, it can be layered onto current perception pipelines with relatively contained modifications.

The same underlying technique of converting structured observations into aggregable summaries, protecting them with homomorphic encryption, and recovering useful, combined information afterward has clear relevance beyond autonomous driving. Medical institutions could pool imaging findings from different scanners to improve diagnostic accuracy while keeping individual patient scans and institutional analysis methods private. Smart-city sensor networks could merge traffic or environmental readings from multiple operators without any single operator learning another’s raw measurements. Drone fleets or robotic teams operating in shared spaces could coordinate their maps and obstacle detections through similar protected aggregation.

In practice, Sarus assumes that participating entities have already passed basic checks for legitimacy and format compliance before their encrypted packages are accepted. Separate mechanisms for authentication, identity verification, and compliance with agreed message formats would sit outside the core fusion process itself. The researchers focused on demonstrating that the fusion step can be performed securely and efficiently once those prerequisites are met.

The work shows that homomorphic encryption can move from theoretical tools to applied components in latency-sensitive, spatially structured tasks when paired with thoughtful data representation and spatial organization. By keeping the heavy cryptographic operations limited to linear additions and by exploiting the natural sparsity of real-world scenes, the overhead stays manageable. This practical demonstration helps bridge the gap between cryptographic research and the engineering realities of deployed perception systems.

For the broader autonomous driving industry, the ability to collaborate across vendors without mutual trust lowers a significant barrier to wider adoption of cooperative perception. Regulators concerned with data protection can see clearer paths to systems that improve safety while respecting privacy boundaries. Manufacturers gain a route to pool sensing resources in mixed fleets or infrastructure-supported environments. Open release of the demonstration code further encourages others to test, extend, and optimize the approach in additional settings.

Future development could integrate stronger admission controls, explore performance under larger numbers of simultaneous participants, and examine how the framework behaves when vehicles move at highway speeds with rapidly changing scenes. Refinements to the spatial representation or the choice of encryption parameters may further reduce overhead. Extending the same principles to additional sensor types or to tasks beyond object detection, such as tracking or semantic segmentation, would broaden the impact.

The central insight is that useful collaboration on perception data does not require any party to expose its raw observations or internal decision processes. By transforming detections into protected, combinable summaries and recovering only the jointly improved result, systems can achieve better situational awareness while maintaining the confidentiality that competitive and regulatory environments demand. This balance between utility and protection offers a concrete foundation for the next generation of cooperative autonomous systems.

 

This article is shared at no charge for educational and informational purposes only.

Red Sky Alliance is a Cyber Threat Analysis and Intelligence Service organization.  We provide indicators of compromise information (CTI) via a notification/Tier I analysis service (RedXray) or an analysis service (CTAC).  For questions, comments or assistance, please contact the office directly at 1-844-492-7225, or feedback@redskyalliance.com    

Weekly Cyber Intelligence Briefings:
REDSHORTS - Weekly Cyber Intelligence Briefings
https://attendee.gotowebinar.com/register/7855487668891299929

 

[1] https://six3ro.substack.com/p/sharing-sights-without-spilling-secrets

You need to be a member of Red Sky Alliance to add comments!