CVMar 9, 2024

SAFDNet: A Simple and Effective Network for Fully Sparse 3D Object Detection

arXiv:2403.05817v379 citationsh-index: 4Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the scalability issue in 3D object detection for autonomous driving, offering a more efficient solution for long-range perception, though it is incremental as it builds on prior sparse detection methods.

The paper tackles the computational inefficiency of dense feature maps in LiDAR-based 3D object detection for autonomous driving by proposing SAFDNet, a fully sparse architecture that achieves better performance and speed on long-range detection datasets, such as surpassing HEDNet by 2.6% mAP while being 2.1x faster on Argoverse2.

LiDAR-based 3D object detection plays an essential role in autonomous driving. Existing high-performing 3D object detectors usually build dense feature maps in the backbone network and prediction head. However, the computational costs introduced by the dense feature maps grow quadratically as the perception range increases, making these models hard to scale up to long-range detection. Some recent works have attempted to construct fully sparse detectors to solve this issue; nevertheless, the resulting models either rely on a complex multi-stage pipeline or exhibit inferior performance. In this work, we propose SAFDNet, a straightforward yet highly effective architecture, tailored for fully sparse 3D object detection. In SAFDNet, an adaptive feature diffusion strategy is designed to address the center feature missing problem. We conducted extensive experiments on Waymo Open, nuScenes, and Argoverse2 datasets. SAFDNet performed slightly better than the previous SOTA on the first two datasets but much better on the last dataset, which features long-range detection, verifying the efficacy of SAFDNet in scenarios where long-range detection is required. Notably, on Argoverse2, SAFDNet surpassed the previous best hybrid detector HEDNet by 2.6% mAP while being 2.1x faster, and yielded 2.1% mAP gains over the previous best sparse detector FSDv2 while being 1.3x faster. The code will be available at https://github.com/zhanggang001/HEDNet.

Code Implementations1 repo
Foundations

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

Your Notes