paper-with-me

Papers

Adaptive Group Robust Ensemble Knowledge Distillation

2024-11-22 · Patrik Kenfack, Ulrich Aïvodji, Samira Ebrahimi Kahou

Neural networks can learn spurious correlations in the data, often leading to performance disparity for underrepresented subgroups. Studies have demonstrated that the disparity is amplified when knowledge is distilled from a complex teacher model to a relatively "simple" student model. Prior work has shown that ensemble deep learning methods can improve the performance of the worst-case subgroups; however, it is unclear if this advantage carries over when distilling knowledge from an ensemble of teachers, especially when the teacher models are debiased. This study demonstrates that traditional ensemble knowledge distillation can significantly drop the performance of the worst-case subgroups in the distilled student model even when the teacher models are debiased. To overcome this, we propose Adaptive Group Robust Ensemble Knowledge Distillation (AGRE-KD), a simple ensembling strategy to ensure that the student model receives knowledge beneficial for unknown underrepresented subgroups. Leveraging an additional biased model, our method selectively chooses teachers whose knowledge would better improve the worst-performing subgroups by upweighting the teachers with gradient directions deviating from the biased model. Our experiments on several datasets demonstrate the superiority of the proposed ensemble distillation technique and show that it can even outperform classic model ensembles based on majority voting.

📄 PDF Abstract BibTeX arXiv:2411.14984

Code (0)

등록된 구현이 없습니다.

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

Learn From the Past: Experience Ensemble Knowledge Distillation

2022-02-25 · Chaofei Wang, Shaowei Zhang, Shiji Song, Gao Huang

Traditional knowledge distillation transfers "dark knowledge" of a pre-trained teacher network to a student network, and ignores the knowledge in the training process of the teacher, which we call teacher's experience. H…

Knowledge DistillationTransfer Learning

Adaptive Multi-Teacher Knowledge Distillation with Meta-Learning

2023-06-11 · Hailin Zhang, Defang Chen, Can Wang

Multi-Teacher knowledge distillation provides students with additional supervision from multiple pre-trained teachers with diverse information sources. Most existing methods explore different weighting strategies to obta…

Knowledge DistillationMeta-Learning

Online Knowledge Distillation with Diverse Peers

2019-12-01 · Defang Chen, Jian-Ping Mei, Can Wang, Yan Feng 외

Distillation is an effective knowledge-transfer technique that uses predicted distributions of a powerful teacher model as soft targets to train a less-parameterized student model. A pre-trained high capacity teacher, ho…

Knowledge DistillationTransfer Learning

Tool-Augmented Hybrid Ensemble Reasoning with Distillation for Bilingual Mathematical Problem Solving

2025-12-22 · Peiqing Lu, Yuan Zhang, Haoyun Zhang, Jiasen Zheng 외 arxiv

Bilingual mathematical problem solving needs a clear link between language reasoning and symbolic calculation. Large language models often handle language well but are weak in accurate computation. This paper presents HE…

Reinforcement LearningKnowledge DistillationMathematical Reasoning

Agree to Disagree: Adaptive Ensemble Knowledge Distillation in Gradient Space

2020-12-01 · NeurIPS 2020 12 · Shangchen Du, Shan You, Xiaojie Li, Jianlong Wu 외

Distilling knowledge from an ensemble of teacher models is expected to have a more promising performance than that from a single one. Current methods mainly adopt a vanilla average rule, i.e., to simply take the average …

DiversityKnowledge Distillation