CLDec 17, 2024

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

arXiv:2412.12955v12 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the challenge of expensive and error-prone labeling in machine learning, particularly for tasks like dialogue modeling where noisy labels are common, though it is an incremental improvement on existing sample reweighting methods.

The paper tackles the problem of training machine learning models with noisy labels by proposing an unsupervised on-the-fly meta loss rescaling method that reweights training samples using only model features, achieving consistent performance improvements across various NLP tasks with minimal computational overhead.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes