Table of Contents
Fetching ...

Targeted Adaptive Design

Carlo Graziani, Marieme Ngom

TL;DR

Targeted Adaptive Design (TAD) addresses the problem of locating a high-dimensional target design $f_T$ within tolerance $\tau$ using expensive, noisy mappings $f:X\to Y$. It builds a vector-valued Gaussian process surrogate and employs a closed-form ELPPD-based acquisition, coupled with the expected information gain, to batch-sample control settings and adaptively balance exploration and exploitation. The framework includes rigorous model validation, dynamic complexity adjustment, and stopping rules that declare either convergence to a solution within tolerance or global convergence failure when the target is unlikely. Empirically, TAD demonstrates robust convergence on twin-peak and DTLZ4 benchmarks and outperforms an $L_2$-based baseline by exploiting directional uncertainty, with practical implications for efficient design of advanced manufacturing processes. The approach advances Bayesian optimization and adaptive experimental design by explicitly incorporating per-output tolerances and information-theoretic stopping criteria in a scalable, gradient-friendly, batch-sequential setting.

Abstract

Modern advanced manufacturing and advanced materials design often require searches of relatively high-dimensional process control parameter spaces for settings that result in optimal structure, property, and performance parameters. The mapping from the former to the latter must be determined from noisy experiments or from expensive simulations. We abstract this problem to a mathematical framework in which an unknown function from a control space to a design space must be ascertained by means of expensive noisy measurements, which locate optimal control settings generating desired design features within specified tolerances, with quantified uncertainty. We describe targeted adaptive design (TAD), a new algorithm that performs this sampling task efficiently. TAD creates a Gaussian process surrogate model of the unknown mapping at each iterative stage, proposing a new batch of control settings to sample experimentally and optimizing the updated log-predictive likelihood of the target design. TAD either stops upon locating a solution with uncertainties that fit inside the tolerance box or uses a measure of expected future information to determine that the search space has been exhausted with no solution. TAD thus embodies the exploration-exploitation tension in a manner that recalls, but is essentially different from, Bayesian optimization and optimal experimental design.

Targeted Adaptive Design

TL;DR

Targeted Adaptive Design (TAD) addresses the problem of locating a high-dimensional target design within tolerance using expensive, noisy mappings . It builds a vector-valued Gaussian process surrogate and employs a closed-form ELPPD-based acquisition, coupled with the expected information gain, to batch-sample control settings and adaptively balance exploration and exploitation. The framework includes rigorous model validation, dynamic complexity adjustment, and stopping rules that declare either convergence to a solution within tolerance or global convergence failure when the target is unlikely. Empirically, TAD demonstrates robust convergence on twin-peak and DTLZ4 benchmarks and outperforms an -based baseline by exploiting directional uncertainty, with practical implications for efficient design of advanced manufacturing processes. The approach advances Bayesian optimization and adaptive experimental design by explicitly incorporating per-output tolerances and information-theoretic stopping criteria in a scalable, gradient-friendly, batch-sequential setting.

Abstract

Modern advanced manufacturing and advanced materials design often require searches of relatively high-dimensional process control parameter spaces for settings that result in optimal structure, property, and performance parameters. The mapping from the former to the latter must be determined from noisy experiments or from expensive simulations. We abstract this problem to a mathematical framework in which an unknown function from a control space to a design space must be ascertained by means of expensive noisy measurements, which locate optimal control settings generating desired design features within specified tolerances, with quantified uncertainty. We describe targeted adaptive design (TAD), a new algorithm that performs this sampling task efficiently. TAD creates a Gaussian process surrogate model of the unknown mapping at each iterative stage, proposing a new batch of control settings to sample experimentally and optimizing the updated log-predictive likelihood of the target design. TAD either stops upon locating a solution with uncertainties that fit inside the tolerance box or uses a measure of expected future information to determine that the search space has been exhausted with no solution. TAD thus embodies the exploration-exploitation tension in a manner that recalls, but is essentially different from, Bayesian optimization and optimal experimental design.
Paper Structure (24 sections, 4 theorems, 57 equations, 15 figures, 3 algorithms)

This paper contains 24 sections, 4 theorems, 57 equations, 15 figures, 3 algorithms.

Key Result

Theorem 2.1

\newlabelthm:TAD_of0 The TAD acquisition function $\mathcal{L}_{TAD}(x,\bm{x}_1,\bm{g}_1,\bm{x}_2)$ of Equation eq:TAD_Obj_1 has the following explicit functional form:

Figures (15)

  • Figure 1: Schematic illustration of the TAD algorithm. The panels display an idealized problem in which the control space is collapsed onto the $x$-axis and the design space is collapsed onto the $y$-axis. The algorithm samples the control space to discover the shape of the response surface while searching the space for the target design. The top panels illustrate the case where a control setting exists such that the target design exists, within tolerance. The bottom panels illustrate the case where no such design is to be found. \newlabelfigure:Illustration0
  • Figure 1: Pointwise residuals. Left column: Absolute residuals between predictive mean and target function. Right column: Residuals normalized to root predictive variance. \newlabelfig:predmean_20
  • Figure 2: Test function for numerical experiments. The black square is the location of the target value for the "convergence/success" test.
  • Figure 2: Model validation, convergence/success case. \newlabelfig:qcheck0
  • Figure 3: Evolution of TAD "2" samples and solution. \newlabelfig:evolsol0
  • ...and 10 more figures

Theorems & Definitions (8)

  • Theorem 2.1: TAD acquisition function
  • Proof 1
  • Theorem 2.2
  • Lemma A.1: Gaussian Prediction Update
  • Proof 2
  • Remark A.2
  • Theorem B.1: Noise-Free Limit
  • Proof 3