{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2602-01433","title":"DCD: Decomposition-based Causal Discovery from Autocorrelated and Non-Stationary Temporal Data","arxiv_id":"2602.01433","date":"2026-02-01","proceeding":null,"authors":["Muhammad Hasan Ferdous","Md Osman Gani"],"abstract":"Multivariate time series in domains such as finance, climate science, and healthcare often exhibit long-term trends, seasonal patterns, and short-term fluctuations, complicating causal inference under non-stationarity and autocorrelation. Existing causal discovery methods typically operate on raw observations, making them vulnerable to spurious edges and misattributed temporal dependencies. We introduce a decomposition-based causal discovery framework that separates each time series into trend, seasonal, and residual components and performs component-specific causal analysis. Trend components are assessed using stationarity tests, seasonal components using kernel-based dependence measures, and residual components using constraint-based causal discovery. The resulting component-level graphs are integrated into a unified multi-scale causal structure. This approach isolates long- and short-range causal effects, reduces spurious associations, and improves interpretability. Across extensive synthetic benchmarks and real-world climate data, our framework more accurately recovers ground-truth causal structure than state-of-the-art baselines, particularly under strong non-stationarity and temporal autocorrelation.","url_abs":"https://arxiv.org/abs/2602.01433","url_pdf":"https://arxiv.org/pdf/2602.01433","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2602.01433","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2602.01433"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/noname2122/DCD-TMLR-2025","reach":null}],"summary":{"unverified":14},"by_repo_kind":{"found_in_text":{"samples":14,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"9500b6a629b1e792","entry":"calculate_metrics","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/run_dynotears_baseline.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/run_dynotears_baseline.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9500b6a629b1e792"}},{"code_sha256_prefix":"d3ac1ff2e7cf7051","entry":"convert_ipynb_to_py","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"src/dcd/utils/extract_code.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/src/dcd/utils/extract_code.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d3ac1ff2e7cf7051"}},{"code_sha256_prefix":"e2632cdaa60f375b","entry":"decompose_all_fixed","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/ablation.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/ablation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e2632cdaa60f375b"}},{"code_sha256_prefix":"88225f58b70d9180","entry":"decompose_all_fixed","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/extensive_ablation.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/extensive_ablation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"88225f58b70d9180"}},{"code_sha256_prefix":"2bf4babc61bf90c3","entry":"decompose_residual","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/replicate_paper_tables.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/replicate_paper_tables.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2bf4babc61bf90c3"}},{"code_sha256_prefix":"da8c86b330c7427d","entry":"decompose_series","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"src/dcd/core.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/src/dcd/core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"da8c86b330c7427d"}},{"code_sha256_prefix":"12337eab296e912f","entry":"decompose_series","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/ablation.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/ablation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"12337eab296e912f"}},{"code_sha256_prefix":"1605dd8270713b8b","entry":"decompose_series","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/extensive_ablation.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/extensive_ablation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"1605dd8270713b8b"}},{"code_sha256_prefix":"d90046ec34fc22bc","entry":"find_optimal_period","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/replicate_paper_tables.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/replicate_paper_tables.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d90046ec34fc22bc"}},{"code_sha256_prefix":"e269b84daada4f2a","entry":"find_optimal_stl_period","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"src/dcd/core.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/src/dcd/core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e269b84daada4f2a"}},{"code_sha256_prefix":"7735da1885fe556d","entry":"generate_synthetic_data","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/ablation.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/ablation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7735da1885fe556d"}},{"code_sha256_prefix":"be642c1e6d0fab50","entry":"get_data_and_edges","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/extensive_ablation.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/extensive_ablation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"be642c1e6d0fab50"}},{"code_sha256_prefix":"8a12e24b4f992edf","entry":"load_dataset","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"src/dcd/core.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/src/dcd/core.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8a12e24b4f992edf"}},{"code_sha256_prefix":"a1dc19effe62c003","entry":"stl_decompose_df","repo":"noname2122/DCD-TMLR-2025","repo_kind":"found_in_text","path":"experiments/replicate_paper_tables.py","file_url":"https://github.com/noname2122/DCD-TMLR-2025/blob/HEAD/experiments/replicate_paper_tables.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a1dc19effe62c003"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}