Searching Efficient 3D Architectures with Sparse Point-Voxel Convolution
Haotian Tang, Zhijian Liu, Shengyu Zhao, Yujun Lin, Ji Lin, Hanrui, Wang, Song Han

TL;DR
This paper introduces Sparse Point-Voxel Convolution (SPVConv), a lightweight 3D module that enhances 3D perception models for autonomous driving by preserving fine details and enabling efficient neural architecture search, leading to state-of-the-art results.
Contribution
The paper proposes SPVConv, a novel 3D convolution module combining point-based and voxel-based methods, and introduces 3D-NAS for optimizing 3D network architectures.
Findings
SPVNAS outperforms MinkowskiNet by 3.3% on SemanticKITTI.
Achieves 8x less computation and 3x faster inference with higher accuracy.
Improves 3D object detection performance on KITTI dataset.
Abstract
Self-driving cars need to understand 3D scenes efficiently and accurately in order to drive safely. Given the limited hardware resources, existing 3D perception models are not able to recognize small instances (e.g., pedestrians, cyclists) very well due to the low-resolution voxelization and aggressive downsampling. To this end, we propose Sparse Point-Voxel Convolution (SPVConv), a lightweight 3D module that equips the vanilla Sparse Convolution with the high-resolution point-based branch. With negligible overhead, this point-based branch is able to preserve the fine details even from large outdoor scenes. To explore the spectrum of efficient 3D models, we first define a flexible architecture design space based on SPVConv, and we then present 3D Neural Architecture Search (3D-NAS) to search the optimal network architecture over this diverse design space efficiently and effectively.…
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
[ECCV 2020] Searching Efficient 3D Architectures with Sparse Point-Voxel Convolution· youtube
Taxonomy
TopicsAdvanced Neural Network Applications · Robotics and Sensor-Based Localization · Autonomous Vehicle Technology and Safety
MethodsConvolution
