Papers
Topics
Authors
Recent
Search
2000 character limit reached

MF-GLaMs: Multifidelity Lambda Models

Updated 5 July 2026
  • MF-GLaMs models the full conditional response distribution using a flexible four-parameter generalized lambda distribution.
  • It couples low-fidelity and high-fidelity simulators through parameter-level discrepancy functions to correct bias.
  • The approach leverages polynomial chaos expansions and robust optimization to efficiently estimate and validate surrogate parameters.

Searching arXiv for the MF-GLaM paper and closely related context. arXiv search query: "MF-GLaM A multifidelity stochastic emulator using generalized lambda models" Multifidelity Generalized Lambda Models (MF-GLaMs) are a non-intrusive multifidelity surrogate modeling approach for stochastic simulators that aims to emulate the full conditional response distribution of a high-fidelity (HF) simulator by exploiting data from a lower-fidelity (LF) stochastic simulator. In this setting, a simulator produces random outputs even at fixed input conditions because of unobservable, uncontrollable, or unmodeled input variables, so the target is not a deterministic response surface but the conditional distribution pH(y∣x)p_H(y \mid x). MF-GLaMs represent that distribution parametrically through a four-parameter generalized lambda distribution (GLD) whose parameters vary with the input, and then couple LF and HF models through parameter-level discrepancies. The method is designed for black-box access, requires only input/output pairs, and does not require replications at identical inputs or access to internal random seeds (Giannoukou et al., 14 Jul 2025).

1. Problem setting and modeling objective

For inputs x∈Rdx \in \mathbb{R}^d, a stochastic simulator MsM_s produces random outputs YY, so that Y∣xY \mid x has a conditional distribution p(y∣x)p(y \mid x). MF-GLaMs consider two such simulators: a high-fidelity simulator with conditional distribution pH(y∣x)p_H(y \mid x) and a low-fidelity simulator with conditional distribution pL(y∣x)p_L(y \mid x). The objective is to build a surrogate that predicts the full HF conditional distribution for any xx, while leveraging LF information.

A defining feature of the framework is its non-intrusive setting. The emulator requires no access to internal random seeds or to the simulator’s stochastic mechanism. Only black-box input/output pairs {(xi,yi)}\{(x_i,y_i)\} are needed, with one random output per input. The training set consists of single realizations x∈Rdx \in \mathbb{R}^d0 with independent x∈Rdx \in \mathbb{R}^d1, and neither common-random-numbers nor repeated x∈Rdx \in \mathbb{R}^d2 at the same x∈Rdx \in \mathbb{R}^d3 are required.

This formulation addresses a gap between deterministic multifidelity surrogate modeling and stochastic simulation emulation. While multifidelity surrogate modeling techniques are well-established for deterministic settings, MF-GLaMs target the full conditional response distribution rather than only a mean, variance, or selected quantiles. A plausible implication is that the method is especially relevant when HF runs are expensive and the LF simulator carries enough structure to regularize the estimation of the HF distribution.

2. Generalized lambda representation of conditional distributions

MF-GLaMs build on the generalized lambda model (GLaM), which represents the conditional distribution at each input by a flexible, four-parameter generalized lambda distribution. The formulation uses the FKML parameterization of the GLD (Freimer–Kollia–Mudholkar–Lin). Its quantile function is

x∈Rdx \in \mathbb{R}^d4

where x∈Rdx \in \mathbb{R}^d5 are input-dependent parameters. For completeness, the RS parameterization, which is not used, is

x∈Rdx \in \mathbb{R}^d6

Validity of the induced distribution is enforced through quantile monotonicity. The FKML derivative is

x∈Rdx \in \mathbb{R}^d7

Monotonicity holds for all x∈Rdx \in \mathbb{R}^d8 if x∈Rdx \in \mathbb{R}^d9 and the fractional powers are well-defined and positive. Accordingly, MsM_s0 is the key positivity constraint. For analytic mean and variance expressions, the framework uses MsM_s1.

