paper-with-me

Papers

Fully Sparse 3D Object Detection

2022-07-20 · Lue Fan, Feng Wang, Naiyan Wang, Zhaoxiang Zhang

As the perception range of LiDAR increases, LiDAR-based 3D object detection becomes a dominant task in the long-range perception task of autonomous driving. The mainstream 3D object detectors usually build dense feature maps in the network backbone and prediction head. However, the computational and spatial costs on the dense feature map are quadratic to the perception range, which makes them hardly scale up to the long-range setting. To enable efficient long-range LiDAR-based object detection, we build a fully sparse 3D object detector (FSD). The computational and spatial cost of FSD is roughly linear to the number of points and independent of the perception range. FSD is built upon the general sparse voxel encoder and a novel sparse instance recognition (SIR) module. SIR first groups the points into instances and then applies instance-wise feature extraction and prediction. In this way, SIR resolves the issue of center feature missing, which hinders the design of the fully sparse architecture for all center-based or anchor-based detectors. Moreover, SIR avoids the time-consuming neighbor queries in previous point-based methods by grouping points into instances. We conduct extensive experiments on the large-scale Waymo Open Dataset to reveal the working mechanism of FSD, and state-of-the-art performance is reported. To demonstrate the superiority of FSD in long-range detection, we also conduct experiments on Argoverse 2 Dataset, which has a much larger perception range ($200m$) than Waymo Open Dataset ($75m$). On such a large perception range, FSD achieves state-of-the-art performance and is 2.4$\times$ faster than the dense counterpart. Codes will be released at https://github.com/TuSimple/SST.

📄 PDF Abstract BibTeX arXiv:2207.10035

Code (4)

tusimple/sst 공식 구현 pytorch
bravegroup/fullysparsefusion pytorch
dvlab-research/VoxelNeXt pytorch
tusen-ai/sst pytorch

Tasks

3D Object DetectionAutonomous DrivingObjectObject Detection

Similar Papers 제목 키워드 기반

SparseAlign: A Fully Sparse Framework for Cooperative Object Detection

2025-03-17 · CVPR 2025 1 · Yunshuang Yuan, Yan Xia, Daniel Cremers, Monika Sester

Cooperative perception can increase the view field and decrease the occlusion of an ego vehicle, hence improving the perception performance and safety of autonomous driving. Despite the success of previous works on coope…

Autonomous Drivingobject-detectionObject Detection

VoxelNeXt: Fully Sparse VoxelNet for 3D Object Detection and Tracking

2023-03-20 · CVPR 2023 1 · Yukang Chen, Jianhui Liu, Xiangyu Zhang, Xiaojuan Qi 외

3D object detectors usually rely on hand-crafted proxies, e.g., anchors or centers, and translate well-studied 2D frameworks to 3D. Thus, sparse voxel features need to be densified and processed by dense prediction heads…

3D Object DetectionObjectobject-detectionObject Detection

Shape-Prior-Based Point Cloud Completion for Single-Stage Fully Sparse 3D Object Detection

2026-05-30 · Kaizheng Wang, Mingqian Ji, Jian Yang, Shanshan Zhang arxiv

Single-stage fully sparse 3D object detectors rely on point clouds data to detect objects in autonomous driving scenarios. However, the sparsity and incompleteness of point clouds significantly limit the performance of 3…

Point Cloud Completion3D Object DetectionAutonomous DrivingPoint Clouds

Super Sparse 3D Object Detection

2023-01-05 · Lue Fan, Yuxue Yang, Feng Wang, Naiyan Wang 외

As the perception range of LiDAR expands, LiDAR-based 3D object detection contributes ever-increasingly to the long-range perception in autonomous driving. Mainstream 3D object detectors often build dense feature maps, w…

3D Object DetectionAutonomous DrivingObjectobject-detection+1

Fully Sparse Fusion for 3D Object Detection

2023-04-24 · Yingyan Li, Lue Fan, Yang Liu, Zehao Huang 외

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…

3D Instance Segmentation3D Object DetectionInstance SegmentationObject+3