Scaling Continuous Latent Variable Models as Probabilistic Integral Circuits
Gennaro Gala, Cassio de Campos, Antonio Vergari, Erik Quaeghebeur
TL;DR
This work expands probabilistic integral circuits (PICs) to DAG-shaped hierarchies and shows how to train them at scale by tensorizing their quadrature approximations into quadrature PCs (QPCs). It introduces region graphs (RGs) as a flexible blueprint for constructing PICs, and neural functional sharing to dramatically reduce trainable parameters while enabling large, expressive models. Empirical results demonstrate that QPCs can outperform traditional PCs on density estimation and distribution estimation across MNIST-family and RGB datasets, often with far fewer trainable parameters and comparable compute. The approach provides a principled, differentiable path to scalable, tractable continuous latent-variable models with broad implications for probabilistic modeling and efficient inference.
Abstract
Probabilistic integral circuits (PICs) have been recently introduced as probabilistic models enjoying the key ingredient behind expressive generative models: continuous latent variables (LVs). PICs are symbolic computational graphs defining continuous LV models as hierarchies of functions that are summed and multiplied together, or integrated over some LVs. They are tractable if LVs can be analytically integrated out, otherwise they can be approximated by tractable probabilistic circuits (PC) encoding a hierarchical numerical quadrature process, called QPCs. So far, only tree-shaped PICs have been explored, and training them via numerical quadrature requires memory-intensive processing at scale. In this paper, we address these issues, and present: (i) a pipeline for building DAG-shaped PICs out of arbitrary variable decompositions, (ii) a procedure for training PICs using tensorized circuit architectures, and (iii) neural functional sharing techniques to allow scalable training. In extensive experiments, we showcase the effectiveness of functional sharing and the superiority of QPCs over traditional PCs.