The induced density can be written through the quantile function. If MsM_s2 is the cdf implied by MsM_s3, then for MsM_s4 in the support,

MsM_s5

Numerically, evaluating the density typically requires solving MsM_s6.

Under the FKML parameterization, for MsM_s7,

MsM_s8

and

MsM_s9

with

YY0

YY1

The single-fidelity GLaM represents each GLD parameter as a function of YY2 using polynomial chaos expansions (PCEs):

YY3

YY4

YY5

The basis functions YY6 are multivariate orthogonal polynomials matched to the input marginals; the truncation sets are selected through q-norm or hyperbolic truncation. The exponential mapping for YY7 enforces positivity, and because FKML monotonicity is then automatic, the representation yields a valid quantile function under the stated conditions (Giannoukou et al., 14 Jul 2025).

3. Single-fidelity estimation and identifiability

Given observed single draws YY8, YY9, single-fidelity GLaM estimation proceeds by maximum likelihood. With parameter functions Y∣xY \mid x0, where Y∣xY \mid x1, the fitted model solves

Y∣xY \mid x2

where the density is induced by the FKML quantile representation through

Y∣xY \mid x3

Initialization and basis construction are structured. PCEs are first fitted to the conditional mean and variance across the single-observation dataset using hybrid LARS, which provides candidate bases Y∣xY \mid x4 and initial coefficients for Y∣xY \mid x5 and Y∣xY \mid x6. The truncation sets for Y∣xY \mid x7 and Y∣xY \mid x8 are then selected via a BIC sweep over increasing degrees, and the corresponding coefficients are initialized accordingly. Sparsity is controlled through BIC to prevent overfitting, and initial truncations for Y∣xY \mid x9 and p(y∣x)p(y \mid x)0 are obtained from feasible GLS on mean and variance.

Optimization uses a derivative-based trust-region method to maximize the unconstrained likelihood. If constraints or support violations arise, the procedure switches to constrained p(y∣x)p(y \mid x)1-CMA-ES to recover feasibility. Because density evaluation requires p(y∣x)p(y \mid x)2, practical implementation depends on robust one-dimensional root finding with good bracketing and monotone quantile guarantees.

The procedure can be summarized in five steps: construct candidate PCE bases and truncation sets using q-norm hyperbolic truncation; initialize p(y∣x)p(y \mid x)3 from mean and variance fits and p(y∣x)p(y \mid x)4 from BIC selection; define the log-likelihood; maximize it with trust-region and then constrained CMA-ES if needed; and return the fitted parameter functions and predictive distribution. The framework explicitly states that identifiability is achieved through variation across p(y∣x)p(y \mid x)5: the four FKML parameters cover location, scale, and shape, and across diverse input samples there is sufficient information to infer the parameter functions even without replications at the same input, provided there is adequate input-space coverage and sample size.

A common misconception is that full distribution emulation for stochastic simulators necessarily requires replicated runs at identical inputs. In MF-GLaMs, the stated assumption is weaker: single observations at varying inputs can be sufficient because identifiability is induced by the functional dependence of the GLD parameters on p(y∣x)p(y \mid x)6 rather than by repeated sampling at fixed p(y∣x)p(y \mid x)7.

4. Multifidelity coupling and joint likelihood

The multifidelity extension operates at the parameter level. For each GLD parameter,

p(y∣x)p(y \mid x)8

where p(y∣x)p(y \mid x)9 is learned from LF data and pH(y∣x)p_H(y \mid x)0 is a discrepancy function that captures LF-to-HF bias. For pH(y∣x)p_H(y \mid x)1,

pH(y∣x)p_H(y \mid x)2

so that

pH(y∣x)p_H(y \mid x)3

For the scale parameter,

pH(y∣x)p_H(y \mid x)4

which preserves pH(y∣x)p_H(y \mid x)5.

