paper-with-me

홈 › Papers

NLNL: Negative Learning for Noisy Labels

2019-08-19 · ICCV 2019 10 · Youngdong Kim, Junho Yim, Juseung Yun, Junmo Kim

Convolutional Neural Networks (CNNs) provide excellent performance when used for image classification. The classical method of training CNNs is by labeling images in a supervised manner as in "input image belongs to this label" (Positive Learning; PL), which is a fast and accurate method if the labels are assigned correctly to all images. However, if inaccurate labels, or noisy labels, exist, training with PL will provide wrong information, thus severely degrading performance. To address this issue, we start with an indirect learning method called Negative Learning (NL), in which the CNNs are trained using a complementary label as in "input image does not belong to this complementary label." Because the chances of selecting a true label as a complementary label are low, NL decreases the risk of providing incorrect information. Furthermore, to improve convergence, we extend our method by adopting PL selectively, termed as Selective Negative Learning and Positive Learning (SelNLPL). PL is used selectively to train upon expected-to-be-clean data, whose choices become possible as NL progresses, thus resulting in superior performance of filtering out noisy data. With simple semi-supervised training technique, our method achieves state-of-the-art accuracy for noisy data classification, proving the superiority of SelNLPL's noisy data filtering ability.

📄 PDF Abstract BibTeX arXiv:1908.07387

Code (1)

LeilaMahmoodi/Noisy-Labels-Idea pytorch

Tasks

General Classificationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Joint Negative and Positive Learning for Noisy Labels

2021-04-14 · CVPR 2021 1 · Youngdong Kim, Juseung Yun, Hyounguk Shon, Junmo Kim

Training of Convolutional Neural Networks (CNNs) with data with noisy labels is known to be a challenge. Based on the fact that directly providing the label to the data (Positive Learning; PL) has a risk of allowing CNNs…

Implicit to Explicit Entropy Regularization: Benchmarking ViT Fine-tuning under Noisy Labels

2024-10-05 · Maria Marrium, Arif Mahmood, Mohammed Bennamoun

Automatic annotation of large-scale datasets can introduce noisy training data labels, which adversely affect the learning process of deep neural networks (DNNs). Consequently, Noisy Labels Learning (NLL) has become a cr…

Benchmarking

Pushing One Pair of Labels Apart Each Time in Multi-Label Learning: From Single Positive to Full Labels

2023-02-28 · Xiang Li, Xinrui Wang, Songcan Chen

In Multi-Label Learning (MLL), it is extremely challenging to accurately annotate every appearing object due to expensive costs and limited knowledge. When facing such a challenge, a more practical and cheaper alternativ…

Multi-Label Learning

To Smooth or Not? When Label Smoothing Meets Noisy Labels

2021-06-08 · 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…

Image ClassificationLearning with noisy labels

The Devil is in the Labels: Noisy Label Correction for Robust Scene Graph Generation

2022-06-07 · CVPR 2022 1 · Lin Li, Long Chen, Yifeng Huang, Zhimeng Zhang 외

Unbiased SGG has achieved significant progress over recent years. However, almost all existing SGG models have overlooked the ground-truth annotation qualities of prevailing SGG datasets, i.e., they always assume: 1) all…

AllGraph GenerationOut-of-Distribution DetectionPOS+1