Improved learning of Bayesian networks
Tomas Kocka, Robert Castelo

TL;DR
This paper introduces a new approach for learning Bayesian network structures that balances the use of DAGs and equivalence classes, improving search efficiency and results.
Contribution
It proposes a hybrid search method that considers DAG inclusion order by repeatedly using local moves within equivalence classes, enhancing learning performance.
Findings
Better results than traditional DAG search methods
Maintains similar computational complexity
Effective in heuristic and MCMC frameworks
Abstract
The search space of Bayesian Network structures is usually defined as Acyclic Directed Graphs (DAGs) and the search is done by local transformations of DAGs. But the space of Bayesian Networks is ordered by DAG Markov model inclusion and it is natural to consider that a good search policy should take this into account. First attempt to do this (Chickering 1996) was using equivalence classes of DAGs instead of DAGs itself. This approach produces better results but it is significantly slower. We present a compromise between these two approaches. It uses DAGs to search the space in such a way that the ordering by inclusion is taken into account. This is achieved by repetitive usage of local moves within the equivalence class of DAGs. We show that this new approach produces better results than the original DAGs approach without substantial change in time complexity. We present empirical…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Data Quality and Management · Machine Learning and Algorithms