The framework adopts a default simplification for shape discrepancies. Empirically, HF and LF distribution shapes, represented by pH(y∣x)p_H(y \mid x)6 and pH(y∣x)p_H(y \mid x)7, often match closely, so the default choice is

pH(y∣x)p_H(y \mid x)8

hence

pH(y∣x)p_H(y \mid x)9

This reduces model complexity and improves data efficiency. If known shape mismatch exists, low-order pL(y∣x)p_L(y \mid x)0 and pL(y∣x)p_L(y \mid x)1 can be introduced.

Training is based on a weighted joint log-likelihood over LF and HF data. Let pL(y∣x)p_L(y \mid x)2 collect all LF and discrepancy coefficients. For a general LF/HF weight pL(y∣x)p_L(y \mid x)3,

pL(y∣x)p_L(y \mid x)4

The neutral weighting used is pL(y∣x)p_L(y \mid x)5, yielding

pL(y∣x)p_L(y \mid x)6

and estimation is

pL(y∣x)p_L(y \mid x)7

Optimization again uses trust-region and, when constraints or support are violated, constrained pL(y∣x)p_L(y \mid x)8-CMA-ES. Basis selection is split into stages: the LF-only GLaM is trained first to fix the LF truncation sets, then candidate discrepancy truncations for pL(y∣x)p_L(y \mid x)9 and xx0 are swept over varying degrees and q-norms, and the selected model minimizes

xx1

The principal assumptions are that LF and HF are correlated so that LF parameters plus a discrepancy can explain HF parameters, and that the discrepancy is simpler than directly learning the HF parameter functions. This suggests that MF-GLaMs are most advantageous when the LF simulator captures the dominant structure of location, scale, and possibly shape, while the HF simulator can be represented through a relatively low-complexity correction (Giannoukou et al., 14 Jul 2025).

5. Computational characteristics, sample allocation, and reported performance

Let xx2 denote the number of basis functions in each parameter expansion. Each log-likelihood evaluation requires computing the parameter functions as linear combinations of basis terms, at cost xx3 per sample, plus numerical inversion xx4 and evaluation of xx5 for the density, with per-sample inversion cost denoted xx6. The total per-iteration cost is

xx7

Scalability increases with input dimension xx8 through basis size; hyperbolic truncation controls combinatorial growth, and sparsity through BIC and low-order discrepancies improves tractability. Trust-region optimization benefits from derivatives, while CMA-ES improves robustness when constraint handling becomes difficult.

The reported sample-allocation guidance is to use substantially more LF than HF points when LF is cheaper and reasonably correlated with HF. A practical heuristic is to start with xx9 in the low hundreds, augment with {(xi,yi)}\{(x_i,y_i)\}0 an order of magnitude larger when budget permits, and tune {(xi,yi)}\{(x_i,y_i)\}1 if HF data are very scarce or abundant.

