English

Learning to Reweight with Deep Interactions

Machine Learning 2021-01-13 v2 Machine Learning

Abstract

Recently, the concept of teaching has been introduced into machine learning, in which a teacher model is used to guide the training of a student model (which will be used in real tasks) through data selection, loss function design, etc. Learning to reweight, which is a specific kind of teaching that reweights training data using a teacher model, receives much attention due to its simplicity and effectiveness. In existing learning to reweight works, the teacher model only utilizes shallow/surface information such as training iteration number and loss/accuracy of the student model from training/validation sets, but ignores the internal states of the student model, which limits the potential of learning to reweight. In this work, we propose an improved data reweighting algorithm, in which the student model provides its internal states to the teacher model, and the teacher model returns adaptive weights of training samples to enhance the training of the student model. The teacher model is jointly trained with the student model using meta gradients propagated from a validation set. Experiments on image classification with clean/noisy labels and neural machine translation empirically demonstrate that our algorithm makes significant improvement over previous methods.

Keywords

Cite

@article{arxiv.2007.04649,
  title  = {Learning to Reweight with Deep Interactions},
  author = {Yang Fan and Yingce Xia and Lijun Wu and Shufang Xie and Weiqing Liu and Jiang Bian and Tao Qin and Xiang-Yang Li},
  journal= {arXiv preprint arXiv:2007.04649},
  year   = {2021}
}

Comments

Accepted to AAAI-2021

R2 v1 2026-06-23T16:58:39.759Z