paper-with-me

홈 › Papers

Robust early-learning: Hindering the memorization of noisy labels

2021-01-01 · ICLR 2021 1 · Xiaobo Xia, Tongliang Liu, Bo Han, Chen Gong, Nannan Wang, ZongYuan Ge, Yi Chang

The \textit{memorization effects} of deep networks show that they will first memorize training data with clean labels and then those with noisy labels. The \textit{early stopping} method therefore can be exploited for learning with noisy labels. However, the side effect brought by noisy labels will influence the memorization of clean labels before early stopping. In this paper, motivated by the \textit{lottery ticket hypothesis} which shows that only partial parameters are important for generalization, we find that only partial parameters are important for fitting clean labels and generalize well, which we term as \textit{critical parameters}; while the other parameters tend to fit noisy labels and cannot generalize well, which we term as \textit{non-critical parameters}. Based on this, we propose \textit{robust early-learning} to reduce the side effect of noisy labels before early stopping and thus enhance the memorization of clean labels. Specifically, in each iteration, we divide all parameters into the critical and non-critical ones, and then perform different update rules for different types of parameters. Extensive experiments on benchmark-simulated and real-world label-noise datasets demonstrate the superiority of the proposed method over the state-of-the-art label-noise learning methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image ClassificationLearning with noisy labelsMemorization

Methods 이 논문이 사용한 방법론

Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…

Similar Papers 제목 키워드 기반

Early-Learning Regularization Prevents Memorization of Noisy Labels

2020-06-30 · NeurIPS 2020 12 · Sheng Liu, Jonathan Niles-Weed, Narges Razavian, Carlos Fernandez-Granda

We propose a novel framework to perform classification via deep learning in the presence of noisy annotations. When trained on noisy labels, deep neural networks have been observed to first fit the training data with cle…

General ClassificationImage ClassificationLearning with noisy labelsMemorization

Tackling Noisy Labels with Network Parameter Additive Decomposition

2024-03-20 · Jingyi Wang, Xiaobo Xia, Long Lan, Xinghao Wu 외

Given data with noisy labels, over-parameterized deep networks suffer overfitting mislabeled data, resulting in poor generalization. The memorization effect of deep networks shows that although the networks have the abil…

Memorization

A Simple Approach to the Noisy Label Problem Through the Gambler's Loss

2019-09-25 · Liu Ziyin, Ru Wang, Paul Pu Liang, Ruslan Salakhutdinov 외

Learning in the presence of label noise is a challenging yet important task. It is crucial to design models that are robust to noisy labels. In this paper, we discover that a new class of loss functions called the gamble…

Memorization

Reason to Rote: Rethinking Memorization in Reasoning

2025-07-07 · Yupei Du, Philipp Mondorf, Silvia Casola, Yuekun Yao 외 arxiv

Large language models readily memorize arbitrary training instances, such as label noise, yet they perform strikingly well on reasoning tasks. In this work, we investigate how language models memorize label noise, and wh…

Relational Reasoning

Does Learning Require Memorization? A Short Tale about a Long Tail

2019-06-12 · Vitaly Feldman

State-of-the-art results on image recognition tasks are achieved using over-parameterized learning algorithms that (nearly) perfectly fit the training set and are known to fit well even random labels. This tendency to me…

MemorizationModel Compression