CVAIApr 28, 2023

Multi-to-Single Knowledge Distillation for Point Cloud Semantic Segmentation

arXiv:2304.14800v17 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This work addresses a domain-specific challenge in 3D perception for autonomous driving or robotics, offering incremental improvements for hard classes.

The paper tackles the problem of poor performance in 3D point cloud semantic segmentation for classes with few examples or points by proposing a multi-to-single knowledge distillation framework, resulting in substantial improvements on the SemanticKITTI dataset compared to the baseline.

3D point cloud semantic segmentation is one of the fundamental tasks for environmental understanding. Although significant progress has been made in recent years, the performance of classes with few examples or few points is still far from satisfactory. In this paper, we propose a novel multi-to-single knowledge distillation framework for the 3D point cloud semantic segmentation task to boost the performance of those hard classes. Instead of fusing all the points of multi-scans directly, only the instances that belong to the previously defined hard classes are fused. To effectively and sufficiently distill valuable knowledge from multi-scans, we leverage a multilevel distillation framework, i.e., feature representation distillation, logit distillation, and affinity distillation. We further develop a novel instance-aware affinity distillation algorithm for capturing high-level structural knowledge to enhance the distillation efficacy for hard classes. Finally, we conduct experiments on the SemanticKITTI dataset, and the results on both the validation and test sets demonstrate that our method yields substantial improvements compared with the baseline method. The code is available at \Url{https://github.com/skyshoumeng/M2SKD}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes