SRCN3D: Sparse R-CNN 3D for Compact Convolutional Multi-View 3D Object Detection and Tracking
Yining Shi, Jingyan Shen, Yifan Sun, Yunlong Wang, Jiaxin Li, Shiqi, Sun, Kun Jiang, Diange Yang

TL;DR
SRCN3D introduces a fully-sparse, efficient 3D object detection and tracking method that leverages sparse queries and attention, outperforming dense transformer-based approaches in accuracy and computational cost.
Contribution
The paper presents a novel two-stage sparse detector with a cascade structure, sparse feature sampling, and local RoI features for efficient 3D detection and tracking.
Findings
Achieves competitive detection and tracking performance on nuScenes dataset.
Demonstrates superior efficiency over transformer-based methods.
Employs a fully-convolutional, deployment-friendly pipeline.
Abstract
Detection and tracking of moving objects is an essential component in environmental perception for autonomous driving. In the flourishing field of multi-view 3D camera-based detectors, different transformer-based pipelines are designed to learn queries in 3D space from 2D feature maps of perspective views, but the dominant dense BEV query mechanism is computationally inefficient. This paper proposes Sparse R-CNN 3D (SRCN3D), a novel two-stage fully-sparse detector that incorporates sparse queries, sparse attention with box-wise sampling, and sparse prediction. SRCN3D adopts a cascade structure with the twin-track update of both a fixed number of query boxes and latent query features. Our novel sparse feature sampling module only utilizes local 2D region of interest (RoI) features calculated by the projection of 3D query boxes for further box refinement, leading to a fully-convolutional…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Human Pose and Action Recognition
MethodsSparse R-CNN
