paper-with-me

Papers

SELF: Learning to Filter Noisy Labels with Self-Ensembling

2019-10-04 · ICLR 2020 1 · Duc Tam Nguyen, Chaithanya Kumar Mummadi, Thi Phuong Nhung Ngo, Thi Hoai Phuong Nguyen, Laura Beggel, Thomas Brox

Deep neural networks (DNNs) have been shown to over-fit a dataset when being trained with noisy labels for a long enough time. To overcome this problem, we present a simple and effective method self-ensemble label filtering (SELF) to progressively filter out the wrong labels during training. Our method improves the task performance by gradually allowing supervision only from the potentially non-noisy (clean) labels and stops learning on the filtered noisy labels. For the filtering, we form running averages of predictions over the entire training dataset using the network output at different training epochs. We show that these ensemble estimates yield more accurate identification of inconsistent predictions throughout training than the single estimates of the network at the most recent training epoch. While filtered samples are removed entirely from the supervised training loss, we dynamically leverage them via semi-supervised learning in the unsupervised loss. We demonstrate the positive effect of such an approach on various image classification tasks under both symmetric and asymmetric label noise and at different noise ratios. It substantially outperforms all previous works on noise-aware learning across different datasets and can be applied to a broad set of network architectures.

📄 PDF Abstract BibTeX arXiv:1910.01842

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationSelf-Learning

Similar Papers 제목 키워드 기반

Uncertainty-Aware Bootstrap Learning for Joint Extraction on Distantly-Supervised Data

2023-05-05 · Yufei Li, Xiao Yu, Yanchi Liu, Haifeng Chen 외

Jointly extracting entity pairs and their relations is challenging when working on distantly-supervised data with ambiguous or noisy labels. To mitigate such impact, we propose uncertainty-aware bootstrap learning, which…

Relation Extraction

Continual Learning on Noisy Data Streams via Self-Purified Replay

2021-10-14 · ICCV 2021 10 · Chris Dongjoo Kim, Jinseo Jeong, Sangwoo Moon, Gunhee Kim

Continually learning in the real world must overcome many challenges, among which noisy labels are a common and inevitable issue. In this work, we present a repla-ybased continual learning framework that simultaneously a…

Continual LearningSelf-Supervised Learning

Self Training and Ensembling Frequency Dependent Networks with Coarse Prediction Pooling and Sound Event Bounding Boxes

2024-06-22 · Hyeonuk Nam, Deokki Min, Seungdeok Choi, Inhan Choi 외

To tackle sound event detection (SED), we propose frequency dependent networks (FreDNets), which heavily leverage frequency-dependent methods. We apply frequency warping and FilterAugment, which are frequency-dependent d…

Change DetectionData AugmentationEvent DetectionPseudo Label+1

Exploiting Pseudo Labels in a Self-Supervised Learning Framework for Improved Monocular Depth Estimation

2022-01-01 · CVPR 2022 1 · Andra Petrovai, Sergiu Nedevschi

We present a novel self-distillation based self-supervised monocular depth estimation (SD-SSMDE) learning framework. In the first step, our network is trained in a self-supervised regime on high-resolution images wit…

Depth EstimationMonocular Depth EstimationSelf-Supervised Learning

Robust Temporal Ensembling for Learning with Noisy Labels

2021-09-29 · Abel Brown, Benedikt Schifferer, Robert DiPietro

Successful training of deep neural networks with noisy labels is an essential capability as most real-world datasets contain some amount of mislabeled data. Left unmitigated, label noise can sharply degrade typical super…

Image ClassificationLearning with noisy labelsRTE