Search papers, labs, and topics across Lattice.
The paper introduces Fusion4CA, a novel approach to improve 3D object detection by more effectively fusing LiDAR and RGB data in BEV representations. It addresses the common problem of over-reliance on LiDAR data by incorporating a contrastive alignment module for calibrating image features with 3D geometry, a camera auxiliary branch to mine RGB information, and a cognitive adapter to leverage pretrained image weights. Experiments on nuScenes show that Fusion4CA achieves 69.7% mAP with only 6 training epochs, outperforming the BEVFusion baseline trained for 20 epochs, while only increasing inference parameters by 3.48%.
Stop neglecting your camera data: Fusion4CA shows how a few simple, plug-and-play modules can significantly boost 3D object detection performance by better exploiting RGB information in BEV fusion.
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.