V2X-DGPE: Addressing Domain Gaps and Pose Errors for Robust Collaborative 3D Object Detection
Sichao Wang, Ming Yuan, Chuang Zhang, Qing Xu, Lei He, Jianqiang Wang
TL;DR
V2X-DGPE tackles domain gaps and pose errors in cooperative 3D object detection by fusing vehicle and infrastructure data at the feature level. It combines a teacher–student knowledge distillation framework, a temporal fusion of current and historical BEV features, a lightweight feature compensation module, and a collaborative fusion module with heterogeneous and deformable self-attention to model cross-agent interactions while dynamically addressing misalignment. The approach yields state-of-the-art accuracy and robust performance under pose perturbations on the real-world DAIR-V2X dataset, outperforming prior intermediate fusion methods. By leveraging historical context and adaptive sampling, V2X-DGPE provides resilient, cross-domain perception suitable for practical V2X deployments.
Abstract
In V2X collaborative perception, the domain gaps between heterogeneous nodes pose a significant challenge for effective information fusion. Pose errors arising from latency and GPS localization noise further exacerbate the issue by leading to feature misalignment. To overcome these challenges, we propose V2X-DGPE, a high-accuracy and robust V2X feature-level collaborative perception framework. V2X-DGPE employs a Knowledge Distillation Framework and a Feature Compensation Module to learn domain-invariant representations from multi-source data, effectively reducing the feature distribution gap between vehicles and roadside infrastructure. Historical information is utilized to provide the model with a more comprehensive understanding of the current scene. Furthermore, a Collaborative Fusion Module leverages a heterogeneous self-attention mechanism to extract and integrate heterogeneous representations from vehicles and infrastructure. To address pose errors, V2X-DGPE introduces a deformable attention mechanism, enabling the model to adaptively focus on critical parts of the input features by dynamically offsetting sampling points. Extensive experiments on the real-world DAIR-V2X dataset demonstrate that the proposed method outperforms existing approaches, achieving state-of-the-art detection performance. The code is available at https://github.com/wangsch10/V2X-DGPE.
