paper-with-me

Papers

Mitigating Instance-Dependent Label Noise: Integrating Self-Supervised Pretraining with Pseudo-Label Refinement

2024-12-06 · Gouranga Bala, Anuj Gupta, Subrat Kumar Behera, Amit Sethi

Deep learning models rely heavily on large volumes of labeled data to achieve high performance. However, real-world datasets often contain noisy labels due to human error, ambiguity, or resource constraints during the annotation process. Instance-dependent label noise (IDN), where the probability of a label being corrupted depends on the input features, poses a significant challenge because it is more prevalent and harder to address than instance-independent noise. In this paper, we propose a novel hybrid framework that combines self-supervised learning using SimCLR with iterative pseudo-label refinement to mitigate the effects of IDN. The self-supervised pre-training phase enables the model to learn robust feature representations without relying on potentially noisy labels, establishing a noise-agnostic foundation. Subsequently, we employ an iterative training process with pseudo-label refinement, where confidently predicted samples are identified through a multistage approach and their labels are updated to improve label quality progressively. We evaluate our method on the CIFAR-10 and CIFAR-100 datasets augmented with synthetic instance-dependent noise at varying noise levels. Experimental results demonstrate that our approach significantly outperforms several state-of-the-art methods, particularly under high noise conditions, achieving notable improvements in classification accuracy and robustness. Our findings suggest that integrating self-supervised learning with iterative pseudo-label refinement offers an effective strategy for training deep neural networks on noisy datasets afflicted by instance-dependent label noise.

📄 PDF Abstract BibTeX arXiv:2412.04898

Code (0)

등록된 구현이 없습니다.

Tasks

Pseudo LabelSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Bitcoin Customer Service Number +1-833-534-1729 설명 없음
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Kaiming Initialization 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Random Gaussian Blur Random Gaussian Blur is an image data augmentation technique where we randomly blur the image using a Gaussian distribution. Image Source:…
ColorJitter 설명 없음

Similar Papers 제목 키워드 기반

Leveraging an Alignment Set in Tackling Instance-Dependent Label Noise

2023-07-10 · Donna Tjandra, Jenna Wiens

Noisy training labels can hurt model performance. Most approaches that aim to address label noise assume label noise is independent from the input features. In practice, however, label noise is often feature or \textit{i…

Respiratory Failure

On Robust Learning from Noisy Labels: A Permutation Layer Approach

2022-11-29 · Salman AlSubaihi, Mohammed Alkhrashi, Raied Aljadaany, Fahad Albalawi 외

The existence of label noise imposes significant challenges (e.g., poor generalization) on the training process of deep neural networks (DNN). As a remedy, this paper introduces a permutation layer learning approach term…

Instance-dependent Noisy-label Learning with Graphical Model Based Noise-rate Estimation

2023-05-31 · Arpit Garg, Cuong Nguyen, Rafael Felix, Thanh-Toan Do 외

Deep learning faces a formidable challenge when handling noisy labels, as models tend to overfit samples affected by label noise. This challenge is further compounded by the presence of instance-dependent noise (IDN), a …

Part-dependent Label Noise: Towards Instance-dependent Label Noise

2020-06-14 · NeurIPS 2020 12 · Xiaobo Xia, Tongliang Liu, Bo Han, Nannan Wang 외

Learning with the \textit{instance-dependent} label noise is challenging, because it is hard to model such real-world noise. Note that there are psychological and physiological evidences showing that we humans perceive i…

Confidence Scores Make Instance-dependent Label-noise Learning Possible

2020-01-11 · Antonin Berthon, Bo Han, Gang Niu, Tongliang Liu 외

In learning with noisy labels, for every instance, its label can randomly walk to other classes following a transition distribution which is named a noise model. Well-studied noise models are all instance-independent, na…

Learning with noisy labels