DCPFMay 7

ADELIA: Automatic Differentiation for Efficient Laplace Inference Approximations

arXiv:2605.0639228.7
Predicted impact top 56% in DC · last 90 daysOriginality Incremental advance
AI Analysis

For researchers using large-scale spatio-temporal Bayesian models, ADELIA significantly reduces time and energy for hyperparameter optimization.

ADELIA is the first AD-enabled INLA implementation for spatio-temporal Bayesian inference, achieving 4.2–7.9× per-gradient speedups and reliable convergence on models with up to 1.9M latent variables, while FD consumes 5–8× more energy at matched wall-clock time.

Spatio-temporal Bayesian inference drives environmental and health sciences using latent Gaussian models. Integrated Nested Laplace Approximations (INLA) enable inference for these models at HPC scale but rely on derivative-based optimization over $d$ hyperparameters. State-of-the-art INLA implementations approximate derivatives via central finite differences (FD), requiring $2d{+}1$ evaluations. These evaluations are embarrassingly parallel, but total work and energy grow with $d$, limiting time-to-solution under fixed budgets. Reverse-mode automatic differentiation (AD) computes exact gradients independently of $d$, but its efficient application to INLA's structured-sparse kernels is an open challenge. We present ADELIA, the first AD-enabled INLA implementation with a structure-exploiting multi-GPU backward pass leveraging model sparsity. We evaluate ADELIA on ten benchmark models, including real-world air-pollution monitoring. We achieve $4.2$--$7.9\times$ per-gradient speedups and reliable convergence on production-scale models with up to 1.9M latent variables, where FD struggles. Even when scaled to 16--32 GPUs to match ADELIA's wall-clock time, FD consumes $5$--$8\times$ more energy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes