Retraining with Predicted Hard Labels Provably Increases Model Accuracy
Rudrajit Das, Inderjit S. Dhillon, Alessandro Epasto, Adel Javanmard, Jieming Mao, Vahab Mirrokni, Sujay Sanghavi, Peilin Zhong
TL;DR
This work analyzes retraining a classifier with its own predicted hard labels in the presence of noisy labels, proving a first theoretical result that full retraining can provably increase population accuracy in a linearly separable binary setting when the label-noise rate is not too small and the dataset size satisfies a dimension- and noise-dependent regime. It introduces consensus-based retraining, which trains only on samples where the model's prediction agrees with the noisy label, as a simple, privacy-friendly enhancement for label differential privacy (label-DP) training. The authors provide rigorous population-error bounds for the initial training and for retraining, showing when retraining outperforms the baseline, and demonstrate substantial empirical gains across CIFAR-10/100, DomainNet, and AG News Subset under various DP budgets. The results suggest that consensus-based RT can meaningfully boost DP-trained models without additional privacy costs, with potential for broader applicability beyond DP settings, and point to future work on extending theory to consensus-based retraining and non-uniform noise models.
Abstract
The performance of a model trained with noisy labels is often improved by simply \textit{retraining} the model with its \textit{own predicted hard labels} (i.e., 1/0 labels). Yet, a detailed theoretical characterization of this phenomenon is lacking. In this paper, we theoretically analyze retraining in a linearly separable binary classification setting with randomly corrupted labels given to us and prove that retraining can improve the population accuracy obtained by initially training with the given (noisy) labels. To the best of our knowledge, this is the first such theoretical result. Retraining finds application in improving training with local label differential privacy (DP) which involves training with noisy labels. We empirically show that retraining selectively on the samples for which the predicted label matches the given label significantly improves label DP training at no extra privacy cost; we call this consensus-based retraining. As an example, when training ResNet-18 on CIFAR-100 with $ε=3$ label DP, we obtain more than 6% improvement in accuracy with consensus-based retraining.
