Jump to content

Integrated nested Laplace approximations

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by K832756 (talk | contribs) at 20:18, 15 May 2022 (Add independent references). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
  • Comment: To ascertain notability, we would really need some reviews of the method that are independent of the three co-authors of the original paper and the R-INLA project. Felix QW (talk) 15:12, 15 May 2022 (UTC)

Integrated nested Laplace approximations (INLA) is a method for approximate Bayesian inference. It is designed for a class of models called latent Gaussian models (LGMs), for which it is a fast and accurate alternative for Markov chain Monte Carlo methods to compute posterior marginal distributions.[1] Due to its relative speed even with large data sets for certain problems and models, INLA has been a popular inference method in applied statistics, in particular spatial statistics, ecology, and epidemiology.[2][3][4][5][6][7] It is also possible to combine INLA with a finite element method solution of a stochastic partial differential equation to study e.g. spatial point processes.[8] The INLA method is implemented in the R-INLA R package.[9]

Latent Gaussian models

Let denote the response variable (that is, the observations) which belongs to an exponential family, with the mean (of ) being linked to a linear predictor via an appropriate link function. The linear predictor can take the form of a (Bayesian) additive model. All latent effects (the linear predictor, the intercept, coefficients of possible covariates, and so on) are collectively denoted by the vector . The hyperparameters of the model are denoted by . As per Bayesian statistics, and are random variables with prior distributions.

The observations are assumed to be conditionally independent given and : where is the set of indices for observed elements of (some elements may be unobserved, and for these INLA computes a posterior predictive distribution). Note that the linear predictor is part of .

For the model to be an LGM, it is assumed that is a Gaussian Markov Random Field (GMRF)[1] (that is, a multivariate Gaussian with additional conditional independence properties) with probability density where is a -dependent sparse precision matrix and is its determinant. The precision matrix is sparse due to the GMRF assumption. The prior distribution for the hyperparameters need not be Gaussian. However, the number of hyperparameters, , is assumed to be small (say, less than 15).[10]

Approximate Bayesian inference with INLA

In Bayesian inference, one wants to solve for the posterior distribution of the latent variables and . Applying Bayes' theorem the joint posterior distribution of and is given by Obtaining the exact posterior is generally a very difficult problem. In INLA, the main aim is to approximate the posterior marginals where .

A key idea of INLA is to construct nested approximations given by where is an approximated posterior density. The approximation to the marginal density is obtained in a nested fashion by first approximating and , and then numerically integrating out as where the summation is over the values of , with integration weights given by . The approximation of is computed by numerically integrating out from .

To get the approximate distribution , one can use the relation as the starting point. Then is obtained at a specific value of the hyperparameters with the Laplace approximation[1] where is the Gaussian approximation to whose mode at a given is . The mode can be found numerically for example with the Newton-Raphson method.

The trick in the Laplace approximation above is the fact that the Gaussian approximation is applied on the full conditional of in the denominator since it is usually close to a Gaussian due to the GMRF property of . Applying the approximation here improves the accuracy of the method, since the posterior itself need not be close to a Gaussian, and so the Gaussian approximation is not directly applied on . The second important property of a GMRF, the sparsity of the precision matrix , is required for efficient computation of for each value .[1]

Obtaining the approximate distribution is more involved, and the INLA method provides three options for this: Gaussian approximation, Laplace approximation, or the simplified Laplace approximation.[1][10] For the numerical integration to obtain , also three options are available: grid search, central composite design, or empirical Bayes.[1]

References

  1. ^ a b c d e f Rue, Håvard; Martino, Sara; Chopin, Nicolas (2009). "Approximate Bayesian inference for latent Gaussian models by using integrated nested Laplace approximations". J. R. Statist. Soc. B. 71 (2): 319–392. doi:10.1111/j.1467-9868.2008.00700.x. S2CID 1657669.
  2. ^ Bakka, Haakon; Rue, Håvard; Fuglstad, Geir-Arne; Riebler, Andrea; Bolin, David; Illian, Janine; Krainski, Elias; Simpson, Daniel; Lindgren, Finn (2018). "Spatial modeling with R-INLA: A review". WIREs Comput Stat. 10 (6): e1443. arXiv:1802.06350. doi:10.1002/wics.1443. S2CID 55052548.
  3. ^ Blangiardo, Marta; Cameletti, Michela (2015). Spatial and Spatio‐temporal Bayesian Models with R‐INLA. John Wiley & Sons, Ltd. ISBN 9781118326558.
  4. ^ Bhatt, S.; et al. (2015). "The effect of malaria control on Plasmodium falciparum in Africa between 2000 and 2015". Nature. 526: 207–211. doi:10.1038/nature15535.
  5. ^ Jousimo, J.; et al. (2014). "Ecological and evolutionary effects of fragmentation on infectious disease dynamics". Science. 344 (6189): 1289–1293. doi:10.1126/science.1253621.
  6. ^ Noor, A. M.; et al. (2014). "The changing risk of Plasmodium falciparum malaria infection in Africa: 2000-10: A spatial and temporal analysis of transmission intensity". The Lancet. 383 (9930): 1739–1747. doi:10.1016/S0140-6736(13)62566-0.
  7. ^ Golding, N.; et al. (2017). "Mapping under-5 and neonatal mortality in Africa, 2000–15: a baseline analysis for the Sustainable Development Goals". The Lancet. 390 (10108): 2171–2182. doi:10.1016/S0140-6736(17)31758-0.
  8. ^ Lindgren, Finn; Rue, Håvard; Lindström, Johan (2011). "An explicit link between Gaussian fields and Gaussian Markov random fields: the stochastic partial differential equation approach". J. R. Statist. Soc. B. 73 (4): 423–498. doi:10.1111/j.1467-9868.2011.00777.x. S2CID 120949984.
  9. ^ "R-INLA Project". Retrieved 21 April 2022.
  10. ^ a b Martino, Sara; Riebler, Andrea (2019). "Integrated Nested Laplace Approximations (INLA)". arXiv:1907.01248 [stat.CO].