ConceptioArchivearXiv CS
arXiv CSopen access

Goal-Oriented Lower-Tail Calibration of Gaussian Processes for Bayesian Optimization

2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
neuralnetworks
machine learning, deep learning, neural networks

Goal-Oriented Lower-Tail Calibration of Gaussian Processes for Bayesian Optimization

Aurélien Pion 1 2 Emmanuel Vazquez 2

arXiv:2605.20145v1 [stat.ML] 19 May 2026

Abstract

optimization (BO) (see, e.g., Mockus et al., 1978; Jones et al., 1998; Villemonteix et al., 2009; Srinivas et al., 2010). In the single-objective setting, BO aims at identifying a global minimizer x⋆ ∈ arg minx∈X f (x) using a limited evaluation budget, modeling f a priori as a Gaussian process (GP), denoted by ξ ∼ GP(m, k), with mean function m and covariance kernel k. Given an initial set of evaluations, the GP posterior yields predictive distributions for f : for each x ∈ X, it provides a predictive cumulative distribution function (CDF) F̂n (· | x) for the unknown value f (x) at iteration n. At each iteration, the next evaluation point is selected by maximizing a sampling criterion, also referred to as an acquisition function, that depends on this predictive distribution, such as expected improvement (EI) (Mockus et al., 1978; Schonlau & Welch, 1996).

Bayesian optimization (BO) selects evaluation points for expensive black-box objectives using Gaussian process (GP) predictive distributions. Kernel choice and hyperparameter selection can lead to miscalibrated predictive distributions and an inappropriate exploration–exploitation tradeoff. For minimization, sampling criteria such as expected improvement (EI) depend on the predictive distribution below the current best value, so lower-tail miscalibration directly affects the sampling decision. This article studies goal-oriented calibration of GP predictive distributions below a low threshold t in the noiseless setting, for standard GP models with hyperparameters selected by maximum likelihood. A framework for predictive reliability below t is introduced, based on two notions of spatial calibration: occurrence calibration over the design space and thresholded µ-calibration on sublevel sets of the form {x ∈ X, f (x) ≤ t}. Building on this framework, we propose tcGP, a post-hoc method that calibrates GP predictive distributions below t, and we show that the resulting EI-based global optimization algorithm remains dense in the design space. Experiments on standard benchmarks show improved lower-tail calibration and BO performance relative to standard GP models and globally calibrated GP models.

To avoid unnecessary evaluations of f , the predictive distributions should reflect uncertainty at each iteration n in order to guide the selection of new evaluation points toward the minimum. In practice, GP predictive distributions are sensitive to kernel choice and hyperparameter misspecification, which can lead to over- or under-estimated uncertainty (Pion & Vazquez, 2025). Such misspecification can mislead the sampling criterion and substantially degrade the performance of BO (Bogunovic & Krause, 2021). While improving GP predictive performance over the whole domain is desirable (Bogunovic & Krause, 2021; Guo et al., 2021; Tuo & Wang, 2022; Deshpande et al., 2024; Tom et al., 2025), BO can benefit from goal-oriented prediction, in particular from accurate predictions below a low threshold t ∈ R. Here, t is a data-driven threshold chosen in the lower tail of the observations, e.g., as an empirical δ-quantile of the observed responses for some δ ∈ (0, 1]. Along these lines, Petit et al. (2025) propose the relaxed Gaussian process (RE GP), a GP-based model designed to improve predictive accuracy below t. RE GP builds on GP interpolation and relaxes the interpolation constraints above t to improve predictions below this level. They report improved BO performance compared with standard GP-based methods.

1. Introduction This article considers the minimization of an expensiveto-evaluate function f defined over a design space X ⊂ Rd , with noiseless evaluations (a query at x returns f (x) exactly). A widely used approach for this setting is Bayesian 1

Transvalor S.A., Biot, France 2 Univ. Paris-Saclay, CNRS, CentraleSupélec, L2S, Gif-sur-Yvette, France. Correspondence to: Emmanuel Vazquez <[email protected]>.

Following the idea of goal-oriented prediction below a threshold t, this work investigates whether BO can benefit from probabilistic models that are calibrated below a low

Proceedings of the 43 rd International Conference on Machine Learning, Seoul, South Korea. PMLR 306, 2026. Copyright 2026 by the author(s).

1

Goal-Oriented Calibration of GP for BO Forrester 1d.

5

0

−5

0.8

EI (Calibrated Model) 0.8

f (x) < mn

0.6

0.2

0.4

0.6

0.8

f (x) < mn

0.6

0.4

0.4

0.2

0.2

0.0 0.0

EI (GP Model)

EI

10

Scaled expected improvement. 1.0

Proba. (GP Model) Proba. (Calibrated Model)

Prob. improvement

15

z

Probablity of improvement. 1.0

GP interval calibrated interval posterior mean f minimum observed mn evaluations f (x) < mn

1.0

0.0 0.0

0.2

0.4

0.6

0.8

1.0

0.0

0.2

0.4

0.6

0.8

1.0

Figure 1. Comparison between a standard GP and a model calibrated below qδ,n (TC GP), with δ = 0.3, on a standard one-dimensional test function and with n = 10 evaluations. Left: observations with GP predictions; the current design does not include a point near the global (0) (1) minimizer. Middle: probabilities of improvement F̂n (mn | x) (GP, black) and F̂n (mn | x) (TC GP, red), where mn = mini≤n f (Xi ). Right: EI for the GP and TC GP, each rescaled by its maximum over X. Here, calibration raises the predicted probability of improvement in the sparsely sampled region near the global minimizer, where the current design has no evaluation, and EI increases there accordingly. This exploration behavior seems appropriate in this example.

threshold t, and compares them with standard GP models and with post-hoc globally calibrated GP predictive distributions over X. By calibration below t, we mean that the lower tail of the predictive CDFs F̂n (· | x) is reliable for inputs drawn from µ. The average probability assigned to the event f (X) ≤ t, with X ∼ µ, matches its frequency, and, on the sublevel set {f (X) ≤ t}, the transformed lower-tail values have the correct distribution.

A post-hoc calibration method for GP predictive distributions is also introduced, inspired by Pion & Vazquez (2025), termed calibrated prediction below t for GPs (TC GP). Standardized residuals are modeled with a parametric generalized normal family, with parameters selected by optimizing a criterion targeting spatial calibration below t. The resulting predictive distributions are used in BO with the EI criterion. Analytical expressions for EI with TC GP are derived, together with a convergence result. We also report additional experiments using the UCB sampling criterion in the appendix.

Consider Figure 1, which compares a GP model with hyperparameters selected by maximum likelihood and a model calibrated below the empirical δ-quantile qδ,n (δ = 0.3), on a standard one-dimensional test function (from Forrester et al., 2008). The middle panel displays the predicted probabilities of improvement F̂n(j) (mn | x),

j ∈ {0, 1},

We evaluate TC GP and RE GP empirically and find improved lower-tail calibration and BO performance relative to standard GP models, globally calibrated GP models (Pion & Vazquez, 2025), sequential calibration (Deshpande et al., 2024), and variants that target only one of the two calibration notions.

(1)

(j)

where F̂n (· | x) is the predictive CDF at x, with j = 0 for the GP and j = 1 for the calibrated predictive distribution, and mn = mini≤n f (Xi ). In the shaded region, the GP assigns low lower-tail probabilities despite sparse sampling, while the calibrated model assigns larger values, which raises EI in that region. This example is constructed to illustrate the issue in a minimal setting. In higher dimensions, similar behavior can arise when the selected hyperparameters lead to local overconfidence in sparsely sampled regions, with underestimated lower-tail probabilities and reduced exploration. This motivates lower-tail calibration of predictive distributions, since improvement-based sampling criteria are sensitive to tail miscalibration.

Section 2 reviews related work. Sections 3–5 introduce the setting, TC GP, and the TC GP-based EI algorithm. Section 6 reports experiments.

2. Related Work Calibration and goal-oriented prediction Classical notions of calibration, such as probabilistic calibration and proper scoring rules, typically address global calibration of predictive distributions over the domain X (Gneiting et al., 2007; Gneiting & Resin, 2023; Pion & Vazquez, 2025). Calibration in BO with non-i.i.d. data is studied by Deshpande et al. (2024), who propose online recalibration and conformal procedures to maintain quantile calibration within the BO loop. Sahoo et al. (2021) introduced threshold calibration for decision-making applications and proposed a method for obtaining reliable estimates of threshold-based

This work makes two contributions. Inspired by the notion of probabilistic tail calibration introduced by Allen et al. (2025), we define two notions of spatial calibration below t: occurrence calibration over X and thresholded µ-calibration on the sublevel set {x ∈ X, f (x) ≤ t}. 2

Goal-Oriented Calibration of GP for BO

losses. Their notion is closely related to thresholded µcalibration considered here. This article is formulated in a spatial setting over X and considers two notions of calibration below t: occurrence calibration over X and thresholded µ-calibration on the sublevel set {x ∈ X, f (x) ≤ t}. Friedli et al. (2025) introduced a GP-based sequential design method built from the threshold-weighted continuous ranked probability score (twCRPS), and applied it to excursion set estimation.

We focus on the EI sampling criterion in this work. (We also consider the UCB policy and report complementary results in Appendix F.6.2.) For the family of predictive densities p̂n (· | x), with x ∈ X, the EI is defined as Z ρn (x) = (mn − z)+ p̂n (z | x)dz, R

where mn = min(f (X1 ), . . . , f (Xn )). EI is primarily controlled by the predicted probability mass below mn and the shape of the predictive CDF on (−∞, mn ], motivating calibration specifically in the lower tail rather than globally.

Conformal prediction. Conformal prediction (CP) provides finite-sample coverage guarantees for a new response when the data are exchangeable (Vovk et al., 2005). Conformal predictive systems (CPS) extend CP to full predictive distributions (Vovk et al., 2019). CPS have been applied to GP interpolation by Pion & Vazquez (2025). Goal-oriented CP methods target coverage on selected subsets of inputs (Zhang & Candès, 2024; Jin & Ren, 2025), but typically yield piecewise-constant predictive distributions and still rely on exchangeability. CP has also been used for sequential optimization with noisy evaluations (Stanton et al., 2023; Kim et al., 2025). These approaches are not tailored to lowertail BO criteria and can be computationally demanding. In this work, we adopt a GP-specific post-hoc calibration approach inspired by Pion & Vazquez (2025) and adapt it to prediction below a threshold.

Consider a fixed reference measure µ on X used to define and assess spatial calibration (e.g., uniform on X). The measure µ may coincide with µ0 , but it is fixed independently of the BO policy. For fixed n and Dn , let X ∼ µ be an auxiliary draw, independent of Dn . We write Pn (·) := PX (·) and En (·) := EX (·) for probability and expectation with respect to this auxiliary draw X ∼ µ, with Dn fixed. The subscript indicates that the integrands depend on Dn through F̂n (· | X). 3.2. A Generalized Normal Distribution Model for Prediction Errors In this section, we depart from the Bayesian interpretation of the GP model. The function f is treated as fixed and deterministic, and the GP formalism is used only as a device to construct, from Dn , a predictive mean fn (·) and a predictive variance σn2 (·). We retain from this construction the associated Gaussian predictive distributions  F̂nGP (z | x) = Φ (z − fn (x))/σn (x) , x ∈ X, z ∈ R, where Φ is the standard normal CDF, with the convention F̂nGP (z | x) = 1{z ≥ fn (x)} when σn (x) = 0.

Alternative BO formulations. Misspecification in BO and sequential decision-making has been studied by Neiswanger & Ramdas (2021), who analyzed the impact of global variance misspecification. Several works also modify the probabilistic model or the sampling criterion to improve BO, without targeting calibration of predictive lower-tail probabilities. Picheny et al. (2019) considers BO with ordinal observations (e.g., pairwise preferences or rank information) and builds on variational ordinal GP regression (Chu & Ghahramani, 2005). Picheny et al. (2022) focuses on quantiles and expectiles of the predictive distribution.

To assess deviations from this Gaussian predictive distribution for X ∼ µ, define the standardized prediction error Rn (x, f (x)) =

f (x) − fn (x) , σn (x)

(2)

with Rn (x, f (x)) = 0 if σn (x) = 0. Under the GP model, for any fixed x with σn (x) > 0, the conditional distribution of (ξ(x) − fn (x))/σn (x) given Dn is standard normal. In contrast, since f is deterministic, Rn (X, f (X)) is random only through X ∼ µ and its distribution need not be Gaussian.

3. Background and Problem Setup 3.1. Problem Setting and Notation Bayesian optimization proceeds sequentially. We start from 0 an initial dataset Dn0 = {(Xi , Zi )}ni=1 , where Zi = f (Xi ) and the inputs Xi are drawn according to an initial design measure µ0 on X. We then run n − n0 additional BO iterations, n > n0 . For i > n0 , the design points Xi are selected by maximizing a sampling criterion, so their distribution is determined by the BO strategy. Using the dataset Dn we construct a family of predictive CDFs F̂n (· | x) for x ∈ X. This family is used to define the sampling criterion and thereby governs the choice of the next point Xn+1 to evaluate f .

