paper-with-me

홈 › Papers

Point-to-Voxel Knowledge Distillation for LiDAR Semantic Segmentation

2022-06-05 · CVPR 2022 1 · Yuenan Hou, Xinge Zhu, Yuexin Ma, Chen Change Loy, Yikang Li

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.

📄 PDF Abstract BibTeX arXiv:2206.02099

Code (0)

등록된 구현이 없습니다.

Tasks

3D Semantic SegmentationKnowledge DistillationLIDAR Semantic SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Knowledge Distillation from 3D to Bird's-Eye-View for LiDAR Semantic Segmentation

2023-04-22 · Feng Jiang, Heng Gao, Shoumeng Qiu, Haiqiang Zhang 외

LiDAR point cloud segmentation is one of the most fundamental tasks for autonomous driving scene understanding. However, it is difficult for existing models to achieve both high inference speed and accuracy simultaneousl…

Autonomous DrivingKnowledge DistillationLIDAR Semantic SegmentationPoint Cloud Segmentation+2

Boosting 3D Object Detection by Simulating Multimodality on Point Clouds

2022-06-30 · CVPR 2022 1 · Wu Zheng, Mingxuan Hong, Li Jiang, Chi-Wing Fu

This paper presents a new approach to boost a single-modality (LiDAR) 3D object detector by teaching it to simulate features and responses that follow a multi-modality (LiDAR-image) detector. The approach needs LiDAR-ima…

3D Object Detectionobject-detectionObject Detection

SVQNet: Sparse Voxel-Adjacent Query Network for 4D Spatio-Temporal LiDAR Semantic Segmentation

2023-08-25 · ICCV 2023 1 · Xuechao Chen, Shuangjie Xu, Xiaoyi Zou, Tongyi Cao 외

LiDAR-based semantic perception tasks are critical yet challenging for autonomous driving. Due to the motion of objects and static/dynamic occlusion, temporal information plays an essential role in reinforcing perception…

Autonomous DrivingLIDAR Semantic SegmentationSemantic Segmentation

KD360-VoxelBEV: LiDAR and 360-degree Camera Cross Modality Knowledge Distillation for Bird's-Eye-View Segmentation

2025-12-17 · Wenke E, Yixin Sun, Jiaxu Liu, Hubert P. H. Shum 외 arxiv

We present the first cross-modality distillation framework specifically tailored for single-panoramic-camera Bird's-Eye-View (BEV) segmentation. Our approach leverages a novel LiDAR image representation fused from range,…

Knowledge DistillationAutonomous DrivingBEV Segmentation

Unleashing the Potential of Mamba: Boosting a LiDAR 3D Sparse Detector by Using Cross-Model Knowledge Distillation

2024-09-17 · Rui Yu, Runkai Zhao, Jiagen Li, Qingsong Zhao 외

The LiDAR-based 3D object detector that strikes a balance between accuracy and speed is crucial for achieving real-time perception in autonomous driving and robotic navigation systems. To enhance the accuracy of point cl…

3D Object DetectionAutonomous DrivingCloud DetectionKnowledge Distillation+4