CVMar 5

Fusion4CA: Boosting 3D Object Detection via Comprehensive Image Exploitation

arXiv:2603.05305v1
Originality Incremental advance
AI Analysis

This work provides an incremental improvement in 3D object detection performance for autonomous driving systems by better utilizing RGB data in fusion models.

This paper addresses the problem of insufficient RGB information exploitation in LiDAR-RGB fusion for 3D object detection. The proposed Fusion4CA method, built on BEVFusion, achieves 69.7% mAP on nuScenes with only 6 training epochs, outperforming the baseline by 1.2% while increasing inference parameters by only 3.48%.

Nowadays, an increasing number of works fuse LiDAR and RGB data in the bird's-eye view (BEV) space for 3D object detection in autonomous driving systems. However, existing methods suffer from over-reliance on the LiDAR branch, with insufficient exploration of RGB information. To tackle this issue, we propose Fusion4CA, which is built upon the classic BEVFusion framework and dedicated to fully exploiting visual input with plug-and-play components. Specifically, a contrastive alignment module is designed to calibrate image features with 3D geometry, and a camera auxiliary branch is introduced to mine RGB information sufficiently during training. For further performance enhancement, we leverage an off-the-shelf cognitive adapter to make the most of pretrained image weights, and integrate a standard coordinate attention module into the fusion stage as a supplementary boost. Experiments on the nuScenes dataset demonstrate that our method achieves 69.7% mAP with only 6 training epochs and a mere 3.48% increase in inference parameters, yielding a 1.2% improvement over the baseline which is fully trained for 20 epochs. Extensive experiments in a simulated lunar environment further validate the effectiveness and generalization of our method. Our code will be released through Fusion4CA.

Foundations

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

Your Notes