← Latest papers
🤖 AI

Regret-Based Federated Causal Discovery with Unknown Interventions

This paper proposes I-PERI, a novel federated algorithm that enables causal discovery under unknown client-level interventions by recovering a union graph and orienting additional edges to achieve a tighter Φ\Phi-Markov Equivalence Class, while providing theoretical guarantees on convergence and privacy.

Original authors: Federico Baldo, Charles K. Assaad

Published 2026-06-01
📖 4 min read☕ Coffee break read

Original authors: Federico Baldo, Charles K. Assaad

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 hospitals trying to figure out how different diseases, treatments, and patient outcomes are connected. They want to build a "map" of cause-and-effect (a causal graph) to understand what causes what. However, there's a big problem: they can't share their patient data because of privacy laws. This is where Federated Learning comes in—a way for them to collaborate without ever seeing each other's private files.

The paper introduces a new method called I-PERI to solve a specific puzzle in this scenario: What if every hospital is doing something slightly different to their patients?

Here is the breakdown of the paper's ideas using simple analogies:

1. The Problem: The "One-Size-Fits-All" Mistake

Most previous methods assumed that every hospital was running the exact same experiment on the exact same patients. They assumed the "rules of the game" were identical everywhere.

The Reality: In the real world, Hospital A might treat patients with a specific drug, while Hospital B uses a different protocol, and Hospital C might just observe without intervening. These different actions are called interventions.

  • The Analogy: Imagine trying to figure out how a car engine works.
    • Hospital A is driving the car normally.
    • Hospital B has removed the spark plugs (an intervention).
    • Hospital C has taped over the fuel injector (another intervention).
    • If you try to combine their reports assuming they are all driving normally, you get a confused, wrong map of how the engine works.

2. The Solution: I-PERI (The "Regret" Detective)

The authors propose I-PERI, a two-step detective process that works even when the hospitals don't know exactly what interventions the others are doing, and they can't share their raw data.

Step 1: Finding the Common Ground (The "Skeleton")
First, the system tries to find the parts of the map that are the same for everyone.

  • The Analogy: The central server asks each hospital: "If I draw a map of the engine, how much does it 'regret' not matching your local reality?"
  • Instead of sharing their full maps, the hospitals only send back a number representing this "regret" (a score of how wrong the server's map is compared to their local data).
  • The server adjusts its map to minimize the total regret. This helps them agree on the basic structure (the "skeleton") of the causal graph, ignoring the parts that were broken by interventions.

Step 2: Using the Differences to Fill in the Blanks
This is the clever part. Once the basic map is built, the system looks at the differences caused by the interventions.

  • The Analogy: Remember the spark plugs? When Hospital B removed them, the engine behaved in a specific way that revealed a hidden connection.
  • I-PERI looks at how the interventions at different hospitals changed the "shape" of the data. If an intervention at Hospital A creates a specific pattern (like a "V-shape" in the data) that wasn't visible before, the server uses that clue to draw a specific arrow on the map.
  • The Result: They end up with a much more detailed map than they could have made with just observational data. The authors call this new, tighter map the Φ\Phi-CPDAG.

3. Privacy: The "Blindfolded" Collaboration

The paper emphasizes that this method is designed to be private.

  • The Analogy: The hospitals never hand over their patient lists or their full engine blueprints. They only hand over a single number (the "regret score") and a few encrypted hints.
  • The authors prove mathematically that even if someone tries to spy on these numbers, they cannot reverse-engineer the private data of any single patient. They use a technique called Differential Privacy, which adds a tiny bit of "static noise" to the answers to hide individual contributions, much like adding a little static to a radio signal so you can't hear a specific person's voice, but you can still understand the song.

4. What They Proved

  • It Works: They showed that if you have enough data, this method will eventually find the most accurate map possible given the constraints (the Φ\Phi-Markov Equivalence Class).
  • It's Better: In their tests (using synthetic data that mimics real-world scenarios), I-PERI built more accurate maps than other existing methods, especially when the hospitals had different treatment protocols.
  • It's Fast: It runs significantly faster than other complex methods.

Summary

I-PERI is a new way for decentralized groups (like hospitals) to build a shared map of cause-and-effect. It doesn't pretend everyone is doing the same thing; instead, it uses the differences in what they are doing (the unknown interventions) as clues to draw a more precise map, all while keeping everyone's private data completely hidden.

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 →