Following Pion & Vazquez (2025), we model Rn (X, f (X)) with a generalized normal (GN) family, denoted by GN (β, l, λ) with β > 0, λ > 0, and l ∈ R (density recalled in Appendix A). The parameter l is a location parameter, λ controls dispersion, and β controls tail decay; β = 2 corresponds to the Gaussian case and β = 1 to the Laplace case. For any x ∈ X and parameters β, l, λ, we define the predic3

Goal-Oriented Calibration of GP for BO

tive CDF F̂nβ,l,λ (z | x) = Θβ,l,λ



z − fn (x) σn (x)

Recall the probability integral transform (PIT), which motivates the definition below: if a random variable Z has a continuous and strictly increasing CDF F , then the PIT F (Z) is uniformly distributed on [0, 1]. Hence, if a predictive CDF F̂ matches the distribution of Z, then the PIT F̂ (Z) is uniform: departures from uniformity indicate miscalibration. Pion & Vazquez (2025) extend this idea to a spatial (design-marginal) setting by introducing the µ-PIT, based on an auxiliary draw X ∼ µ. Here we apply the same idea conditionally on {f (X) ≤ t} through the truncated CDF F̂n,t (· | X).

 z ∈ R, (3)

,

with the convention F̂nβ,l,λ (z | x) = 1{z ≥ fn (x)} when σn (x) = 0, where Θβ,l,λ is the CDF of GN (β, l, λ). Pion & Vazquez (2025) fix l = 0 and select (β, λ) via a Bayesian procedure inspired by tolerance-interval constructions (Meeker et al., 2017), targeting µ-probabilistic calibration of the predictive distribution over X. The resulting method is the Bayesian calibration of residuals for GPs (BCR GP).

