paper-with-me

Papers

Teaching with Uncertainty: Unleashing the Potential of Knowledge Distillation in Object Detection

2024-06-11 · Junfei Yi, Jianxu Mao, Tengfei Liu, Mingjie Li, Hanyu Gu, HUI ZHANG, Xiaojun Chang, Yaonan Wang

Knowledge distillation (KD) is a widely adopted and effective method for compressing models in object detection tasks. Particularly, feature-based distillation methods have shown remarkable performance. Existing approaches often ignore the uncertainty in the teacher model's knowledge, which stems from data noise and imperfect training. This limits the student model's ability to learn latent knowledge, as it may overly rely on the teacher's imperfect guidance. In this paper, we propose a novel feature-based distillation paradigm with knowledge uncertainty for object detection, termed "Uncertainty Estimation-Discriminative Knowledge Extraction-Knowledge Transfer (UET)", which can seamlessly integrate with existing distillation methods. By leveraging the Monte Carlo dropout technique, we introduce knowledge uncertainty into the training process of the student model, facilitating deeper exploration of latent knowledge. Our method performs effectively during the KD process without requiring intricate structures or extensive computational resources. Extensive experiments validate the effectiveness of our proposed approach across various distillation strategies, detectors, and backbone architectures. Specifically, following our proposed paradigm, the existing FGD method achieves state-of-the-art (SoTA) performance, with ResNet50-based GFL achieving 44.1% mAP on the COCO dataset, surpassing the baselines by 3.9%.

📄 PDF Abstract BibTeX arXiv:2406.06999

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillationobject-detectionObject DetectionTransfer Learning

Methods 이 논문이 사용한 방법론

Monte Carlo Dropout 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Survey on Recent Teacher-student Learning Studies

2023-04-10 · Minghong Gao

Knowledge distillation is a method of transferring the knowledge from a complex deep neural network (DNN) to a smaller and faster DNN, while preserving its accuracy. Recent variants of knowledge distillation include teac…

Knowledge DistillationSurvey

Avatar Knowledge Distillation: Self-ensemble Teacher Paradigm with Uncertainty

2023-05-04 · Yuan Zhang, Weihua Chen, Yichen Lu, Tao Huang 외

Knowledge distillation is an effective paradigm for boosting the performance of pocket-size model, especially when multiple teacher models are available, the student would break the upper limit again. However, it is not …

Knowledge Distillationobject-detectionObject DetectionSemantic Segmentation+1

Interactive Knowledge Distillation

2020-07-03 · Shipeng Fu, Zhen Li, Jun Xu, Ming-Ming Cheng 외

Knowledge distillation is a standard teacher-student learning framework to train a light-weight student network under the guidance of a well-trained large teacher network. As an effective teaching strategy, interactive t…

image-classificationImage ClassificationKnowledge Distillation

Knowledge Distillation via Weighted Ensemble of Teaching Assistants

2022-06-23 · Durga Prasad Ganta, Himel Das Gupta, Victor S. Sheng

Knowledge distillation in machine learning is the process of transferring knowledge from a large model called the teacher to a smaller model called the student. Knowledge distillation is one of the techniques to compress…

Ensemble LearningKnowledge Distillation

Highlight Every Step: Knowledge Distillation via Collaborative Teaching

2019-07-23 · Haoran Zhao, Xin Sun, Junyu Dong, Changrui Chen 외

High storage and computational costs obstruct deep neural networks to be deployed on resource-constrained devices. Knowledge distillation aims to train a compact student network by transferring knowledge from a larger pr…

Knowledge Distillation