paper-with-me

Papers

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

2024-09-12 · Xinlei Huang, Jialiang Tang, Xubin Zheng, Jinjia Zhou, Wenxin Yu, Ning Jiang

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, traditional KD methods require balanced data to ensure robust training, which is often unavailable in practical applications. In such scenarios, a few head categories occupy a substantial proportion of examples. This imbalance biases the trained teacher network towards the head categories, resulting in severe performance degradation on the less represented tail categories for both the teacher and student networks. In this paper, we propose a novel framework called Knowledge Rectification Distillation (KRDistill) to address the imbalanced knowledge inherited in the teacher network through the incorporation of the balanced category priors. Furthermore, we rectify the biased predictions produced by the teacher network, particularly focusing on the tail categories. Consequently, the teacher network can provide balanced and accurate knowledge to train a reliable student network. Intensive experiments conducted on various long-tailed datasets demonstrate that our KRDistill can effectively train reliable student networks in realistic scenarios of data imbalance.

📄 PDF Abstract BibTeX arXiv:2409.07694

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTransfer Learning

Similar Papers 제목 키워드 기반

Rectifying the Data Bias in Knowledge Distillation

2021-10-11 · ICCV 2021 10 · Boxiao Liu, Shenghan Zhang, Guanglu Song, Haihang You 외

Knowledge distillation is a representative technique for model compression and acceleration, which is important for deploying neural networks on resource limited devices. The knowledge transferred from teacher to stud…

Face RecognitionFace VerificationKnowledge DistillationModel Compression+1

Domain-Aware Contrastive Knowledge Transfer for Multi-domain Imbalanced Data

2022-04-05 · WASSA (ACL) 2022 5 · Zixuan Ke, Mohammad Kachuee, Sungjin Lee

In many real-world machine learning applications, samples belong to a set of domains e.g., for product reviews each review belongs to a product category. In this paper, we study multi-domain imbalanced learning (MIL), th…

Transfer Learning

Decay Pruning Method: Smooth Pruning With a Self-Rectifying Procedure

2024-06-06 · Minghao Yang, Linlin Gao, Pengyuan Li, Wenbo Li 외

Current structured pruning methods often result in considerable accuracy drops due to abrupt network changes and loss of information from pruned structures. To address these issues, we introduce the Decay Pruning Method …

Rectify the Regression Bias in Long-Tailed Object Detection

2024-01-29 · Ke Zhu, Minghao Fu, Jie Shao, Tianyu Liu 외

Long-tailed object detection faces great challenges because of its extremely imbalanced class distribution. Recent methods mainly focus on the classification bias and its loss function design, while ignoring the subtle i…

Long-tailed Object DetectionObjectobject-detectionObject Detection+1

Rectifying Soft-Label Entangled Bias in Long-Tailed Dataset Distillation

2025-11-22 · Chenyang Jiang, Hang Zhao, Xinyu Zhang, Zhengcen Li 외 arxiv

Dataset distillation compresses large-scale datasets into compact, highly informative synthetic data, significantly reducing storage and training costs. However, existing research primarily focuses on balanced datasets a…