LGMLJan 25, 2025

Causal Discovery via Bayesian Optimization

arXiv:2501.14997v12 citationsh-index: 7Has CodeICLR
Originality Highly original
AI Analysis

This addresses the challenge of sample-efficient causal discovery for researchers and practitioners in fields like medicine and economics, representing a novel method for a known bottleneck.

The paper tackles the problem of inefficient and inaccurate causal graph recovery from observational data by proposing DrBO, a DAG learning framework using Bayesian optimization with dropout neural networks, which achieves higher accuracy and efficiency than state-of-the-art methods in fewer trials and less time.

Existing score-based methods for directed acyclic graph (DAG) learning from observational data struggle to recover the causal graph accurately and sample-efficiently. To overcome this, in this study, we propose DrBO (DAG recovery via Bayesian Optimization)-a novel DAG learning framework leveraging Bayesian optimization (BO) to find high-scoring DAGs. We show that, by sophisticatedly choosing the promising DAGs to explore, we can find higher-scoring ones much more efficiently. To address the scalability issues of conventional BO in DAG learning, we replace Gaussian Processes commonly employed in BO with dropout neural networks, trained in a continual manner, which allows for (i) flexibly modeling the DAG scores without overfitting, (ii) incorporation of uncertainty into the estimated scores, and (iii) scaling with the number of evaluations. As a result, DrBO is computationally efficient and can find the accurate DAG in fewer trials and less time than existing state-of-the-art methods. This is demonstrated through an extensive set of empirical evaluations on many challenging settings with both synthetic and real data. Our implementation is available at https://github.com/baosws/DrBO.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes