ProDAG: Projected Variational Inference for Directed Acyclic Graphs
Ryan Thompson, Edwin V. Bonilla, Robert Kohn
TL;DR
ProDAG tackles DAG structure learning with uncertainty quantification by introducing a Bayesian variational framework whose priors and posteriors are distributions over DAGs obtained via a projection of a continuous matrix onto the space of sparse acyclic weighted adjacency matrices, i.e. $W=\operatorname{pro}_\lambda(\tilde{W})$. The projection-based approach enforces exact acyclicity and sparsity while enabling GPU-accelerated continuous optimization and analytic gradients via the implicit function theorem. The method extends to nonlinear SEMs and demonstrates superior uncertainty quantification and structure recovery on linear and nonlinear synthetic data and real data (e.g., Sachs) relative to state-of-the-art baselines. This work provides a scalable, uncertainty-aware DAG learning framework with open-source tooling and broad applicability to causal discovery tasks.
Abstract
Directed acyclic graph (DAG) learning is a central task in structure discovery and causal inference. Although the field has witnessed remarkable advances over the past few years, it remains statistically and computationally challenging to learn a single (point estimate) DAG from data, let alone provide uncertainty quantification. We address the difficult task of quantifying graph uncertainty by developing a Bayesian variational inference framework based on novel, provably valid distributions that have support directly on the space of sparse DAGs. These distributions, which we use to define our prior and variational posterior, are induced by a projection operation that maps an arbitrary continuous distribution onto the space of sparse weighted acyclic adjacency matrices. While this projection is combinatorial, it can be solved efficiently using recent continuous reformulations of acyclicity constraints. We empirically demonstrate that our method, ProDAG, can outperform state-of-the-art alternatives in both accuracy and uncertainty quantification.
