Stochastic Resetting Mitigates Latent Gradient Bias of SGD from Label Noise
Youngkyoung Bae, Yeongwoo Song, Hawoong Jeong
TL;DR
The paper tackles the problem of DNN memorization of noisy labels during SGD by introducing stochastic resetting to a checkpoint. By mapping SGD to overdamped Langevin dynamics, it identifies a latent gradient bias toward corrupted labels and shows that resetting can counteract this bias, with theoretical conditions linking stochasticity, drift, and the noise rate. Empirical results across synthetic and real-world noisy datasets demonstrate consistent generalization gains, with performance boosts especially pronounced at higher noise levels and when resetting targets the latter layers of networks. The method is simple to implement, compatible with existing noisy-label defenses, and offers a physics-inspired lens for understanding training dynamics under label noise.
Abstract
Giving up and starting over may seem wasteful in many situations such as searching for a target or training deep neural networks (DNNs). Our study, though, demonstrates that resetting from a checkpoint can significantly improve generalization performance when training DNNs with noisy labels. In the presence of noisy labels, DNNs initially learn the general patterns of the data but then gradually memorize the corrupted data, leading to overfitting. By deconstructing the dynamics of stochastic gradient descent (SGD), we identify the behavior of a latent gradient bias induced by noisy labels, which harms generalization. To mitigate this negative effect, we apply the stochastic resetting method to SGD, inspired by recent developments in the field of statistical physics achieving efficient target searches. We first theoretically identify the conditions where resetting becomes beneficial, and then we empirically validate our theory, confirming the significant improvements achieved by resetting. We further demonstrate that our method is both easy to implement and compatible with other methods for handling noisy labels. Additionally, this work offers insights into the learning dynamics of DNNs from an interpretability perspective, expanding the potential to analyze training methods through the lens of statistical physics.
