paper-with-me

홈 › Papers

Gradient-Guided Knowledge Distillation for Object Detectors

2023-03-07 · Qizhen Lan, Qing Tian

Deep learning models have demonstrated remarkable success in object detection, yet their complexity and computational intensity pose a barrier to deploying them in real-world applications (e.g., self-driving perception). Knowledge Distillation (KD) is an effective way to derive efficient models. However, only a small number of KD methods tackle object detection. Also, most of them focus on mimicking the plain features of the teacher model but rarely consider how the features contribute to the final detection. In this paper, we propose a novel approach for knowledge distillation in object detection, named Gradient-guided Knowledge Distillation (GKD). Our GKD uses gradient information to identify and assign more weights to features that significantly impact the detection loss, allowing the student to learn the most relevant features from the teacher. Furthermore, we present bounding-box-aware multi-grained feature imitation (BMFI) to further improve the KD performance. Experiments on the KITTI and COCO-Traffic datasets demonstrate our method's efficacy in knowledge distillation for object detection. On one-stage and two-stage detectors, our GKD-BMFI leads to an average of 5.1% and 3.8% mAP improvement, respectively, beating various state-of-the-art KD methods.

📄 PDF Abstract BibTeX arXiv:2303.04240

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationObjectobject-detectionObject Detection

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 제목 키워드 기반

Improve Object Detection with Feature-based Knowledge Distillation: Towards Accurate and Efficient Detectors

2021-01-01 · ICLR 2021 1 · Linfeng Zhang, Kaisheng Ma

Knowledge distillation, in which a student model is trained to mimic a teacher model, has been proved as an effective technique for model compression and model accuracy boosting. However, most knowledge distillation meth…

image-classificationImage ClassificationKnowledge DistillationModel Compression+2

LGD: Label-guided Self-distillation for Object Detection

2021-09-23 · Peizhen Zhang, Zijian Kang, Tong Yang, Xiangyu Zhang 외

In this paper, we propose the first self-distillation framework for general object detection, termed LGD (Label-Guided self-Distillation). Previous studies rely on a strong pretrained teacher to provide instructive knowl…

Instance SegmentationObjectobject-detectionObject Detection+2

Adaptive Instance Distillation for Object Detection in Autonomous Driving

2022-01-26 · Qizhen Lan, Qing Tian

In recent years, knowledge distillation (KD) has been widely used to derive efficient models. Through imitating a large teacher model, a lightweight student model can achieve comparable performance with more efficiency. …

Autonomous DrivingKnowledge Distillationobject-detectionObject Detection

Socialized Detector Learning: Trajectory-Guided and Reciprocal Distillation for Heterogeneous Object Detectors

2026-08-26 · Weihao Li, Yunqi Zhu, Zhihe Fan, Ruipu Zhao 외 arxiv

Object detection knowledge is fragmented across independently trained, heterogeneous detectors with complementary category supports. In socialized learning, this knowledge resides in a society, and learning aims to evolv…

Object Detection

Incremental Object Detection via Meta-Learning

2020-03-17 · K J Joseph, Jathushan Rajasegaran, Salman Khan, Fahad Shahbaz Khan 외

In a real-world setting, object instances from new classes can be continuously encountered by object detectors. When existing object detectors are applied to such scenarios, their performance on old classes deteriorates …

Incremental LearningKnowledge DistillationMeta-LearningObject+3