English

Impact of Label Noise on Learning Complex Features

Machine Learning 2024-11-08 v1 Artificial Intelligence

Abstract

Neural networks trained with stochastic gradient descent exhibit an inductive bias towards simpler decision boundaries, typically converging to a narrow family of functions, and often fail to capture more complex features. This phenomenon raises concerns about the capacity of deep models to adequately learn and represent real-world datasets. Traditional approaches such as explicit regularization, data augmentation, architectural modifications, etc., have largely proven ineffective in encouraging the models to learn diverse features. In this work, we investigate the impact of pre-training models with noisy labels on the dynamics of SGD across various architectures and datasets. We show that pretraining promotes learning complex functions and diverse features in the presence of noise. Our experiments demonstrate that pre-training with noisy labels encourages gradient descent to find alternate minima that do not solely depend upon simple features, rather learns more complex and broader set of features, without hurting performance.

Keywords

Cite

@article{arxiv.2411.04569,
  title  = {Impact of Label Noise on Learning Complex Features},
  author = {Rahul Vashisht and P. Krishna Kumar and Harsha Vardhan Govind and Harish G. Ramaswamy},
  journal= {arXiv preprint arXiv:2411.04569},
  year   = {2024}
}

Comments

Accepted at Workshop on Scientific Methods for Understanding Deep Learning, NeurIPS 2024

R2 v1 2026-06-28T19:51:10.433Z