paper-with-me

홈 › Papers

EvidentialMix: Learning with Combined Open-set and Closed-set Noisy Labels

2020-11-11 · Ragav Sachdeva, Filipe R. Cordeiro, Vasileios Belagiannis, Ian Reid, Gustavo Carneiro

The efficacy of deep learning depends on large-scale data sets that have been carefully curated with reliable data acquisition and annotation processes. However, acquiring such large-scale data sets with precise annotations is very expensive and time-consuming, and the cheap alternatives often yield data sets that have noisy labels. The field has addressed this problem by focusing on training models under two types of label noise: 1) closed-set noise, where some training samples are incorrectly annotated to a training label other than their known true class; and 2) open-set noise, where the training set includes samples that possess a true class that is (strictly) not contained in the set of known training labels. In this work, we study a new variant of the noisy label problem that combines the open-set and closed-set noisy labels, and introduce a benchmark evaluation to assess the performance of training algorithms under this setup. We argue that such problem is more general and better reflects the noisy label scenarios in practice. Furthermore, we propose a novel algorithm, called EvidentialMix, that addresses this problem and compare its performance with the state-of-the-art methods for both closed-set and open-set noise on the proposed benchmark. Our results show that our method produces superior classification results and better feature representations than previous state-of-the-art methods. The code is available at https://github.com/ragavsachdeva/EvidentialMix.

📄 PDF Abstract BibTeX arXiv:2011.05704

Code (1)

ragavsachdeva/EvidentialMix 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Iterative Learning with Open-set Noisy Labels

2018-03-31 · CVPR 2018 6 · Yisen Wang, Weiyang Liu, Xingjun Ma, James Bailey 외

Large-scale datasets possessing clean label annotations are crucial for training Convolutional Neural Networks (CNNs). However, labeling large-scale data can be very costly and error-prone, and even high-quality datasets…

Learning with Open-world Noisy Data via Class-independent Margin in Dual Representation Space

2025-01-19 · Linchao Pan, Can Gao, Jie zhou, Jinbao Wang

Learning with Noisy Labels (LNL) aims to improve the model generalization when facing data with noisy labels, and existing methods generally assume that noisy labels come from known classes, called closed-set noise. Howe…

Contrastive LearningLearning with noisy labelsMemorization

Extended T: Learning with Mixed Closed-set and Open-set Noisy Labels

2020-12-02 · Xiaobo Xia, Tongliang Liu, Bo Han, Nannan Wang 외

The label noise transition matrix $T$, reflecting the probabilities that true labels flip into noisy ones, is of vital importance to model label noise and design statistically consistent classifiers. The traditional tran…

Unleashing the Potential of Open-set Noisy Samples Against Label Noise for Medical Image Classification

2024-06-18 · Zehui Liao, Shishuai Hu, Yanning Zhang, Yong Xia

Addressing mixed closed-set and open-set label noise in medical image classification remains a largely unexplored challenge. Unlike natural image classification, which often separates and processes closed-set and open-se…

Classificationimage-classificationImage ClassificationMedical Image Classification

Open-set Label Noise Can Improve Robustness Against Inherent Label Noise

2021-06-21 · NeurIPS 2021 12 · Hongxin Wei, Lue Tao, Renchunzi Xie, Bo An

Learning with noisy labels is a practically challenging problem in weakly supervised learning. In the existing literature, open-set noises are always considered to be poisonous for generalization, similar to closed-set n…

Learning with noisy labelsOut-of-Distribution DetectionWeakly-supervised Learning