Scalable and Flexible Causal Discovery with an Efficient Test for Adjacency
Alan Nawzad Amin, Andrew Gordon Wilson
TL;DR
The paper addresses scalable causal discovery for systems with thousands of variables by introducing the Differentiable Adjacency Test (DAT), which converts the discrete separating-set search into a differentiable optimization problem. DAT-Graph builds on DAT to learn large-scale causal graphs by first constructing a sparse moral graph and then performing two DAT-based adjacency tests to infer the skeleton, with extensions to learn from intervention data. Empirical results show that DAT-Graph scales to around 1000 variables, achieves competitive or superior skeleton accuracy compared to gradient-based baselines, and improves downstream intervention predictions in RNA sequencing data, especially when combined with hybrid modeling. Overall, the work offers a practical, scalable framework for reliable causal discovery in high-dimensional, complex systems and highlights the potential for integrating testing-based pruning with gradient-based model search to enhance performance.
Abstract
To make accurate predictions, understand mechanisms, and design interventions in systems of many variables, we wish to learn causal graphs from large scale data. Unfortunately the space of all possible causal graphs is enormous so scalably and accurately searching for the best fit to the data is a challenge. In principle we could substantially decrease the search space, or learn the graph entirely, by testing the conditional independence of variables. However, deciding if two variables are adjacent in a causal graph may require an exponential number of tests. Here we build a scalable and flexible method to evaluate if two variables are adjacent in a causal graph, the Differentiable Adjacency Test (DAT). DAT replaces an exponential number of tests with a provably equivalent relaxed problem. It then solves this problem by training two neural networks. We build a graph learning method based on DAT, DAT-Graph, that can also learn from data with interventions. DAT-Graph can learn graphs of 1000 variables with state of the art accuracy. Using the graph learned by DAT-Graph, we also build models that make much more accurate predictions of the effects of interventions on large scale RNA sequencing data.
