Search papers, labs, and topics across Lattice.
This paper introduces the Uncertainty-Enhanced Collaborative Perception (UECP) framework, which addresses the limitations of existing methods in autonomous driving by proposing an uncertainty map that decouples perception quality from detection noise. By utilizing real-time sensor signals like LiDAR point density, the framework provides a physically grounded metric for evaluating agent contributions during collaborative perception. Experimental results demonstrate that UECP significantly outperforms state-of-the-art approaches in both effectiveness and robustness, highlighting the importance of integrating uncertainty into the fusion process.
Uncertainty-Enhanced Collaborative Perception outperforms existing methods by effectively decoupling perception quality from detection noise, leading to more reliable autonomous driving systems.
Collaborative perception serves as a pivotal solution to enhance the perception capability of individual agents in autonomous driving, where a core challenge lies in seeking reliable evidence to quantify and weight the contribution of each participating agent. Existing methods typically rely on a confidence map, which is co-trained with the detection head, but it is inherently correlated with the detection results and thus fails to provide unbiased physical evidence. Furthermore, how to deeply integrate evidence into the cooperative fusion process remains an open question. To address these issues, this paper first proposes an uncertainty map, a physically grounded and unambiguous metric for evaluating perception quality. This map is directly supervised by real-time sensor signals, i.e., LiDAR point density, ensuring decoupling from detection noise and thereby providing physical scenario-aware evidence for weighting agent contribution. Based on this map, we develop the Uncertainty-Enhanced Collaborative Perception (UECP) framework, centered on the Uncertainty-Aware Pyramid Fusion (UAPF) module. UAPF uses a coarse-to-fine strategy, with two key components: Uncertainty-Weighted Downsampling (UWD) for high-fidelity feature preservation, and Uncertainty-Guided Residual Fusion (UGRF) to reinforce ego features, suppressing noise and ensuring robust fusion. Extensive experiments on real-world datasets show UECP outperforms state-of-the-art methods in effectiveness and robustness by embedding the uncertainty map into fusion. Code will be publicly available.