DCILP: A Distributed Approach for Large-Scale Causal Structure Learning
Abstract
Causal learning tackles the computationally demanding task of estimating causal graphs. This paper introduces a new divide-and-conquer approach for causal graph learning, called DCILP. In the divide phase, the Markov blanket MB(Xi) of each variable Xi is identified, and causal learning subproblems associated with each MB(Xi) are independently addressed in parallel. This approach benefits from a more favorable ratio between the number of data samples and the number of variables considered. In counterpart, it can be adversely affected by the presence of hidden confounders, as variables external to MB(Xi) might influence those within it. The reconciliation of the local causal graphs generated during the divide phase is a challenging combinatorial optimization problem, especially in large-scale applications. The main novelty of DCILP is an original formulation of this reconciliation as an integer linear programming (ILP) problem, which can be delegated and efficiently handled by an ILP solver. Through experiments on medium to large scale graphs, and comparisons with state-of-the-art methods, DCILP demonstrates significant improvements in terms of computational complexity, while preserving the learning accuracy on real-world problem and suffering at most a slight loss of accuracy on synthetic problems.
Cite
Text
Dong et al. "DCILP: A Distributed Approach for Large-Scale Causal Structure Learning." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I15.33795Markdown
[Dong et al. "DCILP: A Distributed Approach for Large-Scale Causal Structure Learning." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/dong2025aaai-dcilp/) doi:10.1609/AAAI.V39I15.33795BibTeX
@inproceedings{dong2025aaai-dcilp,
title = {{DCILP: A Distributed Approach for Large-Scale Causal Structure Learning}},
author = {Dong, Shuyu and Sebag, Michèle and Uemura, Kento and Fujii, Akito and Chang, Shuang and Koyanagi, Yusuke and Maruhashi, Koji},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {16345-16353},
doi = {10.1609/AAAI.V39I15.33795},
url = {https://mlanthology.org/aaai/2025/dong2025aaai-dcilp/}
}