paper-with-me

Papers

Balanced Knowledge Distillation for Long-tailed Learning

2021-04-21 · Shaoyu Zhang, Chen Chen, Xiyuan Hu, Silong Peng

Deep models trained on long-tailed datasets exhibit unsatisfactory performance on tail classes. Existing methods usually modify the classification loss to increase the learning focus on tail classes, which unexpectedly sacrifice the performance on head classes. In fact, this scheme leads to a contradiction between the two goals of long-tailed learning, i.e., learning generalizable representations and facilitating learning for tail classes. In this work, we explore knowledge distillation in long-tailed scenarios and propose a novel distillation framework, named Balanced Knowledge Distillation (BKD), to disentangle the contradiction between the two goals and achieve both simultaneously. Specifically, given a vanilla teacher model, we train the student model by minimizing the combination of an instance-balanced classification loss and a class-balanced distillation loss. The former benefits from the sample diversity and learns generalizable representation, while the latter considers the class priors and facilitates learning mainly for tail classes. The student model trained with BKD obtains significant performance gain even compared with its teacher model. We conduct extensive experiments on several long-tailed benchmark datasets and demonstrate that the proposed BKD is an effective knowledge distillation framework in long-tailed scenarios, as well as a new state-of-the-art method for long-tailed learning. Code is available at https://github.com/EricZsy/BalancedKnowledgeDistillation .

📄 PDF Abstract BibTeX arXiv:2104.10510

Code (1)

EricZsy/BalancedKnowledgeDistillation 공식 구현 pytorch

Tasks

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

Class-Balanced Distillation for Long-Tailed Visual Recognition

2021-04-12 · Ahmet Iscen, André Araujo, Boqing Gong, Cordelia Schmid

Real-world imagery is often characterized by a significant imbalance of the number of images per class, leading to long-tailed distributions. An effective and simple approach to long-tailed visual recognition is to learn…

Image ClassificationKnowledge DistillationLong-tail Learning

Balancing Knowledge Distillation for Imbalance Learning with Bilevel Optimization

2026-05-18 · Anh B. H. Nguyen, Ba Tho Phan, Viet Cuong Ta arxiv

Knowledge distillation transfers knowledge from a high capacity teacher to a compact student using a mixture of hard and soft losses. On imbalanced data, a fixed weighting between hard and soft losses becomes brittle the…

Knowledge DistillationBilevel Optimization

Multi-Stage Balanced Distillation: Addressing Long-Tail Challenges in Sequence-Level Knowledge Distillation

2024-06-19 · YuHang Zhou, Jing Zhu, Paiheng Xu, Xiaoyu Liu 외

Large language models (LLMs) have significantly advanced various natural language processing tasks, but deploying them remains computationally expensive. Knowledge distillation (KD) is a promising solution, enabling the …

Knowledge Distillation

Learn from Balance: Rectifying Knowledge Transfer for Long-Tailed Scenarios

2024-09-12 · Xinlei Huang, Jialiang Tang, Xubin Zheng, Jinjia Zhou 외

Knowledge Distillation (KD) transfers knowledge from a large pre-trained teacher network to a compact and efficient student network, making it suitable for deployment on resource-limited media terminals. However, traditi…

Knowledge DistillationTransfer Learning

Self Supervision to Distillation for Long-Tailed Visual Recognition

2021-09-09 · ICCV 2021 10 · TianHao Li, LiMin Wang, Gangshan Wu

Deep learning has achieved remarkable progress for visual recognition on large-scale balanced datasets but still performs poorly on real-world long-tailed data. Previous methods often adopt class re-balanced training str…

Long-tail Learning