Skip to content
/ DrBO Public

Causal Discovery via Bayesian Optimization (DrBO) - ICLR 2025

License

Notifications You must be signed in to change notification settings

baosws/DrBO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Causal Discovery via Bayesian Optimization

Python Version arXiv

SetupUsageCitation

This is an implementation of our study: Bao Duong, Sunil Gupta, and Thin Nguyen. "Causal Discovery via Bayesian Optimization", to appear at ICLR'25.

DrBO (DAG Recovery via Bayesian Optimization) introduces a novel approach to score-based causal discovery, emphasizing sample efficiency, that is, recovering an accurate DAG with minimal trials. By leveraging Bayesian Optimization (BO), DrBO strategically utilizes exploration data to predict which DAGs are likely to have higher scores, prioritizing their evaluation. This targeted approach accelerates convergence to the highest-scoring DAG, reducing both the number of trials and overall computational time.

Setup

conda create -n drbo python=3.10
conda activate drbo
pip install -r requirements.txt

Usage

Please see our demo for how to use our method.

Citation

If you find our study helpful, please consider citing us as:

@inproceedings{
    duong2025causal,
    title={Causal Discovery via Bayesian Optimization},
    author={Bao Duong and Sunil Gupta and Thin Nguyen},
    booktitle={Proceedings of the International Conference on Learning Representations},
    year={2025}
}

About

Causal Discovery via Bayesian Optimization (DrBO) - ICLR 2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published