paper-with-me

홈 › Papers

Knowledge Distillation from Single to Multi Labels: an Empirical Study

2023-03-15 · Youcai Zhang, Yuzhuo Qin, Hengwei Liu, Yanhao Zhang, Yaqian Li, Xiaodong Gu

Knowledge distillation (KD) has been extensively studied in single-label image classification. However, its efficacy for multi-label classification remains relatively unexplored. In this study, we firstly investigate the effectiveness of classical KD techniques, including logit-based and feature-based methods, for multi-label classification. Our findings indicate that the logit-based method is not well-suited for multi-label classification, as the teacher fails to provide inter-category similarity information or regularization effect on student model's training. Moreover, we observe that feature-based methods struggle to convey compact information of multiple labels simultaneously. Given these limitations, we propose that a suitable dark knowledge should incorporate class-wise information and be highly correlated with the final classification results. To address these issues, we introduce a novel distillation method based on Class Activation Maps (CAMs), which is both effective and straightforward to implement. Across a wide range of settings, CAMs-based distillation consistently outperforms other methods.

📄 PDF Abstract BibTeX arXiv:2303.08360

Code (1)

yzqinjacob/distill-mlc 공식 구현 pytorch

Tasks

Classificationimage-classificationImage ClassificationKnowledge DistillationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Unified and Effective Ensemble Knowledge Distillation

2022-04-01 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Ensemble knowledge distillation can extract knowledge from multiple teacher models and encode it into a single student model. Many existing methods learn and distill the student model on labeled data only. However, the t…

Knowledge DistillationTransfer Learning

FlyKD: Graph Knowledge Distillation on the Fly with Curriculum Learning

2024-03-16 · Eugene Ku

Knowledge Distillation (KD) aims to transfer a more capable teacher model's knowledge to a lighter student model in order to improve the efficiency of the model, making it faster and more deployable. However, the student…

Knowledge Distillation

Confidence-Aware Multi-Teacher Knowledge Distillation

2021-12-30 · Hailin Zhang, Defang Chen, Can Wang

Knowledge distillation is initially introduced to utilize additional supervision from a single teacher model for the student model training. To boost the student performance, some recent variants attempt to exploit diver…

Knowledge DistillationTransfer Learning

Rectified Decision Trees: Towards Interpretability, Compression and Empirical Soundness

2019-03-14 · Jiawang Bai, Yiming Li, Jiawei Li, Yong Jiang 외

How to obtain a model with good interpretability and performance has always been an important research topic. In this paper, we propose rectified decision trees (ReDT), a knowledge distillation based decision trees recti…

Knowledge Distillation

Unbiased Knowledge Distillation for Recommendation

2022-11-27 · Gang Chen, Jiawei Chen, Fuli Feng, Sheng Zhou 외

As a promising solution for model compression, knowledge distillation (KD) has been applied in recommender systems (RS) to reduce inference latency. Traditional solutions first train a full teacher model from the trainin…

Knowledge DistillationModel CompressionRecommendation Systems