Bayesian Optimization for Function-Valued Responses under Min-Max Criteria
Pith reviewed 2026-05-17 04:08 UTC · model grok-4.3
The pith
A Bayesian optimization method minimizes the largest error anywhere in a functional response instead of the average error.
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
MM-FBO represents functional responses using functional principal component analysis and builds Gaussian process surrogates on the resulting scores. It introduces an integrated uncertainty acquisition function that minimizes the maximum expected error across the functional domain, with a discretization bound for the worst-case objective and a consistency result that the acquisition converges to the true min-max objective as surrogate accuracy increases and uncertainty vanishes.
What carries the argument
The integrated uncertainty acquisition function that balances exploitation of the current worst-case expected error with exploration of functional-domain uncertainty derived from the FPCA score models.
If this is right
- In electromagnetic scattering design the method avoids large deviations at any single wavelength even when average performance looks acceptable.
- For vapor phase infiltration processes the optimizer focuses evaluations on inputs that reduce the highest local infiltration error.
- As the number of evaluations grows the Gaussian process models on the principal component scores tighten, driving the acquisition closer to the true min-max optimum.
- Standard integrated-error Bayesian optimization can converge to points that leave unacceptable peak errors in some regions of the response domain.
Where Pith is reading between the lines
- The same min-max framing could be applied to spatial field responses in fluid or heat transfer simulations where local hotspots matter more than the spatial average.
- It may be worth testing whether replacing FPCA with other basis expansions alters the worst-case performance on responses that contain sharp localized features.
- The consistency guarantee suggests the framework could serve as a template for adding worst-case criteria to other surrogate-based methods that currently optimize averages.
Load-bearing premise
A low-dimensional set of functional principal components can capture the full range of worst-case deviations in the response without omitting critical local peaks.
What would settle it
An experiment on a synthetic functional benchmark where the input that minimizes maximum error differs from the input that minimizes average error, with direct measurement of whether MM-FBO returns a smaller true maximum error than integrated-error baselines.
Figures
read the original abstract
Bayesian optimization is widely used for optimizing expensive black box functions, but most existing approaches focus on scalar responses. In many scientific and engineering settings the response is functional, varying smoothly over an index such as time or wavelength, which makes classical formulations inadequate. Existing methods often minimize integrated error, which captures average performance but neglects worst case deviations. To address this limitation we propose min-max Functional Bayesian Optimization (MM-FBO), a framework that directly minimizes the maximum error across the functional domain. Functional responses are represented using functional principal component analysis, and Gaussian process surrogates are constructed for the principal component scores. Building on this representation, MM-FBO introduces an integrated uncertainty acquisition function that balances exploitation of worst case expected error with exploration across the functional domain. We provide two theoretical guarantees: a discretization bound for the worst case objective, and a consistency result showing that as the surrogate becomes accurate and uncertainty vanishes, the acquisition converges to the true min-max objective. We validate the method through experiments on synthetic benchmarks and physics inspired case studies involving electromagnetic scattering by metaphotonic devices and vapor phase infiltration. Results show that MM-FBO consistently outperforms existing baselines and highlights the importance of explicitly modeling functional uncertainty in Bayesian optimization.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes min-max Functional Bayesian Optimization (MM-FBO) for black-box optimization with functional responses. Functional outputs are represented via functional principal component analysis (FPCA), Gaussian process surrogates are fit to the resulting scores, and an integrated uncertainty acquisition function is introduced to directly target the maximum error across the functional domain rather than integrated error. Two theoretical results are stated: a discretization bound on the worst-case objective and a consistency guarantee that the acquisition converges to the true min-max objective as surrogate accuracy increases and uncertainty vanishes. The approach is evaluated on synthetic benchmarks and physics-inspired case studies in electromagnetic scattering by metaphotonic devices and vapor phase infiltration, where it outperforms existing baselines.
Significance. If the discretization bound and consistency result hold without hidden circularity and the experimental outperformance is reproducible, the work addresses a genuine gap in functional Bayesian optimization by prioritizing worst-case rather than average performance. The combination of FPCA representation with an acquisition that explicitly integrates uncertainty across the domain is a constructive contribution, and the physics-inspired experiments provide relevant validation. The theoretical guarantees, even if standard in parts, add value when tied to the min-max criterion.
major comments (2)
- [Theoretical guarantees (discretization bound and consistency result)] The consistency result (stated in the abstract and presumably proved in the theoretical section) frames convergence to the true min-max objective as surrogate accuracy increases. However, this relies on the FPCA representation faithfully preserving the sup-norm deviations that define the min-max criterion. Standard FPCA controls L2 error but does not automatically bound pointwise supremum deviations; without an explicit sup-norm control or remainder term bound on the truncation error, the discretization bound and consistency claim are not fully supported for the stated objective.
- [Functional response representation via FPCA] The central modeling step assumes that a low-dimensional FPCA basis suffices to capture functional responses for the min-max acquisition. If retained components miss localized peaks or high-frequency structure, the surrogate and integrated uncertainty acquisition will systematically underestimate worst-case error. The manuscript should either derive a sup-norm error bound relative to the min-max objective or provide empirical diagnostics showing that truncation bias is negligible compared with the GP uncertainty term.
minor comments (2)
- [Abstract] The abstract introduces the 'integrated uncertainty acquisition function' without a one-sentence description of its functional form or how it trades off worst-case expected error against domain-wide exploration; adding this would improve readability.
- [Experiments] In the experimental section, reporting the number of independent runs, statistical significance tests, and error bars on the performance plots would make the outperformance claims easier to assess.
Simulated Author's Rebuttal
We thank the referee for the constructive and detailed comments on the theoretical foundations of MM-FBO. The observations regarding sup-norm control in the FPCA representation and consistency guarantees are well-taken and help clarify the scope of our results. We respond to each major comment below and indicate the revisions we will make.
read point-by-point responses
-
Referee: The consistency result (stated in the abstract and presumably proved in the theoretical section) frames convergence to the true min-max objective as surrogate accuracy increases. However, this relies on the FPCA representation faithfully preserving the sup-norm deviations that define the min-max criterion. Standard FPCA controls L2 error but does not automatically bound pointwise supremum deviations; without an explicit sup-norm control or remainder term bound on the truncation error, the discretization bound and consistency claim are not fully supported for the stated objective.
Authors: We agree that the distinction between L2 and sup-norm is important for the min-max criterion. The discretization bound and consistency result are formally stated for the finite-dimensional objective obtained after FPCA truncation; the acquisition function is defined on the scores and converges to the min-max value of the truncated response as GP uncertainty vanishes. To make the connection to the original functional objective explicit, we will revise the theoretical section to include a short discussion of uniform-norm truncation error under standard smoothness assumptions on the response functions (e.g., Hölder or Sobolev regularity), citing known FPCA convergence rates in the uniform norm. This addition clarifies the scope without changing the stated theorems. revision: partial
-
Referee: The central modeling step assumes that a low-dimensional FPCA basis suffices to capture functional responses for the min-max acquisition. If retained components miss localized peaks or high-frequency structure, the surrogate and integrated uncertainty acquisition will systematically underestimate worst-case error. The manuscript should either derive a sup-norm error bound relative to the min-max objective or provide empirical diagnostics showing that truncation bias is negligible compared with the GP uncertainty term.
Authors: This concern is valid for responses with sharp localized features. In the reported experiments the functional responses are smooth (electromagnetic scattering and infiltration profiles), and we retain components explaining at least 95% of variance. We will add empirical diagnostics to the revised experimental section: sup-norm reconstruction error plots on held-out trajectories and a direct comparison of truncation bias versus GP predictive standard deviation at the points where the acquisition evaluates worst-case error. These diagnostics will demonstrate that, for the problem classes considered, truncation bias remains smaller than the uncertainty term driving exploration. revision: yes
Circularity Check
No circularity: derivation relies on standard GP consistency and FPCA representation without self-referential reduction
full rationale
The paper defines MM-FBO via FPCA truncation of functional responses followed by independent GP surrogates on the scores, then constructs an integrated uncertainty acquisition for the min-max objective. The stated discretization bound and consistency result are presented as limits under vanishing surrogate error and uncertainty, drawing on generic GP convergence properties rather than equating any output to a fitted input by construction. No self-citation chain, ansatz smuggling, or renaming of known results is load-bearing for the central claims; the framework retains independent content in its choice of min-max criterion and acquisition design.
Axiom & Free-Parameter Ledger
axioms (1)
- domain assumption Functional responses vary smoothly and can be well-approximated by a finite set of principal components
invented entities (1)
-
Integrated uncertainty acquisition function
no independent evidence
Lean theorems connected to this paper
-
IndisputableMonolith/Cost/FunctionalEquation.leanwashburn_uniqueness_aczel unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
Functional responses are represented using functional principal component analysis, and Gaussian process surrogates are constructed for the principal component scores... α(θ) = max_λ μ_e(θ, λ) − κ ∫ σ_e(θ, λ) dν(λ)
-
IndisputableMonolith/Foundation/ArithmeticFromLogic.leanreality_from_one_distinction unclear?
unclearRelation between the paper passage and the cited Recognition theorem.
We provide two theoretical guarantees: a discretization bound for the worst case objective, and a consistency result...
What do these tags mean?
- matches
- The paper's claim is directly supported by a theorem in the formal canon.
- supports
- The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
- extends
- The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
- uses
- The paper appears to rely on the theorem as machinery.
- contradicts
- The paper's claim conflicts with a theorem or certificate in the canon.
- unclear
- Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.
Reference graph
Works this paper leans on
-
[1]
A gentle introduction to bayesian optimization
Antonio Candelieri. A gentle introduction to bayesian optimization. InWinter Simulation Conference, 2021. Eleonora Cara, Irdi Murataj, Gianluca Milano, Natascia De Leo, Luca Boarino, and Federico Ferrarese Lupi. Recent advances in sequential infiltration synthesis applications using block copolymers.Nanomaterials, 11(4):994, 2021. Mingkun Chen, Robert Lup...
work page 2021
-
[2]
Ahadi, Marzban, Adibi and Paynabar Stefano Conti and Anthony O’Hagan. Bayesian emulation of complex multi–output and dynamic computer models.Journal of Statistical Planning and Inference, 140(3):640–651, 2010. Chaofan Huang, Yi Ren, Emily K McGuinness, Mark D Losego, Ryan P Lively, and V Roshan Joseph. Bayesian optimization of functional output in inverse...
-
[3]
24 Min-Max Bayesian Optimization Appendix A
Ahadi, Marzban, Adibi and Paynabar design of photonic nanostructures: breaking the geometric complexity.Acs Photonics, 9 (2):714–721, 2022. 24 Min-Max Bayesian Optimization Appendix A. In this appendix, we prove Proposition 1: ProofFixθ∈Θ. For anyλ∈Λ choose an indexm(λ)∈ {1, . . . , T}with|λ−λ m(λ)| ≤h T . By the modulus of continuity, e(θ, λ)≤e θ, λm(λ) ...
work page 2022
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.