Papers
Topics
Authors
Recent
Search
2000 character limit reached

Parallel Partial Emulation (PPE) Overview

Updated 9 July 2026
  • Parallel Partial Emulation (PPE) is a multi-output Gaussian process emulator that assigns independent emulators to each tensor element while sharing a common input basis and kernel.
  • It leverages a diagonal output covariance assumption to simplify inference and estimation, reducing computational complexity compared to fully joint models.
  • Scalable extensions like Vecchia Parallel Partial Emulation (VPPE) use local approximations to accelerate computations in large-scale simulations without significant accuracy loss.

Searching arXiv for papers on Parallel Partial Emulation and closely related formulations. arxiv_search(query="Parallel Partial Emulation Gaussian process emulator tensor-variate GP VPPE RobustGaSP", max_results=10) In the Gaussian-process emulation literature, Parallel Partial Emulation (PPE) denotes a multi-output emulator for simulators whose response at each input is a long vector, matrix, or higher-order tensor. Its defining structure is neither a fully joint multivariate Gaussian process with dense output covariance nor a collection of completely independent scalar emulators. Instead, PPE fits location-specific emulators in parallel across output coordinates while sharing the same regression basis in the input variables and the same kernel family and kernel hyperparameters, but allowing output-specific regression coefficients and marginal variances. Within tensor-variate Gaussian process (TvGP) regression, PPE is a special case obtained by flattening all output modes into a single dimension and imposing diagonal output covariance (Semochkina et al., 14 Feb 2025).

1. Definition and model structure

Let a simulator take an input vector xXRp\mathbf{x}\in X\subset\mathbb{R}^p and return tensor-valued output F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}. For matrix output, one run gives

F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.

PPE assigns an emulator to each output location i1,,imi_1,\dots,i_m, with common basis functions g0(x)\mathbf{g}_0(\mathbf{x}) and common kernel structure, but output-specific coefficients: fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}). For this reason, the model is called parallel because many location-specific emulators are fit across outputs, and partial because the sharing is only in parts of the model rather than in a full joint output dependence model (Semochkina et al., 14 Feb 2025).

The mean can be written compactly as

M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),

where r=z=1mrzr=\prod_{z=1}^m r_z and BB collects the location-specific regression vectors. Over training runs x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)},

F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}0

with F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}1 formed by stacking F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}2 row-wise.

The crucial PPE covariance assumption is conditional independence across output locations: F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}3 Hence, in vectorized form,

F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}4

where F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}5 is the F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}6 input covariance matrix induced by the shared kernel F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}7. The only coupling across outputs is therefore through shared basis structure and shared kernel hyperparameters, not through off-diagonal residual covariance (Semochkina et al., 14 Feb 2025).

2. Relation to tensor-variate GP regression and outer product emulators

A central theoretical development is the embedding of PPE inside a general TvGP framework. For tensor output F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}8, TvGP regression assumes

F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}9

and

F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.0

After vectorization,

F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.1

PPE appears in this framework as a degenerate special case: all output modes are collapsed into a single dimension of size F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.2, and the resulting output covariance is diagonal rather than separable across the original modes (Semochkina et al., 14 Feb 2025).

This positioning clarifies PPE’s relation to the outer product emulator (OPE). OPE assumes both a separable mean and a separable output covariance. In the matrix-output case, its residual covariance has the form

F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.3

and more generally F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.4. PPE rejects this additional output-location dependence structure. OPE therefore borrows strength across space, time, or other output indices, whereas PPE borrows strength only through common input smoothness and common basis specification.

The distinction is visible in estimation. Under PPE, with a constant prior on F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.5, the generalized least-squares estimator is

F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.6

which is independent of F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.7. This factorization expresses the statistical independence of the regression fits across output locations once the shared kernel has been fixed. By contrast, OPE estimation depends explicitly on the output covariance and on output-side regressors, so the fitted mean itself smooths across output coordinates (Semochkina et al., 14 Feb 2025).

The practical implication is a familiar tradeoff. When output dependence is informative and credibly represented by separable structure, OPE can improve point prediction. When output structure is weak, unstructured, or scientifically unimportant, PPE avoids imposing a potentially wrong dependence model and remains computationally simpler. This suggests that PPE should be viewed not as a weakened OPE, but as a distinct modeling regime with a different bias–variance and fidelity–tractability balance.

3. Inference, computation, and software implementations

The inference strategy most explicitly described for PPE uses shared input regressors and shared correlation parameters, with output-specific coefficients and variances. In the TvGP comparison paper, the common input regressors are

F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.8

and the shared Gaussian input correlation is

F(x)=(f11(x)f1r2(x)  fr11(x)fr1r2(x)).F(\mathbf{x})= \begin{pmatrix} f_{11}(\mathbf{x})& \ldots & f_{1 r_2}(\mathbf{x})\ \vdots & \ddots & \vdots \ f_{r_1 1}(\mathbf{x}) & \ldots & f_{r_1 r_2}(\mathbf{x}) \end{pmatrix}.9

