paper-with-me

홈 › Papers

Differences Between Hard and Noisy-labeled Samples: An Empirical Study

2023-07-20 · Mahsa Forouzesh, Patrick Thiran

Extracting noisy or incorrectly labeled samples from a labeled dataset with hard/difficult samples is an important yet under-explored topic. Two general and often independent lines of work exist, one focuses on addressing noisy labels, and another deals with hard samples. However, when both types of data are present, most existing methods treat them equally, which results in a decline in the overall performance of the model. In this paper, we first design various synthetic datasets with custom hardness and noisiness levels for different samples. Our proposed systematic empirical study enables us to better understand the similarities and more importantly the differences between hard-to-learn samples and incorrectly-labeled samples. These controlled experiments pave the way for the development of methods that distinguish between hard and noisy samples. Through our study, we introduce a simple yet effective metric that filters out noisy-labeled samples while keeping the hard samples. We study various data partitioning methods in the presence of label noise and observe that filtering out noisy samples from hard samples with this proposed metric results in the best datasets as evidenced by the high test accuracy achieved after models are trained on the filtered datasets. We demonstrate this for both our created synthetic datasets and for datasets with real-world label noise. Furthermore, our proposed data partitioning method significantly outperforms other methods when employed within a semi-supervised learning framework.

📄 PDF Abstract BibTeX arXiv:2307.10718

Code (1)

mahf93/hard-vs-noisy 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Learning with Instance-Dependent Noisy Labels by Anchor Hallucination and Hard Sample Label Correction

2024-07-10 · Po-Hsuan Huang, Chia-Ching Lin, Chih-Fan Hsu, Ming-Ching Chang 외

Learning from noisy-labeled data is crucial for real-world applications. Traditional Noisy-Label Learning (NLL) methods categorize training data into clean and noisy sets based on the loss distribution of training sample…

Hallucination

Sample Prior Guided Robust Model Learning to Suppress Noisy Labels

2021-12-02 · Wenkai Chen, Chuang Zhu, Yi Chen, Mengting Li 외

Imperfect labels are ubiquitous in real-world datasets and seriously harm the model performance. Several recent effective methods for handling noisy labels have two key steps: 1) dividing samples into cleanly labeled and…

Image ClassificationLearning with noisy labels

Alleviating Noisy-label Effects in Image Classification via Probability Transition Matrix

2021-10-17 · Ziqi Zhang, Yuexiang Li, Hongxin Wei, Kai Ma 외

Deep-learning-based image classification frameworks often suffer from the noisy label problem caused by the inter-observer variation. Recent studies employed learning-to-learn paradigms (e.g., Co-teaching and JoCoR) to f…

image-classificationImage Classification

Split-PU: Hardness-aware Training Strategy for Positive-Unlabeled Learning

2022-11-30 · Chengming Xu, Chen Liu, Siqian Yang, Yabiao Wang 외

Positive-Unlabeled (PU) learning aims to learn a model with rare positive samples and abundant unlabeled samples. Compared with classical binary classification, the task of PU learning is much more challenging due to the…

Binary Classification

Tripartite: Tackle Noisy Labels by a More Precise Partition

2022-02-19 · Xuefeng Liang, Longshan Yao, Xingyu Liu, Ying Zhou

Samples in large-scale datasets may be mislabeled due to various reasons, and Deep Neural Networks can easily over-fit to the noisy label data. To tackle this problem, the key point is to alleviate the harm of these nois…

Self-Supervised Learning