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

Point-to-Voxel Knowledge Distillation for LiDAR Semantic Segmentation

About

This article addresses the problem of distilling knowledge from a large teacher model to a slim student network for LiDAR semantic segmentation. Directly employing previous distillation approaches yields inferior results due to the intrinsic challenges of point cloud, i.e., sparsity, randomness and varying density. To tackle the aforementioned problems, we propose the Point-to-Voxel Knowledge Distillation (PVD), which transfers the hidden knowledge from both point level and voxel level. Specifically, we first leverage both the pointwise and voxelwise output distillation to complement the sparse supervision signals. Then, to better exploit the structural information, we divide the whole point cloud into several supervoxels and design a difficulty-aware sampling strategy to more frequently sample supervoxels containing less-frequent classes and faraway objects. On these supervoxels, we propose inter-point and inter-voxel affinity distillation, where the similarity information between points and voxels can help the student model better capture the structural information of the surrounding environment. We conduct extensive experiments on two popular LiDAR segmentation benchmarks, i.e., nuScenes and SemanticKITTI. On both benchmarks, our PVD consistently outperforms previous distillation approaches by a large margin on three representative backbones, i.e., Cylinder3D, SPVNAS and MinkowskiNet. Notably, on the challenging nuScenes and SemanticKITTI datasets, our method can achieve roughly 75% MACs reduction and 2x speedup on the competitive Cylinder3D model and rank 1st on the SemanticKITTI leaderboard among all published algorithms. Our code is available at https://github.com/cardwing/Codes-for-PVKD.

Yuenan Hou, Xinge Zhu, Yuexin Ma, Chen Change Loy, Yikang Li• 2022

Related benchmarks

TaskDatasetResultRank
Semantic segmentationSemanticKITTI (test)
mIoU71.2
335
Semantic segmentationnuScenes (val)
mIoU (Segmentation)0.76
212
LiDAR Semantic SegmentationnuScenes (val)
mIoU76
169
LiDAR Semantic SegmentationSemanticKITTI (test)
mIoU71.2
125
LiDAR Semantic SegmentationSemanticKITTI (val)
mIoU66.4
87
Semantic segmentationnuScenes (test)
mIoU76
75
Semantic segmentationSemanticKITTI v1.0 (test)
mIoU71.2
71
LiDAR Semantic SegmentationSemanticKITTI 1.0 (test)
mIoU71.2
59
Semantic segmentationSemanticKITTI single-scan (test)
mIoU71.2
45
Semantic segmentationnuScenes 1.0 (val)
mIoU76
29
Showing 10 of 11 rows

Other info

Code

Follow for update