paper-with-me

홈 › 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 methods, designed for image classification, have failed on more challenging tasks, such as object detection. In this paper, we suggest that the failure of knowledge distillation on object detection is mainly caused by two reasons: (1) the imbalance between pixels of foreground and background and (2) lack of distillation on the relation between different pixels. Observing the above reasons, we propose attention-guided distillation and non-local distillation to address the two problems, respectively. Attention-guided distillation is proposed to find the crucial pixels of foreground objects with attention mechanism and then make the students take more effort to learn their features. Non-local distillation is proposed to enable students to learn not only the feature of an individual pixel but also the relation between different pixels captured by non-local modules. Experiments show that our methods achieve excellent AP improvements on both one-stage and two-stage, both anchor-based and anchor-free detectors. For example, Faster RCNN101 with our distillation achieves 43.9 AP on COCO2017, which is 4.1 higher than the baseline. Codes are will be released on Github.

📄 PDF Abstract BibTeX

Code (1)

ArchipLab-LinfengZhang/Object-Detection-Knowledge-Distillation-ICLR2021 공식 구현

Tasks

image-classificationImage ClassificationKnowledge DistillationModel Compressionobject-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 제목 키워드 기반

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 DistillationObjectobject-detectionObject Detection

GAN-Knowledge Distillation for one-stage Object Detection

2019-06-20 · Wei Hong, Jin ke Yu Fan Zong

Convolutional neural networks have a significant improvement in the accuracy of Object detection. As convolutional neural networks become deeper, the accuracy of detection is also obviously improved, and more floating-po…

Knowledge DistillationObjectobject-detectionObject Detection

Dual Relation Knowledge Distillation for Object Detection

2023-02-11 · ZhenLiang Ni, Fukui Yang, Shengzhao Wen, Gang Zhang

Knowledge distillation is an effective method for model compression. However, it is still a challenging topic to apply knowledge distillation to detection tasks. There are two key points resulting in poor distillation pe…

Knowledge DistillationModel CompressionObjectobject-detection+2

Object-centric Cross-modal Feature Distillation for Event-based Object Detection

2023-11-09 · Lei LI, Alexander Liniger, Mario Millhaeusler, Vagia Tsiminaki 외

Event cameras are gaining popularity due to their unique properties, such as their low latency and high dynamic range. One task where these benefits can be crucial is real-time object detection. However, RGB detectors st…

Knowledge DistillationObjectobject-detectionObject Detection+1

Dual Scale-aware Adaptive Masked Knowledge Distillation for Object Detection

2025-01-13 · Zhourui Zhang, Jun Li, JiaYan Li, Zhijian Wu 외

Recent feature masking knowledge distillation methods make use of attention mechanisms to identify either important spatial regions or channel clues for discriminative feature reconstruction. However, most of existing st…

Knowledge Distillationobject-detectionObject DetectionTransfer Learning