Searching Efficient 3D Architectures with Sparse Point-Voxel Convolution

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. Experimental results validate that the resulting SPVNAS model is fast and accurate: it outperforms the state-of-the-art MinkowskiNet by 3.3%, ranking 1st on the competitive SemanticKITTI leaderboard. It also achieves 8x computation reduction and 3x measured speedup over MinkowskiNet with higher accuracy. Finally, we transfer our method to 3D object detection, and it achieves consistent improvements over the one-stage detection baseline on KITTI.

PDF Abstract ECCV 2020 PDF ECCV 2020 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
LIDAR Semantic Segmentation nuScenes SPVCNN++ test mIoU 0.811 # 5
LIDAR Semantic Segmentation nuScenes SPVNAS test mIoU 0.77 # 14
Robust 3D Semantic Segmentation nuScenes-C SPVCNN-34 mean Corruption Error (mCE) 97.45% # 3
Robust 3D Semantic Segmentation nuScenes-C SPVCNN-18 mean Corruption Error (mCE) 106.65% # 7
3D Semantic Segmentation SemanticKITTI SPVNAS test mIoU 66.4% # 12
val mIoU 64.7% # 12
Robust 3D Semantic Segmentation SemanticKITTI-C SPVCNN-34 mean Corruption Error (mCE) 99.16% # 1
Robust 3D Semantic Segmentation SemanticKITTI-C SPVCNN-18 mean Corruption Error (mCE) 100.30% # 4
Robust 3D Semantic Segmentation WOD-C SPVCNN-34 mean Corruption Error (mCE) 98.72% # 2
Robust 3D Semantic Segmentation WOD-C SPVCNN-18 mean Corruption Error (mCE) 103.60% # 4

Methods