Papers
Topics
Authors
Recent
Search
2000 character limit reached

Log Gaussian Cox Processes Overview

Updated 8 July 2026
  • LGCPs are models where a latent Gaussian field is exponentiated to yield a Poisson intensity, effectively capturing clustering without explicit interactions.
  • They serve in spatial and spatio-temporal settings for applications like disease mapping, astronomy, and ecology, handling non-stationarity and multitype dependence.
  • Inference involves approximating intractable likelihood integrals using methods such as discretization, Bayesian sampling (e.g. HMC, INLA), and neural network approaches to manage high computational costs.

Searching arXiv for fresh, relevant papers on Log Gaussian Cox Processes to ground the encyclopedia article. arxiv_search(query="Log Gaussian Cox process", max_results=10, sort_by="relevance") arxiv_search(query="LGCP log Gaussian Cox process inference", max_results=10, sort_by="lastUpdatedDate") A Log Gaussian Cox process (LGCP) is a Cox process in which the random intensity is obtained by exponentiating a Gaussian process or Gaussian random field. Equivalently, conditional on a latent field ZZ, the observed pattern is a Poisson process with intensity λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}. In spatial and spatio-temporal statistics, LGCPs are a standard model class for clustered point patterns, disease and other surveillance, spatially continuous risk prediction from point or aggregated observations, and related geostatistical tasks (Diggle et al., 2013, Watson, 2024, Shirota et al., 2018).

1. Definition and probabilistic structure

In the basic construction, let Y={Y(u):uW}Y=\{Y(u):u\in W\} be a Gaussian random field on a domain WW, with mean function μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u) and covariance c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v)). The stochastic intensity field is

Z(u):=exp(Y(u)),Z(u):=\exp(Y(u)),

and, conditional on ZZ, the point process XX is Poisson with intensity ZZ. For this construction, the intensity and pair correlation functions are

λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}0

More generally, the λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}1th order pair correlation function is

λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}2

and the reduced Palm distribution of a LGCP is itself a LGCP with shifted mean function λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}3 and unchanged covariance (Møller et al., 2018).

This doubly stochastic construction is the source of both the flexibility and the computational burden of the model. The latent Gaussian field induces aggregation, while the Poisson sampling stage preserves the conditional independence structure of a Poisson process. One consequence is that the standard LGCP is widely used for modeling non-interacting spatial point patterns: clustering is explained through stochastic variation in the intensity surface rather than through an explicit pairwise interaction mechanism (Hildeman et al., 2017).

Spatial and spatio-temporal variants differ mainly in how the latent Gaussian structure is parameterized. A common spatio-temporal formulation writes

λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}4

with λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}5 a spatial baseline, λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}6 a temporal baseline, and λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}7 a spatio-temporal Gaussian process. Another formulation writes

λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}8

with covariates and a latent spatio-temporal Gaussian process λ()=exp{Z()}\lambda(\cdot)=\exp\{Z(\cdot)\}9 (Taylor et al., 2011, Shirota et al., 2018).

2. Domains, moments, and geometric variants

Most statistical methodology for LGCPs was first developed in Euclidean space, but the construction extends to other domains. On the Y={Y(u):uW}Y=\{Y(u):u\in W\}0-dimensional sphere, with Y={Y(u):uW}Y=\{Y(u):u\in W\}1 of primary interest, an LGCP is defined by a Gaussian random field on Y={Y(u):uW}Y=\{Y(u):u\in W\}2; the same intensity and pair-correlation formulas apply, now with geometry driven by geodesic distance rather than Euclidean distance (Møller et al., 2018).

For spherical LGCPs, existence is not automatic. A sufficient condition is that the mean-zero part of the Gaussian field is locally sample Hölder continuous. One usable route is through the variogram: if

Y={Y(u):uW}Y=\{Y(u):u\in W\}3

whenever Y={Y(u):uW}Y=\{Y(u):u\in W\}4, for some Y={Y(u):uW}Y=\{Y(u):u\in W\}5, Y={Y(u):uW}Y=\{Y(u):u\in W\}6, and Y={Y(u):uW}Y=\{Y(u):u\in W\}7, then local Hölder continuity follows for all Y={Y(u):uW}Y=\{Y(u):u\in W\}8. These conditions were established for a range of isotropic covariance classes on the sphere, including multiquadric, powered exponential, Matérn with appropriate restrictions, generalized Cauchy, Dagum, sine power, spherical, Askey, and Wendland models (Møller et al., 2018).

Functional summary statistics for LGCPs include Y={Y(u):uW}Y=\{Y(u):u\in W\}9, WW0, WW1, and WW2 functions. On WW3, the WW4-function can be written as

