CVJul 22, 2019

STD: Sparse-to-Dense 3D Object Detector for Point Cloud

arXiv:1907.10471v1845 citations
Originality Incremental advance
AI Analysis

This work addresses efficient and accurate 3D object detection for autonomous driving systems, representing an incremental improvement over existing methods.

The authors tackled 3D object detection from point clouds by proposing a two-stage sparse-to-dense framework that improves accuracy and speed, achieving state-of-the-art performance on the KITTI dataset with over 10 FPS inference speed.

We present a new two-stage 3D object detection framework, named sparse-to-dense 3D Object Detector (STD). The first stage is a bottom-up proposal generation network that uses raw point cloud as input to generate accurate proposals by seeding each point with a new spherical anchor. It achieves a high recall with less computation compared with prior works. Then, PointsPool is applied for generating proposal features by transforming their interior point features from sparse expression to compact representation, which saves even more computation time. In box prediction, which is the second stage, we implement a parallel intersection-over-union (IoU) branch to increase awareness of localization accuracy, resulting in further improved performance. We conduct experiments on KITTI dataset, and evaluate our method in terms of 3D object and Bird's Eye View (BEV) detection. Our method outperforms other state-of-the-arts by a large margin, especially on the hard set, with inference speed more than 10 FPS.

Foundations

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

Your Notes