Three empirical examples are reported. In a synthetic GLD example with {(xi,yi)}\{(x_i,y_i)\}2, MF-GLaM with {(xi,yi)}\{(x_i,y_i)\}3 and {(xi,yi)}\{(x_i,y_i)\}4 achieves approximately one-tenth the error of HF-only at {(xi,yi)}\{(x_i,y_i)\}5. More specifically, the median normalized Wasserstein error {(xi,yi)}\{(x_i,y_i)\}6 at {(xi,yi)}\{(x_i,y_i)\}7 is reported as {(xi,yi)}\{(x_i,y_i)\}8 for MF-GLaM versus {(xi,yi)}\{(x_i,y_i)\}9 for HF-only on the stated x∈Rdx \in \mathbb{R}^d00 scale, with error reduction of about threefold and lower variability. In the borehole example, with HF dimension x∈Rdx \in \mathbb{R}^d01 and LF dimension x∈Rdx \in \mathbb{R}^d02, the median x∈Rdx \in \mathbb{R}^d03 at x∈Rdx \in \mathbb{R}^d04 is reported as x∈Rdx \in \mathbb{R}^d05 for MF-GLaM versus x∈Rdx \in \mathbb{R}^d06 for HF-only on the same scale, and MF-GLaM at x∈Rdx \in \mathbb{R}^d07 matches HF-only at x∈Rdx \in \mathbb{R}^d08. In the earthquake example, with dependent inputs in x∈Rdx \in \mathbb{R}^d09, HF time step x∈Rdx \in \mathbb{R}^d10s, LF time step x∈Rdx \in \mathbb{R}^d11s, and cost ratio approximately x∈Rdx \in \mathbb{R}^d12 for LF:HF, MF-GLaM with x∈Rdx \in \mathbb{R}^d13 and x∈Rdx \in \mathbb{R}^d14 has median x∈Rdx \in \mathbb{R}^d15 versus x∈Rdx \in \mathbb{R}^d16 for HF-only, and the MF-GLaM configuration costs about x∈Rdx \in \mathbb{R}^d17 HF-equivalent runs compared with x∈Rdx \in \mathbb{R}^d18 for HF-only at x∈Rdx \in \mathbb{R}^d19, yielding comparable accuracy at about x∈Rdx \in \mathbb{R}^d20 lower cost (Giannoukou et al., 14 Jul 2025).

These examples are evaluated with distributional metrics rather than only summary-statistic errors. The reported metrics include the Wasserstein-2 distance,

x∈Rdx \in \mathbb{R}^d21

the normalized global error

x∈Rdx \in \mathbb{R}^d22

the Kullback–Leibler divergence when tractable,

x∈Rdx \in \mathbb{R}^d23

the continuous ranked probability score,

x∈Rdx \in \mathbb{R}^d24

and calibration diagnostics based on the probability integral transform and interval coverage.

6. Practical guidance, limitations, and relation to alternative methods

The reported implementation workflow has seven steps. First, collect LF and HF input/output pairs, one output per input. Second, choose PCE inputs assuming independent marginals for basis construction and handle dependence only in sampling; hyperbolic truncation uses x∈Rdx \in \mathbb{R}^d25. Third, fit the LF-only GLaM by estimating x∈Rdx \in \mathbb{R}^d26 and x∈Rdx \in \mathbb{R}^d27 from mean and variance PCEs, selecting x∈Rdx \in \mathbb{R}^d28 and x∈Rdx \in \mathbb{R}^d29 via BIC, and solving the MLE for the LF coefficients. Fourth, define the multifidelity discrepancy with x∈Rdx \in \mathbb{R}^d30 by default and low-degree candidate sets for x∈Rdx \in \mathbb{R}^d31 and x∈Rdx \in \mathbb{R}^d32, initialized at zero. Fifth, maximize the weighted joint likelihood with x∈Rdx \in \mathbb{R}^d33 unless tuned otherwise. Sixth, sweep discrepancy bases and select the model via MF-BIC. Seventh, for prediction at a new input x∈Rdx \in \mathbb{R}^d34, compute x∈Rdx \in \mathbb{R}^d35 and then obtain the predictive quantile and density through the FKML formulas.

The numerical guidance is specific. The recommended practice is to expand x∈Rdx \in \mathbb{R}^d36 and x∈Rdx \in \mathbb{R}^d37 with higher degrees than x∈Rdx \in \mathbb{R}^d38 and x∈Rdx \in \mathbb{R}^d39, to keep x∈Rdx \in \mathbb{R}^d40 and x∈Rdx \in \mathbb{R}^d41 low-order unless LF-to-HF bias is strong, to enforce x∈Rdx \in \mathbb{R}^d42 positivity through the exponential mapping, to constrain x∈Rdx \in \mathbb{R}^d43 and x∈Rdx \in \mathbb{R}^d44 for finite variance and stability, and to use robust one-dimensional root finding for x∈Rdx \in \mathbb{R}^d45 with monotonicity-based bracketing over x∈Rdx \in \mathbb{R}^d46. MF-BIC is used to avoid overfitting of the discrepancy, especially when HF data are scarce.

