paper-with-me

홈 › Papers

Robust Training under Label Noise by Over-parameterization

2022-02-28 · Sheng Liu, Zhihui Zhu, Qing Qu, Chong You

Recently, over-parameterized deep networks, with increasingly more network parameters than training samples, have dominated the performances of modern machine learning. However, when the training data is corrupted, it has been well-known that over-parameterized networks tend to overfit and do not generalize. In this work, we propose a principled approach for robust training of over-parameterized deep networks in classification tasks where a proportion of training labels are corrupted. The main idea is yet very simple: label noise is sparse and incoherent with the network learned from clean data, so we model the noise and learn to separate it from the data. Specifically, we model the label noise via another sparse over-parameterization term, and exploit implicit algorithmic regularizations to recover and separate the underlying corruptions. Remarkably, when trained using such a simple method in practice, we demonstrate state-of-the-art test accuracy against label noise on a variety of real datasets. Furthermore, our experimental results are corroborated by theory on simplified linear models, showing that exact separation between sparse noise and low-rank data can be achieved under incoherent conditions. The work opens many interesting directions for improving over-parameterized models by using sparse over-parameterization and implicit regularization.

📄 PDF Abstract BibTeX arXiv:2202.14026

Code (1)

shengliu66/sop 공식 구현 pytorch

Tasks

Learning with noisy labels

Similar Papers 제목 키워드 기반

Critical Influence of Overparameterization on Sharpness-aware Minimization

2023-11-29 · Sungbin Shin, Dongyeop Lee, Maksym Andriushchenko, Namhoon Lee

Sharpness-Aware Minimization (SAM) has attracted considerable attention for its effectiveness in improving generalization in deep neural network training by explicitly minimizing sharpness in the loss landscape. Its succ…

Attribute

Benign Overfitting in Classification: Provably Counter Label Noise with Larger Models

2022-06-01 · Kaiyue Wen, Jiaye Teng, Jingzhao Zhang

Studies on benign overfitting provide insights for the success of overparameterized deep learning models. In this work, we examine whether overfitting is truly benign in real-world classification tasks. We start with the…

Delving into Instance-Dependent Label Noise in Graph Data: A Comprehensive Study and Benchmark

2025-06-14 · Suyeon Kim, SeongKu Kang, Dongwoo Kim, Jungseul Ok 외

Graph Neural Networks (GNNs) have achieved state-of-the-art performance in node classification tasks but struggle with label noise in real-world data. Existing studies on graph learning with label noise commonly rely on …

BenchmarkingGraph LearningNode Classification

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…

Identifying Training Stop Point with Noisy Labeled Data

2020-12-24 · Sree Ram Kamabattula, Venkat Devarajan, Babak Namazi, Ganesh Sankaranarayanan

Training deep neural networks (DNNs) with noisy labels is a challenging problem due to over-parameterization. DNNs tend to essentially fit on clean samples at a higher rate in the initial stages, and later fit on the noi…

Noise Estimation