Papers › SCOUT: Cyclic Causal Discovery Under Soft Interventions with Unknown Targets

SCOUT: Cyclic Causal Discovery Under Soft Interventions with Unknown Targets

15 May 2026ICMLarXiv:2605.16620added by Syntology

Alpar Turkoglu, Muralikrishnna G. Sethuraman, Faramarz Fekri

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

Learning causal relationships between variables from data is a fundamental research area with many applications across disciplines. Most existing causal discovery algorithms rely on the assumptions that (i) the underlying system is acyclic, (ii) the exogenous noise variables are Gaussian, and (iii) the intervention targets for the data-generating experiments are known. While these assumptions simplify the analysis, they are violated in real-life systems. Most existing methods that address these issues either assume the underlying model is linear or are constrained to operate in limited interventional settings. To that end, we propose SCOUT, a novel causal discovery framework for learning nonlinear cyclic causal relationships from soft interventional data with unknown targets. Our approach maximizes the data log-likelihood to recover the graph structure, using two normalizing-flow architectures: contractive residual flows and neural spline flows. Through experiments on synthetic and real-world data, we show that SCOUT outperforms state-of-the-art methods in both causal graph recovery and unknown target recovery across various interventional and noise settings.

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="2605.16620")

Code

Syntology Ran 15 of 19 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 13 ran with no contract checked.

By repository: found in paper text by Syntology: 19 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.

alparturkoglu/scout-master found in paper text by Syntology 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

19 samples harvested; 15 ran; 1 honoured the contract we drafted; 4 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.

1ran · honoured contract
1ran · our draft was wrong
13ran
4unverified

Licence: 19 of the 19 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 alparturkoglu/scout-master. “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.

computeNLL alparturkoglu/scout-master/models/scout_trainer.py found in paper text by Syntology ran no licence file found · pointer only · ef5ed49ca3c6f348 · report
count_parameters alparturkoglu/scout-master/models/scout_trainer.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · f6b944f50d3f15ae · report
cyclic_graph_generator alparturkoglu/scout-master/datagen/graph.py found in paper text by Syntology ran no licence file found · pointer only · c97bbcdcb3fd3b6f · report
get_adj_from_single_func alparturkoglu/scout-master/utils.py found in paper text by Syntology ran no licence file found · pointer only · 49980d6557f2ae3e · report
get_gt_covariance alparturkoglu/scout-master/baselines/llc.py found in paper text by Syntology ran no licence file found · pointer only · bcf552b283b87dbd · report
infer_master_regulators alparturkoglu/scout-master/datagen/sergio_cyclic.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 7af1dcaef0135847 · report
linear_logdet_estimator alparturkoglu/scout-master/models/scout_resblock.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 7111229dac5d075d · report
make_contractive alparturkoglu/scout-master/datagen/structuralModels.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 8a0d53b3f86e9502 · report
make_non_cotractive alparturkoglu/scout-master/datagen/structuralModels.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · b87700dc87e22fb7 · report
replace_submatrix alparturkoglu/scout-master/baselines/llc.py found in paper text by Syntology ran no licence file found · pointer only · fef8430774b09fbb · report
sample_random_cyclic_sergio_graph alparturkoglu/scout-master/datagen/sergio_cyclic.py found in paper text by Syntology ran no licence file found · pointer only · 49f078cf409ed10c · report
sample_sergio_interaction_matrix alparturkoglu/scout-master/datagen/sergio_cyclic.py found in paper text by Syntology ran no licence file found · pointer only · e1dce46715a7df06 · report
standard_normal_logprob alparturkoglu/scout-master/models/scout_trainer.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 80f482ff6178b482 · report
standard_normal_logprob alparturkoglu/scout-master/datagen/structuralModels.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · fc7b06506cc03d26 · report
standard_normal_logprob alparturkoglu/scout-master/baselines/llc.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d8e4ef0ca825d59e · report
basic_logdet_estimator alparturkoglu/scout-master/models/scout_resblock.py found in paper text by Syntology unverified no licence file found · pointer only · b33a34848bc8c316 · report
compute_shd alparturkoglu/scout-master/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 934f6f06111f4e4c · report
get_adjacency_from_func alparturkoglu/scout-master/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 617831ea4d9c7029 · report
neumann_logdet_estimator alparturkoglu/scout-master/models/scout_resblock.py found in paper text by Syntology unverified no licence file found · pointer only · fcb90704ee341c2c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.16620, was issued in May 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