paper-with-me

홈 › Papers

Learning from Noisy Labels via Self-Taught On-the-Fly Meta Loss Rescaling

2024-12-17 · Michael Heck, Christian Geishauser, Nurul Lubis, Carel van Niekerk, Shutong Feng, Hsien-Chin Lin, Benjamin Matthias Ruppik, Renato Vukovic, Milica Gašić

Correct labels are indispensable for training effective machine learning models. However, creating high-quality labels is expensive, and even professionally labeled data contains errors and ambiguities. Filtering and denoising can be applied to curate labeled data prior to training, at the cost of additional processing and loss of information. An alternative is on-the-fly sample reweighting during the training process to decrease the negative impact of incorrect or ambiguous labels, but this typically requires clean seed data. In this work we propose unsupervised on-the-fly meta loss rescaling to reweight training samples. Crucially, we rely only on features provided by the model being trained, to learn a rescaling function in real time without knowledge of the true clean data distribution. We achieve this via a novel meta learning setup that samples validation data for the meta update directly from the noisy training corpus by employing the rescaling function being trained. Our proposed method consistently improves performance across various NLP tasks with minimal computational overhead. Further, we are among the first to attempt on-the-fly training data reweighting on the challenging task of dialogue modeling, where noisy and ambiguous labels are common. Our strategy is robust in the face of noisy and clean data, handles class imbalance, and prevents overfitting to noisy labels. Our self-taught loss rescaling improves as the model trains, showing the ability to keep learning from the model's own signals. As training progresses, the impact of correctly labeled data is scaled up, while the impact of wrongly labeled data is suppressed.

📄 PDF Abstract BibTeX arXiv:2412.12955

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingMeta-Learning

Similar Papers 제목 키워드 기반

APAM: Adaptive Pre-training and Adaptive Meta Learning in Language Model for Noisy Labels and Long-tailed Learning

2023-02-06 · Sunyi Chi, Bo Dong, Yiming Xu, Zhenyu Shi 외

Practical natural language processing (NLP) tasks are commonly long-tailed with noisy labels. Those problems challenge the generalization and robustness of complex models such as Deep Neural Networks (DNNs). Some commonl…

Contrastive LearningLanguage ModelingLanguage ModellingMeta-Learning

Learning to Detect Noisy Labels Using Model-Based Features

2022-12-28 · Zhihao Wang, Zongyu Lin, Peiqi Liu, Guidong Zheng 외

Label noise is ubiquitous in various machine learning scenarios such as self-labeling with model predictions and erroneous data annotation. Many existing approaches are based on heuristics such as sample losses, which mi…

Meta-Learningspeech-recognitionSpeech Recognitiontext-classification+1

Evolving Self-taught Neural Networks: The Baldwin Effect and the Emergence of Intelligence

2019-04-04 · Nam Le

The so-called Baldwin Effect generally says how learning, as a form of ontogenetic adaptation, can influence the process of phylogenetic adaptation, or evolution. This idea has also been taken into computation in which e…

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 j…

Meta-Learning

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