CVJun 22, 2020

Generative Sparse Detection Networks for 3D Single-shot Object Detection

arXiv:2006.12356v1131 citations
Originality Highly original
AI Analysis

This addresses the problem of efficient and accurate 3D object detection for applications like robotics and augmented reality, offering a novel method that improves speed and performance over existing approaches.

The paper tackles the challenge of 3D object detection from sparse point clouds by proposing Generative Sparse Detection Network (GSDN), which uses a generative sparse tensor decoder to efficiently generate object proposals in a single pass, achieving a 7.14% relative improvement in accuracy and being 3.78 times faster than prior methods on large-scale datasets.

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 fully-convolutional feed-forward pass, thus does not require the heuristic post-processing stage that stitches results from sliding windows as other previous methods have. We validate our approach on three 3D indoor datasets including the large-scale 3D indoor reconstruction dataset where our method outperforms the state-of-the-art methods by a relative improvement of 7.14% while being 3.78 times faster than the best prior work.

Code Implementations4 repos
Foundations

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

Your Notes