LGAIOct 14, 2025

Revisiting Meta-Learning with Noisy Labels: Reweighting Dynamics and Theoretical Guarantees

arXiv:2510.12209v1h-index: 18
Originality Incremental advance
AI Analysis

This work addresses noisy label learning for machine learning practitioners, offering theoretical insights and a practical method, though it is incremental as it builds on existing meta-reweighting approaches.

The paper tackled the problem of learning with noisy labels by analyzing meta-learning-based sample reweighting, revealing a three-phase training trajectory and proposing a lightweight surrogate method that outperforms baselines on benchmarks.

Learning with noisy labels remains challenging because over-parameterized networks memorize corrupted supervision. Meta-learning-based sample reweighting mitigates this by using a small clean subset to guide training, yet its behavior and training dynamics lack theoretical understanding. We provide a rigorous theoretical analysis of meta-reweighting under label noise and show that its training trajectory unfolds in three phases: (i) an alignment phase that amplifies examples consistent with a clean subset and suppresses conflicting ones; (ii) a filtering phase driving noisy example weights toward zero until the clean subset loss plateaus; and (iii) a post-filtering phase in which noise filtration becomes perturbation-sensitive. The mechanism is a similarity-weighted coupling between training and clean subset signals together with clean subset training loss contraction; in the post-filtering regime where the clean-subset loss is sufficiently small, the coupling term vanishes and meta-reweighting loses discriminatory power. Guided by this analysis, we propose a lightweight surrogate for meta-reweighting that integrates mean-centering, row shifting, and label-signed modulation, yielding more stable performance while avoiding expensive bi-level optimization. Across synthetic and real noisy-label benchmarks, our method consistently outperforms strong reweighting/selection baselines.

Foundations

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

Your Notes