WW5

These summaries are central to model checking and minimum-contrast estimation, especially when the latent covariance is specified through a parametric family (Møller et al., 2018).

A recurrent theme across applications is the distinction between first-order inhomogeneity and second-order clustering. In stationary settings, the covariance of the Gaussian field determines the scale and strength of aggregation. In inhomogeneous settings, covariates or baseline components may explain large-scale variation, while the latent field accounts for residual clustering. This motivates many later extensions, including non-stationary, multivariate, and marked constructions (Diggle et al., 2013, Dvořák et al., 2019).

3. Likelihood, discretization, and computational inference

The Poisson-process likelihood given an intensity WW6 has the form

WW7

but for LGCPs this is intractable because WW8 itself is random and the integral must be evaluated through the latent Gaussian field. Standard likelihood-based inference therefore relies on approximation of stochastic integrals, typically by discretization over the domain of interest. With fine discretization, covariance matrices for the latent Gaussian variables become high-dimensional, and repeated inversion or Cholesky decomposition is cubic in the latent dimension. This is a central computational bottleneck in both spatial and space-time LGCPs (Wang et al., 17 Feb 2025, Shirota et al., 2018, Shirota et al., 2016).

Several inference strategies have therefore been developed.

Approach Core idea Representative source
HMC with FFT Full Bayesian sampling on a grid with block-circulant embedding and FFT-based covariance operations (Teng et al., 2017)
INLA / SPDE / off-grid Sparse latent Gaussian approximations and continuous likelihood approximation on meshes (Simpson et al., 2011)
Approximate marginal posterior Pseudo-marginal MCMC targeting a marginal posterior for model parameters (Shirota et al., 2016)
Exact augmentation + NNGP Poisson thinning augmentation with nearest-neighbor Gaussian processes to avoid full matrix algebra (Shirota et al., 2018)
Amortized likelihood-free inference BayesFlow with conditional invertible neural networks for fast repeated posterior inference (Wang et al., 17 Feb 2025)
Packaged real-time workflows Gaussian process approximations, Bayesian and stochastic Maximum Likelihood fitting, and irregular-grid aggregated data support (Watson, 2024)

Hamiltonian Monte Carlo, Integrated Nested Laplace Approximation, and Variational Bayes have been compared directly for Bayesian LGCP fitting. In that comparison, HMC was described as simulation-consistent and strongest for full joint uncertainty quantification, INLA as extremely fast for marginal inference, and mean-field VB as a deterministic approximation whose variances may be under-estimated. The same study emphasized that INLA approximates marginal posteriors rather than the full joint posterior, which matters for posterior predictive checking and simulation-based summaries (Teng et al., 2017).

Pseudo-marginal approaches shift computation from joint sampling of WW9 toward an approximate marginal posterior for μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)0. One formulation partitions the domain into cells, models the resulting count vector through a Poisson log-normal kernel matched to LGCP moments, and uses an unbiased importance-sampling estimator inside a pseudo-marginal Metropolis-Hastings scheme. This decouples high-dimensional latent variables and hyperparameters and makes multivariate settings more tractable (Shirota et al., 2016).

A separate line of work avoids fine-grid approximations by exact data augmentation. In the space-time setting, one approach combines thinning-based augmentation with nearest-neighbor Gaussian processes. The augmentation removes the need for gridded stochastic-integral approximations, while the NNGP replaces dense covariance algebra by sparse precision structure with dominant cost μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)1, where μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)2 is the number of observed plus augmented locations and μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)3 is the neighbor count (Shirota et al., 2018).

Continuous-domain approximations based on SPDE representations and finite-element meshes replace lattice counts by a continuously specified Gaussian random field. In the “off grid” formulation, the likelihood is approximated directly through quadrature, and for sufficiently smooth Gaussian random field priors the approximation can converge with arbitrarily high order; an approximation based on counting on a partition of the domain only achieves first-order convergence (Simpson et al., 2011).

Recent work has also introduced likelihood-free amortized inference for LGCPs. In BayesFlow-based inference, simulated point patterns are summarized and passed to a conditional invertible neural network that learns an approximate posterior over parameters. After the one-time training phase, posterior inference for new datasets in the same model family becomes a fast feed-forward operation, and the framework was reported to achieve substantial computational gain in repeated application, especially for two-dimensional LGCPs (Wang et al., 17 Feb 2025).

