Papers › UnCLe: Towards Scalable Dynamic Causal Discovery in Non-linear Temporal Systems

UnCLe: Towards Scalable Dynamic Causal Discovery in Non-linear Temporal Systems

5 Nov 2025NeurIPSarXiv:2511.03168added by Syntology

Tingzhu Bi, Yicheng Pan, Xinrui Jiang, Huize Sun, Meng Ma, Ping Wang

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

Uncovering cause-effect relationships from observational time series is fundamental to understanding complex systems. While many methods infer static causal graphs, real-world systems often exhibit dynamic causality-where relationships evolve over time. Accurately capturing these temporal dynamics requires time-resolved causal graphs. We propose UnCLe, a novel deep learning method for scalable dynamic causal discovery. UnCLe employs a pair of Uncoupler and Recoupler networks to disentangle input time series into semantic representations and learns inter-variable dependencies via auto-regressive Dependency Matrices. It estimates dynamic causal influences by analyzing datapoint-wise prediction errors induced by temporal perturbations. Extensive experiments demonstrate that UnCLe not only outperforms state-of-the-art baselines on static causal discovery benchmarks but, more importantly, exhibits a unique capability to accurately capture and represent evolving temporal causality in both synthetic and real-world dynamic systems (e.g., human motion). UnCLe offers a promising approach for revealing the underlying, time-varying mechanisms of complex phenomena.

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

Code

Syntology Ran 8 of 18 code samples harvested from 3 repositories linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 4 ran with no contract checked.

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

i6092467/GVAR found in paper text by Syntology report
jakobrunge/tigramite found in paper text by SyntologyGPL-3.0 report
cdt15/lingam found in paper text by SyntologyMIT report
ElleZWQ/JRNGC found in paper text by Syntology report
iancovert/Neural-GC found in paper text by Syntology report
M-Nauta/TCDF found in paper text by Syntology report
mckinsey/causalnex found in paper text by Syntology report
jarrycyx/UNN 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

18 samples harvested; 8 ran; 1 honoured the contract we drafted; 10 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 · violated contract
2ran · our draft was wrong
4ran
10unverified

Licence: 15 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

ADDSTCN M-Nauta/TCDF/TCDF.py found in paper text by Syntology ran fingerprinted GPL-3.0 (copyleft) · pointer only · 730796a6962f8cc8 · report
Chomp1d M-Nauta/TCDF/TCDF.py found in paper text by Syntology ran fingerprinted GPL-3.0 (copyleft) · pointer only · bec4af258780322e · report
LastBlock M-Nauta/TCDF/TCDF.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · bf77eeebdf9e1e37 · report
TemporalBlock M-Nauta/TCDF/TCDF.py found in paper text by Syntology ran GPL-3.0 (copyleft) · pointer only · b56fe7e2caa6c892 · report
get_kernel_width cdt15/lingam/lingam/hsic.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 976bd4440dd93c4a · report
hsic_teststat cdt15/lingam/lingam/hsic.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 9a331c08a7211248 · report
preparedata M-Nauta/TCDF/TCDF.py found in paper text by Syntology ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 4d2538e1f7cd4326 · report
train M-Nauta/TCDF/TCDF.py found in paper text by Syntology ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 370f9d40e486fc23 · report
DepthwiseNet M-Nauta/TCDF/TCDF.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 863998daf3117ed8 · report
FirstBlock M-Nauta/TCDF/TCDF.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 824f4db57cb1ee8c · report
findcauses M-Nauta/TCDF/TCDF.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 04b77ef21ff85e29 · report
get_acf jakobrunge/tigramite/tigramite/data_processing.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 31706ba7ec070a52 · report
get_block_length jakobrunge/tigramite/tigramite/data_processing.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 50482be57fa0460e · report
get_gram_matrix cdt15/lingam/lingam/hsic.py found in paper text by Syntology unverified MIT (permissive) · 0d162d34aa4d7a1f · report
lowhighpass_filter jakobrunge/tigramite/tigramite/data_processing.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · c5aab486e8f41a8f · report
plot_lagfuncs jakobrunge/tigramite/tigramite/plotting.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · fafdc8e8a33bb4ca · report
plot_scatterplots jakobrunge/tigramite/tigramite/plotting.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · 060abfe6ac9f4f7a · report
plot_timeseries jakobrunge/tigramite/tigramite/plotting.py found in paper text by Syntology unverified GPL-3.0 (copyleft) · pointer only · e03a4334db79455f · report

Results from the paper

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