Table of Contents
Fetching ...

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

Yiming Zhang, Chester Holtz, Gal Mishne, Alex Cloninger

TL;DR

This work tackles learning with label noise by rigorously analyzing meta-reweighting methods that use a small trusted subset to guide training. It reveals a three-phase training dynamics where early alignment boosts clean examples, a filtering phase drives noisy weights to zero, and a post-filtering phase reduces discriminatory power as the clean-subset signal wanes. Guided by theory, the authors propose a lightweight surrogate, Feature-Based Reweighting (FBR), which preserves the essential signed, similarity-weighted meta-signal while replacing the costly bilevel updates with a mean-centered Gram-based computation. Empirically, the method yields consistent improvements over strong baselines on synthetic and real noisy-label benchmarks, showcasing scalable robustness and stability. The findings provide both theoretical insight into meta-reweighting under label noise and a practical, efficient algorithm that enhances generalization in the presence of noisy supervision.

Abstract

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.

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

TL;DR

This work tackles learning with label noise by rigorously analyzing meta-reweighting methods that use a small trusted subset to guide training. It reveals a three-phase training dynamics where early alignment boosts clean examples, a filtering phase drives noisy weights to zero, and a post-filtering phase reduces discriminatory power as the clean-subset signal wanes. Guided by theory, the authors propose a lightweight surrogate, Feature-Based Reweighting (FBR), which preserves the essential signed, similarity-weighted meta-signal while replacing the costly bilevel updates with a mean-centered Gram-based computation. Empirically, the method yields consistent improvements over strong baselines on synthetic and real noisy-label benchmarks, showcasing scalable robustness and stability. The findings provide both theoretical insight into meta-reweighting under label noise and a practical, efficient algorithm that enhances generalization in the presence of noisy supervision.

Abstract

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.
Paper Structure (22 sections, 8 theorems, 71 equations, 1 figure, 4 tables, 1 algorithm)

This paper contains 22 sections, 8 theorems, 71 equations, 1 figure, 4 tables, 1 algorithm.

Key Result

Lemma 1

If $\sigma$ is Lipschitz and $d_l \rightarrow \infty$ for $l=1, \cdots, L$ sequentially, then $K^{(0)}\left(\boldsymbol{x}, \boldsymbol{x}^{\prime}\right)$ converges in probability to a deterministic limiting kernel $K\left(\boldsymbol{x}, \boldsymbol{x}^{\prime}\right)$ and the limiting kernel Gram

Figures (1)

  • Figure 1: (a) Trajectories of per-sample weights over epochs. (b) Mean residual dynamics on the clean subset. (c) NTK values between training and clean samples. (d) Mean-centered NTK values between training and clean samples. (e) Final weight distribution at convergence, separated by clean vs. noisy samples. (f) Final weight directions.

Theorems & Definitions (14)

  • Lemma 1: zhai2022understanding
  • Theorem 1
  • Proposition 1
  • Definition 1
  • Theorem 2
  • Lemma 2
  • proof
  • Lemma 3: Lemma 13 in zhai2022understanding
  • Lemma 4
  • proof
  • ...and 4 more