paper-with-me

홈 › Papers

Training Classifiers that are Universally Robust to All Label Noise Levels

2021-05-27 · Jingyi Xu, Tony Q. S. Quek, Kai Fong Ernest Chong

For classification tasks, deep neural networks are prone to overfitting in the presence of label noise. Although existing methods are able to alleviate this problem at low noise levels, they encounter significant performance reduction at high noise levels, or even at medium noise levels when the label noise is asymmetric. To train classifiers that are universally robust to all noise levels, and that are not sensitive to any variation in the noise model, we propose a distillation-based framework that incorporates a new subcategory of Positive-Unlabeled learning. In particular, we shall assume that a small subset of any given noisy dataset is known to have correct labels, which we treat as "positive", while the remaining noisy subset is treated as "unlabeled". Our framework consists of the following two components: (1) We shall generate, via iterative updates, an augmented clean subset with additional reliable "positive" samples filtered from "unlabeled" samples; (2) We shall train a teacher model on this larger augmented clean set. With the guidance of the teacher model, we then train a student model on the whole dataset. Experiments were conducted on the CIFAR-10 dataset with synthetic label noise at multiple noise levels for both symmetric and asymmetric noise. The results show that our framework generally outperforms at medium to high noise levels. We also evaluated our framework on Clothing1M, a real-world noisy dataset, and we achieved 2.94% improvement in accuracy over existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2105.13892

Code (1)

Xu-Jingyi/PUDistill 공식 구현 pytorch

Tasks

AllImage Classification

Similar Papers 제목 키워드 기반

Vote-boosting ensembles

2016-06-30 · Maryam Sabzevari, Gonzalo Martínez-Muñoz, Alberto Suárez

Vote-boosting is a sequential ensemble learning method in which the individual classifiers are built on different weighted versions of the training data. To build a new classifier, the weight of each training instance is…

Ensemble Learning

Label Noise Cleaning for Supervised Classification via Bernoulli Random Sampling

2026-03-15 · Yuxin Liu, Xiong Jin, Yang Han arxiv

Label noise - incorrect labels assigned to observations - can substantially degrade the performance of supervised classifiers. This paper proposes a label noise cleaning method based on Bernoulli random sampling. We show…

Learning from Noisy Labels with Noise Modeling Network

2020-05-01 · Zhuolin Jiang, Jan Silovsky, Man-Hung Siu, William Hartmann 외

Multi-label image classification has generated significant interest in recent years and the performance of such systems often suffers from the not so infrequent occurrence of incorrect or missing labels in the training d…

General Classificationimage-classificationImage ClassificationMissing Labels+2

Robust Partial-Label Learning by Leveraging Class Activation Values

2025-02-17 · Tobias Fuchs, Florian Kalinke

Real-world training data is often noisy; for example, human annotators assign conflicting class labels to the same instances. Partial-label learning (PLL) is a weakly supervised learning paradigm that allows training cla…

Partial Label LearningWeakly-supervised Learning

“Where is My Parcel?” Fast and Efficient Classifiers to Detect User Intent in Natural Language

2019-12-16 · SNAMS 2019 12 · Constantina Nicolaou, Amal Vaidya, Fabon Dzogang, David Wardrope 외

We study the performance of customer intent classifiers designed to predict the most popular intent received through ASOS.com Customer Care Department, namely “Where is my order?”. These queries are characterised by the …

English Conversational Speech RecognitionIntent DetectionText Classification