Fully Sparse Fusion for 3D Object Detection
Yingyan Li, Lue Fan, Yang Liu, Zehao Huang, Yuntao Chen, Naiyan Wang, Zhaoxiang Zhang
TL;DR
This work tackles long-range 3D detection by removing dense BEV feature maps and introducing Fully Sparse Fusion (FSF), a fully sparse, instance-level multi-modal detector that combines LiDAR and image information. FSF integrates 2D instance segmentation with 3D instance segmentation via Bi-modal Instance Generation and Bi-modal Instance-based Prediction, augmented by a two-stage assignment strategy to robustly label mixed-modality instances. The approach delivers state-of-the-art results on nuScenes, Waymo Open, and Argoverse 2, with particularly strong gains in long-range and small-object categories and a favorable latency/memory profile. By leveraging instance-level fusion and avoiding dense BEV maps, FSF demonstrates practical benefits for scalable, real-time autonomous driving perception systems.
Abstract
Currently prevalent multimodal 3D detection methods are built upon LiDAR-based detectors that usually use dense Bird's-Eye-View (BEV) feature maps. However, the cost of such BEV feature maps is quadratic to the detection range, making it not suitable for long-range detection. Fully sparse architecture is gaining attention as they are highly efficient in long-range perception. In this paper, we study how to effectively leverage image modality in the emerging fully sparse architecture. Particularly, utilizing instance queries, our framework integrates the well-studied 2D instance segmentation into the LiDAR side, which is parallel to the 3D instance segmentation part in the fully sparse detector. This design achieves a uniform query-based fusion framework in both the 2D and 3D sides while maintaining the fully sparse characteristic. Extensive experiments showcase state-of-the-art results on the widely used nuScenes dataset and the long-range Argoverse 2 dataset. Notably, the inference speed of the proposed method under the long-range LiDAR perception setting is 2.7 $\times$ faster than that of other state-of-the-art multimodal 3D detection methods. Code will be released at \url{https://github.com/BraveGroup/FullySparseFusion}.
