paper-with-me

홈 › Papers

Knowledge Distillation with Adapted Weight

2025-01-06 · Sirong Wu, Xi Luo, Junjie Liu, Yuhui Deng

Although large models have shown a strong capacity to solve large-scale problems in many areas including natural language and computer vision, their voluminous parameters are hard to deploy in a real-time system due to computational and energy constraints. Addressing this, knowledge distillation through Teacher-Student architecture offers a sustainable pathway to compress the knowledge of large models into more manageable sizes without significantly compromising performance. To enhance the robustness and interpretability of this framework, it is critical to understand how individual training data impact model performance, which is an area that remains underexplored. We propose the \textbf{Knowledge Distillation with Adaptive Influence Weight (KD-AIF)} framework which leverages influence functions from robust statistics to assign weights to training data, grounded in the four key SAFE principles: Sustainability, Accuracy, Fairness, and Explainability. This novel approach not only optimizes distillation but also increases transparency by revealing the significance of different data. The exploration of various update mechanisms within the KD-AIF framework further elucidates its potential to significantly improve learning efficiency and generalization in student models, marking a step toward more explainable and deployable Large Models. KD-AIF is effective in knowledge distillation while also showing exceptional performance in semi-supervised learning with outperforms existing baselines and methods in multiple benchmarks (CIFAR-100, CIFAR-10-4k, SVHN-1k, and GLUE).

📄 PDF Abstract BibTeX arXiv:2501.02705

Code (0)

등록된 구현이 없습니다.

Tasks

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

Efficient Low-Resolution Face Recognition via Bridge Distillation

2024-09-18 · Shiming Ge, Shengwei Zhao, Chenyu Li, Yu Zhang 외

Face recognition in the wild is now advancing towards light-weight models, fast inference speed and resolution-adapted capability. In this paper, we propose a bridge distillation approach to turn a complex face model pre…

CPUDataset DistillationFace ModelFace Recognition+3

Domain-specific knowledge distillation yields smaller and better models for conversational commerce

2022-05-01 · ECNLP (ACL) 2022 5 · Kristen Howell, Jian Wang, Akshay Hazare, Joseph Bradley 외

We demonstrate that knowledge distillation can be used not only to reduce model size, but to simultaneously adapt a contextual language model to a specific domain. We use Multilingual BERT (mBERT; Devlin et al., 2019) as…

Knowledge DistillationLanguage ModelingLanguage Modelling

Co-advise: Cross Inductive Bias Distillation

2021-06-23 · CVPR 2022 1 · Sucheng Ren, Zhengqi Gao, Tianyu Hua, Zihui Xue 외

Transformers recently are adapted from the community of natural language processing as a promising substitute of convolution-based neural networks for visual learning tasks. However, its supremacy degenerates given an in…

Inductive Bias

Recyclable Tuning for Continual Pre-training

2023-05-15 · Yujia Qin, Cheng Qian, Xu Han, Yankai Lin 외

Continual pre-training is the paradigm where pre-trained language models (PLMs) continually acquire fresh knowledge from growing data and gradually get upgraded. Before an upgraded PLM is released, we may have tuned the …

DLink: Distilling Layer-wise and Dominant Knowledge from EEG Foundation Models

2026-04-16 · Jingyuan Wang, Zhihao Jia, Chenyu Liu, Xinliang Zhou 외 arxiv

EEG foundation models (EFMs) achieve strong cross-subject and cross-task generalization through large-scale pretraining and downstream fine-tuning. Through empirical analysis, we observe that (i) task-adapted EFMs provid…

Knowledge Distillation