paper-with-me

홈 › Papers

Identifying Mislabeled Data using the Area Under the Margin Ranking

2020-01-28 · NeurIPS 2020 12 · Geoff Pleiss, Tianyi Zhang, Ethan R. Elenberg, Kilian Q. Weinberger

Not all data in a typical training set help with generalization; some samples can be overly ambiguous or outrightly mislabeled. This paper introduces a new method to identify such samples and mitigate their impact when training neural networks. At the heart of our algorithm is the Area Under the Margin (AUM) statistic, which exploits differences in the training dynamics of clean and mislabeled samples. A simple procedure - adding an extra class populated with purposefully mislabeled threshold samples - learns a AUM upper bound that isolates mislabeled data. This approach consistently improves upon prior work on synthetic and real-world datasets. On the WebVision50 classification task our method removes 17% of training data, yielding a 1.6% (absolute) improvement in test error. On CIFAR100 removing 13% of the data leads to a 1.2% drop in error.

📄 PDF Abstract BibTeX arXiv:2001.10528

Code (3)

asappresearch/aum 공식 구현 pytorch
AlexKubiesa/area-under-the-margin-ranking pytorch
Manuscrit/Area-Under-the-Margin-Ranking pytorch

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Identify ambiguous tasks combining crowdsourced labels by weighting Areas Under the Margin

2022-09-30 · Tanguy Lefort, Benjamin Charlier, Alexis Joly, Joseph Salmon

In supervised learning - for instance in image classification - modern massive datasets are commonly labeled by a crowd of workers. The obtained labels in this crowdsourcing setting are then aggregated for training, gene…

image-classificationImage Classification

Learning from Training Dynamics: Identifying Mislabeled Data Beyond Manually Designed Features

2022-12-19 · Qingrui Jia, Xuhong LI, Lei Yu, Jiang Bian 외

While mislabeled or ambiguously-labeled samples in the training set could negatively affect the performance of deep models, diagnosing the dataset and identifying mislabeled samples helps to improve the generalization po…

Assessing the Quality of the Datasets by Identifying Mislabeled Samples

2021-09-10 · Vaibhav Pulastya, Gaurav Nuti, Yash Kumar Atri, Tanmoy Chakraborty

Due to the over-emphasize of the quantity of data, the data quality has often been overlooked. However, not all training data points contribute equally to learning. In particular, if mislabeled, it might actively damage …

Identifying the Mislabeled Training Samples of ECG Signals using Machine Learning

2017-12-11 · Yaoguang Li, Wei Cui, Cong Wang

The classification accuracy of electrocardiogram signal is often affected by diverse factors in which mislabeled training samples issue is one of the most influential problems. In order to mitigate this negative effect, …

BIG-bench Machine LearningClassificationGeneral Classification

A Simple Remedy for Dataset Bias via Self-Influence: A Mislabeled Sample Perspective

2024-11-01 · Yeonsung Jung, Jaeyun Song, June Yong Yang, Jin-Hwa Kim 외

Learning generalized models from biased data is an important undertaking toward fairness in deep learning. To address this issue, recent studies attempt to identify and leverage bias-conflicting samples free from spuriou…

Fairness