DGFusion: Dual-guided Fusion for Robust Multi-Modal 3D Object Detection
Feiyang Jia, Caiyan Jia, Ailin Liu, Shaoqing Xu, Qiming Xia, Lin Liu, Lei Yang, Yan Gong, Ziying Song
TL;DR
DGFusion tackles hard instance detection in multi-modal 3D object detection by introducing a Dual-guided paradigm that unifies Point-guide-Image and Image-guide-Point approaches. It builds instance-level features via IFG, then uses DIPM to create easy and hard instance pairs, enabling two complementary fusion paths through PGIE and IGPE before final detection. The approach yields consistent gains on nuScenes (e.g., +1.0% mAP, +0.8% NDS on the test set) and demonstrates robustness across distance, visibility, and small object sizes, with competitive latency compared to strong baselines. This framework provides a scalable, geometry-aware fusion strategy that improves reliability in challenging autonomous driving scenarios and can extend to other unified BEV-based detectors.
Abstract
As a critical task in autonomous driving perception systems, 3D object detection is used to identify and track key objects, such as vehicles and pedestrians. However, detecting distant, small, or occluded objects (hard instances) remains a challenge, which directly compromises the safety of autonomous driving systems. We observe that existing multi-modal 3D object detection methods often follow a single-guided paradigm, failing to account for the differences in information density of hard instances between modalities. In this work, we propose DGFusion, based on the Dual-guided paradigm, which fully inherits the advantages of the Point-guide-Image paradigm and integrates the Image-guide-Point paradigm to address the limitations of the single paradigms. The core of DGFusion, the Difficulty-aware Instance Pair Matcher (DIPM), performs instance-level feature matching based on difficulty to generate easy and hard instance pairs, while the Dual-guided Modules exploit the advantages of both pair types to enable effective multi-modal feature fusion. Experimental results demonstrate that our DGFusion outperforms the baseline methods, with respective improvements of +1.0\% mAP, +0.8\% NDS, and +1.3\% average recall on nuScenes. Extensive experiments demonstrate consistent robustness gains for hard instance detection across ego-distance, size, visibility, and small-scale training scenarios.
