paper-with-me

Papers

Learning From Multiple Experts: Self-paced Knowledge Distillation for Long-tailed Classification

2020-01-06 · ECCV 2020 8 · Liuyu Xiang, Guiguang Ding, Jungong Han

In real-world scenarios, data tends to exhibit a long-tailed distribution, which increases the difficulty of training deep networks. In this paper, we propose a novel self-paced knowledge distillation framework, termed Learning From Multiple Experts (LFME). Our method is inspired by the observation that networks trained on less imbalanced subsets of the distribution often yield better performances than their jointly-trained counterparts. We refer to these models as 'Experts', and the proposed LFME framework aggregates the knowledge from multiple 'Experts' to learn a unified student model. Specifically, the proposed framework involves two levels of adaptive learning schedules: Self-paced Expert Selection and Curriculum Instance Selection, so that the knowledge is adaptively transferred to the 'Student'. We conduct extensive experiments and demonstrate that our method is able to achieve superior performances compared to state-of-the-art methods. We also show that our method can be easily plugged into state-of-the-art long-tailed classification algorithms for further improvements.

📄 PDF Abstract BibTeX arXiv:2001.01536

Code (1)

xiangly55/LFME 공식 구현 pytorch

Tasks

General ClassificationKnowledge DistillationLong-tail Learning

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.…
LFME Learning From Multiple Experts is a self-paced knowledge distillation framework that aggregates the knowledge from multiple 'Experts' to learn a unified student model.…

Similar Papers 제목 키워드 기반

Right Time to Learn:Promoting Generalization via Bio-inspired Spacing Effect in Knowledge Distillation

2025-02-10 · Guanglong Sun, HongWei Yan, Liyuan Wang, Qian Li 외

Knowledge distillation (KD) is a powerful strategy for training deep neural networks (DNNs). Although it was originally proposed to train a more compact "student" model from a large "teacher" model, many recent efforts h…

Knowledge Distillation

A Self-Paced Mixed Distillation Method for Non-Autoregressive Generation

2022-05-23 · Weizhen Qi, Yeyun Gong, Yelong Shen, Jian Jiao 외

Non-Autoregressive generation is a sequence generation paradigm, which removes the dependency between target tokens. It could efficiently reduce the text generation latency with parallel decoding in place of token-by-tok…

Question GenerationQuestion-GenerationText Generation

Paced-Curriculum Distillation with Prediction and Label Uncertainty for Image Segmentation

2023-02-02 · Mobarakol Islam, Lalithkumar Seenivasan, S. P. Sharan, V. K. Viekash 외

Purpose: In curriculum learning, the idea is to train on easier samples first and gradually increase the difficulty, while in self-paced learning, a pacing function defines the speed to adapt the training progress. While…

Image SegmentationMedical Image SegmentationScene SegmentationSegmentation+2

Self-paced ensemble learning for speech and audio classification

2021-03-22 · Nicolae-Catalin Ristea, Radu Tudor Ionescu

Combining multiple machine learning models into an ensemble is known to provide superior performance levels compared to the individual components forming the ensemble. This is because models can complement each other in …

Audio ClassificationClassificationEnsemble LearningGeneral Classification+1

PACED: Distillation and On-Policy Self-Distillation at the Frontier of Student Competence

2026-03-11 · Yuanda Xu, Hejian Sang, Zhengze Zhou, Ran He 외 arxiv

Standard LLM distillation treats all training problems equally -- wasting compute on problems the student has already mastered or cannot yet solve. We empirically show that this inefficiency has a precise gradient-level …