paper-with-me

Papers

To Smooth or Not? When Label Smoothing Meets Noisy Labels

2021-06-08 · Jiaheng Wei, Hangyu Liu, Tongliang Liu, Gang Niu, Masashi Sugiyama, Yang Liu

Label smoothing (LS) is an arising learning paradigm that uses the positively weighted average of both the hard training labels and uniformly distributed soft labels. It was shown that LS serves as a regularizer for training data with hard labels and therefore improves the generalization of the model. Later it was reported LS even helps with improving robustness when learning with noisy labels. However, we observed that the advantage of LS vanishes when we operate in a high label noise regime. Intuitively speaking, this is due to the increased entropy of $\mathbb{P}(\text{noisy label}|X)$ when the noise rate is high, in which case, further applying LS tends to "over-smooth" the estimated posterior. We proceeded to discover that several learning-with-noisy-labels solutions in the literature instead relate more closely to negative/not label smoothing (NLS), which acts counter to LS and defines as using a negative weight to combine the hard and soft labels! We provide understandings for the properties of LS and NLS when learning with noisy labels. Among other established properties, we theoretically show NLS is considered more beneficial when the label noise rates are high. We provide extensive experimental results on multiple benchmarks to support our findings too. Code is publicly available at https://github.com/UCSC-REAL/negative-label-smoothing.

📄 PDF Abstract BibTeX arXiv:2106.04149

Code (1)

ucsc-real/negative-label-smoothing 공식 구현 pytorch

Tasks

Image ClassificationLearning with noisy labels

Methods 이 논문이 사용한 방법론

Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Understanding Generalized Label Smoothing when Learning with Noisy Labels

2021-09-29 · Jiaheng Wei, Hangyu Liu, Tongliang Liu, Gang Niu 외

Label smoothing (LS) is an arising learning paradigm that uses the positively weighted average of both the hard training labels and uniformly distributed soft labels. It was shown that LS serves as a regularizer for trai…

Learning with noisy labels

Pseudo-labelling meets Label Smoothing for Noisy Partial Label Learning

2024-02-07 · Darshana Saravanan, Naresh Manwani, Vineet Gandhi

Partial label learning (PLL) is a weakly-supervised learning paradigm where each training instance is paired with a set of candidate labels (partial label), one of which is the true label. Noisy PLL (NPLL) relaxes this c…

Partial Label LearningPseudo LabelWeakly-supervised Learning

Does label smoothing mitigate label noise?

2020-03-05 · ICML 2020 1 · Michal Lukasik, Srinadh Bhojanapalli, Aditya Krishna Menon, Sanjiv Kumar

Label smoothing is commonly used in training deep learning models, wherein one-hot training labels are mixed with uniform label vectors. Empirically, smoothing has been shown to improve both predictive performance and mo…

Learning with noisy labels

Matrix Smoothing: A Regularization for DNN with Transition Matrix under Noisy Labels

2020-03-26 · Xianbin Lv, Dongxian Wu, Shu-Tao Xia

Training deep neural networks (DNNs) in the presence of noisy labels is an important and challenging task. Probabilistic modeling, which consists of a classifier and a transition matrix, depicts the transformation from t…

Free Lunch for Domain Adversarial Training: Environment Label Smoothing

2023-02-01 · The Eleventh International Conference on Learning Representations (ICLR 2023) 2023 1 · Yifan Zhang, Xue Wang, Jian Liang, Zhang Zhang 외

A fundamental challenge for machine learning models is how to generalize learned models for out-of-distribution (OOD) data. Among various approaches, exploiting invariant features by Domain Adversarial Training (DAT) rec…

Domain Generalization