Automatic Differentiation of Agent-Based Models
Arnau Quera-Bofarull, Nicholas Bishop, Joel Dyer, Daniel Jarne Ornia, Anisoara Calinescu, Doyne Farmer, Michael Wooldridge
TL;DR
This work demonstrates that automatic differentiation can be effectively applied to complex, discrete, and stochastic agent-based models to yield gradients through ABMs. By combining pathwise gradient methods and surrogate-gradient techniques, the authors enable gradient-based calibration via generalized variational inference and perform efficient sensitivity analyses, validated across three canonical ABMs: AMOF, Sugarscape, and a network-based SIR model. The study provides practical guidance on differentiable ABM construction, compares gradient estimators under different connectivity regimes, and shows that pathwise gradients scale better in high-dimensional parameter spaces than score-based methods. The proposed hybrid AD strategy and Julia-based implementation offer a scalable pipeline for gradient-based calibration and analysis of ABMs, with broad implications for policy analysis and complex-system science.
Abstract
Agent-based models (ABMs) simulate complex systems by capturing the bottom-up interactions of individual agents comprising the system. Many complex systems of interest, such as epidemics or financial markets, involve thousands or even millions of agents. Consequently, ABMs often become computationally demanding and rely on the calibration of numerous free parameters, which has significantly hindered their widespread adoption. In this paper, we demonstrate that automatic differentiation (AD) techniques can effectively alleviate these computational burdens. By applying AD to ABMs, the gradients of the simulator become readily available, greatly facilitating essential tasks such as calibration and sensitivity analysis. Specifically, we show how AD enables variational inference (VI) techniques for efficient parameter calibration. Our experiments demonstrate substantial performance improvements and computational savings using VI on three prominent ABMs: Axtell's model of firms; Sugarscape; and the SIR epidemiological model. Our approach thus significantly enhances the practicality and scalability of ABMs for studying complex systems.
