Causal Unit Selection using Tractable Arithmetic Circuits
Haiying Huang, Adnan Darwiche
TL;DR
This work tackles unit selection under causal objectives by reducing the optimization to Reverse-MAP (R-MAP) on an objective model built from triplet copies of the SCM and a mixture node, yielding a single observational probability representation. It then compiles the objective model into tractable arithmetic circuits (ACs) and leverages a two-pass, division-based R-MAP on ACs to achieve linear-time optimization with respect to circuit size. Empirically, ACE_RMAP substantially outperforms VE_RMAP on random, dense SCMs, enabling exact unit selection for larger problems and higher constrained treewidth than previously feasible. The approach significantly advances scalable causal reasoning for selecting optimal units, policies, or interventions in complex settings where traditional inference-based methods falter.
Abstract
The unit selection problem aims to find objects, called units, that optimize a causal objective function which describes the objects' behavior in a causal context (e.g., selecting customers who are about to churn but would most likely change their mind if encouraged). While early studies focused mainly on bounding a specific class of counterfactual objective functions using data, more recent work allows one to find optimal units exactly by reducing the causal objective to a classical objective on a meta-model, and then applying a variant of the classical Variable Elimination (VE) algorithm to the meta-model -- assuming a fully specified causal model is available. In practice, however, finding optimal units using this approach can be very expensive because the used VE algorithm must be exponential in the constrained treewidth of the meta-model, which is larger and denser than the original model. We address this computational challenge by introducing a new approach for unit selection that is not necessarily limited by the constrained treewidth. This is done through compiling the meta-model into a special class of tractable arithmetic circuits that allows the computation of optimal units in time linear in the circuit size. We finally present empirical results on random causal models that show order-of-magnitude speedups based on the proposed method for solving unit selection.