For operational settings, software has become a primary part of the methodology. The lgcp R package introduced an extensible suite of functions for spatio-temporal prediction and forecasting using MCMC, including data conversion, component estimation, output specification, computation of Monte Carlo expectations, post-processing, and simulation (Taylor et al., 2011). More recently, the rts2 package for R was designed for near real-time surveillance scenarios and provides data manipulation tools plus a range of modern Gaussian process approximations and model fitting methods, including covariance-parameter estimation using both Bayesian and stochastic Maximum Likelihood methods, and a novel implementation for case data aggregated to an irregular grid such as census tract areas (Watson, 2024).

4. Non-stationary, multivariate, and hierarchical extensions

The standard stationary LGCP does not accommodate all forms of spatial heterogeneity. When the sizes and spatial extents of point clusters vary over space, non-stationary latent fields are needed. One class of models parameterizes the residual log field as

μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)4

where μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)5 controls spatially varying variance and μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)6 is a spatial transformation or deformation. In this setting,

μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)7

Because second-order intensity-reweighted stationarity is not satisfied, usual two-step composite-likelihood procedures do not easily apply; a fast three-step composite-likelihood procedure was proposed instead (Dvořák et al., 2019).

A different extension replaces the single latent Gaussian field by a latent spatial mixture model. In the level set Cox process, a latent Gaussian field induces a categorically valued classification of the domain, and each class has its own Gaussian field for the log-intensity. This construction permits standard stationary covariance structures, such as the Matérn family, within classes while allowing occasional and structured sharp discontinuities across class boundaries. In ecological data from Barro Colorado Island, the authors argued that the standard LGCP was biased when such discontinuities were present (Hildeman et al., 2017).

Multivariate generalizations address several correlated point processes jointly. In one formulation,

μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)8

where both latent functions μ(u)=EY(u)\mu(u)=\mathbb{E}Y(u)9 and combination weights c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))0 are assigned Gaussian-process priors. The covariance of the log intensities becomes a sum of products of task and input kernels,

c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))1

which generalizes linear coregionalization and supports variational inference with a Bayesian treatment of both weights and latent functions (Aglietti et al., 2018).

Second-order semiparametric inference for multivariate LGCPs has taken a different route. Under an intensity decomposition c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))2, where c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))3 is an unspecified complex factor common to all types, conditional composite likelihood can be constructed so that the common factor cancels. This yields inference for pair-correlation and cross-pair-correlation functions without explicit estimation of the unspecified background component, and regularization can be used to obtain sparse models for cross-pair correlations (Hessellund et al., 2020).

Hierarchical extensions allow one point process to influence another but not vice versa. In forest-regeneration modeling, a set of points c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))4 generated an influence field through parametric kernels, and this field entered the log-intensity of a second process c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))5 as a spatial covariate: c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))6 The formulation included an edge correction for points outside the observation window and Bayesian estimation using MCMC with a Laplace approximation for the Gaussian field (Kuronen et al., 2020).

Marked and shared-field models extend the same logic. A recent whale-sightings model used a joint marked LGCP in which species-specific intensity surfaces were linked through a shared latent spatial Gaussian field represented with the SPDE approach on an ocean-constrained triangulated mesh, while group size was modeled with species-specific negative binomial marks (Pant et al., 6 Dec 2025).

5. Interfaces with Hawkes processes, aggregated data, and survey design

LGCPs are often used alone, but they also appear as components inside larger point-process models. In Cox-Hawkes models, the background rate of a spatiotemporal Hawkes process is given an LGCP prior,

c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))7

so that endemic or exogenous structure is represented by Gaussian processes while self-excitation is captured by the Hawkes triggering kernel. This formulation separates background clustering from triggering behavior and motivated an MCMC scheme based on pre-trained Gaussian-process generators to reduce the cost of GP sampling during inference (Miscouridou et al., 2022).

LGCP methodology also bridges point data and areal data. A spatially discrete approximation to LGCPs for aggregated disease count data replaces the exact within-area field by weighted averages,

c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))8

with covariance between area-level effects obtained by integrating the continuous correlation function over pairs of regions. This approximation was proposed specifically to overcome the limitation of Markov-structure models being tied to a specific partition, while preserving spatially continuous prediction. The method was implemented in the SDALGCP R package (Johnson et al., 2019).

Survey design for LGCPs has likewise been studied in a model-based Bayesian framework. For spatiotemporal LGCPs, a spatially balanced rejection sampling design was proposed that accepts candidate locations with probabilities linked to the prior mean or variance of the latent intensity. Designs were compared using the average predictive variance loss function and the Kullback-Leibler divergence between prior and posterior for the LGCP intensity function, and the rejection-sampling design was reported to outperform corresponding balanced and uniform random sampling designs for LGCPs (Liu et al., 2018).

