CVFeb 28

Linking Modality Isolation in Heterogeneous Collaborative Perception

Changxing Liu, Zichen Chao, Siheng Chen
arXiv:2603.00609v11 citationsHas Code
Originality Highly original
AI Analysis

This addresses a critical bottleneck in multi-agent perception systems by enabling effective collaboration across diverse sensors without requiring spatial overlap, which is incremental but impactful for autonomous vehicles and robotics.

The paper tackles the problem of modality isolation in heterogeneous collaborative perception, where agents with different modalities lack co-occurring training data, and proposes CodeAlign, an efficient alignment framework that reduces training parameters by 92% and communication load by 1024x while achieving state-of-the-art performance on OPV2V and DAIR-V2X datasets.

Collaborative perception leverages data exchange among multiple agents to enhance overall perception capabilities. However, heterogeneity across agents introduces domain gaps that hinder collaboration, and this is further exacerbated by an underexplored issue: modality isolation. It arises when multiple agents with different modalities never co-occur in any training data frame, enlarging cross-modal domain gaps. Existing alignment methods rely on supervision from spatially overlapping observations, thus fail to handle modality isolation. To address this challenge, we propose CodeAlign, the first efficient, co-occurrence-free alignment framework that smoothly aligns modalities via cross-modal feature-code-feature(FCF) translation. The key idea is to explicitly identify the representation consistency through codebook, and directly learn mappings between modality-specific feature spaces, thereby eliminating the need for spatial correspondence. Codebooks regularize feature spaces into code spaces, providing compact yet expressive representations. With a prepared code space for each modality, CodeAlign learns FCF translations that map features to the corresponding codes of other modalities, which are then decoded back into features in the target code space, enabling effective alignment. Experiments show that, when integrating three modalities, CodeAlign requires only 8% of the training parameters of prior alignment methods, reduces communication load by 1024x, and achieves state-of-the-art perception performance on both OPV2V and DAIR-V2X dataset. Code will be released on https://github.com/cxliu0314/CodeAlign.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes