---
title: Preferential G-Optimal Design
url: https://www.emergentmind.com/topics/preferential-g-optimal-design
type: topic
---

# Preferential G-Optimal Design

Preferential G-optimal Design refers to a class of experimental design methodologies that seek to select sampling points—or, more generally, experimental conditions—so as to minimize the worst-case (maximum) posterior predictive variance of targeted quantity estimates, while explicitly taking into account preferences or biases in the sampling process. Classic G-optimal design is rooted in the theory of optimal experimental design, where the goal is to ensure uniformly low variance for the estimation or prediction task. Preferential G-optimal design generalizes this to settings where the sampling mechanism is itself dependent on the underlying (often latent) process, as in preferential sampling in geostatistics, or when preference weights, costs, or specific utility functions are imposed in domains such as graph-signal processing.

## 1. Mathematical Foundations of G-optimality

G-optimality is formally defined as the design criterion that seeks to **minimize the largest predictive variance** in the estimable domain. Given a design matrix $V_{SK}$, the G-optimal criterion in graph subset selection and similar linear models is

\[
g_0(S) = \max_{i=1,\dots,K} [Z(S)^{-1}]_{ii}
\]
where $Z(S) = V_{SK}^T V_{SK}$ and $S$ denotes the selected set of measurement or sampling indices [2112.15403]. For stabilization, a ridge term $\mu > 0$ is frequently added, yielding

\[
g(S) = \max \operatorname{diag}( [Z(S) + \mu I]^{-1} )
\]

In geostatistics under preferential sampling, G-optimality similarly minimizes

\[
u_G(d,\theta) = -\max_{x \in D} \operatorname{Var}[S(x) \mid Y, X, d, \theta]
\]

where $d$ represents the candidate new sampling locations, $\theta$ the model parameters, and $S(x)$ the latent spatial process at location $x$ [1509.03410].

## 2. Preferential Sampling: Impact and Model Formulation

In preferential sampling, the probability of selecting a location for measurement depends on the unknown underlying process rather than being strictly random. For spatially indexed data, preferential sampling is typically modeled via a log-Gaussian Cox process where the intensity function is a function of the latent field $S$:

\[
\lambda(x) = \exp\{\alpha + \beta S(x)\}
\]

The joint model then comprises
- A Gaussian prior on $S$
- A likelihood for the sampling pattern given $S$ and sampling parameters $(\alpha,\beta)$ (bias degree)
- A standard observation model for measurements at sampled points

This induces a dependency between sampling pattern and prediction uncertainty, requiring adjusted design strategies [1509.03410].

## 3. Utility-based Bayesian Design Criteria

The Bayesian approach to G-optimal design within preferential frameworks centers on maximizing expected utility functions that quantify predictive improvement. For added $m$ new design points $d=(d_1,\dots,d_m)$, the standard utility for integrated-variance reduction is

\[
u(d, \theta) = \int_D [\operatorname{Var}(S(x)\mid Y,X,\theta) - \operatorname{Var}(S(x)\mid Y,X,d,\theta)] dx
\]

The G-optimal version focuses instead on reduction of the maximum posterior predictive variance over $D$:

\[
u_G(d, \theta) = -\max_{x \in D} \operatorname{Var}[S(x)\mid Y, X, d, \theta]
\]

The corresponding expected utility is integrated over both model parameters and potential new observations. Evaluation and maximization proceed via MCMC over the joint space $(d, \theta, y_d)$ with an augmented-posterior target proportional to $u_G(d, \theta) p(\theta \mid X, Y)$ [1509.03410].

## 4. Computational Algorithms and Complexity

Various algorithms implement G-optimal design under preferential settings. In geostatistics, MCMC samplers (e.g., Metropolis-within-Gibbs) are employed to traverse the design–parameter space, drawing samples with probability proportional to utility-weighted posteriors. For each draw, predictive variances at discretized locations are updated via kriging formulas,

\[
\operatorname{Var}[S(x_i)\mid Y,X,d,\theta] = \sigma^2 - \sigma^4 r_{i,[o,d]}^T [\tau^2 I_{n+m} + \sigma^2 R_{[o,d][o,d]}]^{-1} r_{i,[o,d]}
\]

In graph-signal settings, the greedy algorithm (FAGOD) iteratively selects nodes minimizing the G-optimal criterion, leveraging Sherman–Morrison updates for efficient recalculation. The algorithm exploits the approximate $\alpha$-supermodularity of the G-optimal function, enabling polynomial-time execution with provable bounds. The computational complexity is

\[
O(N \log N + N K^3)
\]

where $N$ is the domain size and $K$ the signal bandwidth [2112.15403].

## 5. Modeling and Correction of Preferential Sampling Effects

Preferential sampling necessitates correction terms in covariance estimation due to the extra information encoded in the sampling pattern. Both full embedding of the latent field $S$ in the design sampler and Gaussian approximations of the marginal posterior are strategies for adjusting kriging variances. When the preference parameter $|\beta|$ is moderate, standard kriging covariances suffice; for larger $\beta$, Laplace expansions of the log-Cox likelihood produce corrected variances for design optimization [1509.03410].

## 6. Incorporating User Preferences and Weights

Weighted versions of the G-optimal criterion allow the experimenter to bias selection toward preferred locations, variables, or nodes. Common schemes include:

- Weighted maximum variance:
  \[
  g_w(S) = \max_i w_i [ (Z(S) + \mu I)^{-1} ]_{ii}
  \]
  where $w_i > 0$ encodes location “importance.”

- Matrix scaling:
  \[
  Z_w(S) = \sum_{i \in S} w_i v_{i:}^T v_{i:} + \mu I, \qquad g(S) = \max \operatorname{diag}(Z_w(S)^{-1})
  \]

Both maintain monotonicity and $\alpha$-supermodularity, with modified (weight-dependent) performance bounds. The same greedy algorithms persist, either via objective scaling or row/column-weighting in the covariance structure [2112.15403].

## 7. Practical Implementation Details and Multi-modality

Practical solution strategies must contend with high-dimensional design spaces (e.g., $D^m$). Posterior pseudo-density functions for design may be multi-modal; visualization of their structure can expose trade-off regions and sampling ambiguities. Grid-based approximations for spatial domains (moderate $M$ values, e.g., 200–1000) and reuse of Cholesky factorization accelerate variance computations. Sequential greedy addition of sampling locations is popular when $m$ is large, though full joint optimization may yield superior but costlier solutions [1509.03410]. For graph applications, low-pass filter approximations using sparse Givens rotations obviate computationally expensive eigen-decomposition [2112.15403].

---

Preferential G-optimal design thus generalizes classical experimental design by accounting for dependencies between measurement selection and latent processes, as well as explicit sampling preferences. It finds application in geostatistics, spatial statistics, graph-signal processing, and any setting where targeted minimization of the worst-case predictive uncertainty is required under non-uniform, possibly biased, data acquisition schemes. Key references include methodology for spatial fields under Cox-process sampling [1509.03410] and accelerated algorithms for graph subset selection [2112.15403].

Source: https://www.emergentmind.com/topics/preferential-g-optimal-design