Several limitations are explicit. If LF and HF are weakly correlated, especially when shapes or locations differ markedly, the default low-order discrepancy may be insufficient and higher-order terms or nonzero x∈Rdx \in \mathbb{R}^d47 may be necessary; otherwise multifidelity modeling may underperform. Identifiability can weaken in sparse, high-dimensional input spaces, so adequate HF sample size and LF coverage are needed. The FKML GLD is flexible for unimodal, skewed, and heavy-tailed distributions, but multimodal responses are not well captured; mixture extensions or stochastic PCE are suggested as alternatives. Boundary and support issues can arise when x∈Rdx \in \mathbb{R}^d48 or x∈Rdx \in \mathbb{R}^d49 approach x∈Rdx \in \mathbb{R}^d50, causing numerical instability near x∈Rdx \in \mathbb{R}^d51 or x∈Rdx \in \mathbb{R}^d52. Input dependence is another caveat: PCE bases assume independent inputs, and although independent bases can still give good empirical fits under dependence, extrapolation should be treated cautiously.

The reported comparison to alternative methods is organized by what those methods target. Heteroscedastic Gaussian processes capture mean and variance rather than the full distribution and require replication or explicit noise modeling. Quantile regression fits selected quantiles across x∈Rdx \in \mathbb{R}^d53 and needs many quantile levels to reconstruct the full distribution. Mixture density networks are flexible but described as data-hungry, harder to regularize non-intrusively, and potentially brittle without replications. Distribution regression and kernel methods are nonparametric but may require many samples and can be computationally heavy. Co-kriging of moments or quantiles focuses on summary statistics rather than the full conditional distribution. Against these, MF-GLaMs trade parametric stability, low data requirements, and non-intrusiveness against the representational limitation of the FKML GLD family.

A worked one-dimensional example illustrates the construction. With x∈Rdx \in \mathbb{R}^d54, LF parameters are specified as

x∈Rdx \in \mathbb{R}^d55

and HF discrepancies are

x∈Rdx \in \mathbb{R}^d56

Thus

x∈Rdx \in \mathbb{R}^d57

With x∈Rdx \in \mathbb{R}^d58 LF samples and x∈Rdx \in \mathbb{R}^d59 HF samples, using bases x∈Rdx \in \mathbb{R}^d60, x∈Rdx \in \mathbb{R}^d61, x∈Rdx \in \mathbb{R}^d62, LF truncation sets x∈Rdx \in \mathbb{R}^d63, x∈Rdx \in \mathbb{R}^d64, x∈Rdx \in \mathbb{R}^d65, x∈Rdx \in \mathbb{R}^d66, and discrepancy truncations x∈Rdx \in \mathbb{R}^d67, x∈Rdx \in \mathbb{R}^d68 with x∈Rdx \in \mathbb{R}^d69, the MF stage estimates x∈Rdx \in \mathbb{R}^d70 by maximizing x∈Rdx \in \mathbb{R}^d71 with x∈Rdx \in \mathbb{R}^d72. At x∈Rdx \in \mathbb{R}^d73, the fitted MF parameters approximately match

x∈Rdx \in \mathbb{R}^d74

leading to the predictive quantile

x∈Rdx \in \mathbb{R}^d75

and derivative

x∈Rdx \in \mathbb{R}^d76

with

x∈Rdx \in \mathbb{R}^d77

This example illustrates the central mechanism of MF-GLaM: LF data determine a full conditional distribution model, and a small HF sample corrects location and scale through discrepancy terms while inheriting shape from the LF model (Giannoukou et al., 14 Jul 2025).

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

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 Multifidelity Generalized Lambda Models (MF-GLaMs).