CORTEXA
← Browse
arxivcs.CRcs.CV2026-07-21

Sarus: Privacy-Preserving Multi-Vendor Perception Fusion via Homomorphic Encryption

Munawar Hasan, Apostol Vassilev

Cooperative perception enables autonomous vehicles (AVs) to improve situational awareness by aggregating detection outputs from multiple agents and sensing platforms, often via a shared fusion service in multi-vendor deployments. However, sharing such outputs at inference time exposes proprietary model behavior and sensitive environmental information, creating significant privacy and security concerns. In this paper, we present Sarus, a privacy-preserving framework for multi-vendor perception fusion via homomorphic encryption (HE), enabling aggregation without revealing individual vendor outputs. Each vendor encodes detections as compact Gaussian moment vectors over a shared spatial lattice and transmits encrypted payloads to a fusion server, which aggregates them directly in the encrypted domain. The fused result is then decrypted and reconstructed into final detections through class-wise bin merging. We analyze the computational complexity, showing linear scaling for vendor payload construction and $O(BV)$ server-side fusion with the number of occupied bins $B$ and vendors $V$, while postprocessing scales as $O(B + \sum_{c\in \mathcal{C}} B_c^2)$, where $\mathcal{C}$ denotes the set of object classes and $B_c$ is the number of occupied bins for class $c$. Experiments demonstrate linear scaling in practice with only a bounded constant-factor overhead from HE, with decryption dominating postprocessing cost. Experiments on the KITTI dataset using camera (YOLOv8) and LiDAR (PointPillars, PV-RCNN) detectors show that Sarus improves scene-level coverage by effectively aggregating complementary detections, particularly in distance-dependent regimes where individual modalities degrade. These results indicate that privacy-preserving multi-vendor perception fusion is feasible for real-time deployment when statistical compression and spatial sparsity are jointly exploited.

View free PDFSource page

Related papers

arxivcs.CVcs.CRcs.ET2026-06-28

Bit-ViP: Leveraging Bit-planes to Preserve Visual Privacy in Images through Obfuscation

Vishesh Kumar Tanwar, Ashish Gupta, Sanjay Madria, Sajal K. Das

The unprecedented growth of computer vision applications, such as surveillance systems and social media, raises security and visual privacy concerns, especially when data is stored on cloud servers. Image obfuscation offers a way to preserve visual privacy while maintaining an ad…

View free PDFSource page
arxivcs.CVcs.CR2026-07-03

Cancelable Biometric Template Protection Based on Multi-Instance Fusion: A Contralateral Iris Approach

Jittarin Chaivong, Nicha Vikromrotjananan, Teekatat Piriyapittaya, Waree Kongprawechnon, Suradej Duangpummet

Biometric templates are vulnerable to theft if stored without protection. Unlike passwords, a compromised iris cannot be reissued. Although existing cancelable biometric schemes address this problem, most still require an external key or token, introducing an additional attack su…

View free PDFSource page
arxivcs.CRcs.CV2026-07-01

From Forgeries to Foundation Models: A Systematic Survey of Identity Document Attack and Detection

Gourab Das, Pavan Kumar C, Raghavendra Ramachandra

Identity document forgery has undergone a fundamental capability shift: generative AI tools now enable high-fidelity document synthesis and field-level manipulation with minimal technical expertise, while detection methods remain constrained by benchmarks that do not reflect this…

View free PDFSource page
arxivcs.CVcs.CLcs.CR2026-07-17

One Modality to Forget Them All: Enhancing Cross-Modal Unlearning in Vision-Language Models

Sudharshan Balaji, Yili Ren, Guangjing Wang, Yimin Chen, Ning Wang

Machine unlearning is widely used to remove hazardous knowledge from large language models. Modern Vision-Language Models (VLMs), however, process both text and visual inputs, raising a fundamental security question: does unlearning in one modality transfer to the other? We prese…

View free PDFSource page
arxivcs.CVcs.CR2026-07-12

Effective Synthetic Image Detection via Noise Residual Clustering

Caihui Yan, Gang Cao, Huawei Tian, Zhen Li, Yuhang Zhai

The rapid advancement of generative artificial intelligence (AI) has made synthetic images remarkably realistic, posing security threats such as misinformation and fraud. It is significant to detect the synthetic image in the manner of passive and blind image authentication. Most…

View free PDFSource page