The paper states that vague prior beliefs are assumed for the output-specific coefficient vectors, posterior mean and variance estimators are equivalent to generalized least-squares estimators, and point estimates for i1,,imi_1,\dots,i_m0 and the shared correlation parameters are obtained via maximum likelihood (Semochkina et al., 14 Feb 2025).

A software-oriented formulation appears in RobustGaSP, which implements the parallel partial Gaussian stochastic process (PP GaSP) emulator for multiple outputs observed on spatial-temporal grids. In that implementation, “the variances and the mean values of the computer model outputs at different grids are allowed to be different, whereas the covariance matrix of physical inputs are assumed to be the same across grids.” This is operationally close to PPE. The package emphasizes robust posterior-mode estimation of range parameters, optional trend functions and nuggets, and a major computational reduction relative to fitting i1,,imi_1,\dots,i_m1 independent scalar emulators: the burden drops from i1,,imi_1,\dots,i_m2 to i1,,imi_1,\dots,i_m3 (Gu et al., 2018).

This implementation lineage matters because it identifies the statistical content of “partial” pooling in practice. PPE-style models do not estimate a dense i1,,imi_1,\dots,i_m4 coregionalization matrix for massive output fields. Nor do they fit completely separate emulators at every output location. They instead estimate one shared input-side dependence structure and reuse it across all outputs. A plausible implication is that PPE is best understood as a multi-output surrogate architecture whose principal simplification lies on the output side, while preserving a global view of simulator smoothness in the input space.

4. Scalable extensions: Vecchia Parallel Partial Emulation

The main modern scalability extension is VPPE, the Vecchia Parallel Partial Emulator. The starting point is the observation that standard PPE is efficient in the output dimension i1,,imi_1,\dots,i_m5 because all outputs share the same i1,,imi_1,\dots,i_m6 correlation matrix i1,,imi_1,\dots,i_m7, but it remains bottlenecked by the number of simulator runs i1,,imi_1,\dots,i_m8. The full PPE fitting cost is stated as

i1,,imi_1,\dots,i_m9

where g0(x)\mathbf{g}_0(\mathbf{x})0 is the number of iterations in range-parameter optimization (Seidman et al., 26 Aug 2025).

VPPE preserves the PPE model class—independent output coordinates conditional on shared range parameters—but replaces exact Gaussian likelihood evaluations with a Scaled Vecchia approximation. For scalar GP likelihoods, Vecchia factorizes the joint density into conditionals and replaces each full conditioning set with a small subset g0(x)\mathbf{g}_0(\mathbf{x})1 of size g0(x)\mathbf{g}_0(\mathbf{x})2: g0(x)\mathbf{g}_0(\mathbf{x})3 The approximation is organized in scaled input space

g0(x)\mathbf{g}_0(\mathbf{x})4

so that ordering and nearest-neighbor selection reflect anisotropic length scales rather than raw Euclidean geometry. For scalar outputs, the derived Vecchia marginal posterior has the form

g0(x)\mathbf{g}_0(\mathbf{x})5

For multidimensional outputs, VPPE uses one g0(x)\mathbf{g}_0(\mathbf{x})6 per output dimension g0(x)\mathbf{g}_0(\mathbf{x})7, giving

g0(x)\mathbf{g}_0(\mathbf{x})8

The approximation is exact when g0(x)\mathbf{g}_0(\mathbf{x})9, so VPPE recovers PPE in that limit. Its practical complexity per optimization iteration becomes

fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).0

replacing dense fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).1 operations by fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).2 local fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).3 problems. The workflow is explicit: initialize range scales, scale the inputs, compute a maximin ordering in scaled space, select fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).4 nearest previous neighbors for each ordered point, evaluate the Vecchia marginal posterior, optimize fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).5 with L-BFGS, then estimate output-specific coefficients and variances under the fitted shared range parameters. This makes PPE feasible in regimes where both fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).6 and fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).7 are large, rather than only large-fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).8, modest-fi1im=g0(x)bi1im+ei1im(x).f_{i_1 \cdots i_m} = \mathbf{g}_0^\top(\mathbf{x}) \,\mathbf{b}_{i_1 \cdots i_m} + e_{i_1 \cdots i_m}(\mathbf{x}).9 regimes (Seidman et al., 26 Aug 2025).

5. Empirical behavior and practical use

Empirical comparisons consistently show that PPE and its close relatives trade point prediction against calibration and runtime in a structured way. In the TvGP comparison, two case studies are especially informative. For a spatial-temporal influenza simulator with output M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),0 spatial patches M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),1 M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),2 times, PPE gave more appropriate uncertainty quantification because each output location could have its own variance; this appeared in better MASPE and MGES, whereas OPE had lower RMSPE, indicating more accurate mean prediction. In an environmental simulator with pollutant concentration over M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),3 spatial locations M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),4 M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),5 times and strong metric structure in both space and time, OPE was substantially more accurate in RMSPE, because it could borrow strength across neighboring output locations; PPE still had better MGES in that example. The paper’s practical recommendation is therefore explicit: PPE has modeling advantages when simulator outputs are unstructured, or the structure adds little to understanding, particularly if larger computer experiments can be performed; OPE is preferable when correlation across output dimensions is real and exploitable (Semochkina et al., 14 Feb 2025).

