菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-11
📄 Abstract - A Recursive Decomposition Framework for Causal Structure Learning in the Presence of Latent Variables

Constraint-based causal discovery is widely used for learning causal structures, but heavy reliance on conditional independence (CI) testing makes it computationally expensive in high-dimensional settings. To mitigate this limitation, many divide-and-conquer frameworks have been proposed, but most assume causal sufficiency, i.e., no latent variables. In this paper, we show that divide-and-conquer strategies can be theoretically generalized beyond causal sufficiency to settings with latent variables. Specifically, we propose a recursive decomposition framework, termed DiCoLa, that enables divide-and-conquer causal discovery in the presence of latent variables. It recursively decomposes the global learning task into smaller subproblems and integrates their solutions through a principled reconstruction step to recover the global structure. We theoretically establish the soundness and completeness of the proposed framework. Extensive experiments on synthetic data demonstrate that our approach significantly improves computational efficiency across a range of causal discovery algorithms, while experiments on a real-world dataset further illustrate its practical effectiveness.

顶级标签: machine learning theory systems
详细标签: causal discovery latent variables divide and conquer constraint-based computational efficiency 或 搜索:

存在隐变量条件下因果结构学习的递归分解框架 / A Recursive Decomposition Framework for Causal Structure Learning in the Presence of Latent Variables


1️⃣ 一句话总结

本文提出了一种名为DiCoLa的递归分解方法,将高维因果发现任务拆解为多个小规模子问题,再通过重构步骤恢复全局因果结构,从而在存在未观测的隐变量时,仍能高效且准确地完成因果结构学习。

源自 arXiv: 2605.10651