paper-with-me

Papers

PointDistiller: Structured Knowledge Distillation Towards Efficient and Compact 3D Detection

2022-05-23 · CVPR 2023 1 · Linfeng Zhang, Runpei Dong, Hung-Shuo Tai, Kaisheng Ma

The remarkable breakthroughs in point cloud representation learning have boosted their usage in real-world applications such as self-driving cars and virtual reality. However, these applications usually have an urgent requirement for not only accurate but also efficient 3D object detection. Recently, knowledge distillation has been proposed as an effective model compression technique, which transfers the knowledge from an over-parameterized teacher to a lightweight student and achieves consistent effectiveness in 2D vision. However, due to point clouds' sparsity and irregularity, directly applying previous image-based knowledge distillation methods to point cloud detectors usually leads to unsatisfactory performance. To fill the gap, this paper proposes PointDistiller, a structured knowledge distillation framework for point clouds-based 3D detection. Concretely, PointDistiller includes local distillation which extracts and distills the local geometric structure of point clouds with dynamic graph convolution and reweighted learning strategy, which highlights student learning on the crucial points or voxels to improve knowledge distillation efficiency. Extensive experiments on both voxels-based and raw points-based detectors have demonstrated the effectiveness of our method over seven previous knowledge distillation methods. For instance, our 4X compressed PointPillars student achieves 2.8 and 3.4 mAP improvements on BEV and 3D object detection, outperforming its teacher by 0.9 and 1.8 mAP, respectively. Codes have been released at https://github.com/RunpeiDong/PointDistiller.

📄 PDF Abstract BibTeX arXiv:2205.11098

Code (1)

runpeidong/pointdistiller 공식 구현 pytorch

Tasks

3D Object DetectionKnowledge DistillationModel Compressionobject-detectionObject DetectionRepresentation LearningSelf-Driving Cars

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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 제목 키워드 기반

Structured Knowledge Distillation for Dense Prediction

2019-03-11 · CVPR 2019 6 · Yifan Liu, Changyong Shun, Jingdong Wang, Chunhua Shen

In this work, we consider transferring the structure information from large networks to compact ones for dense prediction tasks in computer vision. Previous knowledge distillation strategies used for dense prediction tas…

Depth EstimationGeneral Classificationimage-classificationImage Classification+7

Structured Knowledge Distillation for Semantic Segmentation

2019-06-01 · CVPR 2019 6 · Yifan Liu, Ke Chen, Chris Liu, Zengchang Qin 외

In this paper, we investigate the issue of knowledge distillation for training compact semantic segmentation networks by making use of cumbersome networks. We start from the straightforward scheme, pixel-wise distillatio…

General Classificationimage-classificationImage ClassificationKnowledge Distillation+4

Structured Knowledge Distillation Towards Efficient and Compact Multi-View 3D Detection

2022-11-14 · Linfeng Zhang, Yukang Shi, Hung-Shuo Tai, Zhipeng Zhang 외

Detecting 3D objects from multi-view images is a fundamental problem in 3D computer vision. Recently, significant breakthrough has been made in multi-view 3D detection tasks. However, the unprecedented detection performa…

Knowledge Distillation

Lightweight SAR Ship Detection via Contrastive Distillation

2026-05-27 · Surendar Devasundaram, Banafsheh Saber Latibari, Abhijit Mahalanobis arxiv

Deep convolutional and transformer-based detectors achieve strong performance for SAR ship detection but are often computationally prohibitive for real-time or onboard deployment. Lightweight models offer improved effici…

Knowledge Distillation

Effectiveness of Function Matching in Driving Scene Recognition

2022-08-20 · Shingo Yashima

Knowledge distillation is an effective approach for training compact recognizers required in autonomous driving. Recent studies on image classification have shown that matching student and teacher on a wide range of data…

Autonomous Drivingimage-classificationImage ClassificationKnowledge Distillation+2