Adaptively Point-weighting Curriculum Learning
Wensheng Li, Yichao Tian, Hao Wang, Ruifeng Zhou, Hanting Guan, Chao Zhang, Dacheng Tao
TL;DR
APW addresses the limitation of fixed weighting in automatic curriculum learning by adaptively weighting training samples according to per-sample losses and the network's evolving state, enabling a genuine easy-to-hard curriculum. It introduces a difficulty measurer and a phase-aware training scheduler to update sample weights via an AdaBoost-inspired rule, and provides two practical variants, S-APW and M-APW, along with three weighting modes. Theoretical results show APW improves training and test prediction confidence on easy samples and offers generalization guarantees, while experiments across CIFAR-10/100, CIFAR-10N/100N, Mini-WebVision, and WebVision demonstrate robustness to label noise and often superior performance over existing loss-reweighting CL methods. The approach is lightweight, hyperparameter-efficient, and broadly applicable across vision, NLP, and graph domains.
Abstract
Curriculum learning (CL) mimics human learning, in which easy samples are learned first, followed by harder samples, and has become an effective method for training deep networks. However, many existing automatic CL methods maintain a preference for easy samples during the entire training process regardless of the constantly evolving training state. This is just like a human curriculum that fails to provide individualized instruction, which can delay learning progress. To address this issue, we propose an adaptively point-weighting (APW) curriculum learning method that assigns a weight to each training sample based on its training loss. The weighting strategy of APW follows the easy-to-hard training paradigm, guided by the current training state of the network. We present a theoretical analysis of APW, including training effectiveness, training stability, and generalization performance. Experimental results validate these theoretical findings and demonstrate the superiority of the proposed APW method.
