CVNov 23, 2022

Sparse2Dense: Learning to Densify 3D Features for 3D Object Detection

arXiv:2211.13067v120 citationsh-index: 66
Originality Incremental advance
AI Analysis

This work addresses a key challenge in 3D object detection for autonomous driving by improving detection of sparse objects, though it is incremental as it builds on existing detector frameworks.

The paper tackles the problem of detecting small, distant, and incomplete objects in LiDAR point clouds by proposing Sparse2Dense, a framework that learns to densify 3D features in latent space, resulting in high performance and efficiency improvements over state-of-the-art methods on the Waymo Open Dataset and Waymo Domain Adaptation Dataset.

LiDAR-produced point clouds are the major source for most state-of-the-art 3D object detectors. Yet, small, distant, and incomplete objects with sparse or few points are often hard to detect. We present Sparse2Dense, a new framework to efficiently boost 3D detection performance by learning to densify point clouds in latent space. Specifically, we first train a dense point 3D detector (DDet) with a dense point cloud as input and design a sparse point 3D detector (SDet) with a regular point cloud as input. Importantly, we formulate the lightweight plug-in S2D module and the point cloud reconstruction module in SDet to densify 3D features and train SDet to produce 3D features, following the dense 3D features in DDet. So, in inference, SDet can simulate dense 3D features from regular (sparse) point cloud inputs without requiring dense inputs. We evaluate our method on the large-scale Waymo Open Dataset and the Waymo Domain Adaptation Dataset, showing its high performance and efficiency over the state of the arts.

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