paper-with-me

홈 › Papers

Pre-train to Gain: Robust Learning Without Clean Labels

2025-11-25 · David Szczecina, Nicholas Pellegrino, Paul Fieguth arxiv

Training deep networks with noisy labels leads to poor generalization and degraded accuracy due to overfitting to label noise. Existing approaches for learning with noisy labels often rely on the availability of a clean subset of data. By pre-training a feature extractor backbone without labels using self-supervised learning (SSL), followed by standard supervised training on the noisy dataset, we can train a more noise robust model without requiring a subset with clean labels. We evaluate the use of SimCLR and Barlow~Twins as SSL methods on CIFAR-10 and CIFAR-100 under synthetic and real world noise. Across all noise rates, self-supervised pre-training consistently improves classification accuracy and enhances downstream label-error detection (F1 and Balanced Accuracy). The performance gap widens as the noise rate increases, demonstrating improved robustness. Notably, our approach achieves comparable results to ImageNet pre-trained models at low noise levels, while substantially outperforming them under high noise conditions.

📄 PDF Abstract BibTeX arXiv:2511.20844

Code (0)

등록된 구현이 없습니다.

Tasks

Learning with noisy labelsSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Low-Loss Subspace Compression for Clean Gains against Multi-Agent Backdoor Attacks

2022-03-07 · Siddhartha Datta, Nigel Shadbolt

Recent exploration of the multi-agent backdoor attack demonstrated the backfiring effect, a natural defense against backdoor attacks where backdoored inputs are randomly classified. This yields a side-effect of low accur…

Backdoor Attack

Bootstrapping the Relationship Between Images and Their Clean and Noisy Labels

2022-10-17 · Brandon Smart, Gustavo Carneiro

Many state-of-the-art noisy-label learning methods rely on learning mechanisms that estimate the samples' clean labels during training and discard their original noisy labels. However, this approach prevents the learning…

Image ClassificationLearning with noisy labels

Do We Really Need Gold Samples for Sample Weighting Under Label Noise?

2021-04-19 · Aritra Ghosh, Andrew Lan

Learning with labels noise has gained significant traction recently due to the sensitivity of deep neural networks under label noise under common loss functions. Losses that are theoretically robust to label noise, howev…

Meta-Learning

Backdoor Cleansing with Unlabeled Data

2022-11-22 · CVPR 2023 1 · Lu Pang, Tao Sun, Haibin Ling, Chao Chen

Due to the increasing computational demand of Deep Neural Networks (DNNs), companies and organizations have begun to outsource the training process. However, the externally trained DNNs can potentially be backdoor attack…

Knowledge Distillation

Image recognition from raw labels collected without annotators

2019-10-20 · Fatih Furkan Yilmaz, Reinhard Heckel

Image classification problems are typically addressed by first collecting examples with candidate labels, second cleaning the candidate labels manually, and third training a deep neural network on the clean examples. The…

image-classificationImage Classification