paper-with-me

홈 › Papers

Tackling Noisy Labels with Network Parameter Additive Decomposition

2024-03-20 · Jingyi Wang, Xiaobo Xia, Long Lan, Xinghao Wu, Jun Yu, Wenjing Yang, Bo Han, Tongliang Liu

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 ability to memorize all noisy data, they would first memorize clean training data, and then gradually memorize mislabeled training data. A simple and effective method that exploits the memorization effect to combat noisy labels is early stopping. However, early stopping cannot distinguish the memorization of clean data and mislabeled data, resulting in the network still inevitably overfitting mislabeled data in the early training stage.In this paper, to decouple the memorization of clean data and mislabeled data, and further reduce the side effect of mislabeled data, we perform additive decomposition on network parameters. Namely, all parameters are additively decomposed into two groups, i.e., parameters $\mathbf{w}$ are decomposed as $\mathbf{w}=\bm{\sigma}+\bm{\gamma}$. Afterward, the parameters $\bm{\sigma}$ are considered to memorize clean data, while the parameters $\bm{\gamma}$ are considered to memorize mislabeled data. Benefiting from the memorization effect, the updates of the parameters $\bm{\sigma}$ are encouraged to fully memorize clean data in early training, and then discouraged with the increase of training epochs to reduce interference of mislabeled data. The updates of the parameters $\bm{\gamma}$ are the opposite. In testing, only the parameters $\bm{\sigma}$ are employed to enhance generalization. Extensive experiments on both simulated and real-world benchmarks confirm the superior performance of our method.

📄 PDF Abstract BibTeX arXiv:2403.13241

Code (1)

wangjingyi9924/tnlpad 공식 구현 pytorch

Tasks

Memorization

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 제목 키워드 기반

Deep Learning from Noisy Image Labels with Quality Embedding

2017-11-02 · Jiangchao Yao, Jiajie Wang, Ivor Tsang, Ya zhang 외

There is an emerging trend to leverage noisy image datasets in many visual recognition tasks. However, the label noise among the datasets severely degenerates the \mbox{performance of deep} learning approaches. Recently,…

Deep Learning

Tackling the Noisy Elephant in the Room: Label Noise-robust Out-of-Distribution Detection via Loss Correction and Low-rank Decomposition

2025-09-08 · Tarhib Al Azad, Shahana Ibrahim arxiv

Robust out-of-distribution (OOD) detection is an indispensable component of modern artificial intelligence (AI) systems, especially in safety-critical applications where models must identify inputs from unfamiliar classe…

Out-of-Distribution Detection

Unleashing the Potential of Regularization Strategies in Learning with Noisy Labels

2023-07-11 · Hui Kang, Sheng Liu, Huaxi Huang, Jun Yu 외

In recent years, research on learning with noisy labels has focused on devising novel algorithms that can achieve robustness to noisy training labels while generalizing to clean data. These algorithms often incorporate s…

Learning with noisy labels

Robust Meta-learning with Sampling Noise and Label Noise via Eigen-Reptile

2022-06-04 · Dong Chen, Lingfei Wu, Siliang Tang, Xiao Yun 외

Recent years have seen a surge of interest in meta-learning techniques for tackling the few-shot learning (FSL) problem. However, the meta-learner is prone to overfitting since there are only a few available samples, whi…

Few-Shot LearningMeta-Learning

Multi-class Label Noise Learning via Loss Decomposition and Centroid Estimation

2022-03-21 · Yongliang Ding, Tao Zhou, Chuang Zhang, Yijing Luo 외

In real-world scenarios, many large-scale datasets often contain inaccurate labels, i.e., noisy labels, which may confuse model training and lead to performance degradation. To overcome this issue, Label Noise Learning (…

Binary Classification