Assume that µ({x ∈ X : f (x) ≤ t}) > 0 and µ({x ∈ X : f (x) = t}) = 0. The second condition avoids an atom at one in the thresholded PIT. The µ–probability integral transform restricted to the thresholded region (µ-tPIT) is defined by ( F̂n,t (f (X) | X), f (X) ≤ t, Ut := (6) 1, f (X) > t.

4. Spatial Calibration below a Threshold 4.1. Statistical Formulation In this section, we introduce notions of calibration below a threshold t ∈ R with respect to a fixed measure µ on X. For a given n, consider predictive CDFs F̂n (· | x), x ∈ X, such that for µ-almost all x the map z 7→ F̂n (z | x) is continuous and strictly increasing on R. We assess calibration of the predictive distributions in the lower tail up to t.

We say that F̂n is µ-probabilistically calibrated below t if Ut | {f (X) ≤ t} is uniform on [0, 1]. This is the thresholded analogue of µ–probabilistic calibration (Pion & Vazquez, 2025): among points such that f (X) ≤ t, the values F̂n,t (f (X) | X) should be uniformly distributed on [0, 1].

For z ≤ t, the predictive CDF can be decomposed as F̂n (z | x) = F̂n (t | x) F̂n,t (z | x),

(4)

For u ∈ [0, 1], define

where F̂n (t | x) is the predicted probability mass below t, and F̂n,t (· | x) is the predictive CDF truncated below t, such that, for all z ≤ t, F̂n,t (z | x) = PF̂n (·|x) (Z ≤ z | Z ≤ t) =

F̂n (z | x) F̂n (t | x)

Gµ,t (u) := Pn (Ut ≤ u | f (X) ≤ t) .

(7)

Then µ-probabilistic calibration below t is equivalent to Gµ,t (u) = u for all u ∈ [0, 1].

, (5)

Occurrence calibration. Thresholded µ-calibration constrains the distribution of F̂n,t (f (X) | X) conditional on {f (X) ≤ t}. It does not constrain the total probability mass assigned to {f (X) ≤ t}, which is governed by F̂n (t | x).

with Z ∼ F̂n (· | x). We therefore introduce two complementary notions: thresholded µ-calibration, targeting the shape of the predictive distribution within the thresholded region through F̂n,t , and occurrence calibration, targeting the probability mass assigned to the region through F̂n (t | x) averaged over X.

Let pt denote the excursion probability for X ∼ µ, pt = P (f (X) ≤ t) .

(8)

The occurrence discrepancy is

This decomposition parallels the severity–occurrence split in probabilistic tail calibration (Allen et al., 2025). In that setting, severity refers to calibration of the conditional distribution given Z ≤ t, and occurrence refers to calibration of the predictive probability of the event {Z ≤ t}. The definitions introduced here adapt this split to a spatial setting over X with a fixed threshold t.

  rt,n = pt − En F̂n (t | X) ,

X ∼ µ.

(9)

Equivalently, pt = µ({x ∈ X : f (x) ≤ t}) and En [F̂n (t | R X)] = X F̂n (t | x) µ(dx). We say that F̂n is occurrencecalibrated at threshold t if rt,n = 0. 4.2. Metrics for Prediction below a Threshold

Thresholded µ-calibration. Thresholded µ-calibration is a tail version of µ-probabilistic calibration (Pion & Vazquez, 2025), obtained by restricting attention to the thresholded region {f (X) ≤ t} for an auxiliary draw X ∼ µ.

We assess thresholded µ–probabilistic calibration by comparing the distribution of the µ–tPIT to the uniform distribution using the Kolmogorov–Smirnov distance. This yields 4

Goal-Oriented Calibration of GP for BO

the tKS–PIT metric: JtKS-PIT (F̂n | t) := sup |Gµ,t (u) − u| .

Remark 4.1. Calibration alone does not guarantee useful uncertainty quantification. A well-calibrated predictive distribution can be overly diffuse. Proper scoring rules assess calibration and sharpness jointly (see Appendix C.1).

(10)

u∈[0,1]

Weighted LOO µ-tPIT and tKS–PIT. The tKS–PIT and occurrence discrepancy rt are defined with respect to the reference measure µ on X. In principle, they should be evaluated on an independent dataset (Xj′ , f (Xj′ ))L j=1 with Xj′ ∼ µ. In BO, such an evaluation set is typically unavailable. We therefore rely on the observed BO data Dn and use leave-one-out (LOO) predictive CDFs. Since the BO design points are not distributed according to µ in general, we also allow for reweighting to approximate µ–averages.

4.3. Calibration below a Threshold in BO At iteration n, EI depends on the predictive lower tail below the current best value mn , through F̂n (mn | x) and the restriction of F̂n (· | x) to (−∞, mn ]. However, calibration at level mn cannot be assessed from Dn : by definition, no observation satisfies f (Xi ) < mn . We therefore impose calibration below a higher threshold tn , chosen from the empirical δ-quantile qδ,n of (f (X1 ), . . . , f (Xn )) for some δ ∈ (0, 1]. In the BO algorithm, this threshold can be kept fixed when too few observations fall below the new quantile.

Let Dn = {(Xi , Zi )}ni=1 with Zi = f (Xi ). For each i ∈ {1, . . . , n}, let F̂n,−i (· | x) denote the predictive CDF constructed from Dn \ {(Xi , Zi )}. Fix t ∈ R.

A formal consistency statement showing that occurrence calibration at mn forces the average predicted improvement probability to vanish as mn approaches the optimum is given in Appendix D.

Let P (wi )ni=1 be nonnegative weights and set w̃i = n wi / j=1 wj . The weights are chosen so that weighted averages over (Xi ) approximate µ–averages. The unweighted case corresponds to wi = 1. In this work, (wi ) is obtained by density-ratio estimation based on a density estimate of the BO design distribution; details are given in Appendix E.3 (paragraph Density-ratio estimation and weights).

5. A Goal-Oriented Calibration Method 5.1. Description of the Method

Assume that F̂n,−i (t | Xi ) > 0 whenever Zi ≤ t. Define the LOO empirical µ-tPIT by (  F̂n,−i (Zi | Xi ) F̂n,−i (t | Xi ), Zi ≤ t, LOO Ut,i = 1, Zi > t. (11)

In this section, we introduce a procedure to select the parameters β and λ of the GN predictive model. We target thresholded µ-calibration below a fixed threshold t, assessed via the truncated CDF F̂n,t on {f (X) ≤ t}, and occurrence cal  ibration at t, assessed by matching pt with En F̂n (t | X) . Following Pion & Vazquez (2025), we fix l = 0, so that calibration changes the shape of the predictive distribution without shifting its mean away from the GP mean fn . Accordingly, we write F̂nβ,λ (· | x) instead of F̂nβ,0,λ (· | x).

We estimate pt using the weighted empirical frequency w p̂t,n =

n X i=1

w̃i 1{Zi ≤ t}.

(12)

Parameter selection criterion. Let Utβ,λ be the µ-tPIT β,λ (· | X). associated with the truncated predictive CDF F̂n,t Thresholded µ–probabilistic calibration below t is equivalent to   Pn Utβ,λ ≤ u f (X) ≤ t = u, u ∈ [0, 1]. (16)

w Assume that p̂t,n > 0 and define

GLOO,w (u) = t,n

Pn

LOO ≤ u} i=1 w̃i 1{Zi ≤ t} 1{Ut,i . w p̂t,n

(13)

The weighted empirical tKS–PIT metric is LOO,w JtKS-PIT,n (F̂n | t) = sup GLOO,w (u) − u . t,n

(14)

To incorporate occurrence calibration at t, define the occurrence ratio h i En F̂nβ,λ (t | X) κβ,λ = . (17) t pt

u∈[0,1]

Weighted estimation of pt and occurrence discrepancy. The corresponding weighted LOO occurrence discrepancy estimator is n X LOO,w w rt,n = p̂t,n − w̃i F̂n,−i (t | Xi ) . (15)

The numerator is the µ-average predicted probability of {f (X) ≤ t}, while the denominator is the µ-probability of {f (X) ≤ t}, so κβ,λ = 1 is equivalent to occurrence calit bration at t. Note that κβ,λ > 1 indicates an overestimation t β,λ of pt and κt < 1 an underestimation.

i=1

When an independent test set is available (as in our synthetic benchmarks), we also report direct test-set versions of these metrics; see Appendix E.4.

We compare u 7→ Pn (Utβ,λ ≤ u | f (X) ≤ t) to u 7→ 5

Goal-Oriented Calibration of GP for BO

u κβ,λ and define t J(β, λ) = sup Pn u∈[0,1]



Predictive distribution and EI. Fix (β, λ). Conditional on Dn and for x ∈ X, TC GP uses the predictive CDF F̂nβ,λ (· | x) defined in (3). Let Zn,x be a predictive random variable with this CDF. With the GN model,  Zn,x ∼ GN β, fn (x), λ σn (x) , (22)

 . Utβ,λ ≤ u f (X) ≤ t − u κβ,λ t

(18) By construction, J(β, λ) = 0 when F̂nβ,λ is µ– probabilistically calibrated below t and occurrencecalibrated at t. When κβ,λ = 1, J(β, λ) reduces to the t tKS–PIT metric. Appendix F.2 reports alternative parameter selection criteria. We use J in the experiments.

with the convention that Zn,x = fn (x) when σn (x) = 0. The EI criterion induced by F̂nβ,λ (· | x) is   ρn (x) = E (mn − Zn,x )+ | Dn ,

LOO approximation. The criterion J(β, λ) involves µ– expectations and the excursion probability pt , which are unknown given only Dn . We use a weighted leave-one-out (LOO) approximation. Let GLOO,w (u; β, λ) be defined by t,n β,λ (13), with F̂n,−i (· | x) replaced by F̂n,−i (· | x). Define κ bβ,λ t,n =

where the expectation is taken with respect to the predictive distribution of Zn,x conditional on Dn . Proposition 5.1 yields the closed form  ρn (x) = γ mn − fn (x), λ σn (x), β , (24)

Pn

β,λ i=1 w̃i F̂n,−i (t | Xi ) , w p̂t,n

(19)

where γ is defined in (26). Proposition 5.1. If Z ∼ GN (β, l, λ), then for any a ∈ R,   E (a − Z)+ = γ(a − l, λ, β), (25)

w assuming p̂t,n > 0. The resulting approximation of (18) is LOO,w (u; β, λ) − u κ bβ,λ Jt,n (β, λ) = sup GLOO,w t,n t,n .

where, for λ > 0,

u∈[0,1]

(20) γ(z, λ, β) = z Θβ

The parameters β and λ are selected by solving (β ∗ , λ∗ ) =

arg min

LOO,w Jt,n (β, λ),

(23)

(21)

z

λ Γ + λ 2 Γ(1/β)



 2 z β , , (26) β λ

and γ(z, 0, β) = max(z, 0). Here Θβ denotes the CDF of GN (β, 0, 1) and Γ(·, ·) is the upper incomplete gamma function. For λ > 0, γ(·, λ, β) is continuous and satisfies γ(z, λ, β) > 0 for all z ∈ R.

(β,λ)∈[β0 ,β1 ]×[λ0 ,λ1 ]

where 0 < λ0 < λ1 and 0 < β0 < β1 . We refer to the method as calibrated prediction below t for GPs (TC GP). The complete TC GP procedure, including its integration into BO, is described in Appendix E.3.

Proof. See Appendix B.1.

5.2. EI with TC GP

Remark 5.2. For β = 2, the GN distribution coincides with a Gaussian distribution, and (26) reduces to the standard EI expression; see Appendix B.2.

Section 3 defined EI and the BO loop. We now describe the EI algorithm obtained by using TC GP predictive distributions.

BO update. At iteration n, we set t = tn and obtain (βn , λn ) by solving (21). The next evaluation point is selected as Xn+1 ∈ arg max ρn (x). (27)

Choice of the threshold. The objective is to obtain predictive distributions that are well calibrated below the current best value mn . Calibrating at level mn is not feasible from Dn , since no observation satisfies Zi < mn by definition. We therefore calibrate below a higher threshold tn chosen in the lower tail of the observed responses. Let qδ,n be the empirical δ-quantile of (Z1 , . . . , Zn ). At the initial iteration, we set tn0 = qδ,n0 . We use qδ,n as the candidate threshold when p̂qwδ,n ,n ≥ pmin , in which case tn = qδ,n . If not, we keep the previous threshold. Here, pmin is the minimum estimated excursion probability below a candidate threshold that we allow. This avoids calibrating on too few points when the design concentrates near a minimizer and the lower-tail excursion probability becomes small.

x∈X

Additional implementation details are given in Appendix E.3. 5.3. Convergence of EI with TC GP and Fixed GP Hyperparameters We prove a convergence result for EI when predictive distributions are obtained with TC GP from a zero-mean GP model with fixed covariance kernel k. This is a sanity check: with fixed hyperparameters and bounded TC GP parameters, EI still produces a dense sequence of evaluation points in X. Proposition 5.3 extends the exploration result of Vazquez 6

Goal-Oriented Calibration of GP for BO

& Bect (2010) by replacing the Gaussian predictive distribution with the GN family, with parameters (βn , λn ) constrained to a compact set.

All methods use a GP model with constant mean and an anisotropic Matérn kernel (Appendix E.1), with hyperparameters selected by maximum likelihood at each iteration. Experiments are implemented with gpmp (Vazquez, 2026). The benchmark uses standard deterministic test functions (Appendix E.7). Each run starts from an initial design of size n0 = 10d drawn uniformly on X, followed by EI-based BO iterations. EI is maximized using a sequential Monte Carlo procedure available in gpmp (Appendix E.2). For each test function, we generate 100 independent initial datasets.

We assume that k satisfies the no-empty ball (NEB) property (Vazquez & Bect, 2010): for any sequence (Xn )n≥1 in X and any x ∈ X, x is an adherent point of {Xn : n ≥ 1} iff σn2 (x) → 0 as n → ∞.

Proposition 5.3. Assume that X is compact and that k is continuous, stationary, strictly positive definite, and satisfies the NEB property. Let H be the associated RKHS and assume f ∈ H. Let fn and σn be the zero-mean noiseless kernel interpolant and kriging standard deviation constructed from Dn . Assume that there exists M ≥ 1 such that for all n ≥ M, (βn , λn ) ∈ [β0 , β1 ] × [λ0 , λ1 ],

BO performance is summarized by the excursion probability below the current best value mn : for each run and each iteration n, we consider pmn = P (f (X) ≤ mn ), X ∼ U(X), and estimate pmn by subset simulation (Bect et al., 2017) as the main performance metric. We then report, as a function of n, the median and the 10% and 90% quantiles of pmn across the 100 runs.

with 0 < β0 < β1 and 0 < λ0 < λ1 . Let (Xn )n≥1 be generated by EI, that is

6.2. Thresholded and Occurrence Calibration: Empirical Comparison

Xn+1 ∈ arg max ρn (x), x∈X

We compare the roles of occurrence calibration, thresholded tail-rank calibration, and their combination in BO. We compare a standard GP model with three TC GP variants. The first variant, TC GP-thres, selects (β, λ) by minimizing the weighted LOO tKS–PIT, targeting thresholded µ– calibration. The second, TC GP-occ, minimizes the weighted LOO occurrence discrepancy rt . The joint variant, TC GP, uses the selection criterion of Section 5.

where ρn is EI computed from the TC GP predictive CDFs with parameters (βn , λn ). Then (Xn ) is dense in X. The maximizer exists because fn , σn , and γ are continuous, so ρn is continuous on the compact set X. Proof. See Appendix B.3. Proposition 5.3 implies that (Xn ) intersects every nonempty open subset of X. Since f is continuous on the compact set X, for any global minimizer x∗ ∈ arg minx∈X f (x) there exists a subsequence (Xnj )j such that Xnj → x∗ , hence mn → minx∈X f (x). Remark 5.4. In practice, GP hyperparameters are reestimated at each iteration. Extending Proposition 5.3 to sequential hyperparameter selection is nontrivial (see, e.g., Bull, 2011) and left for future work.

At each BO iteration, we report BO performance and testset calibration metrics evaluated at the current best value mn : twCRPS, tKS–PIT below mn , and rt (details about the metrics provided in Appendices C.2 and E.4). The twCRPS and rt use 1000 test points sampled in X, while tKS–PIT uses 900 test points conditioned on f (x) ≤ mn . Figure 2 reports results for Ackley (d = 4) and Goldstein– Price. On Ackley, TC GP-thres reduces tKS–PIT but does not improve rt or twCRPS, and BO progresses more slowly. TC GP-occ substantially reduces rt and improves optimization performance despite a degraded tKS–PIT, suggesting that correcting tail mass can matter more for EI than improving tail ranks alone. Neither single-component variant improves upon the standard GP model. The joint method TC GP performs best. It rapidly reduces rt and improves tKS–PIT early, leading to faster decreases of mn . As the design concentrates near a minimizer and mn approaches the optimum, calibration below mn relies on fewer test points and optimization slows down.

6. Experiments 6.1. Experimental Setup We study how calibration below a threshold affects BO. We report results for variants targeting occurrence calibration, thresholded µ-calibration, or both, and we compare TC GP with RE GP (relaxed interpolation above tn ), BCR GP with density-ratio reweighting (Appendix E.5) for calibration over X, and the online conformal recalibration method of Deshpande et al. (2024) based on the quantile pinball loss (onGP). For RE GP, we use δ = 0.25, and for TC GP, δ = 0.05 (see also Appendices F.3 and F.4). We fix pmin = 0.015. Additional diagnostics at tn and at the current best value mn are reported in Appendix F.5.

On Goldstein–Price, all TC GP-based variants improve over the GP and quickly reduce twCRPS and rt . TC GP and TC GP-occ behave similarly and outperform TC GP-thres, again indicating that occurrence calibration has a stronger 7

Goal-Oriented Calibration of GP for BO Excursion Prob.

twCRPS

Occurence discrepancy

100 10−1

10−3

10−2

10−2 10

10−5

10−9

1

50

100

150

0.6

10−4

10−5

10−5

10−6

10−6

10−7

10−7

0

10−8

200

0.8

10−3

−3

10−4

10−7

tKS–PIT

10−1

1

50

100

steps

150

0.4

0.2

200

1

50

steps

100

150

200

1

50

steps

GP

tcGP

tcGP-occ

100

150

200

150

200

steps

tcGP-thres

(a) Ackley with d = 4 Excursion Prob.

twCRPS

10−1

Occurence discrepancy

10−3 10−5 10−7 10−9 10−11

tKS–PIT 1.0

103 102 101 100 10−1 10−2 10−3 10−4 10−5 10−6 10−7

10−2 0.9 10−4 0.8 10−6 0.7

10−8

0.6

10−10

0 1

50

100

150

200

1

50

steps

100

150

200

1

50

steps

100

150

200

1

50

steps

GP

tcGP

tcGP-occ

100

steps

tcGP-thres

(b) Goldstein–Price Figure 2. BO performance and calibration metrics. From left to right: median and 10%/90% quantiles across runs of the estimated excursion probability pmn = P(f (X) ≤ mn ) with X ∼ U(X); median twCRPS; median occurrence discrepancy rt ; and median tKS–PIT. Calibration metrics are evaluated on a test set at the current best value mn . Results are shown for a standard GP and three TC GP variants using J, tKS–PIT, or rt as the parameter selection criterion (δ = 0.05). Goldstein–Price

Dixon–Price4

10−1 10−3 10

−5

10−2

10−4

10−4

10−6

10−7

10−10

−11

−12

10

10

0

50

100

150

200

10−3 10−5

−8

10−7

10−10 10−9

10−12

10−14

10−13

Ackley4

10−6

10−8

10−9 10

Rosenbrock6

10−2

0

50

steps

100

150

200

0

steps GP

onGP

50

100

150

200

0

steps bcrGP

reGP δ = 0.25

50

100

150

200

steps tcGP δ = 0.05

Figure 3. BO performance summarized by the excursion probability below the current best value. For each run and iteration n, we estimate pmn = P(f (X) ≤ mn ) with X ∼ U(X), and report the median and 10%/90% quantiles of pmn across runs for Goldstein–Price, Dixon–Price (d = 4), Rosenbrock (d = 6), and Ackley (d = 4). Methods: GP, BCR GP, onGP, RE GP (δ = 0.25), TC GP (δ = 0.05).

effect on EI-driven BO than thresholded µ-calibration alone.

6.3. Comparison across Methods

Overall, these results suggest that accurate occurrence calibration at mn is often important for BO, with thresholded µ-calibration providing an additional gain. Focusing only on the thresholded notion can yield poor optimization performance because it does not control systematic over- or under-estimation of improvement probabilities over X.

We compare EI-based BO with a standard GP model, RE GP, TC GP, onGP, and BCR GP on four test functions: Ackley (d = 4), Dixon–Price (d = 4), Rosenbrock (d = 6), and Goldstein–Price. Figure 3 reports the evolution of the median and the 10%/90% quantiles of pmn = P(f (X) ≤ mn ), where mn denotes the best observed value so far. To complement these results, Appendix F.6 reports additional EI ex8

Goal-Oriented Calibration of GP for BO

Impact Statement

periments on Ackley, Crossintray, Dixon–Price, Goldstein– Price, Hartmann, Michalewicz, Rosenbrock, Shekel, and Perm, in dimensions ranging from d = 2 to d = 20, together with additional results for the upper confidence bound (UCB) criterion.

Improved lower-tail calibration can reduce the number of expensive evaluations required in Bayesian optimization. The impact is application-dependent, since the same methodology can be used for beneficial or harmful optimization goals.

On Goldstein–Price, Dixon–Price, and Rosenbrock, RE GP and TC GP improve over the standard GP model, with RE GP performing best on these smoother objectives. On Ackley, TC GP provides the largest gains.

Conflict of Interest Disclosure Aurélien Pion is affiliated with TRANSVALOR S . A . The article does not evaluate a proprietary product or model developed by TRANSVALOR S . A . The authors declare no other financial conflicts of interest.

BCR GP does not consistently improve over the standard GP

model, suggesting that global calibration over X alone is not sufficient to improve EI. The online conformal method onGP is close to the standard GP model on these noiseless benchmarks, except on Ackley.

References

Appendix F.6 reports similar qualitative patterns for both EI and UCB sampling criteria. On functions where the standard GP model is already competitive, such as Ackley, Michalewicz, or Shekel, TC GP and RE GP provide only small improvements. In these cases, calibration has little effect on BO performance.

Allen, S., Bhend, J., Martius, O., and Ziegel, J. Weighted verification tools to evaluate univariate and multivariate probabilistic forecasts for high-impact weather events. Weather and Forecasting, 38(3):499 – 516, 2023. Allen, S., Koh, J., Segers, J., and Ziegel, J. Tail calibration of probabilistic forecasts. J. Amer. Statist. Assoc., 120 (552):2796–2808, 2025.

Calibrating below a low threshold improves BO in these settings. RE GP and TC GP show complementary strengths, with RE GP incurring a larger computational overhead than TC GP (Appendix F.1).

Auer, P., Cesa-Bianchi, N., and Fischer, P. Finite-time analysis of the multiarmed bandit problem. Mach. Learn., 47:235–256, 2002.

7. Discussion and Limitations

Bect, J., Li, L., and Vazquez, E. Bayesian subset simulation. SIAM/ASA Journal on Uncertainty Quantification, 5(1): 762–786, 2017.

We introduced a goal-oriented calibration framework for Bayesian optimization, built on two design-marginal notions: occurrence calibration at a threshold and thresholded µ-calibration below that threshold. The ablation study indicates that the joint criterion is more consistent than variants targeting only one of the two notions. In the deterministic GP-based experiments, TC GP changes the behavior of EI and UCB and improves performance on several benchmarks, while remaining cheaper to train than RE GP.

Bogunovic, I. and Krause, A. Misspecified Gaussian process bandit optimization. In Ranzato, M., Beygelzimer, A., Dauphin, Y., Liang, P., and Vaughan, J. W. (eds.), Adv. Neural Inf. Process. Syst., volume 34, pp. 3004–3015. Curran Associates, Inc., 2021. Bull, A. D. Convergence rates of efficient global optimization algorithms. J. Mach. Learn. Res., 12(88):2879–2904, 2011.

The study is restricted to the exact-evaluation setting. In noisy problems, the latent objective is no longer directly observed, so the calibration targets considered here are not directly accessible from the data and would need to be redefined. The experiments are also mostly low-to-moderate dimensional, where the weighted leave-one-out estimates are more stable. Future work can study extensions to noisy BO and to higher-dimensional problems.

Chu, W. and Ghahramani, Z. Gaussian processes for ordinal regression. J. Mach. Learn. Res., 6(35):1019–1041, 2005. Deshpande, S., Marx, C., and Kuleshov, V. Online calibrated and conformal prediction improves Bayesian optimization. In Dasgupta, S., Mandt, S., and Li, Y. (eds.), Proceedings of The 27th International Conference on Artificial Intelligence and Statistics, volume 238 of Proc. Mach. Learn. Res., pp. 1450–1458. PMLR, 02–04 May 2024.

Acknowledgements This work was supported by TRANSVALOR S . A . through a CIFRE PhD agreement. We thank TRANSVALOR S . A . for its support.

Feliot, P., Bect, J., and Vazquez, E. A Bayesian approach to constrained single- and multi-objective optimization. J. Global Optim., 67(1-2):97–133, April 2016. 9

Goal-Oriented Calibration of GP for BO

Forrester, A. I. J., Sóbester, A., and Keane, A. J. Engineering Design via Surrogate Modelling: A Practical Guide. John Wiley & Sons, 2008. Friedli, L., Gautier, A., Broccard, A., and Ginsbourger, D. CRPS-based targeted sequential design with application in chemical space, 2025. URL https://arxiv. org/abs/2503.11250. Gneiting, T. and Resin, J. Regression diagnostics meets forecast evaluation: conditional calibration, reliability diagrams, and coefficient of determination. Electron. J. Stat., 17(2), January 2023.

Neiswanger, W. and Ramdas, A. Uncertainty quantification using martingales for misspecified Gaussian processes. In Feldman, V., Ligett, K., and Sabato, S. (eds.), Proceedings of the 32nd International Conference on Algorithmic Learning Theory, volume 132 of Proc. Mach. Learn. Res., pp. 963–982. PMLR, 16–19 Mar 2021. Nelder, J. A. and Mead, R. A simplex method for function minimization. The Computer Journal, 7(4):308–313, 01 1965. Petit, S. J., Bect, J., and Vazquez, E. Relaxed Gaussian process interpolation: a goal-oriented approach to Bayesian optimization. Journal of Machine Learning Research, 26 (195):1–70, 2025.

Gneiting, T., Balabdaoui, F., and Raftery, A. E. Probabilistic forecasts, calibration and sharpness. J. R. Stat. Soc. Ser. B Stat. Methodol., 69(2):243–268, 2007.

Picheny, V., Vakili, S., and Artemev, A. Ordinal Bayesian optimisation, 2019. URL https://arxiv.org/ abs/1912.02493.

Gneiting, T. G. and Raftery, A. E. Strictly proper scoring rules, prediction, and estimation. J. Am. Stat. Assoc., 102 (477):359–378, 2007.

Picheny, V., Moss, H., Torossian, L., and Durrande, N. Bayesian quantile and expectile optimisation. In Cussens, J. and Zhang, K. (eds.), Proceedings of the Thirty-Eighth Conference on Uncertainty in Artificial Intelligence, volume 180 of Proc. Mach. Learn. Res., pp. 1623–1633. PMLR, 01–05 Aug 2022.

Guo, Z., Ong, Y. S., and Liu, H. Calibrated and recalibrated expected improvements for Bayesian optimization. Struct. Multidiscip. Optim., 64:3549–3567, 2021. Jin, Y. and Ren, Z. Confidence on the focal: conformal prediction with selection-conditional coverage. J. R. Stat. Soc. Ser. B. Stat. Methodol., 87(4):1239–1259, 04 2025.

Pion, A. and Vazquez, E. Design-marginal calibration of Gaussian process predictive distributions: Bayesian and conformal approaches, 2025. URL https://arxiv. org/abs/2512.05611.

Jones, D., Schonlau, M., and Welch, W. Efficient global optimization of expensive black-box functions. J. Global Optim., 13:455–492, 12 1998.

Sahoo, R., Zhao, S., Chen, A., and Ermon, S. Reliable decisions with threshold calibration. In Ranzato, M., Beygelzimer, A., Dauphin, Y., Liang, P., and Vaughan, J. W. (eds.), Adv. Neural Inf. Process. Syst., volume 34, pp. 1831–1844. Curran Associates, Inc., 2021.

Kim, D., Zecchin, M., Park, S., Kang, J., and Simeone, O. Robust Bayesian optimization via localized online conformal prediction. IEEE Trans. Signal Process., 73: 2039–2052, 2025.

Schonlau, M. and Welch, W. J. Global optimization with nonparametric function fitting. In Proceedings of the ASA, Section on Physical and Engineering Sciences, pp. 183–186. Amer. Statist. Assoc., 1996.

Lai, T. L. and Robbins, H. Asymptotically efficient adaptive allocation rules. Adv. Appl. Math., 6(1):4–22, 1985. Matheson, J. E. and Winkler, R. L. Scoring rules for continuous probability distributions. Manag. Sci., 22(10): 1087–1096, 1976.

SciPy Developers. SciPy Project, 2026. URL https: //docs.scipy.org/doc/scipy/reference/ generated/scipy.stats.gennorm.html. SciPy API Reference, accessed 2026-01.

Meeker, W. Q., Hahn, G. J., and Escobar, L. A. Statistical Intervals: A Guide for Practitioners and Researchers. John Wiley & Sons, Hoboken, New Jersey, second edition, 2017. ISBN 978-0-471-68717-7.

Scott, D. W. Multivariate Density Estimation: Theory, Practice, and Visualization. John Wiley & Sons, New York, 1992.

Mockus, J., Tiesis, V., and Zilinskas, A. The application of Bayesian methods for seeking the extremum. In Dixon, L. C. W. and Szegö, G. P. (eds.), Towards Global Optimisation, volume 2, pp. 117–129. North-Holland, Amsterdam, 1978.

Shimodaira, H. Improving predictive inference under covariate shift by weighting the log-likelihood function. J. Statist. Plann. Inference, 90(2):227–244, 2000.

Nadarajah, S. A generalized normal distribution. J. Appl. Stat., 32(7):685–694, 2005.

Srinivas, N., Krause, A., Kakade, S. M., and Seeger, M. Gaussian process optimization in the bandit setting: No 10

Goal-Oriented Calibration of GP for BO

regret and experimental design. In Proc. 27th International Conference on Machine Learning (ICML 2010), pp. 1015–1022, 2010. Stanton, S., Maddox, W., and Wilson, A. G. Bayesian optimization with conformal prediction sets. In Ruiz, F., Dy, J., and van de Meent, J. W. (eds.), Proceedings of The 26th International Conference on Artificial Intelligence and Statistics, volume 206 of Proc. Mach. Learn. Res., pp. 959–986. PMLR, 25–27 Apr 2023. Stein, M. L. Interpolation of Spatial Data: Some Theory for Kriging. Springer Ser. Stat. Springer New York, 1999. Surjanovic, S. and Bingham, D. Virtual library of simulation experiments: Test functions and datasets, 2013. URL https://www.sfu.ca/˜ssurjano/. Accessed November 2025. Tom, G., Lo, S., Corapi, S., Aspuru-Guzik, A., and SanchezLengeling, B. Ranking over regression for Bayesian optimization and molecule selection. APL Machine Learning, 3(3):036113, 08 2025. Tuo, R. and Wang, W. Uncertainty quantification for Bayesian optimization. In Camps-Valls, G., Ruiz, F. J. R., and Valera, I. (eds.), Proceedings of the 25th International Conference on Artificial Intelligence and Statistics (AISTATS), volume 151 of Proc. Mach. Learn. Res., pp. 2862–2884. PMLR, 2022. Vazquez, E. Gpmp: the Gaussian process micro package, 2026. URL https://github.com/gpmp-dev/ gpmp. Vazquez, E. and Bect, J. Convergence properties of the expected improvement algorithm with fixed mean and covariance functions. J. Statist. Plann. Inference, 140: 3088–3095, 11 2010. Villemonteix, J., Vazquez, E., and Walter, E. An informational approach to the global optimization of expensiveto-evaluate functions. J. Global Optim., 44(4):509–534, 2009. Vovk, V., Gammerman, A., and Shafer, G. Algorithmic Learning in a Random World. Springer, 2005. Vovk, V., Shen, J., Manokhin, V., and Xie, M. Nonparametric predictive distributions based on conformal prediction. Mach. Learn., 108(3):445–474, 2019. Zhang, Y. and Candès, E. J. Posterior conformal prediction, 2024. URL https://arxiv.org/abs/2409. 19712.

11

Goal-Oriented Calibration of GP for BO

Appendices The appendix is organized as follows. Appendix A recalls the generalized normal distribution. Appendix B gathers the proofs of the main results. Appendix C briefly reviews scoring rules. Appendix D presents the consistency statement discussed in Section 4.3. Appendix E provides implementation details, and Appendix F reports additional experimental results.

A. Generalized Normal Distribution The generalized normal distribution GN (β, l, λ) is a three-parameter family on R, with shape parameter β > 0, location parameter l ∈ R, and scale parameter λ > 0. Its density is  β ! β |z − l| g(z) = exp − , z ∈ R. (28) 2 Γ(1/β) λ λ It is symmetric about l. The mean is E[Z] = l and the variance is var(Z) = λ2

Γ(3/β) . Γ(1/β)

(29)

The parameter β controls tail decay: β = 2 yields a Gaussian distribution, β < 2 corresponds to heavier tails, and β > 2 to lighter tails. In particular,  2 λ GN (2, l, λ) = N l, , (30) 2 since Γ(3/2)/Γ(1/2) = 1/2. The cumulative distribution function can be written using the lower incomplete gamma function Z x γ(a, x) = ta−1 e−t dt.

(31)

0

For z ∈ R, the CDF Θβ,l,λ of GN (β, l, λ) may be written as   1  21 − 2 Γ(1/β) γ β1 ,  Θβ,l,λ (z) = P(Z ≤ z) = 1 + 1 1 γ 2 2 Γ(1/β) β,



,

z ≤ l,

  z−l β

,

z ≥ l.

 l−z β λ λ

(32)

We also write Θβ := Θβ,0,1 . Further properties are given in Nadarajah (2005). The distribution GN (β, l, λ) is available in SciPy as scipy.stats.gennorm; see SciPy Developers (2026).

B. Proofs B.1. Proof of Proposition 5.1 Proof. Let β > 0 and λ > 0. Write Z = l + λT with T ∼ GN (β, 0, 1), whose density is gβ (t) =

β exp(−|t|β ). 2 Γ(1/β)

(33)

Set z = a − l and s = z/λ. Then       E (a − Z)+ = E (z − λT )+ = λ E (s − T )+ = λ Therefore,

Z s −∞

(s − t) gβ (t) dt.

  Z s   E (a − Z)+ = λ s Θβ (s) − t gβ (t) dt . −∞

12

(34)

(35)

Goal-Oriented Calibration of GP for BO

It remains to compute

Rs −∞

t gβ (t) dt. Since t 7→ t exp(−|t|β ) is odd, for any s ∈ R, Z s −∞

t exp(−|t|β ) dt = −

Z ∞

u exp(−uβ ) du.

(36)

|s|

By the change of variables y = uβ ,   Z ∞ Z 1 ∞ 2/β−1 1 2 u exp(−uβ ) du = y exp(−y) dy = Γ , |s|β . β |s|β β β |s| Hence,

Z s t gβ (t) dt = −∞

β 2 Γ(1/β)

Z s −∞

t exp(−|t|β ) dt = −

1 Γ 2 Γ(1/β)



z



(37)

 2 , |s|β . β

(38)

Substituting back yields    E (a − Z)+ = λ s Θβ (s) +

1 Γ 2 Γ(1/β)

2 , |s|β β

 = z Θβ

λ + Γ λ 2 Γ(1/β)



 2 z β . , β λ

(39)

This is (26). For λ = 0, Z = l almost surely, so E[(a − Z)+ ] = max(a − l, 0), which defines γ(z, 0, β). Continuity at λ = 0 follows by considering three cases. If z > 0, then Θβ (z/λ) → 1 and the incomplete-gamma term vanishes. If z < 0, then Θβ (z/λ) → 0 and the same incomplete-gamma term vanishes. If z = 0, the first term is identically zero and the second term is λΓ(2/β)/(2Γ(1/β)), hence converges to zero. Strict positivity for λ > 0 holds because Z has a continuous density that is strictly positive on R, hence P(Z < a) > 0 for any finite a, and (a − Z)+ > 0 on {Z < a}. B.2. Connection between EI in the Gaussian Case and the Generalized Normal Model For β = 2, the generalized normal distribution coincides with a Gaussian:  2 λ . (40) GN (2, l, λ) = N l, 2 √ √ Let σ = λ/ 2 and τ = (a − l)/σ. For β = 2 we have Θ2 (s) = Φ( 2 s), and Γ(1, x) = exp(−x). Substituting into (26) yields γ(a − l, λ, 2) = (a − l)Φ(τ ) + σ φ(τ ), (41) where Φ and φ denote the CDF and PDF of N (0, 1). This is the usual EI formula for a Gaussian predictive distribution with mean l and standard deviation σ. B.3. Proof of Proposition 5.3 Recall that, at iteration n, EI with TC GP is  ρn (x) = γ mn − fn (x), λn σn (x), βn ,

mn = min f (Xi ),

(42)

Xn+1 ∈ arg max ρn (x),

(43)

1≤i≤n

and we set νn (f ) = max ρn (x) = ρn (Xn+1 ), x∈X

x∈X

with (βn , λn ) ∈ [β0 , β1 ] × [λ0 , λ1 ] and λ0 > 0 for all sufficiently large n.

Lemma B.1. Let 0 < β0 < β1 . The map (z, s, β) 7→ γ(z, s, β), with γ(z, 0, β) = z+ , is continuous on compact subsets of R × [0, ∞) × [β0 , β1 ].

Proof. For s > 0, continuity follows from the closed-form expression (26). It remains to check continuity at s = 0, uniformly for β ∈ [β0 , β1 ]. Let Tβ ∼ GN (β, 0, 1). Since the map x 7→ x+ is Lipschitz,   |γ(z, s, β) − z+ | = E (z − sTβ )+ − z+ ≤ s E|Tβ |. (44) 13

Goal-Oriented Calibration of GP for BO

Moreover, E|Tβ | =

Γ(2/β) Γ(1/β)

(45)

is bounded on [β0 , β1 ] by continuity. Hence γ(z, s, β) → z+ as s ↓ 0, uniformly for β ∈ [β0 , β1 ]. If also z ′ → z, then ′ |z+ − z+ | → 0, so continuity holds at s = 0 as well. This proves the claim. Lemma B.2. For all f ∈ H, lim inf n→∞ νn (f ) = 0. Proof. Fix f ∈ H. Since X is compact, (Xn ) has a cluster point x̃ ∈ X and there exists a strictly increasing map ϕ : N → N such that Xϕ(n) → x̃. Since k is continuous and X is compact, every f ∈ H is continuous on X, hence f (Xϕ(n) ) → f (x̃). By Vazquez & Bect (2010, Prop. 10), fϕ(n)−1 (Xϕ(n) ) → f (x̃),

σϕ(n)−1 (Xϕ(n) ) → 0.

(46)

Moreover, since ϕ is increasing, mϕ(n)−1 ≤ mϕ(n−1) ≤ f (Xϕ(n−1) ) → f (x̃),

(47)

hence lim supn→∞ mϕ(n)−1 ≤ f (x̃). Set zϕ(n)−1 := mϕ(n)−1 − fϕ(n)−1 (Xϕ(n) ).

(48)

Then lim supn→∞ zϕ(n)−1 ≤ 0. Define also tϕ(n)−1 := λϕ(n)−1 σϕ(n)−1 (Xϕ(n) ),

(49)

so that tϕ(n)−1 → 0 since 0 < λϕ(n)−1 ≤ λ1 . Fix ε > 0. For n large enough, zϕ(n)−1 ≤ ε. For λ > 0, z 7→ γ(z, λ, β) = E[(z − Z)+ ] is nondecreasing, hence νϕ(n)−1 (f ) = ρϕ(n)−1 (Xϕ(n) ) = γ zϕ(n)−1 , tϕ(n)−1 , βϕ(n)−1  ≤ γ ε, tϕ(n)−1 , βϕ(n)−1 .

(50) 

(51) (52)

Since tϕ(n)−1 → 0 and, for all large n, βϕ(n)−1 ∈ [β0 , β1 ], every subsequence of γ(ε, tϕ(n)−1 , βϕ(n)−1 ) has a further subsequence along which βϕ(n)−1 → β̄ ∈ [β0 , β1 ]. Along this further subsequence, Lemma B.1 gives γ(ε, tϕ(n)−1 , βϕ(n)−1 ) −→ γ(ε, 0, β̄) = ε.

(53)

Thus the full sequence converges to ε. Therefore, lim sup νϕ(n)−1 (f ) ≤ ε.

(54)

n→∞

Since ε > 0 is arbitrary, lim inf n→∞ νn (f ) = 0. Proof of Proposition 5.3. Assume by contradiction that (Xn ) is not dense in X. Then there exists x̃ ∈ X such that x̃ is not adherent to {Xn : n ≥ 1}. By the NEB property, σn2 (x̃) does not converge to 0. Since (σn2 (x̃))n≥1 is nonincreasing, it converges to some c2 > 0, hence inf n≥1 σn (x̃) ≥ c. Since fn is the H-projection of f onto the span of kernel sections, ∥fn ∥H ≤ ∥f ∥H , hence p p |fn (x̃)| ≤ ∥fn ∥H k(x̃, x̃) ≤ ∥f ∥H k(x̃, x̃).

(55)

Also, (mn ) is bounded because f is continuous on the compact set X. Therefore, zn∗ := mn − fn (x̃) ranges in a compact p interval I ⊂ R and σn (x̃) ranges in [c, k(x̃, x̃)]. Define ψ(z, σ, β, λ) = γ(z, λσ, β). 14

(56)

Goal-Oriented Calibration of GP for BO

The map ψ is continuous by Lemma B.1. Consider the compact set p K = I × [c, k(x̃, x̃)] × [β0 , β1 ] × [λ0 , λ1 ].

(57)

Since λ0 > 0 and γ(·, λ, β) is strictly positive for λ > 0, we have ψ > 0 on K, hence η :=

inf

ψ(z, σ, β, λ) > 0.

(58)

ρn (x̃) = γ(zn∗ , λn σn (x̃), βn ) ≥ η.

(59)

(z,σ,β,λ)∈K

For all sufficiently large n, Since Xn+1 maximizes ρn , we obtain νn (f ) = ρn (Xn+1 ) ≥ ρn (x̃) ≥ η

for all sufficiently large n,

(60)

which contradicts Lemma B.2. Therefore, (Xn ) is dense in X.

C. Scoring Rules C.1. General Definition To assess both sharpness and calibration, we use proper scoring rules (Gneiting & Raftery, 2007). Scoring rules assign a numerical score S(F̂ , z) to a predictive forecast F̂ and an outcome z ∈ R. A scoring rule is strictly proper if, for the true distribution F , EZ∼F [S(F, Z)] ≤ EZ∼F [S(F̂ , Z)], (61) with equality if and only if F̂ = F . For goal-oriented prediction, Matheson & Winkler (1976) introduces the weighted continuous ranked probability score (twCRPS), defined for a weight function w, for instance w(u) = 1{u ≤ t}, by Z StwCRPS (F̂ , z) = (F̂ (u) − 1{u ≥ z})2 w(u) du. (62) For nonconstant weights, twCRPS is a proper weighted score and does not identify the full predictive distribution outside the weighted region. Given a true CDF F , a forecasted CDF F̂ , and a scoring rule S the predictive performance is evaluated using the expected score JS (F̂ ) = EZ∼F (S(F̂ , Z)). (63) An empirical version is given below. In the spatial setting the expected score of the family of predicted forecast CDFs F̂n (· | x), indexed by x ∈ X is given by, h i JS,µ (F̂n ) = En S(F̂n (· | X), f (X)) . (64) C.2. Empirical twCRPS Let weight function w : R → R+ and F̂ a forecasted CDF. In the following consider the chaining function v defined as any R x′ function that verifies v(x′ ) − v(x) = x w(u)du (see, e.g., Allen et al., 2023). The twCRPS at z ∈ R can be rewritten as   1   StwCRPS (F̂ , z) = EF̂ |v(Y ) − v(z)| − EF̂ |v(Y ) − v(Y ′ )| , 2 where Y and Y ′ are independent random variables with CDF F̂ . For a threshold t ∈ R, let w(z) = 1{z ≤ t}, then v(z) = min(z, t). 15

(65)

Goal-Oriented Calibration of GP for BO

For the empirical forecast-observation pair (Z, F̂ ) and a sample (Yℓ )K ℓ=1 from F̂ , the twCRPS at Z can be approximated by the Monte Carlo estimator 1 SbtwCRPS,K (F̂ , Z) = K

K X ℓ=1

K

|v(Yℓ ) − v(Z)| −

K

1 XX |v(Yℓ ) − v(Yr )|. 2K 2 r=1

(66)

ℓ=1

For multiple forecast-observation pairs (Zi , F̂i )m i=1 , the empirical score is m 1 Xb JbtwCRPS,m = StwCRPS,K (F̂i , Zi ). m i=1

(67)

D. Impact of Calibration at the Current Best Value This appendix provides the consistency statement mentioned in Section 4.3. It shows that, if one could enforce occurrence calibration at the current best value mn , then the predicted probability mass below mn must collapse as mn approaches the global minimum. a.s.

Proposition D.1 (Vanishing tail mass with occurrence calibration at mn ). Assume that mn −→ f (x∗ ) for some global minimizer x∗ ∈ arg minx∈X f (x). If F̂n is occurrence-calibrated at threshold mn , that is,    En F̂n (mn | X) = Pn f (X) ≤ mn , X ∼ µ, (68) then for every ε ∈ (0, 1], we have  lim sup Pn F̂n (mn | X) > ε ≤ ε−1 µ ({x ∈ X : f (x) = f (x∗ )})

(69)

a.s.

n→∞

In particular, if µ ({x ∈ X : f (x) = f (x∗ )}) = 0, then  Pn F̂n (mn | X) > ε → 0

(70)

a.s.

Proof. Fix ε ∈ (0, 1] and set An := {F̂n (mn | X) > ε}. By Markov’s inequality,   Pn (An ) ≤ ε−1 En F̂n (mn | X) . Using (68), this yields   Pn F̂n (mn | X) > ε ≤ ε−1 Pn f (X) ≤ mn .

(71)

On any sample path such that mn → f (x∗ ), we have f (x) ≥ f (x∗ ) for all x ∈ X, and therefore 1{f (x) ≤ mn } → 1{f (x) = f (x∗ )}

for all x ∈ X.

Moreover, 0 ≤ 1{f (x) ≤ mn } ≤ 1, so dominated convergence with respect to µ gives      Pn f (X) ≤ mn = En 1{f (X) ≤ mn } → En 1{f (X) = f (x∗ )} = µ ({x ∈ X : f (x) = f (x∗ )})

(72)

a.s.

(73)

Combining (71) with (73) and taking lim sup yields (69). The last statement follows when µ ({x ∈ X : f (x) = f (x∗ )}) = 0.

(74)

Interpretation. Proposition D.1 is a population statement with an auxiliary draw X ∼ µ (independent of Dn ). It implies that, when the set of global minimizers has µ-measure 0, enforcing occurrence calibration at mn forces F̂n (mn | X) to be small for µ-almost all X at large n. The result does not describe how the predictive lower tail behaves in the region explored by the BO policy. This motivates calibrating below a higher threshold tn and using notions based on the truncated CDF F̂n,tn (· | x). 16

Goal-Oriented Calibration of GP for BO

E. Implementation Details E.1. GP Matérn Model and Parameters In the experiment reported Section 6, the GP model GP(m, k) is such that the mean function is constant over X, m(x) = µ for x ∈ X. The kernel k is selected from the anisotropic Matérn kernel family. The anisotropic Matérn kernel family is defined, for x, y ∈ Rd , as d X (x[i] − y[i] )2 2 2 , (75) kσ,ν,ρ (x, y) = σ κν (h), h = ρ2i i=1 where σ 2 is the variance parameter, ρ = (ρ1 , . . . , ρd ) are component-wise lengthscales, and κν denotes the Matérn correlation function (Stein, 1999, Chapter 2.7). The smoothness parameter is fixed to ν = p + 1/2 with p ∈ N⋆ . The parameter (µ, ρ, σ) is selected by maximum likelihood. In the Experiments in Section 6, p = 2. E.2. Maximization of EI EI is maximized with the sequential Monte Carlo (SMC) procedure of Feliot et al. (2016), available in gpmp. A population of particles is iteratively reweighted with EI-proportional weights and propagated through mutation steps, yielding a discrete approximation of the EI maximizers. The best particle is then used to initialize a local maximization with the sequential least squares quadratic programming (SLSQP) algorithm. This hybrid global–local procedure is applied for all methods. In the Experiments in Section 6 we used 1000 particles. E.3. Bayesian Optimization with TC GP Algorithm 1 summarizes EI-based BO with TC GP. It follows the procedure described in the main text. At iteration n, the empirical quantile qδ,n is used as a candidate threshold when there is sufficient data support in the lower tail, and the previous threshold is kept otherwise. Concretely, we estimate the excursion probability below qδ,n and enforce p̂qwδ,n ,n ≥ pmin . If the condition fails, the threshold is frozen to avoid calibrating on too few points. Since the BO design is adaptive, this support rule is only a safeguard. Density-ratio estimation and weights. The weighted LOO quantities in Section 4.2 aim at approximating µ–averages using the adaptively sampled BO locations (Xi )ni=1 , which are not distributed according to µ. We use an empirical densityratio correction as a heuristic for this adaptive design. If νn denotes the smoothed empirical design density of the BO locations, the idealized weights have the form dµ wi ∝ (Xi ), (76) dνn and are used to approximate, for the integrands φ appearing in the weighted LOO criteria, Z X

φ(x) µ(dx) ≈

n X

w̃i φ(Xi ),

i=1

In our experiments, µ is uniform on X, hence wi ∝

wi w̃i = Pn

j=1 wj

1 . νn (Xi )

.

(77)

(78)

In practice, we use a KDE estimate ν̂n of this design density. Concretely, we rescale the design points Xi to [0, 1]d using the bounds of X, and fit a Gaussian kernel density estimator (KDE) to the rescaled points (Scott, 1992). The bandwidth is chosen according to Scott’s rule (Scott, 1992). We then set wi ∝

dµ (Xi ), dν̂n

(79)

which reduces to wi ∝ 1/ν̂n (Xi ) for uniform µ, and normalize to obtain (w̃i )ni=1 . Large density ratios can lead to highly variable weights. A standard safeguard is weight clipping, for instance wi ← min(wi , wmax ) for a fixed wmax > 0, followed by renormalization. We did not use clipping in the reported experiments. 17

Goal-Oriented Calibration of GP for BO

Algorithm 1 BO with TC GP 0 Require: Initial dataset Dn0 = {(Xi , Zi )}ni=1 with Zi = f (Xi ), design space X, budget Nmax , quantile level δ ∈ (0, 1], minimum excursion probability pmin > 0. Ensure: Best value mNmax and associated point Xmin . 1: Set n ← n0 . 2: Set mn ← min1≤i≤n Zi and choose any Xmin ∈ arg min1≤i≤n Zi . 3: Set the current threshold t ← qδ,n . 4: while n < Nmax do 5: Fit a GP model to Dn by maximum likelihood and obtain functions x 7→ fn (x) and x 7→ σn (x). 6: Estimate the importance weights (w̃i )ni=1 (Section 4.2 and paragraph below). 7: Set t̃ ← qδ,n . 8: Compute the weighted excursion frequency

w p̂t̃,n =

n X i=1

w̃i 1{Zi ≤ t̃}.

w if p̂t̃,n ≥ pmin then 10: Update t ← t̃. 11: end if LOO,w 12: Select (βn , λn ) by minimizing Jt,n on [β0 , β1 ] × [λ0 , λ1 ] (Section 5.1 and paragraph below). 13: Define EI ρn using the TC GP predictive CDFs with parameters (βn , λn ) (Section 5.2). 14: Choose Xn+1 ∈ arg maxx∈X ρn (x) (paragraph below). 15: Evaluate Zn+1 = f (Xn+1 ) and set Dn+1 ← Dn ∪ {(Xn+1 , Zn+1 )}. 16: if Zn+1 < mn then 17: Set mn+1 ← Zn+1 and Xmin ← Xn+1 . 18: else 19: Set mn+1 ← mn . 20: end if 21: Set n ← n + 1. 22: end while 23: Return (Xmin , mNmax ).

9:

Selection of (βn , λn ). We minimize JtLOO,w with a two-stage procedure. First, we sample (β, λ) uniformly on [β0 , β1 ] × n ,n [λ0 , λ1 ] (900 candidates) and select the best pair (β̃, λ̃) according to JtLOO,w . Second, we refine with the Nelder–Mead n ,n algorithm (Nelder & Mead, 1965) initialized at (β̃, λ̃). The supremum over u ∈ [0, 1] in JtLOO,w is evaluated on a fixed grid n ,n of u values. E.4. Test-Set Evaluation of µ–Calibration Metrics When an independent evaluation set is available, µ–calibration metrics can be computed for X ∼ µ without leave-one-out ′ ′ ′ or reweighting. Let (Xj′ , Zj′ )L j=1 with Xj ∼ µ i.i.d. and Zj = f (Xj ), and assume that the predictive CDFs F̂n (· | x) are constructed from Dn only. Direct test-set estimators.

Fix t ∈ R. Define (  F̂n (Zj′ | Xj′ ) F̂n (t | Xj′ ), ′ Ut,j = 1,

with the convention that F̂n (t | Xj′ ) > 0 when Zj′ ≤ t. Assume that

Zj′ ≤ t, Zj′ > t,

(80)

PL

′ j=1 1{Zj ≤ t} > 0 and set

PL G′t,L (u) =

′ ′ j=1 1{Zj ≤ t} 1{Ut,j ≤ u} , PL ′ j=1 1{Zj ≤ t}

′ JtKS-PIT,L (F̂n | t) = sup G′t,L (u) − u . u∈[0,1]

18

(81)

Goal-Oriented Calibration of GP for BO

The excursion probability pt = P(f (X) ≤ t) is estimated by L

1X 1{Zj′ ≤ t}, L j=1

p̂t,L =

(82)

and the corresponding occurrence discrepancy estimator is L

′ rt,L = p̂t,L −

1X F̂n (t | Xj′ ) . L j=1

(83)

SMC-based estimators for small thresholds. For small t (in particular t = mn at later BO iterations), direct sampling from µ yields too few points with f (X) ≤ t to estimate Gµ,t and pt accurately. We therefore use subset simulation implemented via sequential Monte Carlo (SMC) (Bect et al., 2017) to obtain particles approximately distributed according to µ(· | f (X) ≤ t) and an estimate of pt = P(f (X) ≤ t). At the initial iteration with n0 observations, we run subset simulation down to t = mn0 to compute an estimate p̂mn0 and (0)

(0)

m a particle cloud (X̃i )m i=1 ≈ µ(· | f (X) ≤ mn0 ). We evaluate tKS–PIT at mn0 using (X̃i )i=1 , and we evaluate the occurrence discrepancy using p̂mn0 .

When BO produces a new best value mn < mn−1 , we do not rerun subset simulation from scratch. We reuse the particles available at level mn−1 as an initial population and perform additional SMC steps targeting the new excursion set (n) {x : f (x) ≤ mn }. This yields updated particles (X̃i )m i=1 ≈ µ(· | f (X) ≤ mn ) together with an updated estimate p̂mn . The particle cloud is used to form the empirical distribution of the µ-tPIT below mn (and hence tKS–PIT), while p̂mn is used in the occurrence discrepancy. In all experiments, we use m = 1000 particles and Metropolis–Hastings moves for the Markov transition steps. E.5. Reweighting for BCR GP The BCR GP approach of Pion & Vazquez (2025) specifies a generalized normal model for standardized residuals and places a uniform prior on θ = (β, λ). We recall the resulting posterior construction and describe how we incorporate importance weights to target µ-probabilistic calibration over X. In our experiments, global calibration diagnostics for BCR GP are reported using KS–PIT, i.e., the limit of tKS–PIT as t → ∞. Let Rn,−i (Xi ) denote the leave-one-out standardized residual at Xi , Rn,−i (Xi ) =

Zi − fn,−i (Xi ) , σn,−i (Xi )

(84)

where fn,−i and σn,−i are the GP predictive mean and standard deviation obtained from Dn \ {(Xi , Zi )}. Let p(r | θ) be the density of GN (β, 0, λ) evaluated at r. With a uniform prior on (0, a) × (0, b), BCR GP defines p (θ | {Rn,−i (Xi )}ni=1 ) ∝

n Y

i=1

p(Rn,−i (Xi ) | θ) 1{0 < β < a} 1{0 < λ < b}.

(85)

Let ν̂n be the density estimate used above. To incorporate importance weights, we replace the standard likelihood by a weighted likelihood, following Shimodaira (2000). Let (ωi )ni=1 be nonnegative weights proportional to dµ/dν̂n (Xi ) (Section 4.2). For the weighted likelihood, the global scale of the exponents affects posterior concentration, so we fix the normalization X n n X w̄i = n ωi ωj , w̄i = n. (86) j=1

i=1

The resulting pseudo-posterior is pw (θ | {Rn,−i (Xi )}ni=1 ) ∝

n Y i=1

p(Rn,−i (Xi ) | θ) i 1{0 < β < a} 1{0 < λ < b}. 19

(87)

Goal-Oriented Calibration of GP for BO ∗ ∗ Given Monte Carlo samples (βi , λi )m i=1 , Pion & Vazquez (2025) derive a Bayesian selection rule for (β , λ ) targeting probabilistic calibration, quantified by the KS–PIT up to a prescribed quantile. To limit computational cost, we set m = 200 in this work; increasing m further had negligible impact on BO performance.

E.6. Experimental Parameter Settings We summarize below the main parameters used in all numerical experiments. Test-set evaluation parameters • Test-set evaluation of calibration metrics: The subset simulation procedure uses k0 = 1000 particles to estimate P(f (X) ≤ mn ) and to generate samples from µ(· | f (X) ≤ mn ). • Occurrence discrepancy: The occurrence discrepancy rt is computed using an additional k1 = 1000 points sampled uniformly over X. • tKS–PIT computation: To compute the tKS–PIT, we subsample k2 = 900 particles from the subset simulation output, ensuring that all corresponding function values lie below the current threshold mn at each iteration. Model parameters • GP prior regularity: We use a Matérn covariance kernel with smoothness parameter ν = p + 12 , with p = 2, corresponding to twice mean-square differentiable sample paths. All GP hyperparameters are estimated by maximum likelihood. • Parameter bounds for calibration: The calibration parameters are constrained to λ ∈ [λ0 , λ1 ] = [5 × 10−3 , 10],

β ∈ [β0 , β1 ] = [0.1, 10].

• pmin = 0.015. E.7. Test Functions Used in the Experiments

Name

Expression of f (x)

Domain 2

(1 + (x1 + x2 + 1)2 (19 − 14x1 + 3x21 − 14x2 + 6x1 x2 + 3x22 ))(30 + (2x1 − 3x2 )2 (18 − 2 32x1 + 12x21 + 48x2 − 36x1 x2 + 27x  2 )) Pd−1 2 d 2 2 Rosenbrock [−5, 10] i ) +(xi − 1) i=1 100(x  i+1q− xP  P d 1 Ackley [−32.768, 32.768] −20 exp −0.2 d i x2i − exp d1 i cos(2πxi ) + 20 + e P Dixon–Price–d [−10, 10]d (x1 − 1)2 + di=2 i(2x2i − xi−1 )2 P4 P (d) (d) (d)  d Hartmann–d [0, 1] − i=1 ci exp − dj=1 aij (xj − pij )2 P Michalewicz–d [0, π]d − di=1 sin(xi ) sin2m (ix2i /π)   0.1 √ 2 2  x1 +x2 Cross-In-Tray [−10, 10]2 −0.0001 sin(x1 ) sin(x2 ) exp 100 − +1 π P −1 P 4 2 Shekel–m [0, 10]4 − m i=1 j=1 (xj − Cji ) + βi  2 Pd Pd i 1 Perm–d [−d, d]d i=1 j=1 (j + βP ) xj − j i Goldstein–Price [−2, 2]

Table 1. Test functions used in the numerical experiments. Each function is continuous, deterministic, and defined on the domain X. Expressions and domains follow the standard definitions provided in Surjanovic & Bingham (2013), with parameter values specified below.

Hartmann parameters. 3.0 0.1 = 3.0 

(3)

a

0.1

10.0 10.0 10.0 10.0

 30.0 35.0 , 30.0 35.0

 1.0 1.2 =  , 3.0

 3689

c

(3)

3.2

20

p

(3)

= 10

−4 4699

1091 381

1170 4387 8732 5743

 2673 7470 . 5547 8828

Goal-Oriented Calibration of GP for BO 10 0.05 = 3 

a

(6)

17

3 10 3.5 8

17 17 1.7 0.05

3.5 0.1 10 10

1.7 8 17 0.1

 8 14 , 8 14

c

(6)

  1.0 1.2 =  , 3.0 3.2

 p

(6)

= 10

1312

−4 2329

2348 4047

1696 4135 1451 8828

5569 8307 3522 8732

124 3736 2883 5743

8283 1004 3047 1091

 5886 9991 . 6650 381

Michalewicz parameter. m = 10

Perm parameter. βP = 1

Shekel parameters. β=

4 4 C= 4

1 T (1, 2, 2, 4, 4, 6, 3, 7, 5, 5) 10

1 1 1 1

4

8 8 8 8

6 6 6 6

3 7 3 7

2 9 2 9

5 3 5 3

8 1 8 1

6 2 6 2

 7 3.6 . 7  3.6

F. Additional Experiments F.1. Running Time of the Methods In this section, we report the per-iteration time required to train the GP or calibrated model (excluding sampling criteria maximization). All calibration methods have a similar computation time relatively to GP, but RE GP is more costly (by a factor 10). 102

102 102

102

101 101

101

101 10

0

100 10−1

100

100 0

50

100

150

Goldstein–Price

200

0

50

100

150

200

0

Rosenbrock6 GP onGP

50

100

150

200

0

Ackley4 reGP δ = 0.25 bcrGP

50

100

150

200

Dixon–Price4

tcGP δ = 0.05

Figure 4. Training time for RE GP, GP, TC GP, onGP, BCR GP at each iteration of BO.

F.2. Alternative Selection Criteria for TC GP We compare several objectives for selecting (β, λ) in TC GP, with the aim of controlling thresholded µ-calibration and occurrence calibration below t = qδ,n . Rule 0 is the criterion J defined in (18). Figure 5 reports BO results over 100 iterations with δ = 0.1. A natural variant of (18) replaces the target u 7→ u κβ,λ by the truncated map t   u 7→ min u κβ,λ t , 1 .

(88)

When κβ,λ > 1, truncation saturates the target at 1. Large values of κβ,λ then become weakly penalized, and the objective t t can become insensitive to overestimation of lower-tail mass. We do not use this variant. Rule 1.

Multiply the weighted LOO tKS–PIT metric by the occurrence discrepancy:   LOO,w J (1) (β, λ) = JtKS-PIT,n F̂nβ,λ | t rt . 21

(89)

Goal-Oriented Calibration of GP for BO Excursion Prob.

Proportion

Excursion Prob.

Proportion

100 10−1 10−2

10−3

10−4

10−5

10−6

10−7

10−8

10−9

10−10

10−11

10−12

10−13 1

20

40

60

80

100

1

0.2

0.4

steps

0.6

0.8

1

1

20

40

proportion rule 1, J (1)

rule 0, J

rule 2, J (2)

60

80

100

1

0.2

steps

rule 3 J (3)

rule 1, J (1)

rule 0, J

(a) Ackley with d = 4

0.4

0.6

0.8

1

proportion rule 2, J (2)

rule 3 J (3)

(b) Dixon–Price with d = 4

Excursion Prob.

Proportion

Excursion Prob.

100

Proportion

10−1

10−2

10−3

10−4

10−5

10−6

10−7

10−8

10−9

10−10

10−11

10−12

10−13 1

20

40

60

80

100

1

0.2

0.4

steps rule 0, J

0.6

0.8

1

1

20

40

proportion rule 1, J (1)

rule 2, J (2)

60

80

100

1

0.2

steps

rule 3 J (3)

rule 0, J

0.4

0.6

0.8

1

proportion rule 1, J (1)

rule 2, J (2)

rule 3 J (3)

(d) Rosenbrock with d = 6

(c) Goldstein–Price

Figure 5. Comparison of TC GP variants. Left: median and 10%/90% quantiles of pmn = P(f (X) ≤ mn ), where mn is the best observed value after n evaluations and X ∼ µ. Right: fraction of runs reaching the prescribed target value.

Rule 2.

Following Allen et al. (2025), define ct (u) =

  Pn Utβ,λ ≤ u | f (X) ≤ t κβ,λ t

.

(90)

Then use the KS-type deviation J (2) (β, λ) = sup |ct (u) − u| .

(91)

u∈[0,1]

Rule 3.

Compare the conditional tPIT curve to the rescaled map u 7→ u/κβ,λ t :   u J (3) (β, λ) = sup Pn Utβ,λ ≤ u | f (X) ≤ t − β,λ . κt u∈[0,1]

(92)

Choice of objective. Figure 5 reports BO performance for the different selection rules. Performance is summarized by pmn = P(f (X) ≤ mn ), where mn is the best value observed after n evaluations and X ∼ µ (with µ uniform), and by the fraction of runs reaching the prescribed target. Empirically, the rules yield similar results overall. Rule 0 is used in the main experiments because it is the most consistent across the considered test functions. In particular, it behaves well on both highly multimodal landscapes (e.g., Ackley with d = 4) and on difficult smooth landscapes (e.g., Goldstein–Price). The alternative rules can either overweight tail-rank calibration, which can degrade optimization on smoother problems, or penalize overly optimistic lower-tail mass too weakly on multimodal problems. Rule 0 keeps a direct penalty on deviations of κβ,λ from 1 without additional tuning. t F.3. Effect of the Choice of δ for RE GP on BO Performance Figure 6 studies the sensitivity of RE GP to the threshold parameter δ. BO performance is summarized by pmn = P(f (X) ≤ mn ), where mn is the best value observed after n evaluations and X ∼ µ (with µ uniform), and by the fraction of runs 22

Goal-Oriented Calibration of GP for BO Excursion Prob.

Proportion

Excursion Prob.

100

100

10−2

10−2

10−4

10−4

10

−6

10−6

10−8 10

10−8

−10

10−10 1

20

40

60

80

100

1

0.2

steps

0.4

0.6

0.8

1

1

20

proportion

reGP δ = 0.05

reGP δ = 0.1

reGP δ = 0.25

40

reGP δ = 0.5

100

1

0.2

0.4

0.6

0.8

1

reGP δ = 0.1

reGP δ = 0.25

reGP δ = 0.5

(b) Dixon–Price with d = 4 Proportion

Excursion Prob.

Proportion

100

−1

10−2 10−4

10−5

10−6

10−7 −9

10−8

−11

10−10

10−13

10−12

10

80

proportion

reGP δ = 0.05

10−3

10

60

steps

(a) Ackley with d = 4 Excursion Prob. 10

Proportion

1

20

40

60

80

100

1

0.2

steps reGP δ = 0.05

0.4

0.6

0.8

1

1

proportion reGP δ = 0.1

reGP δ = 0.25

20

40

60

80

100

1

0.2

steps reGP δ = 0.5

reGP δ = 0.05

0.4

0.6

0.8

1

proportion reGP δ = 0.1

reGP δ = 0.25

reGP δ = 0.5

(d) Rosenbrock with d = 6

(c) Goldstein–Price

Figure 6. Sensitivity of RE GP to δ (results shown after n = 100 BO iterations). Left: median and 10%/90% quantiles of pmn = P(f (X) ≤ mn ), where mn is the best value observed after n evaluations and X ∼ µ. Right: fraction of runs reaching the prescribed target level.

reaching the prescribed target. Empirically, a large value of δ (e.g., δ = 0.5) consistently leads to degraded performance across the considered problems. In contrast, δ = 0.25 achieves the best overall performance and is consistently comparable to, or better than, smaller values such as δ = 0.05 and δ = 0.1. We therefore use δ = 0.25 for all RE GP experiments. F.4. Effect of the Choice of δ for TC GP on BO Performance Figure 7 studies the influence of the threshold parameter δ on TC GP. Performance is summarized by pmn = P(f (X) ≤ mn ), where mn is the best value observed after n evaluations and X ∼ µ (with µ uniform), and by the fraction of runs reaching the prescribed target. Empirically, δ = 0.05 provides the most robust behavior across the considered problem classes. Larger values (e.g., δ = 0.25) can yield the best performance on difficult but convex functions such as Goldstein–Price, although δ = 0.05 remains competitive there. On highly multimodal, nonconvex problems such as Ackley, smaller values of δ perform substantially better. We therefore use δ = 0.05 for all TC GP experiments. F.5. Calibration on a Fixed Dataset F.5.1. C ALIBRATION BELOW THE P RESCRIBED T HRESHOLD We evaluate whether TC GP, either with the combined objective or with objectives targeting only thresholded or occurrence calibration, improves calibration at the operational threshold tn = qn,δ used to select (β, λ), with δ ∈ {0.25, 0.1, 0.05}. The GP setup matches Section 6, except that we work with a fixed training dataset Dn of size n = 30d obtained from uniform sampling on X. For each test function, we generate 100 independent datasets and report averages over the replicates. For a given δ, calibration and predictive quality below qn,δ are assessed using three metrics: twCRPS (jointly measuring 23

Goal-Oriented Calibration of GP for BO Excursion Prob.

Proportion

Excursion Prob.

Proportion

100 10−1

10−2

10−3

10−4

10−5

10−6

10−7

10−8

10−9

10−10

10−11

10−12

10−13 1

20

40

60

80

100

1

0.2

0.4

steps

0.6

0.8

1

1

20

proportion

tcGP δ = 0.05

tcGP δ = 0.1

tcGP δ = 0.25

40

tcGP δ = 0.5

80

100

1

0.2

0.4

0.6

0.8

1

proportion

tcGP δ = 0.05

(a) Ackley with d = 4 Excursion Prob.

60

steps tcGP δ = 0.1

tcGP δ = 0.25

tcGP δ = 0.5

(b) Dixon–Price with d = 4 Proportion

Excursion Prob.

Proportion

100 10−1

10−2

10−3

10−4

10−5

10−6

10−7

10−8

10−9

10−10 10

10−11

−12

1

20

40

60

80

100

1

0.2

steps tcGP δ = 0.05

0.4

0.6

0.8

1

1

proportion tcGP δ = 0.1

tcGP δ = 0.25

20

40

60

80

100

1

0.2

steps tcGP δ = 0.5

tcGP δ = 0.05

0.4

0.6

0.8

1

proportion tcGP δ = 0.1

tcGP δ = 0.25

tcGP δ = 0.5

(d) Rosenbrock with d = 6

(c) Goldstein–Price

Figure 7. Sensitivity of TC GP to δ (results shown after n = 100 BO iterations). Left: median and 10%/90% quantiles of pmn = P(f (X) ≤ mn ), where mn is the best value observed after n evaluations and X ∼ µ. Right: fraction of runs reaching the prescribed target level.

calibration and sharpness below qn,δ ), rt (occurrence calibration at tn ), and tKS–PIT (thresholded µ–calibration below tn ). The tKS–PIT is computed using 4000 points sampled conditional on f (x) ≤ qn,δ by subset simulation (see Section 2 of Bect et al., 2017). In addition, 4000 points are sampled uniformly on X to estimate rt and twCRPS. Results are reported in Table 2. Overall, TC GP improves both rt and tKS–PIT for all values of δ, with smaller gains in twCRPS. The local variant TC GP-thres consistently improves tKS–PIT, but can worsen rt on some problems (e.g., Hartman with d = 6 and Ackley with d = 4). The marginal variant TC GP-occ improves rt but degrades tKS–PIT on several test functions. For Ackley, TC GP shows no improvement over the GP baseline for δ ∈ {0.25, 0.1}, and only a limited gain for δ = 0.05. F.5.2. C OMPARISON BETWEEN M ULTIPLE M ETHODS We evaluate whether RE GP and TC GP improve calibration below the current best value mn relative to a standard GP model. As above, we consider a fixed training dataset Dn of size n = 30d obtained from uniform sampling on X. Results are reported in Table 3. Overall, both methods achieve improved or comparable calibration across the test functions, with RE GP showing the largest gains on smooth (nearly convex) objectives and TC GP on the more challenging functions. On Ackley, we observe a marked improvement in both tKS–PIT and rt evaluated at mn relative to the other methods, while improvements at the calibration threshold t = qn,δ (with δ = 0.05) were more limited. This suggests that calibration below an operational threshold tn can still translate into substantial gains at more extreme levels t ≤ tn . A similar pattern is observed on Hartman6. F.6. Additional Results for EI and UCB F.6.1. A DDITIONAL R ESULTS FOR EI In this section, we report results on additional test functions in Figures 8 and 9. BO performance is summarized using two complementary views: the attained-level probability pmn = P(f (X) ≤ mn ), where mn is the best observed value after n 24

Goal-Oriented Calibration of GP for BO

Method

Goldstein Price twCRPS

rt

Rosenbrock6

tKS–PIT

twCRPS

rt

0.64 0.27 0.52 0.27

6.0e3 6.0e3 8.9e3 6e3

0.83 0.48 0.68 0.41 0.91 0.65 0.75 0.62

Hartman6

Dixon Price 4

twCRPS

rt

tKS–PIT

twCRPS

rt

0.01 0.16 0.01 0.14 0.0095 0.36 0.01 0.14

0.049 0.052 0.059 0.05

0.095 0.06 0.046 0.11

0.15 0.28 0.79 0.15

2.7e2 2.6e2 4.3e2 2.6e2

2.8e3 2.8e3 3.4e3 2.9e3

0.011 0.011 0.011 0.011

0.3 0.27 0.58 0.27

0.027 0.027 0.031 0.031

0.018 0.021 0.01 0.096

0.27 0.24 0.67 0.12

1.8e3 1.8e3 2.1e3 1.8e3

0.023 0.02 0.02 0.02

0.39 0.34 0.61 0.31

0.016 0.016 0.017 0.023

0.0088 0.39 0.016 0.18 0.011 0.39 0.09 0.15

tKS–PIT

Ackley4 twCRPS

rt

tKS–PIT

0.0059 0.16 0.0059 0.13 0.0071 0.42 0.0059 0.13

0.12 0.12 0.13 0.12

0.093 0.027 0.018 0.078

0.14 0.24 0.51 0.13

1.1e2 1.0e2 1.6e2 1.0e2

0.0047 0.22 0.0051 0.19 0.0057 0.44 0.0053 0.19

0.063 0.066 0.071 0.085

0.042 0.021 0.012 0.12

0.19 0.25 0.52 0.19

56 55 64 56

0.005 0.32 0.0054 0.26 0.0056 0.48 0.0059 0.27

0.042 0.044 0.045 0.14

0.014 0.025 0.011 0.16

0.29 0.28 0.42 0.22

tKS–PIT

n = 30, t = qn,δ , δ = 0.25 GP TC GP TC GP-occ TC GP-thres

6.9e2 5.7e2 6.1e2 5.8e2

0.04 0.036 0.036 0.036

n = 30, t = qn,δ , δ = 0.1 GP TC GP TC GP-occ TC GP-thres

6.0e2 5.1e2 5.2e2 5.1e2

0.11 0.065 0.065 0.065

n = 30, t = qn,δ , δ = 0.05 GP 5.8e2 TC GP δ = 0.05 5e2 TC GP-occ 4.9e2 4.9e2 TC GP-thres

0.16 0.089 0.09 0.089

Table 2. Comparison of calibration using the twCRPS, rt , and tKS–PIT below t = qn,δ for δ ∈ {0.25, 0.1, 0.05} for TC GP with the combined objective, or with tKS–PIT (TC GP-thres), or rt (TC GP-occ) to select the parameters, and standard GP, all calibrated below qn,δ . The twCRPS and rt are evaluated on a test grid (Xi , f (Xi ))m i=1 , with m = 4000, and the Xi s are uniformly distributed. tKS–PIT is approximated using another test grid (X̃i , f (X̃i ))m , with m = 4000, where f (X̃i ) ≤ qn,δ and the X̃i are sampled using a subset i=1 simulation algorithm (Bect et al., 2017).

Method

Goldstein Price twCRPS

Rosenbrock6

rt

tKS–PIT

twCRPS

rt

0.2 0.12 0.12 0.13 0.021 0.019 0.029

0.99 0.78 0.72 0.87 0.77 0.61 0.69

6.8e2 6.2e2 6.3e2 6.2e2 39 54 4.1e2

0.036 0.77 0.027 0.56 0.03 0.62 0.031 0.67 0.0039 0.66 0.0035 0.43 0.018 0.79

tKS–PIT

Hartman6 twCRPS

rt

tKS–PIT

Dixon Price 4 twCRPS

rt

16 14 15 14 5.3 11 25

0.015 0.83 0.011 0.68 0.012 0.74 0.012 0.73 0.0047 0.74 0.0055 0.66 0.015 0.82

tKS–PIT

Ackley4 twCRPS

rt

0.012 0.012 0.012 0.012 0.013 0.013 0.012

0.0061 0.72 0.0047 0.49 0.0059 0.66 0.0063 0.64 0.0046 0.95 0.0043 0.89 0.006 0.76

tKS–PIT

n = 30 GP 5.7e2 TC GP δ = 0.05 4.9e2 TC GP δ = 0.1 4.8e2 TC GP δ = 0.25 4.5e2 RE GP δ = 0.05 1.9 RE GP δ = 0.1 2.9 RE GP δ = 0.25 6.7

0.0016 0.0043 0.61 0.0015 0.0033 0.33 0.0015 0.004 0.59 0.0016 0.0044 0.83 0.0042 0.0048 0.89 0.0038 0.0038 0.84 0.0018 0.0032 0.72

Table 3. Comparison of calibration using the twCRPS, rt , and tKS–PIT below t = mn for TC GP with multiple δ, RE GP, and the standard GP. The calibration methods use thresholds based on qn,δ , while the metrics are evaluated at mn . The twCRPS and rt are evaluated on a test grid (Xi , f (Xi ))m i=1 , with m = 4000, and the Xi s are uniformly distributed. tKS–PIT is approximated using another test grid (X̃i , f (X̃i ))m , with m = 4000, where f (X̃i ) ≤ mn and the X̃i are sampled using a subset simulation algorithm (Bect et al., 2017). i=1

25

Goal-Oriented Calibration of GP for BO

iterations and X ∼ µ (here µ is uniform on X), and the fraction of runs that reach a prescribed target level. Overall, RE GP and TC GP consistently improve upon the standard GP baseline and typically outperform BCR GP and onGP. An exception is Ackley (d = 10), where onGP achieves the best performance. On the smoother (nearly convex) objectives, RE GP and TC GP are the top-performing methods; on the Perm function, TC GP yields only modest gains over the GP baseline compared to RE GP. On highly non-convex functions, TC GP most often provides the largest improvements. Figure 10 reports diagnostic experiments on moderate-dimensional test functions (d = 10 to d = 20) over 150 BO iterations. These results extend the controlled benchmark evidence beyond the main text, but do not constitute a high-dimensional BO evaluation.

Excursion Prob.

Proportion

Excursion Prob.

100

Proportion

10−1

10−2

10−4

10−4

10−7

10−6

10−10

10−8

10−13

10−10

10−16

10−12

10−19 1

50

100

150

200

1

0.2

steps

0.4

0.6

0.8

1

1

50

100

proportion

GP onGP

bcrGP

reGP δ = 0.25

150

200

1

0.2

steps

tcGP δ = 0.05

GP onGP

(a) Ackley with d = 4

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(b) Ackley with d = 10

Excursion Prob.

Proportion

Excursion Prob.

Proportion

100 10−2 10

10−3

−5

10−6

10−8

10−9

10−11

10−12

10−14

10−15 1

50

100

150

200

1

0.2

steps GP onGP

0.4

0.6

0.8

1

1

50

100

proportion bcrGP

reGP δ = 0.25

150

200

1

0.2

steps

tcGP δ = 0.05

GP onGP

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(d) Dixon–Price with d = 4

(c) Crossintray Excursion Prob.

Proportion

Excursion Prob.

100

101

10−2

10−4

10−4

10−9

10−6

10−14

10−8

Proportion

10−19

10−10

10−24

10−12

10−29

10−14 1

50

100

150

200

1

0.2

steps GP onGP

0.4

0.6

0.8

1

1

50

proportion bcrGP

reGP δ = 0.25

100

150

200

1

0.2

steps

tcGP δ = 0.05

GP onGP

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(f) Hartman with d = 6

(e) Goldstein–Price

Figure 8. Comparison of the BO performance with EI as sampling criteria for GP, RE GP with δ = 0.25, onGP and TC GP with δ = 0.05. Left: median and 10%/90% quantile of pmn = P(f (X) ≤ mn ), where mn is the best observed value so far. Right: fraction of successful runs reaching a prescribed target level.

26

Goal-Oriented Calibration of GP for BO

Excursion Prob.

Proportion

Excursion Prob.

100

100

10−4

10−3

−8

10−6

10−12

10−9

10−16

10−12

10−20

10−15

10

1

50

100

150

200

1

0.2

0.4

steps GP onGP

0.6

0.8

1

1

50

proportion bcrGP

reGP δ = 0.25

10

150

200

1

0.2

steps

tcGP δ = 0.05

GP onGP

(a) Michalewicz with d = 4 Excursion Prob.

1

100

Proportion

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(b) Rosenbrock with d = 6

Proportion

Excursion Prob.

Proportion

100

10−3

10−2

10−7 10−4

10−11 10−15

10−6

10−19

10−8

10−23

10−10 1

50

100

150

200

1

0.2

steps GP onGP

0.4

0.6

0.8

1

1

50

proportion bcrGP

reGP δ = 0.25

100

150

200

1

0.2

steps

tcGP δ = 0.05

GP onGP

(c) Shekel with m = 10

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(d) Perm with d = 6

Figure 9. Comparison of the BO performance with EI as sampling criteria for GP, RE GP with δ = 0.25, onGP and TC GP with δ = 0.05. Left: median and 10%/90% quantile of pmn = P(f (X) ≤ mn ), where mn is the best observed value so far. Right: fraction of successful runs reaching a prescribed target level.

27

Goal-Oriented Calibration of GP for BO

Excursion Prob.

Proportion

Excursion Prob.

10−1

Proportion

10−2

10−3

10−5

10−5

10−8

10−7

10−11

10−9

10−14

10−11

10−17

10−13 1

50

100

150

1

0.2

0.4

steps

0.6

0.8

1

1

50

proportion

GP onGP

bcrGP

reGP δ = 0.25

tcGP δ = 0.05

GP onGP

(a) Dixon–Price with d = 10 Excursion Prob.

100

150

1

0.2

steps

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(b) Dixon–Price with d = 20

Proportion

Excursion Prob.

Proportion

100 10−2

10−2 10

−4

10−5

10−6 10−8

10−8 10

−10

10−11

10−12

10−14

10−14 1

50

100

150

1

0.2

steps GP onGP

0.4

0.6

0.8

1

1

50

proportion bcrGP

reGP δ = 0.25

100

150

1

0.2

steps

tcGP δ = 0.05

GP onGP

(c) Rosenbrock with d = 10

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(d) Rosenbrock with d = 15

Figure 10. Comparison of the BO performance in moderate dimension d = 10 to d = 20 for 150 iterations with EI as sampling criteria for GP, RE GP with δ = 0.25, onGP and TC GP with δ = 0.05. Left: median and 10%/90% quantile of pmn = P(f (X) ≤ mn ), where mn is the best observed value so far. Right: fraction of successful runs reaching a prescribed target level.

28

Goal-Oriented Calibration of GP for BO

F.6.2. R ESULTS FOR UCB We compare a standard GP model and TC GP using the upper confidence bound (UCB) sampling criterion (Lai & Robbins, 1985; Auer et al., 2002; Srinivas et al., 2010), to assess whether tail calibration also affects a criterion other than EI. As above, BO performance is summarized by the probability of excursion pmn = P(f (X) ≤ mn ), where mn is the best observed value after n iterations, and by the fraction of runs reaching a prescribed target level, which provides a complementary view of method reliability. UCB with a GP model. Fix ε ∈ (0, 1]. With a Gaussian predictive distribution, the (1 − ε) lower confidence bound used for minimization is fn (x) − Φ−1 (1 − ε) σn (x), (93) where Φ denotes the standard normal CDF. UCB with TC GP. With TC GP parameters (β, λ), the predictive distribution is generalized normal, and the corresponding (1 − ε) lower confidence bound becomes fn (x) − Θ−1 β,0,1 (1 − ε) λ σn (x),

(94)

where Θβ,0,1 is the CDF defined in (3). Results are reported in Figures 11 and 12 with UCB and ε = 0.1. Overall, TC GP outperforms the GP baseline on most test functions. On Ackley (d = 4) the gains are modest and results are similar for Ackley (d = 10); in these cases UCB with a standard GP is already strong, making improvements harder to obtain.

29

Goal-Oriented Calibration of GP for BO

Excursion Prob. 10

Proportion

Excursion Prob.

−1

10−2

10−4

10−6

10−7

10−10

10−10

10−14

−13

10−18

10−16

10−22

10

1

50

100

150

200

1

0.2

steps

0.4

0.6

0.8

1

1

50

100

proportion

GP onGP

bcrGP

reGP δ = 0.25

GP onGP

200

1

0.2

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(b) Ackley with d = 10 Proportion

Excursion Prob.

100

Proportion

10−1

10−3

10−5

10−6

10−9

10−9

10−13

−12

10−17 10−21

10−15 1

50

100

150

200

1

0.2

steps GP onGP

0.4

0.6

0.8

1

1

50

100

proportion bcrGP

reGP δ = 0.25

150

200

1

0.2

steps

tcGP δ = 0.05

GP onGP

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(d) Dixon–Price with d = 4

(c) Crossintray Excursion Prob.

Proportion

Excursion Prob.

100

10

10−2

Proportion

−2

10−7

10−4

10−12

10−6

10−17

10−8

10−22

10−10

10−27

10−12 10

150

steps

tcGP δ = 0.05

(a) Ackley with d = 4 Excursion Prob.

10

Proportion

10−32

−14

1

50

100

150

200

1

0.2

steps GP onGP

0.4

0.6

0.8

1

1

50

proportion bcrGP

reGP δ = 0.25

100

150

200

1

0.2

steps

tcGP δ = 0.05

GP onGP

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(f) Hartman with d = 6

(e) Goldstein–Price

Figure 11. Comparison of the BO performance with UCB with ε = 0.1 as sampling criteria for GP, and TC GP with δ = 0.05. Left: median and 10%/90% quantile of pmn = P(f (X) ≤ mn ), where mn is the best observed value so far. Right: fraction of successful runs reaching a prescribed target level.

30

Goal-Oriented Calibration of GP for BO

Excursion Prob.

Proportion

Excursion Prob.

Proportion

101 10

10−3

−1

10−4

10−7 10−11

10−7

10−15

10−10

10−19

10−13

10−23

10−16 1

50

100

150

200

1

0.2

0.4

steps GP onGP

0.6

0.8

1

1

50

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

GP onGP

(a) Michalewicz with d = 4 Excursion Prob.

100

150

200

1

0.2

steps

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(b) Rosenbrock with d = 6

Proportion

Excursion Prob.

Proportion

100

100 10−4

10−2

10−8

10−4

10−12

10−6

10−16 10−20

10−8

10−24

10−10 1

50

100

150

200

1

0.2

steps GP onGP

0.4

0.6

0.8

1

1

50

proportion bcrGP

reGP δ = 0.25

100

150

200

1

0.2

steps

tcGP δ = 0.05

GP onGP

(c) Shekel with m = 10

0.4

0.6

0.8

1

proportion bcrGP

reGP δ = 0.25

tcGP δ = 0.05

(d) Perm with d = 6

Figure 12. Comparison of the BO performance with UCB with ε = 0.1 as sampling criteria for GP, and TC GP with δ = 0.05. Left: median and 10%/90% quantile of pmn = P(f (X) ≤ mn ), where mn is the best observed value so far. Right: fraction of successful runs reaching a prescribed target level.

31

Record · ID 204771 · SHA-256 0521fa0bcbba737c
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.