paper-with-me

홈 › Papers

Meta Soft Label Generation for Noisy Labels

2020-07-11 · Görkem Algan, Ilkay Ulusoy

The existence of noisy labels in the dataset causes significant performance degradation for deep neural networks (DNNs). To address this problem, we propose a Meta Soft Label Generation algorithm called MSLG, which can jointly generate soft labels using meta-learning techniques and learn DNN parameters in an end-to-end fashion. Our approach adapts the meta-learning paradigm to estimate optimal label distribution by checking gradient directions on both noisy training data and noise-free meta-data. In order to iteratively update soft labels, meta-gradient descent step is performed on estimated labels, which would minimize the loss of noise-free meta samples. In each iteration, the base classifier is trained on estimated meta labels. MSLG is model-agnostic and can be added on top of any existing model at hand with ease. We performed extensive experiments on CIFAR10, Clothing1M and Food101N datasets. Results show that our approach outperforms other state-of-the-art methods by a large margin.

📄 PDF Abstract BibTeX arXiv:2007.05836

Code (1)

LindgeW/MetaAug4NER pytorch

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Learning to Purify Noisy Labels via Meta Soft Label Corrector

2020-08-03 · Yichen Wu, Jun Shu, Qi Xie, Qian Zhao 외

Recent deep neural networks (DNNs) can easily overfit to biased training data with noisy labels. Label correction strategy is commonly used to alleviate this issue by designing a method to identity suspected noisy labels…

Meta-Learning

MetaLabelNet: Learning to Generate Soft-Labels from Noisy-Labels

2021-03-19 · Görkem Algan, Ilkay Ulusoy

Real-world datasets commonly have noisy labels, which negatively affects the performance of deep neural networks (DNNs). In order to address this problem, we propose a label noise robust learning algorithm, in which the …

Learning Soft Labels via Meta Learning

2020-09-20 · Nidhi Vyas, Shreyas Saxena, Thomas Voice

One-hot labels do not represent soft decision boundaries among concepts, and hence, models trained on them are prone to overfitting. Using soft labels as targets provide regularization, but different soft labels might be…

image-classificationImage ClassificationMeta-Learning

A Meta Approach to Defend Noisy Labels by the Manifold Regularizer PSDR

2019-06-13 · Pengfei Chen, Benben Liao, Guangyong Chen, Shengyu Zhang

Noisy labels are ubiquitous in real-world datasets, which poses a challenge for robustly training deep neural networks (DNNs) since DNNs can easily overfit to the noisy labels. Most recent efforts have been devoted to de…

Data Augmentation

Semi-supervised Relation Extraction via Incremental Meta Self-Training

2020-10-06 · Findings (EMNLP) 2021 11 · Xuming Hu, Chenwei Zhang, Fukun Ma, Chenyao Liu 외

To alleviate human efforts from obtaining large-scale annotations, Semi-Supervised Relation Extraction methods aim to leverage unlabeled data in addition to learning from limited samples. Existing self-training methods s…

Meta-LearningPseudo LabelRelationRelation Classification+1