Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SqueezeSegV3: Spatially-Adaptive Convolution for Efficient Point-Cloud Segmentation

About

LiDAR point-cloud segmentation is an important problem for many applications. For large-scale point cloud segmentation, the \textit{de facto} method is to project a 3D point cloud to get a 2D LiDAR image and use convolutions to process it. Despite the similarity between regular RGB and LiDAR images, we discover that the feature distribution of LiDAR images changes drastically at different image locations. Using standard convolutions to process such LiDAR images is problematic, as convolution filters pick up local features that are only active in specific regions in the image. As a result, the capacity of the network is under-utilized and the segmentation performance decreases. To fix this, we propose Spatially-Adaptive Convolution (SAC) to adopt different filters for different locations according to the input image. SAC can be computed efficiently since it can be implemented as a series of element-wise multiplications, im2col, and standard convolution. It is a general framework such that several previous methods can be seen as special cases of SAC. Using SAC, we build SqueezeSegV3 for LiDAR point-cloud segmentation and outperform all previous published methods by at least 3.7% mIoU on the SemanticKITTI benchmark with comparable inference speed.

Chenfeng Xu, Bichen Wu, Zining Wang, Wei Zhan, Peter Vajda, Kurt Keutzer, Masayoshi Tomizuka• 2020

Related benchmarks

TaskDatasetResultRank
Semantic segmentationSemanticKITTI (test)
mIoU55.9
335
LiDAR Semantic SegmentationSemanticKITTI (test)
mIoU55.9
125
LiDAR Semantic SegmentationSemanticKITTI 1.0 (test)
mIoU55.9
59
Semantic segmentationSemanticKITTI single-scan
mIoU55.9
46
Semantic segmentationSemanticKITTI single-scan (test)
mIoU55.9
45
LiDAR Semantic SegmentationSemanticKITTI sequences 11 to 21 (test)
Car IoU92.5
35
3D Semantic SegmentationSemanticKITTI-FV (val)
mIoU0.533
15
3D Scene SegmentationSemanticKITTI single scan setting (test)
mIoU55.9
8
Semantic segmentationSemanticKITTI
Car IoU92.5
7
Showing 9 of 9 rows

Other info

Code

Follow for update