Papers › Local Causal Discovery with Linear non-Gaussian Cyclic Models

Local Causal Discovery with Linear non-Gaussian Cyclic Models

21 Mar 2024arXiv:2403.14843archive 2025-07-28

Haoyue Dai, Ignavier Ng, Yujia Zheng, Zhengqing Gao, Kun Zhang

Local causal discovery is of great practical significance, as there are often situations where the discovery of the global causal structure is unnecessary, and the interest lies solely on a single target variable. Most existing local methods utilize conditional independence relations, providing only a partially directed graph, and assume acyclicity for the ground-truth structure, even though real-world scenarios often involve cycles like feedback mechanisms. In this work, we present a general, unified local causal discovery method with linear non-Gaussian models, whether they are cyclic or acyclic. We extend the application of independent component analysis from the global context to independent subspace analysis, enabling the exact identification of the equivalent local directed structures and causal strengths from the Markov blanket of the target variable. We also propose an alternative regression-based method in the particular acyclic scenarios. Our identifiability results are empirically validated using both synthetic and real-world datasets.

PaperPDFCodeCode 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="2403.14843")

Code

Syntology Ran 15 of 18 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 15 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

markdana/local-ling-discovery officialmentioned in papermentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

18 samples harvested; 15 ran; 0 honoured the contract we drafted; 3 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.

15ran
3unverified

Licence: 0 of the 18 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 markdana/local-ling-discovery. “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.

acyclic_sink_processing markdana/local-ling-discovery/local_isa_ling/acyclic_sink_processing.py official repository ran MIT (permissive) · 04038ee5ba1c7542 · report
compute_cycle_strength markdana/local-ling-discovery/local_isa_ling/block_diagonal_processing.py official repository ran MIT (permissive) · dc52901e1f5769c3 · report
count_accuracy_of_mb markdana/local-ling-discovery/utils/metrics.py official repository ran MIT (permissive) · eb5aab91f877d5bb · report
estimate_markov_blanket markdana/local-ling-discovery/utils/markov_blanket.py official repository ran MIT (permissive) · e1c6fa33cb193a70 · report
get_column_with_one_nonzero markdana/local-ling-discovery/local_isa_ling/acyclic_sink_processing.py official repository ran MIT (permissive) · 08d21923803611bd · report
get_parents markdana/local-ling-discovery/utils/graph.py official repository ran fingerprinted MIT (permissive) · 44c5f0acd1db0b3c · report
get_vstructs markdana/local-ling-discovery/utils/graph.py official repository ran MIT (permissive) · 93a8f8022a34d375 · report
is_dag markdana/local-ling-discovery/utils/graph.py official repository ran MIT (permissive) · 3c1bf98579e1564c · report
is_singleton markdana/local-ling-discovery/local_isa_ling/acyclic_sink_processing.py official repository ran MIT (permissive) · ba75cb86644a5849 · report
lasso markdana/local-ling-discovery/utils/markov_blanket.py official repository ran MIT (permissive) · d1ff8680471e0c76 · report
sample_dag markdana/local-ling-discovery/data_loader/sample_dag.py official repository ran MIT (permissive) · 22ef3504a4923055 · report
sample_data markdana/local-ling-discovery/data_loader/sample_data.py official repository ran MIT (permissive) · d81335fb6c059e2a · report
sample_er_dcg markdana/local-ling-discovery/data_loader/sample_dcg.py official repository ran MIT (permissive) · aece1776553b8d83 · report
sample_param_unif markdana/local-ling-discovery/data_loader/sample_data.py official repository ran MIT (permissive) · dd0c66a9906862be · report
scorecond markdana/local-ling-discovery/local_isa_ling/isa.py official repository ran fingerprinted MIT (permissive) · 71ddf6f8f03056f0 · report
block_diagonal_processing markdana/local-ling-discovery/local_isa_ling/block_diagonal_processing.py official repository unverified MIT (permissive) · 436c036bed175033 · report
get_pr markdana/local-ling-discovery/local_isa_ling/isa.py official repository unverified MIT (permissive) · a62c2c6ad341ab35 · report
get_psi markdana/local-ling-discovery/local_isa_ling/isa.py official repository unverified MIT (permissive) · 7550c08b662ee3c0 · report

Tasks

Causal Discovery

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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