The software evidence from RobustGaSP reinforces the same theme in large-output applications. In the DIAMOND example, PP GaSP outperformed independent GaSP fits, with RMSE about M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),6 under a constant mean and M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),7 when food capacity was included in the mean, versus M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),8 and M(x)=[Irg0(x)]vec(B),M(\mathbf{x})= \left[I_{r} \otimes \mathbf{g}_{0}^{\top}(\mathbf{x})\right]\mathrm{vec}\left(B\right),9 for corresponding independent GaSP baselines. In TITAN2D, with r=z=1mrzr=\prod_{z=1}^m r_z0 outputs per run on a r=z=1mrzr=\prod_{z=1}^m r_z1 grid, PP GaSP achieved nearly the same or slightly better RMSE than independent GaSP while dramatically reducing runtime: in the Belham Valley case, r=z=1mrzr=\prod_{z=1}^m r_z2 RMSE in r=z=1mrzr=\prod_{z=1}^m r_z3 s versus r=z=1mrzr=\prod_{z=1}^m r_z4 in r=z=1mrzr=\prod_{z=1}^m r_z5 s, and in the non-crater area, r=z=1mrzr=\prod_{z=1}^m r_z6 in r=z=1mrzr=\prod_{z=1}^m r_z7 s versus r=z=1mrzr=\prod_{z=1}^m r_z8 in r=z=1mrzr=\prod_{z=1}^m r_z9 s (Gu et al., 2018).

VPPE extends this empirical profile to larger training sets. On synthetic data with BB0 and BB1, VPPE at BB2 matched PPE to four decimal places in relative RMSE while using less than BB3 of the runtime. In a Richards’-equation hydrology model with BB4 and BB5, median RMSE over repeated train/test splits was BB6 for PPE and BB7 for VPPE. In the TITAN2D volcanic-flow application with BB8 and BB9, VPPE with x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}0 fit in x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}1 hours versus x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}2 hours for PPE, with RMSE x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}3 versus x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}4. The same study also reports that local prediction with x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}5 neighbors improved RMSE slightly to x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}6 and reduced prediction time from over x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}7 minutes to under x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}8 seconds. These results suggest that the central PPE tradeoff is no longer only statistical; it is also architectural, involving exact versus approximate likelihoods, global versus local prediction, and the choice of neighbor size x(1),,x(n)\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(n)}9 (Seidman et al., 26 Aug 2025).

6. Conceptual boundaries and adjacent uses

PPE is sometimes misread as either a full multivariate-output GP or a bank of independent scalar GPs. Neither description is accurate. It is not a full-output dependence model, because its residual covariance is diagonal after output flattening; but it is not a set of completely independent emulators either, because all output locations share the same basis family and kernel hyperparameters. A second common confusion is to equate PPE with OPE. The distinction is structural: OPE assumes additional output dependence in both the mean and covariance, whereas PPE does not. The two methods answer different modeling questions rather than representing different implementations of the same model class.

The term also has broader, non-statistical analogues. In systems work, EMiX is a distributed multi-FPGA framework that partitions a monolithic multi-core RTL system along tile boundaries and executes the partitions concurrently on multiple FPGAs. The paper never uses the term PPE, but it is explicitly described as relevant in a broad, systems-oriented sense of “parallel” and “partial”: a single RTL design is partitioned into partial subdesigns and run in parallel across distinct emulation devices. It is therefore best classified as spatially partitioned parallel emulation of a full-system RTL design, not PPE in the Gaussian-process sense (Kropotov et al., 29 Apr 2026).

A different adjacent usage appears in time-parallel numerical analysis. GParareal partially emulates the correction term F(x)Rr1××rmF(\mathbf{x})\in\mathbb{R}^{r_1\times\cdots\times r_m}00 between fine and coarse propagators in a parallel-in-time ODE solver, using a Gaussian process inside a parareal iteration. This is PPE-like because only the expensive correction is emulated while coarse and fine numerical solvers remain in the loop, but it is not the same multi-output GP framework developed for vector-valued simulator outputs (Pentland et al., 2022).

Finally, the acronym itself is not unique. In quantum many-body dynamics, PPE can mean partial projected ensemble, a mixed-state extension of projected ensembles used to probe information scrambling. That usage is unrelated to parallel partial emulation and belongs to a separate literature on measurement-conditioned states and scrambling diagnostics (Mandal et al., 7 Aug 2025).

Taken together, these distinctions place Parallel Partial Emulation most precisely in the statistical surrogate-modeling literature: a multi-output GP emulator for massive simulator outputs, characterized by shared input-side structure, output-specific means and variances, diagonal output covariance after output flattening, and a now substantial methodological ecosystem that includes TvGP unification, RobustGaSP implementation, and Scaled-Vecchia acceleration.

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 Parallel Partial Emulation (PPE).