← Latest papers
🤖 machine learning

Fed-Listing: Federated Label Distribution Inference in Graph Neural Networks

This paper introduces Fed-Listing, a novel gradient-based attack that effectively infers private label distribution statistics of clients in Federated Graph Neural Networks using only final-layer gradients, significantly outperforming existing baselines while remaining resilient to current defense mechanisms.

Original authors: Suprim Nakarmi, Junggab Son, Yue Zhao, Zuobin Xiong

Published 2026-05-08
📖 4 min read☕ Coffee break read

Original authors: Suprim Nakarmi, Junggab Son, Yue Zhao, Zuobin Xiong

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

Imagine a group of friends (the clients) who all have secret recipe books. They want to create one "Master Cookbook" together without ever showing their actual pages to each other or to the organizer (the server). This is how Federated Learning works: everyone learns locally and only sends back small notes about how they improved their recipes, not the recipes themselves.

In the world of Graph Neural Networks (GNNs), these "recipes" are actually complex networks of relationships, like social media friends or medical connections between patients.

The Problem: The "Whisper" in the Room

The paper argues that even though the friends aren't sharing their actual recipe pages, the "notes" they send back (called gradients) accidentally whisper secrets. Specifically, the server can listen to these whispers and figure out the statistical mix of the recipes in someone's book.

For example, if a hospital is part of this group, the server shouldn't know that "80% of the patients in this hospital have a specific rare disease." But this new attack, called Fed-Listing, claims the server can figure that out just by listening to the notes.

The Solution (The Attack): Fed-Listing

The authors created a tool called Fed-Listing (Federated Label Distribution Inference). Here is how it works, using a simple analogy:

1. The "Shadow Play" (Shadow Training)
Imagine the server is a detective. To catch the thief, the detective sets up a fake training camp (Shadow Training) using a pile of "dummy" recipe books (an auxiliary dataset) that look similar to the real ones.

  • The detective creates many different scenarios in this fake camp: some where everyone has the same mix of recipes, some where one person has only pizza recipes, and some where a person is missing the "dessert" category entirely.
  • The detective trains the fake camp and records the "notes" (gradients) sent by the fake participants in each scenario.

2. Building the Decoder (The Attack Model)
The detective now has a massive library of data: "When the notes looked like this, the participant was actually holding that mix of recipes."

  • They train a computer program (an MLP, or a simple brain) to recognize these patterns. It learns to say, "Ah, these specific notes mean the participant has 90% of Class A and 10% of Class B."

3. The Heist (Inference)
Now, the detective watches the real training session. When a real participant sends their notes, the detective runs them through the trained computer program.

  • Result: The program instantly guesses the statistical breakdown of the participant's private data. Did they have mostly tumor scans? Mostly normal scans? The attack reveals the proportions, even if it doesn't see the individual patients.

Why This is Scary (The Findings)

The paper tested this on four real-world datasets (like scientific papers and product networks) and found:

  • It's a Master Thief: Fed-Listing is much better at guessing these proportions than previous methods. It works even when the data is messy or unbalanced (e.g., when one client has only one type of data).
  • It's Stealthy: The server doesn't need to change the training process or hack the code. It just listens to the standard notes that are already being exchanged.
  • Defenses Don't Work Well: The paper tested three common security shields (adding noise, hiding details, or encrypting data).
    • If the shields are weak, the attack still works perfectly.
    • If the shields are strong enough to stop the attack, they also break the Master Cookbook, making the final model useless. It's a "lose-lose" situation.

The Bottom Line

The paper claims that in the current setup of Federated Graph Learning, privacy is an illusion regarding data proportions. Even if you hide the raw data, the way the model learns from the graph structure leaks a "fingerprint" of your data's composition. The authors warn that we need new ways to protect not just the data itself, but the statistics of that data.

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 →