paper-with-me

홈 › Papers

Deep Learning is Provably Robust to Symmetric Label Noise

2022-10-26 · Carey E. Priebe, Ningyuan Huang, Soledad Villar, Cong Mu, Li Chen

Deep neural networks (DNNs) are capable of perfectly fitting the training data, including memorizing noisy data. It is commonly believed that memorization hurts generalization. Therefore, many recent works propose mitigation strategies to avoid noisy data or correct memorization. In this work, we step back and ask the question: Can deep learning be robust against massive label noise without any mitigation? We provide an affirmative answer for the case of symmetric label noise: We find that certain DNNs, including under-parameterized and over-parameterized models, can tolerate massive symmetric label noise up to the information-theoretic threshold. By appealing to classical statistical theory and universal consistency of DNNs, we prove that for multiclass classification, $L_1$-consistent DNN classifiers trained under symmetric label noise can achieve Bayes optimality asymptotically if the label noise probability is less than $\frac{K-1}{K}$, where $K \ge 2$ is the number of classes. Our results show that for symmetric label noise, no mitigation is necessary for $L_1$-consistent estimators. We conjecture that for general label noise, mitigation strategies that make use of the noisy data will outperform those that ignore the noisy data.

📄 PDF Abstract BibTeX arXiv:2210.15083

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningMemorization

Similar Papers 제목 키워드 기반

TrustNet: Learning from Trusted Data Against (A)symmetric Label Noise

2020-07-13 · Amirmasoud Ghiassi, Taraneh Younesian, Robert Birke, Lydia Y. Chen

Robustness to label noise is a critical property for weakly-supervised classifiers trained on massive datasets. Robustness to label noise is a critical property for weakly-supervised classifiers trained on massive datase…

Asymmetric Loss Functions for Learning with Noisy Labels

2021-06-06 · Xiong Zhou, Xianming Liu, Junjun Jiang, Xin Gao 외

Robust loss functions are essential for training deep neural networks with better generalization power in the presence of noisy labels. Symmetric loss functions are confirmed to be robust to label noise. However, the sym…

Learning with noisy labels

Fast Rates for a kNN Classifier Robust to Unknown Asymmetric Label Noise

2019-06-11 · Henry W. J. Reeve, Ata Kaban

We consider classification in the presence of class-dependent asymmetric label noise with unknown noise probabilities. In this setting, identifiability conditions are known, but additional assumptions were shown to be re…

Gradient Descent with Early Stopping is Provably Robust to Label Noise for Overparameterized Neural Networks

2019-03-27 · Mingchen Li, Mahdi Soltanolkotabi, Samet Oymak

Modern neural networks are typically trained in an over-parameterized regime where the parameters of the model far exceed the size of the training data. Such neural networks in principle have the capacity to (over)fit an…

$ε$-Softmax: Approximating One-Hot Vectors for Mitigating Label Noise

2025-08-04 · Jialiang Wang, Xiong Zhou, Deming Zhai, Junjun Jiang 외 arxiv

Noisy labels pose a common challenge for training accurate deep neural networks. To mitigate label noise, prior studies have proposed various robust loss functions to achieve noise tolerance in the presence of label nois…