paper-with-me

홈 › Papers

Reducing Capacity Gap in Knowledge Distillation with Review Mechanism for Crowd Counting

2022-06-11 · Yunxin Liu, Qiaosi Yi, Jinshan Zeng

The lightweight crowd counting models, in particular knowledge distillation (KD) based models, have attracted rising attention in recent years due to their superiority on computational efficiency and hardware requirement. However, existing KD based models usually suffer from the capacity gap issue, resulting in the performance of the student network being limited by the teacher network. In this paper, we address this issue by introducing a novel review mechanism following KD models, motivated by the review mechanism of human-beings during the study. Thus, the proposed model is dubbed ReviewKD. The proposed model consists of an instruction phase and a review phase, where we firstly exploit a well-trained heavy teacher network to transfer its latent feature to a lightweight student network in the instruction phase, then in the review phase yield a refined estimate of the density map based on the learned feature through a review mechanism. The effectiveness of ReviewKD is demonstrated by a set of experiments over six benchmark datasets via comparing to the state-of-the-art models. Numerical results show that ReviewKD outperforms existing lightweight models for crowd counting, and can effectively alleviate the capacity gap issue, and particularly has the performance beyond the teacher network. Besides the lightweight models, we also show that the suggested review mechanism can be used as a plug-and-play module to further boost the performance of a kind of heavy crowd counting models without modifying the neural network architecture and introducing any additional model parameter.

📄 PDF Abstract BibTeX arXiv:2206.05475

Code (1)

dearbreeze/reviewkd 공식 구현 pytorch

Tasks

Computational EfficiencyCrowd CountingKnowledge Distillation

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

Towards Oracle Knowledge Distillation with Neural Architecture Search

2019-11-29 · Minsoo Kang, Jonghwan Mun, Bohyung Han

We present a novel framework of knowledge distillation that is capable of learning powerful and efficient student models from ensemble teacher networks. Our approach addresses the inherent model capacity issue between te…

image-classificationImage ClassificationKnowledge DistillationNeural Architecture Search

It's All in the Head: Representation Knowledge Distillation through Classifier Sharing

2022-01-18 · Emanuel Ben-Baruch, Matan Karklinsky, Yossi Biton, Avi Ben-Cohen 외

Representation knowledge distillation aims at transferring rich information from one model to another. Common approaches for representation distillation mainly focus on the direct minimization of distance metrics between…

AllClassificationFace Verificationimage-classification+3

TALAS: Teacher-Anchored Layer Alignment with Adaptive Sharpness-Aware Minimization for Embedding Distillation

2026-06-20 · Quoc Phong Dao, Hoang Son Nguyen, Pham Khanh Chi, Linh Ngo Van 외 arxiv

Knowledge Distillation (KD) has established itself as a pivotal technique for compressing large pre-trained language models. However, existing methods that force a student to strictly mimic the teacher's sentence embeddi…

Knowledge Distillation

Improved Knowledge Distillation via Adversarial Collaboration

2021-11-29 · Zhiqiang Liu, Chengkai Huang, Yanxia Liu

Knowledge distillation has become an important approach to obtain a compact yet effective model. To achieve this goal, a small student model is trained to exploit the knowledge of a large well-trained teacher model. Howe…

Knowledge Distillation

Reducing the Teacher-Student Gap via Spherical Knowledge Disitllation

2020-10-15 · Jia Guo, Minghao Chen, Yao Hu, Chen Zhu 외

Knowledge distillation aims at obtaining a compact and effective model by learning the mapping function from a much larger one. Due to the limited capacity of the student, the student would underfit the teacher. Therefor…

Knowledge Distillation