CVLGApr 26, 2022

Focal Sparse Convolutional Networks for 3D Object Detection

arXiv:2204.12463v1302 citationsh-index: 106Has Code
Originality Incremental advance
AI Analysis

This work addresses 3D object detection for autonomous driving by improving sparse convolutional networks, representing an incremental advancement with novel modules.

The paper tackles the problem of non-uniform contributions of 3D sparse data in object detection by introducing focal sparse convolution modules that make feature sparsity learnable, achieving state-of-the-art results on the nuScenes benchmark.

Non-uniformed 3D sparse data, e.g., point clouds or voxels in different spatial positions, make contribution to the task of 3D object detection in different ways. Existing basic components in sparse convolutional networks (Sparse CNNs) process all sparse data, regardless of regular or submanifold sparse convolution. In this paper, we introduce two new modules to enhance the capability of Sparse CNNs, both are based on making feature sparsity learnable with position-wise importance prediction. They are focal sparse convolution (Focals Conv) and its multi-modal variant of focal sparse convolution with fusion, or Focals Conv-F for short. The new modules can readily substitute their plain counterparts in existing Sparse CNNs and be jointly trained in an end-to-end fashion. For the first time, we show that spatially learnable sparsity in sparse convolution is essential for sophisticated 3D object detection. Extensive experiments on the KITTI, nuScenes and Waymo benchmarks validate the effectiveness of our approach. Without bells and whistles, our results outperform all existing single-model entries on the nuScenes test benchmark at the paper submission time. Code and models are at https://github.com/dvlab-research/FocalsConv.

Code Implementations2 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