MLLGPEDec 21, 2021

Differentiated uniformization: A new method for inferring Markov chains on combinatorial state spaces including stochastic epidemic models

arXiv:2112.10971v16 citationsHas Code
Originality Highly original
AI Analysis

This method enables parameter inference for stochastic epidemic models with large state spaces, addressing a computational bottleneck in epidemiology.

The authors tackled the challenge of computing derivatives of matrix exponentials for large Markov chains, which is essential for parameter inference, by developing a differentiated uniformization method. They demonstrated its application by estimating infection and recovery rates from COVID-19 data in Austria, achieving full Bayesian uncertainty quantification.

Motivation: We consider continuous-time Markov chains that describe the stochastic evolution of a dynamical system by a transition-rate matrix $Q$ which depends on a parameter $θ$. Computing the probability distribution over states at time $t$ requires the matrix exponential $\exp(tQ)$, and inferring $θ$ from data requires its derivative $\partial\exp\!(tQ)/\partialθ$. Both are challenging to compute when the state space and hence the size of $Q$ is huge. This can happen when the state space consists of all combinations of the values of several interacting discrete variables. Often it is even impossible to store $Q$. However, when $Q$ can be written as a sum of tensor products, computing $\exp(tQ)$ becomes feasible by the uniformization method, which does not require explicit storage of $Q$. Results: Here we provide an analogous algorithm for computing $\partial\exp\!(tQ)/\partialθ$, the differentiated uniformization method. We demonstrate our algorithm for the stochastic SIR model of epidemic spread, for which we show that $Q$ can be written as a sum of tensor products. We estimate monthly infection and recovery rates during the first wave of the COVID-19 pandemic in Austria and quantify their uncertainty in a full Bayesian analysis. Availability: Implementation and data are available at https://github.com/spang-lab/TenSIR.

Code Implementations1 repo
Foundations

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

Your Notes