Generative Sparse Detection Networks for 3D Single-shot Object Detection
JunYoung Gwak, Christopher Choy, Silvio Savarese

TL;DR
This paper introduces GSDN, a novel fully-convolutional 3D object detection network that efficiently generates object proposals from sparse point cloud data, outperforming existing methods in accuracy and speed.
Contribution
The paper presents a generative sparse tensor decoder within GSDN, enabling fast, single-shot 3D detection without heuristic post-processing, suitable for large-scale inputs.
Findings
Outperforms state-of-the-art by 7.14% on large-scale datasets
Achieves 3.78 times faster processing than previous methods
Effectively handles large-scale 3D point cloud data
Abstract
3D object detection has been widely studied due to its potential applicability to many promising areas such as robotics and augmented reality. Yet, the sparse nature of the 3D data poses unique challenges to this task. Most notably, the observable surface of the 3D point clouds is disjoint from the center of the instance to ground the bounding box prediction on. To this end, we propose Generative Sparse Detection Network (GSDN), a fully-convolutional single-shot sparse detection network that efficiently generates the support for object proposals. The key component of our model is a generative sparse tensor decoder, which uses a series of transposed convolutions and pruning layers to expand the support of sparse tensors while discarding unlikely object centers to maintain minimal runtime and memory footprint. GSDN can process unprecedentedly large-scale inputs with a single…
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
TopicsHuman Pose and Action Recognition · Advanced Neural Network Applications · Advanced Vision and Imaging
MethodsPruning
