Papers › Federated Causal Discovery via Regression-Directed Cumulants

Federated Causal Discovery via Regression-Directed Cumulants

3 Sep 2026arXiv:2609.03705added by Syntology

Pablo Torrijos, Fabio Stella, José A. Gámez, José M. Puerta

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

In this paper we study linear non-Gaussian acyclic models (LiNGAM) when used in federated environments. These causal models allow one to go beyond Markov equivalence. However, in many domains data are scarce, and increasing the sample size by centralising data from different clients is not advisable due to regulations such as the GDPR. The federated environment offers an attractive option to balance privacy and causal discovery accuracy. Unfortunately, the standard centralised estimator in the LiNGAM setting, i.e., DirectLiNGAM, cannot be straightforwardly federated. Higher-order cumulant tensors offer a way around this obstacle: they depend only on the joint distribution of the variables involved and add exactly across independent sample groups, so a single communication round suffices in horizontal, vertical, and hybrid partitions. However, FedISHC, i.e., the current federated method along these lines, breaks down under near-symmetric noise. To overcome the above limitation, we introduce the FedRCD family of causal discovery algorithms, and investigate three variants that trade off communication rounds against algebraic noise; two of them are exact federated counterparts of the centralised high-order cumulant (HC) and HC-LiNGAM algorithms, and the single-round variants further effectively support exact unlearning at any granularity, from a single observation to a whole client. Numerical experiments show that at sample sizes typical of real deployments, the entire cumulant-based federated family does not actually rank variables by the population asymmetry that the scores encode at zero. It ranks them by a variance ladder induced by the DAG along its directed paths, the cumulant counterpart of varsortability. Marginal standardisation collapses every cumulant method to near-random ordering, while scale-invariant DirectLiNGAM, not federable under this protocol, is unaffected.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2609.03705")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ptorrijos99/FedLiNGAM found in paper text by SyntologyMIT report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ptorrijos99/FedLiNGAM. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

aggregate_and_compute_cumulants ptorrijos99/FedLiNGAM/src/common/cumulants.py found in paper text by Syntology unverified MIT (permissive) · 14fd3875c581ed5a · report
compute_local_raw_stats ptorrijos99/FedLiNGAM/src/common/cumulants.py found in paper text by Syntology unverified MIT (permissive) · c5695134086906ff · report
compute_tau_matrix_3rd ptorrijos99/FedLiNGAM/src/common/metrics.py found in paper text by Syntology unverified MIT (permissive) · a555904cf15cdfcc · report
compute_tau_matrix_4th ptorrijos99/FedLiNGAM/src/common/metrics.py found in paper text by Syntology unverified MIT (permissive) · 0c1d5b2d09dd0faf · report
compute_tau_matrix_4th_stats ptorrijos99/FedLiNGAM/src/common/metrics.py found in paper text by Syntology unverified MIT (permissive) · 2fa743788f655ba5 · report
enforce_dag ptorrijos99/FedLiNGAM/src/common/ica_postprocess.py found in paper text by Syntology unverified MIT (permissive) · 73065e1f6707a47d · report
estimate_B ptorrijos99/FedLiNGAM/src/common/solvers.py found in paper text by Syntology unverified MIT (permissive) · b00cc9aa19564093 · report
fedrcd ptorrijos99/FedLiNGAM/src/fedrcd/core.py found in paper text by Syntology unverified MIT (permissive) · eeb390f2e36dd612 · report
fedrcd_noniterative ptorrijos99/FedLiNGAM/src/fedrcd/core.py found in paper text by Syntology unverified MIT (permissive) · c2532a034615ef11 · report
hc ptorrijos99/FedLiNGAM/src/fedishc/core.py found in paper text by Syntology unverified MIT (permissive) · edc5fc6f346de77e · report
ica_to_lingam ptorrijos99/FedLiNGAM/src/common/ica_postprocess.py found in paper text by Syntology unverified MIT (permissive) · 7155ff2fe8a8fbd9 · report
ishc ptorrijos99/FedLiNGAM/src/fedishc/core.py found in paper text by Syntology unverified MIT (permissive) · e1712fbdf086110d · report
ishc ptorrijos99/FedLiNGAM/src/fedrcd/core.py found in paper text by Syntology unverified MIT (permissive) · 03c120b833cb39b7 · report
ishc_4th ptorrijos99/FedLiNGAM/src/fedishc/core.py found in paper text by Syntology unverified MIT (permissive) · 9023b29d567bc946 · report
try_topological_sort ptorrijos99/FedLiNGAM/src/common/ica_postprocess.py found in paper text by Syntology unverified MIT (permissive) · 3f646ccc14d92655 · report
unbiased_cumulant3 ptorrijos99/FedLiNGAM/src/common/cumulants.py found in paper text by Syntology unverified MIT (permissive) · 79ab057c86b9555c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.03705, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections