paper-with-me

Papers

Efficient and Robust Knowledge Distillation from A Stronger Teacher Based on Correlation Matching

2024-10-09 · Wenqi Niu, Yingchao Wang, Guohui Cai, Hanpo Hou

Knowledge Distillation (KD) has emerged as a pivotal technique for neural network compression and performance enhancement. Most KD methods aim to transfer dark knowledge from a cumbersome teacher model to a lightweight student model based on Kullback-Leibler (KL) divergence loss. However, the student performance improvements achieved through KD exhibit diminishing marginal returns, where a stronger teacher model does not necessarily lead to a proportionally stronger student model. To address this issue, we empirically find that the KL-based KD method may implicitly change the inter-class relationships learned by the student model, resulting in a more complex and ambiguous decision boundary, which in turn reduces the model's accuracy and generalization ability. Therefore, this study argues that the student model should learn not only the probability values from the teacher's output but also the relative ranking of classes, and proposes a novel Correlation Matching Knowledge Distillation (CMKD) method that combines the Pearson and Spearman correlation coefficients-based KD loss to achieve more efficient and robust distillation from a stronger teacher model. Moreover, considering that samples vary in difficulty, CMKD dynamically adjusts the weights of the Pearson-based loss and Spearman-based loss. CMKD is simple yet practical, and extensive experiments demonstrate that it can consistently achieve state-of-the-art performance on CIRAR-100 and ImageNet, and adapts well to various teacher architectures, sizes, and other KD methods.

📄 PDF Abstract BibTeX arXiv:2410.06561

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationNeural Network Compression

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

VRM: Knowledge Distillation via Virtual Relation Matching

2025-02-28 · Weijia Zhang, Fei Xie, Weidong Cai, Chao Ma

Knowledge distillation (KD) aims to transfer the knowledge of a more capable yet cumbersome teacher model to a lightweight student model. In recent years, relation-based KD methods have fallen behind, as their instance-m…

Knowledge DistillationRelation

Knowledge Distillation from A Stronger Teacher

2022-05-21 · Tao Huang, Shan You, Fei Wang, Chen Qian 외

Unlike existing knowledge distillation methods focus on the baseline settings, where the teacher models and training strategies are not that strong and competing as state-of-the-art approaches, this paper presents a meth…

image-classificationImage ClassificationKnowledge DistillationObject Detection+1

FD-CanKD: Frequency-Decoupled Cross-Attention Distillation as a Refinement Prior for Compact Object Detectors

2026-08-19 · YoungJae Cheong, Jhonghyun An arxiv

Compact object detectors are suitable for resource-constrained visual perception, but their limited representation capacity creates an accuracy gap relative to large models. Conventional detector distillation often relie…

Knowledge Distillation

Strong Teacher Not Needed? On Distillation in LLM Pretraining

2026-05-22 · Taiming Lu, Zhuang Liu arxiv

Knowledge distillation generally assumes a strong-to-weak relationship where stronger teachers yield better students. In this work, we examine this assumption about distillation in large language model pretraining. By va…

Knowledge Distillation

Distributional Correlation--Aware Knowledge Distillation for Stock Trading Volume Prediction

2022-08-04 · Lei LI, Zhiyuan Zhang, Ruihan Bao, Keiko Harimoto 외

Traditional knowledge distillation in classification problems transfers the knowledge via class correlations in the soft label produced by teacher models, which are not available in regression problems like stock trading…

Knowledge DistillationPredictionregression