← Latest papers
🤖 machine learning

Learning Locally, Revising Globally: Global Reviser for Federated Learning with Noisy Labels

This paper proposes Federated Global Reviser (FedGR), a novel method that leverages the global model's inherent slow memorization of noisy labels to collaboratively rectify label noise and regularize local training, thereby achieving superior robustness against heterogeneous label noise in federated learning compared to state-of-the-art baselines.

Original authors: Yuxin Tian, Mouxing Yang, Yuhao Zhou, Jian Wang, Qing Ye, Tongliang Liu, Gang Niu, Jiancheng Lv

Published 2026-05-04
📖 5 min read🧠 Deep dive

Original authors: Yuxin Tian, Mouxing Yang, Yuhao Zhou, Jian Wang, Qing Ye, Tongliang Liu, Gang Niu, Jiancheng Lv

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: A Classroom with Bad Notes

Imagine a group of students (called clients) who are trying to learn a subject together, but they are in different rooms and cannot share their notebooks directly to protect their privacy. This is Federated Learning (FL).

Usually, they rely on a teacher (the server) to combine their notes into one "Master Textbook" (the Global Model).

However, in the real world, some students have bad notes (noisy labels). Maybe a student wrote "Cat" next to a picture of a "Dog" by mistake. If the teacher just averages everyone's notes, the Master Textbook gets confused and starts learning the wrong things. This is the Federated Label-Noise (F-LN) problem.

Previous methods tried to fix this by asking each student to check their own notes for errors. But because every student has a different style of writing and different types of mistakes (some mix up cats and dogs, others mix up cars and trucks), these local checks often fail.

The Big Discovery: The "Slow Learner" Advantage

The authors of this paper noticed something surprising while watching the students learn.

In a traditional classroom (Centralized Learning), if you give a student bad notes, they eventually memorize the mistakes perfectly. They get too confident in the wrong answers.

But in this Federated setup, the Master Textbook (the Global Model) acts like a slow learner. It takes a long time to memorize the bad notes. While the individual students are frantically memorizing their specific errors, the Master Textbook is still holding onto the correct, general patterns. It's like a wise old librarian who ignores the scribbles in the margins and focuses on the main story.

The paper calls this the "Intrinsic Label-Noise Robustness" of Federated Learning. The global model naturally resists learning from mistakes better than a single model trained on all the data at once.

The Solution: FedGR (The Global Editor)

The authors built a new system called FedGR (Federated Global Reviser) to use this "slow learner" superpower. Instead of asking students to fix their own notes, the Master Textbook acts as a Global Editor to help them.

FedGR works in three steps, like a three-part editing process:

1. The Sieve and Refine (The Detective)

  • The Analogy: Imagine the teacher collects a sample of every student's homework (just the score, not the actual answers, to keep privacy). The teacher looks at the class as a whole to figure out which students are likely making mistakes and which specific homework problems are probably wrong.
  • How it works: The server uses a statistical tool (a "Gaussian Mixture Model") to separate "clean" data from "noisy" data for each student. It tells the student, "Hey, these 10 problems look suspicious; let's fix them."
  • The Fix: For the suspicious problems, the teacher uses the Master Textbook to guess the correct answer (a "pseudo-label") and updates the student's notes.

2. The Global Revision (The Mentor)

  • The Analogy: Sometimes, a student's notes are so messy that even their own "study buddy" (a local model) gets confused. The teacher steps in and says, "Don't just trust your own notes; look at what the Master Textbook says."
  • How it works: The system creates a "safe" version of the student's model (an Exponential Moving Average or EMA). Before the student learns from this safe version, the teacher "revises" it by mixing in the Master Textbook's knowledge. This ensures the student doesn't learn from their own accumulated mistakes.

3. The Representation Guard (The Bodyguard)

  • The Analogy: Even with a revised model, a student might still get too attached to their specific, weird way of seeing things. The teacher puts a bodyguard on them to make sure they don't drift too far from the group's general understanding.
  • How it works: The system forces the student's model to keep its "internal view" of the data consistent with the Master Textbook's view. If the student starts seeing a "Dog" as a "Cat" because of bad notes, the bodyguard pushes them back toward the correct understanding.

The Results: Why It Matters

The authors tested this system on three different "classrooms" (datasets: CIFAR-10, CIFAR-100, and Clothing1M) with various levels of bad notes and different student groupings.

  • The Outcome: FedGR consistently outperformed seven other top methods.
  • The Key Win: Even when the noise was severe (lots of bad notes) and the students were very different from each other (high heterogeneity), FedGR kept learning effectively. In some cases, it even performed better than a standard system trained on perfectly clean data, simply because its "Global Editor" strategy was so good at filtering out the noise.

Summary

The paper argues that instead of fighting against the noise, we should lean into the unique way Federated Learning works. By realizing that the Global Model is naturally slower to learn mistakes, we can use it as a powerful tool to clean up the data and guide the local students, creating a system that is both privacy-preserving and highly robust against errors.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →