LGMLSep 4, 2023

Differentiable Bayesian Structure Learning with Acyclicity Assurance

arXiv:2309.01392v24 citations
AI Analysis

This work addresses a bottleneck in scalable structure learning for Bayesian networks, offering an incremental improvement over existing methods.

The paper tackles the problem of ensuring acyclicity in differentiable Bayesian structure learning by integrating topological ordering knowledge, which reduces inference complexity and outperforms related score-based methods on simulated and real-world data.

Score-based approaches in the structure learning task are thriving because of their scalability. Continuous relaxation has been the key reason for this advancement. Despite achieving promising outcomes, most of these methods are still struggling to ensure that the graphs generated from the latent space are acyclic by minimizing a defined score. There has also been another trend of permutation-based approaches, which concern the search for the topological ordering of the variables in the directed acyclic graph in order to limit the search space of the graph. In this study, we propose an alternative approach for strictly constraining the acyclicty of the graphs with an integration of the knowledge from the topological orderings. Our approach can reduce inference complexity while ensuring the structures of the generated graphs to be acyclic. Our empirical experiments with simulated and real-world data show that our approach can outperform related Bayesian score-based approaches.

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