paper-with-me

홈 › Papers

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 noisy samples at a relatively lower rate. Thus, with a noisy dataset, the test accuracy increases initially and drops in the later stages. To find an early stopping point at the maximum obtainable test accuracy (MOTA), recent studies assume either that i) a clean validation set is available or ii) the noise ratio is known, or, both. However, often a clean validation set is unavailable, and the noise estimation can be inaccurate. To overcome these issues, we provide a novel training solution, free of these conditions. We analyze the rate of change of the training accuracy for different noise ratios under different conditions to identify a training stop region. We further develop a heuristic algorithm based on a small-learning assumption to find a training stop point (TSP) at or close to MOTA. To the best of our knowledge, our method is the first to rely solely on the \textit{training behavior}, while utilizing the entire training set, to automatically find a TSP. We validated the robustness of our algorithm (AutoTSP) through several experiments on CIFAR-10, CIFAR-100, and a real-world noisy dataset for different noise ratios, noise types, and architectures.

📄 PDF Abstract BibTeX arXiv:2012.13435

Code (0)

등록된 구현이 없습니다.

Tasks

Noise Estimation

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

Prestopping: How Does Early Stopping Help Generalization Against Label Noise?

2019-09-25 · Hwanjun Song, Minseok Kim, Dongmin Park, Jae-Gil Lee

Noisy labels are very common in real-world training data, which lead to poor generalization on test data because of overfitting to the noisy labels. In this paper, we claim that such overfitting can be avoided by "early …

How does Early Stopping Help Generalization against Label Noise?

2019-11-19 · Hwanjun Song, Minseok Kim, Dongmin Park, Jae-Gil Lee

Noisy labels are very common in real-world training data, which lead to poor generalization on test data because of overfitting to the noisy labels. In this paper, we claim that such overfitting can be avoided by "early …

Late Stopping: Avoiding Confidently Learning from Mislabeled Examples

2023-08-26 · ICCV 2023 1 · Suqin Yuan, Lei Feng, Tongliang Liu

Sample selection is a prevalent method in learning with noisy labels, where small-loss data are typically considered as correctly labeled data. However, this method may not effectively identify clean hard examples with l…

Learning with noisy labels

Learning Not to Learn in the Presence of Noisy Labels

2020-02-16 · Liu Ziyin, Blair Chen, Ru Wang, Paul Pu Liang 외

Learning in the presence of label noise is a challenging yet important task: it is crucial to design models that are robust in the presence of mislabeled datasets. In this paper, we discover that a new class of loss func…

Memorizationtext-classificationText Classification

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