These developments reinforce a central theme in the LGCP literature: the model is frequently treated as part of a broader geostatistical paradigm in which the scientific target is a continuous latent intensity or risk surface, regardless of whether the observations arrive as event locations, area counts, marked point patterns, or partially observed spatio-temporal surveys (Diggle et al., 2013).

6. Applications, diagnostics, and recurrent limitations

LGCPs have been applied across astronomy, epidemiology, criminology, ecology, microbiome imaging, high-energy physics, and marine ecology. On the sphere, the sky positions of 10,546 galaxies were modeled with an inhomogeneous LGCP and compared with a Thomas process; after thinning and global-envelope assessment based on c(u,v)=Cov(Y(u),Y(v))c(u,v)=\operatorname{Cov}(Y(u),Y(v))9, Z(u):=exp(Y(u)),Z(u):=\exp(Y(u)),0, and Z(u):=exp(Y(u)),Z(u):=\exp(Y(u)),1 functions, the LGCP was reported to provide a much better fit to the galaxy data than the Thomas process (Møller et al., 2018). In space-time crime modeling, scalable LGCP inference was used on San Francisco assault events to recover the posterior mean intensity surface across months (Shirota et al., 2018). In oral microbiome image data, BayesFlow-based inference was applied to two distinct oral microbial biofilm images, with posterior predictive checks based on zero-probability function envelope plots (Wang et al., 17 Feb 2025).

In disease and health surveillance, LGCPs have been used for estimating intensity surfaces of spatial point processes, constructing spatially continuous maps of disease risk from spatially discrete data, and real-time monitoring of gastrointestinal disease from call data (Diggle et al., 2013). The rts2 package explicitly targets disease and other surveillance, emphasizing near real-time use with routinely available data and limited computational resources (Watson, 2024).

In ecology, multivariate and hierarchical LGCPs have supported inference on species interactions, covariate effects, and directional influence. The approximate marginal posterior methodology was illustrated on three tree species exhibiting positive and negative interaction (Shirota et al., 2016), while the hierarchical forest model used influence kernels to represent the effect of large trees on seedling locations (Kuronen et al., 2020). The level set Cox process further showed that when a point pattern contains fundamentally different behaviors in different subregions, standard LGCP smoothing may bias covariance and covariate inference (Hildeman et al., 2017).

Outside traditional spatial epidemiology and ecology, LGCPs have also been used for smooth background modeling in high energy physics. In that setting, the model treats observations as draws from a non-homogeneous Poisson process with intensity Z(u):=exp(Y(u)),Z(u):=\exp(Y(u)),2, with Z(u):=exp(Y(u)),Z(u):=\exp(Y(u)),3 assigned a Gaussian-process prior and hyperparameters sampled by MCMC. The reported advantages were unbinned modeling, natural handling of Poisson fluctuations, and posterior uncertainty over the full background shape. A limitation noted in the same study was edge effects: LGCP showed some bias or distortion near the boundaries of the fitting range, particularly for high statistics (Frid et al., 15 Aug 2025).

Several misconceptions recur in the literature. One is to treat LGCPs as generic models for all forms of clustering; the model captures clustering induced by a random intensity surface, but self-excitation is a distinct mechanism, which is why LGCPs and Hawkes processes are combined rather than substituted in Cox-Hawkes formulations (Miscouridou et al., 2022). Another is to assume that first-order inhomogeneity suffices; multiple papers show that non-stationary second-order structure, sharp discontinuities, or multitype dependence can require explicit extensions beyond the standard stationary univariate LGCP (Dvořák et al., 2019, Hildeman et al., 2017, Hessellund et al., 2020). A further misconception is that computational approximation is a merely technical afterthought. In practice, the choice among MCMC, HMC, INLA, pseudo-marginal methods, NNGP approximations, SPDE representations, or amortized neural inference materially affects scalability, uncertainty quantification, and the kinds of posterior summaries that can be computed (Teng et al., 2017, Simpson et al., 2011, Wang et al., 17 Feb 2025).

Taken together, these results position the LGCP as a core model family for latent-intensity-based analysis of spatial and spatio-temporal point patterns. Its enduring role derives from the same feature that makes it difficult to fit: the latent Gaussian structure is expressive enough to support continuous risk mapping, multitype dependence, non-stationarity, hierarchical covariate mechanisms, marked processes, and hybrid constructions with self-exciting models, while preserving a clear probabilistic interpretation of intensity, correlation, and prediction (Diggle et al., 2013).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (19)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Log Gaussian Cox Processes (LGCP).