Finding the Needle in a Haystack: Test-Time Analog Circuit Representation Adaptation for Bayesian Optimization

arXiv cs.LG Papers

Summary

This paper introduces TTARO, an online deep-kernel Bayesian optimization framework that adapts circuit representations at test time using evaluated figure-of-merit labels. It improves sample efficiency for analog circuit topology search, reducing regret AUC by 15.2% over standard BO and 20.7% over fixed deep kernel learning.

arXiv:2608.12687v1 Announce Type: new Abstract: Bayesian optimization (BO) is a sample-efficient framework for analog circuit topology search, where evaluating each candidate topology can require costly simulation. However, representation-based BO methods typically treat circuit embeddings as fixed after encoder training. This creates a mismatch between representation learning and optimization: embeddings learned to encode or reconstruct circuit structure are not necessarily organized according to the figure of merit (FoM) being optimized. This paper introduces Test-Time Analog Representation Adaptation for Bayesian Optimization (TTARO), an online deep-kernel BO framework that adapts circuit representations throughout the search process. Starting from pretrained circuit embeddings, TTARO jointly learns a nonlinear feature transformation and a Gaussian-process surrogate using the FoM labels of the circuits evaluated so far. Following each new evaluation, TTARO updates the representation and surrogate before selecting the next candidate. We compare TTARO with conventional Gaussian Process-based BO over fixed embeddings and with Deep Kernel Learning (DKL), which learns the representation only from the initial evaluated designs and keeps it fixed throughout the remainder of the search. By continually incorporating newly observed FoM labels into representation learning, TTARO aligns the search space with the optimization objective as BO progresses. In our experiments, TTARO reduces regret AUC by 15.2% on average relative to BO and by 20.7% relative to DKL across 40 encoder/kernel/acquisition settings, outperforming prior art in most settings with reductions as large as 46.7%.
Original Article
View Cached Full Text

Cached at: 08/14/26, 09:31 AM

# Finding the Needle in a Haystack: Test-Time Analog Circuit Representation Adaptation for Bayesian Optimization
Source: [https://arxiv.org/html/2608.12687](https://arxiv.org/html/2608.12687)
Sounak DuttaPaul D\. FranzonThanks:This paper was produced by the Department of Electrical and Computer Engineering, North Carolina State University, Raleigh, NC, USA\.Thanks:Manuscript received Month DD, 2026; revised Month DD, 2026\.

###### Abstract

Bayesian optimization \(BO\) is a sample\-efficient framework for analog circuit topology search, where evaluating each candidate topology can require costly simulation\. However, representation\-based BO methods typically treat circuit embeddings as fixed after encoder training\. This creates a mismatch between representation learning and optimization: embeddings learned to encode or reconstruct circuit structure are not necessarily organized according to the figure of merit \(FoM\) being optimized\. This paper introducesTest\-TimeAnalogRepresentation Adaptation for BayesianOptimization \(TTARO\), an online deep\-kernel BO framework that adapts circuit representations throughout the search process\. Starting from pretrained circuit embeddings, TTARO jointly learns a nonlinear feature transformation and a Gaussian\-process surrogate using the FoM labels of the circuits evaluated so far\. Following each new evaluation, TTARO updates the representation and surrogate before selecting the next candidate\. We compare TTARO with conventional Gaussian Process\-based BO over fixed embeddings and with Deep Kernel Learning \(DKL\), which learns the representation only from the initial evaluated designs and keeps it fixed throughout the remainder of the search\. By continually incorporating newly observed FoM labels into representation learning, TTARO aligns the search space with the optimization objective as BO progresses\. In our experiments, TTARO reduces regret AUC by 15\.2% on average relative to BO and by 20\.7% relative to DKL across 40 encoder/kernel/acquisition settings, outperforming prior art in most settings with reductions as large as 46\.7%\.

###### Index Terms:

Analog circuit design, Bayesian optimization, representation learning, topology synthesis, electronic design automation, online adaptation\.

## IIntroduction and Motivation

Analog circuit topology design remains a central challenge in electronic design automation because the search space is discrete, structured, and expensive to evaluate\. A candidate topology must often be decoded, sized, simulated, and checked against design constraints before its quality is known\. These costs make sample efficiency essential\.

![Refer to caption](https://arxiv.org/html/2608.12687v1/figs/rep_before_after_combined_percentile_top2_301_cktgnn_ttaro_ts_alt03_ckt_bench_301_cktgnn_bo_bench_dkbo_ts_20260327214421.png)Fig\. 1:Two\-dimensional UMAP\[[13](https://arxiv.org/html/2608.12687#bib.bib4)\]visualization analog topology representations before and after TTARO adaptation, with each candidate colored by its FoM percentile\.Before adaptation, high\- and low\-performing circuits are broadly intermixed throughout the representation space\. After TTARO, the FoM exhibits substantially stronger spatial organization, with high\-performing candidates concentrated within a more coherent region\. This objective\-aligned geometry allows the Gaussian\-process kernel to assign greater similarity to circuits with comparable performance, improving surrogate generalization and enabling the acquisition function to target promising regions more effectively\.Recent learning\-assisted approaches encode circuit topologies into latent spaces and perform optimization over the resulting representations\[[17](https://arxiv.org/html/2608.12687#bib.bib9),[4](https://arxiv.org/html/2608.12687#bib.bib10),[12](https://arxiv.org/html/2608.12687#bib.bib7)\]\. This strategy makes topology search compatible with continuous black\-box optimization methods such as Bayesian optimization \(BO\)\. Adjacent work further reflects the broader shift toward representation\-centric analog design, including generative topology models such as AnalogGenie and circuit\-level representation learning methods such as Ckt2Vec\[[6](https://arxiv.org/html/2608.12687#bib.bib11),[31](https://arxiv.org/html/2608.12687#bib.bib5)\]\. However, in latent\-space BO frameworks, the learned representation is usually fixed before BO begins\. As a result, the optimizer must operate in whatever geometry the encoder provides, even when that geometry is poorly aligned with the target FoM\.

This paper introducesTest\-TimeAnalogRepresentation Adaptation for BayesianOptimization \(TTARO\), an online deep\-kernel Bayesian optimization framework that learns an objective\-aware transformation of pretrained circuit embeddings as figure\-of\-merit \(FoM\) observations accumulate\. At each BO iteration, TTARO jointly refits a nonlinear feature transformation and Gaussian\-process \(GP\) surrogate using the circuits evaluated so far, then applies an arbitrary acquisition function to select the next candidate from the circuit bank\. We compare TTARO against conventional GP\-based BO over fixed embeddings, the celebrated Deep\-Kernel Learning technique\[[28](https://arxiv.org/html/2608.12687#bib.bib15)\], which learns and freezes the transformation using only the initial evaluated designs, and an oracle fixed representation learned using all available FoM labels\.

To investigate if TTARO improves optimization, we perform exhaustive experiments across permutations of multiple circuit encoders, kernels and acquisition functions, using two publicly available circuit benchmark search spaces\.

The contributions of this paper are:

- •We introduce Test\-Time Analog Representation Adaptation, an online deep\-kernel Bayesian optimization framework that repeatedly learns an objective\-aware transformation of pretrained circuit embeddings as new FoM observations become available\. As far as we are aware, no prior art has explored this framework for analog circuit topologies\.
- •We show that TTARO is a general BO framework compatible with expected improvement, upper confidence bound, and Thompson sampling, as well as linear and radial basis function Gaussian\-process kernels\.
- •We conduct a large\-scale evaluation comprising 160 principal configurations across two public circuit\-topology benchmarks, eight benchmark–encoder pairings, four representation regimes, and five kernel–acquisition settings, with each configuration evaluated over 20 random seeds\.

To the best of our knowledge, this is the most comprehensive evaluation ever performed concerning BO for analog circuit topology search\.

## IIBackground and Related Work

### II\-AAnalog Circuit Topology Search

Analog circuit design is commonly separated into topology selection and device sizing\. Device sizing has received substantial attention because, once the topology is fixed, the remaining design variables can be treated as continuous parameters and optimized with simulation\-driven methods\. Bayesian optimization has been used in this setting to reduce the number of expensive circuit simulations, including neural\-network\-assisted BO for analog circuit synthesis\[[34](https://arxiv.org/html/2608.12687#bib.bib6)\]and transfer\-oriented BO for transistor sizing across circuit designs and technology nodes\[[30](https://arxiv.org/html/2608.12687#bib.bib16)\]\. Related active\-learning methods also treat simulation cost as the primary bottleneck and iteratively select circuit candidates whose evaluation is expected to improve the predictive model\[[8](https://arxiv.org/html/2608.12687#bib.bib17),[5](https://arxiv.org/html/2608.12687#bib.bib2)\]\.

Topology search is more difficult because candidate circuits are discrete, structured, and constrained by electrical validity\. One line of work represents op\-amp topologies at the behavioral level and searches over a lower\-dimensional space\. Lu et al\. encode op\-amp behavioral topologies as directed acyclic graphs, learn continuous embeddings with a variational graph autoencoder, and perform topology search in the embedding space using BO before decoding selected points back to circuit topologies\[[12](https://arxiv.org/html/2608.12687#bib.bib7)\]\. ATOM extends this direction by defining a designer\-comprehensible behavior\-level op\-amp design space, learning continuous topological representations, and using freeze\-thaw BO to allocate simulation effort efficiently across candidate topologies\[[17](https://arxiv.org/html/2608.12687#bib.bib9)\]\. INTO\-OA takes a different route: rather than forcing the topology space into a continuous latent space, it applies a Weisfeiler\-Lehman \(WL\) graph kernel inside a GP surrogate and uses gradient information from the surrogate to identify performance\-critical substructures and support interpretable topology refinement\[[26](https://arxiv.org/html/2608.12687#bib.bib3),[16](https://arxiv.org/html/2608.12687#bib.bib8)\]\.

![Refer to caption](https://arxiv.org/html/2608.12687v1/figs/representation_dkl_umap_top2_301_cktgnn.png)Fig\. 2:Two\-dimensional UMAP visualization of the DKL representation for Ckt\-Bench\-301 using CktGNN embeddings\.Circuits within the top 2% of the FoM distribution are highlighted in orange, while all remaining candidates are shown in gray\. Although DKL introduces localized performance structure, high\- and low\-performing circuits remain interspersed throughout much of the representation space\. Because this representation is learned once and then frozen during DKL, it cannot incorporate the additional FoM evidence collected during Bayesian optimization\. This motivates TTARO, which continually revises the surrogate geometry as new circuit evaluations become available\.Recent work has also framed circuit topology design as graph or sequence generation\. CktGNN represents circuits using a two\-level graph neural network over a predefined subgraph basis and introduces the Open Circuit Benchmark for reproducible topology and sizing experiments over operational amplifiers\[[4](https://arxiv.org/html/2608.12687#bib.bib10)\]\. AnalogGenie broadens the generative setting by building a larger analog\-circuit topology dataset and representing circuits as pin\-level graphs sequentialized through Eulerian circuits, enabling generation beyond a single op\-amp topology family\[[6](https://arxiv.org/html/2608.12687#bib.bib11)\]\. These methods show that learned circuit representations can support topology search, generation, and benchmarking, but they also create a new modeling question: how should an optimizer use a representation once circuit\-level FoM observations begin to accumulate?

### II\-BCircuit Representation Learning

Circuit representations must preserve both graph structure and circuit\-relevant behavior\. Generic graph encoders can capture connectivity, but analog circuits also contain directionality, functional substructures, device types, and continuous electrical characteristics\. CktGNN addresses this by representing each circuit as a composition of subgraphs from a known basis and applying inner and outer GNNs to encode local circuit motifs and global directed message passing\[[4](https://arxiv.org/html/2608.12687#bib.bib10)\]\. Related circuit\-graph learning work has also studied representation quality for circuit equivalence tasks to detect circuit graph isomorphism efficiently\[[1](https://arxiv.org/html/2608.12687#bib.bib1)\]\. In op\-amp topology optimization, graph autoencoders have been used to map discrete behavioral topologies to continuous representations suitable for surrogate modeling and search\[[12](https://arxiv.org/html/2608.12687#bib.bib7),[17](https://arxiv.org/html/2608.12687#bib.bib9)\]\. Graph\-kernel methods provide an alternative representation route by measuring structural similarity directly in graph space, as in INTO\-OA’s WL\-kernel surrogate\[[16](https://arxiv.org/html/2608.12687#bib.bib8)\]\.

Other methods focus on making circuit embeddings more faithful to analog\-domain semantics\. Ckt2Vec argues that one\-hot and text\-based device encodings are limited because they do not reflect continuous electrical behavior; it instead extracts frequency\-domain features from device I\-V curves and combines these electrical features with graph contrastive learning for circuit\-level representation learning\[[31](https://arxiv.org/html/2608.12687#bib.bib5)\]\. AnalogGenie similarly emphasizes representation fidelity, but from a generative perspective: by modeling device pins rather than whole devices as graph nodes, it avoids ambiguous mappings between generated graphs and valid circuit netlists\[[6](https://arxiv.org/html/2608.12687#bib.bib11)\]\. Together, these works illustrate that the choice of representation is not a neutral preprocessing step\. It determines which notions of circuit similarity are visible to downstream prediction, generation, and optimization models\.

![Refer to caption](https://arxiv.org/html/2608.12687v1/system_overview_ttaro_v2.png)Fig\. 3:Overview of Test\-Time Analog Representation Adaptation for Bayesian Optimization \(TTARO\)\.Candidate circuit topologies are first mapped by a pretrained encoder to fixed representations\. At each BO iteration, TTARO uses the observed FoM data to adapt these representations, which are then used by the GP surrogate to compute acquisition scores and select the next circuit for evaluation\. The newly observed FoM is added to the dataset, and the representation adaptation and BO procedure are repeated until the evaluation budget is exhausted\. TTARO is agnostic to the choice of circuit encoder, acquisition function, and GP kernel\.
### II\-CBayesian Optimization in Learned Latent Spaces

BO is attractive for analog design because it explicitly targets expensive black\-box objectives with a small evaluation budget\. A GP surrogate provides both a predictive mean and uncertainty estimate, while an acquisition function such as expected improvement \(EI\), upper confidence bound \(UCB\), or Thompson sampling \(TS\) chooses the next candidate to evaluate\[[9](https://arxiv.org/html/2608.12687#bib.bib31),[20](https://arxiv.org/html/2608.12687#bib.bib24),[23](https://arxiv.org/html/2608.12687#bib.bib32)\]\. In analog design, this framework has been used for device sizing and synthesis tasks where each simulation is costly\[[34](https://arxiv.org/html/2608.12687#bib.bib6),[30](https://arxiv.org/html/2608.12687#bib.bib16)\]\. When the input is a structured object such as a circuit topology, BO is typically applied after mapping the object into a continuous feature or latent space\[[12](https://arxiv.org/html/2608.12687#bib.bib7),[4](https://arxiv.org/html/2608.12687#bib.bib10)\]\.

The effectiveness of this procedure depends strongly on the surrogate’s coordinate system and kernel\. Input warping shows that learning transformations of the input space can make GP\-based BO more effective on nonstationary objectives\[[19](https://arxiv.org/html/2608.12687#bib.bib13)\]\. Deep kernel learning \(DKL\) generalizes this idea by composing a neural feature map with a GP kernel, allowing the model to learn a representation and kernel jointly through the GP marginal likelihood\[[28](https://arxiv.org/html/2608.12687#bib.bib15)\]\. These methods motivate learned transformations that both represent structured inputs and improve the surrogate used for sequential decision\-making\.

### II\-DAdaptive Representations for Bayesian Optimization

Several BO methods explicitly study how representation learning affects optimization\. Deep Kernel Bayesian Optimization applies DKL directly inside BO, learning a deep kernel during optimization so that the GP operates in a feature space better suited to the observed objective\[[2](https://arxiv.org/html/2608.12687#bib.bib14)\]\. SILBO learns a low\-dimensional embedding iteratively using both labeled evaluations and unlabeled candidate points proposed by the acquisition function, addressing the difficulty of high\-dimensional BO when a single initial projection is inadequate\[[3](https://arxiv.org/html/2608.12687#bib.bib18)\]\. For structured search spaces, contrastive embedding methods use known structural relationships, such as subtree replacements in grammar\-defined objects, to learn continuous spaces in which BO can exploit local similarity more effectively\[[25](https://arxiv.org/html/2608.12687#bib.bib12)\]\. LOCo identifies collisions in learned latent spaces, where points with very different objective values are mapped too close together, and introduces a regularizer to discourage such collisions during BO\[[32](https://arxiv.org/html/2608.12687#bib.bib19)\]\. CoBO similarly targets latent\-space quality by encouraging correlation between latent\-space distances and objective\-value differences, with additional weighting around promising regions of the search space\[[11](https://arxiv.org/html/2608.12687#bib.bib20)\]\.

Taken together, these methods show that representation quality during BO has been studied across a range of structured and scientific optimization settings\. Deep Kernel Bayesian Optimization evaluates adaptive deep kernels on protein engineering, antibody design, and nanophotonics tasks\[[2](https://arxiv.org/html/2608.12687#bib.bib14)\]\. SILBO studies iterative embedding learning for high\-dimensional BO and hyperparameter optimization\[[3](https://arxiv.org/html/2608.12687#bib.bib18)\]\. Contrastive embedding and CoBO show that latent\-space geometry matters in structured search spaces such as molecule design and symbolic expression optimization\[[25](https://arxiv.org/html/2608.12687#bib.bib12),[11](https://arxiv.org/html/2608.12687#bib.bib20)\]\. LOCo further shows that collisions in learned latent spaces can degrade BO performance and introduces a regularizer for dynamic embedding\-based BO\[[32](https://arxiv.org/html/2608.12687#bib.bib19)\]\. LaMBO couples a denoising autoencoder with a multi\-task GP head for latent\-space BO in small\-molecule and fluorescent\-protein design\[[22](https://arxiv.org/html/2608.12687#bib.bib34)\], and DKL has also been used as a BO surrogate for chemical reaction outcome optimization\[[18](https://arxiv.org/html/2608.12687#bib.bib33)\]\. TTARO brings this representation\-adaptive view to finite\-bank analog topology search, where pretrained circuit embeddings are adapted as FoM labels are observed\.

## IIIProblem Formulation and Setting

Recent analog topology\-search methods often begin by constructing or enumerating a set of candidate circuit topologies, then mapping those candidates into a representation space suitable for learning or optimization\. For example, topology\-generation and topology\-optimization frameworks define behavior\-level or graph\-based op\-amp design spaces, encode each topology as a DAG or circuit graph, and use learned continuous representations to make the discrete topology space searchable by BO\[[12](https://arxiv.org/html/2608.12687#bib.bib7),[17](https://arxiv.org/html/2608.12687#bib.bib9)\]\. Benchmark\-driven methods such as OCB similarly provide finite banks of valid candidate circuits together with graph\-based circuit representations and precomputed performance labels\[[4](https://arxiv.org/html/2608.12687#bib.bib10)\]\. In this paper, we assume this upstream topology\-generation or benchmark\-construction step has already produced a finite candidate bank\.

Let

𝒳=\{x1,x2,…,xN\}\\mathcal\{X\}=\\\{x\_\{1\},x\_\{2\},\\ldots,x\_\{N\}\\\}\(1\)denote this library of candidate analog circuit topologies\. Eachxix\_\{i\}may be viewed as a circuit graph, netlist, or topology\-level design instance\. Each candidate has an associated FoM

yi=F⁡\(xi\),y\_\{i\}=F\(x\_\{i\}\),\(2\)which is unknown to the optimizer until that circuit is evaluated\. In a deployed circuit\-design loop, this evaluation would correspond to simulation, sizing, or measurement\. In our benchmark setting, the evaluation is implemented as a label query: selecting a circuit reveals its stored FoM\. Given an evaluation budgetB≪NB\\ll N, the objective is to identify

x⋆=arg​maxxi∈𝒳​F​\(xi\)x^\{\\star\}=\\underset\{x\_\{i\}\\in\\mathcal\{X\}\}\{\\operatorname\{arg\\,max\}\}\\;F\(x\_\{i\}\)\(3\)using as few circuit evaluations as possible\.

Each candidate is also associated with a fixed initial representation

hi∈ℝdh,h\_\{i\}\\in\\mathbb\{R\}^\{d\_\{h\}\},\(4\)computed before BO begins\. This representation may come from a circuit\-specific encoder, a graph autoencoder, or a structural graph feature map\. Its purpose is to provide coordinates in which a surrogate model can compare circuits: circuits that are close in representation space are treated as similar by the kernel, and observations from evaluated circuits are generalized to unevaluated circuits through that geometry\. However, these representations are typically trained to encode circuit structure, reconstruct graphs, or capture topology semantics, not to organize circuits according to the specific FoM being optimized in the current run\.

At BO iterationtt, let

ℐt⊆\{1,2,…,N\}\\mathcal\{I\}\_\{t\}\\subseteq\\\{1,2,\\ldots,N\\\}\(5\)denote the indices of the circuits evaluated so far\. The observed dataset is

𝒟t=\{\(hi,yi\)∣i∈ℐt\}\.\\mathcal\{D\}\_\{t\}=\\left\\\{\(h\_\{i\},y\_\{i\}\)\\mid i\\in\\mathcal\{I\}\_\{t\}\\right\\\}\.\(6\)All remaining candidates are unevaluated but already have representations\. The optimizer must therefore use the observed FoMs and the representation geometry to decide which unevaluated circuit should be queried next\.

Conventional representation\-based BO fits a GP surrogate directly over the fixed representations:

f⁡\(h\)∼𝒢​𝒫​\(m⁡\(h\),k⁡\(h,h′\)\)\.f\(h\)\\sim\\mathcal\{GP\}\\left\(m\(h\),k\(h,h^\{\\prime\}\)\\right\)\.\(7\)In this setting, the kernel defines circuit similarity entirely through the original representation space\. If the encoder places two circuits nearby because they are structurally similar but their FoMs differ substantially, the surrogate can make misleading predictions; conversely, high\-performing circuits that are far apart in the initial space may not share useful statistical strength\. TTARO addresses this mismatch by learning a FoM\-informed transformation of the fixed input representations throughout the BO process, so that the surrogate geometry becomes increasingly aligned with the objective as circuit evaluations accumulate\.

## IVTest\-Time Analog Representation Adaptation

TTARO adapts a fixed circuit representation during BO by learning a feature map from the FoM observations collected so far\. Algorithm[1](https://arxiv.org/html/2608.12687#alg1)summarizes the full loop: TTARO normalizes the candidate representation bank, initializes an evaluated set, repeatedly fits a deep\-kernel surrogate, scores unevaluated candidates, and adds the newly evaluated circuit to the observed dataset\. At iterationtt, each initial circuit representation is first normalized feature\-wise over the candidate bank:

h¯i,q=hi,q−hqminhqmax−hqmin,\\bar\{h\}\_\{i,q\}=\\frac\{h\_\{i,q\}\-h\_\{q\}^\{\\min\}\}\{h\_\{q\}^\{\\max\}\-h\_\{q\}^\{\\min\}\},\(8\)wherehqminh\_\{q\}^\{\\min\}andhqmaxh\_\{q\}^\{\\max\}are computed over all candidates in𝒳\\mathcal\{X\}\. TTARO then maps the normalized representation into a task\-adapted latent space:

zi\(t\)=ϕθt​\(h¯i\),zi\(t\)∈ℝdz\.z\_\{i\}^\{\(t\)\}=\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\_\{i\}\),\\qquad z\_\{i\}^\{\(t\)\}\\in\\mathbb\{R\}^\{d\_\{z\}\}\.\(9\)Here,θt\\theta\_\{t\}denotes the feature\-map parameters learned from the FoM observations available at iterationtt\.

Algorithm 1Test\-Time Analog Circuit
Representation Adaptation \(TTARO\)1:Input:Candidate representations

\{hi\}i=1N\\\{h\_\{i\}\\\}\_\{i=1\}^\{N\}
2:Input:Initial sample size

n0n\_\{0\}and evaluation budget

BB
3:Input:Acquisition function

aa
4:Normalize the candidate representation bank

5:Randomly select an initial index set

ℐn0\\mathcal\{I\}\_\{n\_\{0\}\}with

\|ℐn0\|=n0\|\\mathcal\{I\}\_\{n\_\{0\}\}\|=n\_\{0\}
6:Evaluate the circuits in

ℐn0\\mathcal\{I\}\_\{n\_\{0\}\}
7:Construct the initial dataset

𝒟n0\\mathcal\{D\}\_\{n\_\{0\}\}
8:for

t=n0t=n\_\{0\}to

B−1B\-1do

9:Initialize the feature map and exact GP

10:Train the feature map and GP using

𝒟t\\mathcal\{D\}\_\{t\}
11:Compute acquisition scores for all

i∉ℐti\\notin\\mathcal\{I\}\_\{t\}
12:Select

it\+1=arg⁡maxi∉ℐt​at​\(hi\)i\_\{t\+1\}=\\arg\\max\_\{i\\notin\\mathcal\{I\}\_\{t\}\}a\_\{t\}\(h\_\{i\}\)
13:Evaluate circuit

it\+1i\_\{t\+1\}and observe

yit\+1y\_\{i\_\{t\+1\}\}
14:

ℐt\+1=ℐt∪\{it\+1\}\\mathcal\{I\}\_\{t\+1\}=\\mathcal\{I\}\_\{t\}\\cup\\\{i\_\{t\+1\}\\\}
15:

𝒟t\+1=𝒟t∪\{\(h¯it\+1,yit\+1\)\}\\mathcal\{D\}\_\{t\+1\}=\\mathcal\{D\}\_\{t\}\\cup\\\{\(\\bar\{h\}\_\{i\_\{t\+1\}\},y\_\{i\_\{t\+1\}\}\)\\\}
16:endfor

17:returnThe best evaluated circuit in

ℐB\\mathcal\{I\}\_\{B\}

The feature map used in our experiments is a two\-layer multilayer perceptron:

ϕθt​\(h¯\)=W2​Dropout⁡\(ReLU⁡\(W1​h¯\+b1\)\)\+b2\.\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\)=W\_\{2\}\\operatorname\{Dropout\}\\left\(\\operatorname\{ReLU\}\\left\(W\_\{1\}\\bar\{h\}\+b\_\{1\}\\right\)\\right\)\+b\_\{2\}\.\(10\)The hidden layer has width 128, and the transformed representation has dimensiondz=16d\_\{z\}=16\.

A GP surrogate is defined over the transformed representations:

f⁡\(h\)∼𝒢​𝒫​\(mηt​\(ϕθt​\(h¯\)\),kψt​\(ϕθt​\(h¯\),ϕθt​\(h¯′\)\)\)\.f\(h\)\\sim\\mathcal\{GP\}\\left\(m\_\{\\eta\_\{t\}\}\\left\(\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\)\\right\),k\_\{\\psi\_\{t\}\}\\left\(\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\),\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}^\{\\prime\}\)\\right\)\\right\)\.\(11\)The experiments use either a scaled linear kernel,

kψtlinear​\(z,z′\)=σf,t2​z⊤​z′,k\_\{\\psi\_\{t\}\}^\{\\mathrm\{linear\}\}\(z,z^\{\\prime\}\)=\\sigma\_\{f,t\}^\{2\}z^\{\\top\}z^\{\\prime\},\(12\)or a scaled radial basis function \(RBF\) kernel,

kψtRBF\(z,z′\)=σf,t2exp\(−12∑q=1dz\(zq−zq′\)2ℓt,q2\)\.k\_\{\\psi\_\{t\}\}^\{\\mathrm\{RBF\}\}\(z,z^\{\\prime\}\)=\\sigma\_\{f,t\}^\{2\}\\exp\\left\(\-\\frac\{1\}\{2\}\\sum\_\{q=1\}^\{d\_\{z\}\}\\frac\{\(z\_\{q\}\-z^\{\\prime\}\_\{q\}\)^\{2\}\}\{\\ell\_\{t,q\}^\{2\}\}\\right\)\.\(13\)The parametersψt\\psi\_\{t\}include the kernel output scale, noise term, and, for the RBF kernel, the length\-scale parameters\.

![Refer to caption](https://arxiv.org/html/2608.12687v1/figs/representation_dynamics_umap_top2_knn_301_cktgnn_ttaro_ts.png)Fig\. 4:Two\-dimensional UMAP visualization of analog topology representations during TTARO adaptation on Ckt\-Bench\-301 using CktGNN embeddings\.Each candidate is colored by its FoM percentile\. Panel subtitles report Top\-2% KNN@5, the fraction of five nearest representation\-space neighbors of top\-2% FoM circuits that are also top\-2% circuits\. As TTARO progresses, high\-FoM candidates become more locally concentrated, indicating stronger objective\-aligned representation geometry\.### IV\-AJoint Representation and Surrogate Learning

Lines[9](https://arxiv.org/html/2608.12687#alg1.l9)–[10](https://arxiv.org/html/2608.12687#alg1.l10)of Algorithm[1](https://arxiv.org/html/2608.12687#alg1)correspond to the surrogate\-fitting step\. At BO iterationtt, TTARO trains the feature\-map parametersθt\\theta\_\{t\}together with the GP hyperparametersψt\\psi\_\{t\}and mean parametersηt\\eta\_\{t\}using the evaluated dataset𝒟t\\mathcal\{D\}\_\{t\}\. Letℐt=\{i1,…,int\}\\mathcal\{I\}\_\{t\}=\\\{i\_\{1\},\\ldots,i\_\{n\_\{t\}\}\\\}denote the evaluated circuit indices\. The transformed training representations are collected as

𝐙t=\[zi1\(t\),zi2\(t\),…,zint\(t\)\]⊤\.\\mathbf\{Z\}\_\{t\}=\\left\[z\_\{i\_\{1\}\}^\{\(t\)\},z\_\{i\_\{2\}\}^\{\(t\)\},\\ldots,z\_\{i\_\{n\_\{t\}\}\}^\{\(t\)\}\\right\]^\{\\top\}\.\(14\)The observed FoMs are standardized to form𝐲~t\\tilde\{\\mathbf\{y\}\}\_\{t\}\. The feature map and GP are fit by minimizing the negative log marginal likelihood:

ℒt=12​𝐲~t⊤​𝐊t−1​𝐲~t\+12​log⁡\|𝐊t\|\+nt2​log⁡2​π\.\\mathcal\{L\}\_\{t\}=\\frac\{1\}\{2\}\\tilde\{\\mathbf\{y\}\}\_\{t\}^\{\\top\}\\mathbf\{K\}\_\{t\}^\{\-1\}\\tilde\{\\mathbf\{y\}\}\_\{t\}\+\\frac\{1\}\{2\}\\log\\left\|\\mathbf\{K\}\_\{t\}\\right\|\+\\frac\{n\_\{t\}\}\{2\}\\log 2\\pi\.\(15\)The covariance matrix𝐊t\\mathbf\{K\}\_\{t\}is computed from the transformed representations in𝐙t\\mathbf\{Z\}\_\{t\}\. Its entries are

𝐊t\[a,b\]=kψt\(zia\(t\),zib\(t\)\)\+σn,t2𝟏\[a=b\]\.\\mathbf\{K\}\_\{t\}\[a,b\]=k\_\{\\psi\_\{t\}\}\\left\(z\_\{i\_\{a\}\}^\{\(t\)\},z\_\{i\_\{b\}\}^\{\(t\)\}\\right\)\+\\sigma\_\{n,t\}^\{2\}\\mathbf\{1\}\[a=b\]\.\(16\)Training uses only FoM observations from circuits already selected by BO\. After fitting, TTARO applies the learned feature map to the full candidate bank, computes the GP posterior over unevaluated circuits, and evaluates the acquisition function to select the next circuit\.

### IV\-BOnline Representation Adaptation

Fig\. 5:Best observed FoM as a function of BO budget on Ckt\-Bench\-301 using CktGNN representations and a linear kernel\.The acquisition functions are \(a\) upper confidence bound \(UCB\), \(b\) expected improvement \(EI\), and \(c\) Thompson sampling \(TS\)\. The curves compare GP, GP\-oracle, DKL, and TTARO, while the shaded regions indicate one standard deviation across runs\.Lines[11](https://arxiv.org/html/2608.12687#alg1.l11)–[15](https://arxiv.org/html/2608.12687#alg1.l15)of Algorithm[1](https://arxiv.org/html/2608.12687#alg1)describe the online BO step\. After fitting the deep\-kernel surrogate, an acquisition functionata\_\{t\}is evaluated for every unevaluated candidate\. The next circuit is selected according to

it\+1=arg​maxi∉ℐt​at​\(hi\)\.i\_\{t\+1\}=\\underset\{i\\notin\\mathcal\{I\}\_\{t\}\}\{\\operatorname\{arg\\,max\}\}\\;a\_\{t\}\(h\_\{i\}\)\.\(17\)The selected circuit is evaluated, and its FoM is added to the observed set:

ℐt\+1=ℐt∪\{it\+1\}\.\\mathcal\{I\}\_\{t\+1\}=\\mathcal\{I\}\_\{t\}\\cup\\\{i\_\{t\+1\}\\\}\.\(18\)After the update in Line[15](https://arxiv.org/html/2608.12687#alg1.l15), the loop returns to Line[9](https://arxiv.org/html/2608.12687#alg1.l9): TTARO retrains the feature map and GP using all FoM observations accumulated so far\. The procedure is agnostic to the acquisition function used to score unevaluated candidates\.

### IV\-CDistinction from Deep Kernel Learning

The DKL baseline uses the same deep\-kernel surrogate structure, with the feature map trained only on the initial evaluated dataset\. This produces an initial transformed representation bank

𝒵\(0\)=\{ϕθ0​\(h¯i\)\}i=1N\.\\mathcal\{Z\}^\{\(0\)\}=\\left\\\{\\phi\_\{\\theta\_\{0\}\}\(\\bar\{h\}\_\{i\}\)\\right\\\}\_\{i=1\}^\{N\}\.\(19\)This transformed representation bank remains fixed for the rest of the optimization process\. Additional FoM observations update the GP posterior, while the representation supplied to the GP stays unchanged\.

TTARO learns a sequence of feature maps

ϕθ0,ϕθ1,…,ϕθB−1,\\phi\_\{\\theta\_\{0\}\},\\phi\_\{\\theta\_\{1\}\},\\ldots,\\phi\_\{\\theta\_\{B\-1\}\},\(20\)using the growing set of evaluated circuits\. The comparison between DKL and TTARO therefore isolates the effect of updating the representation used by the surrogate during the BO process\.

### IV\-DOn the Importance of Aligned Kernels

The central assumption behind GP\-based BO is that the kernel encodes a useful notion of similarity for the objective being modeled\. In this work, the relevant objective is the circuit FoM\. The kernel should therefore assign high similarity to circuits with similar FoM values and lower similarity to circuits with substantially different FoM values\.

Equations \([9](https://arxiv.org/html/2608.12687#S4.E9)\)–\([13](https://arxiv.org/html/2608.12687#S4.E13)\) show how TTARO changes the covariance structure used by the GP\. Substituting the learned representationzi\(t\)=ϕθt​\(h¯i\)z\_\{i\}^\{\(t\)\}=\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\_\{i\}\)into the linear kernel gives

kψtlinear​\(xi,xj\)=σf,t2​ϕθt​\(h¯i\)⊤​ϕθt​\(h¯j\)\.k\_\{\\psi\_\{t\}\}^\{\\mathrm\{linear\}\}\(x\_\{i\},x\_\{j\}\)=\\sigma\_\{f,t\}^\{2\}\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\_\{i\}\)^\{\\top\}\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\_\{j\}\)\.\(21\)Thus, the linear\-kernel similarity between two circuits is the scaled inner product of their TTARO\-adapted representations\. Updatingθt\\theta\_\{t\}rotates, rescales, and reshapes the feature coordinates that determine this inner product\.

For the RBF kernel, the same substitution gives

kψtRBF\(xi,xj\)=σf,t2exp\(−12∑q=1dz\(ϕθt,q​\(h¯i\)−ϕθt,q​\(h¯j\)\)2ℓt,q2\),k\_\{\\psi\_\{t\}\}^\{\\mathrm\{RBF\}\}\(x\_\{i\},x\_\{j\}\)=\\sigma\_\{f,t\}^\{2\}\\exp\\left\(\-\\frac\{1\}\{2\}\\sum\_\{q=1\}^\{d\_\{z\}\}\\frac\{\\left\(\\phi\_\{\\theta\_\{t\},q\}\(\\bar\{h\}\_\{i\}\)\-\\phi\_\{\\theta\_\{t\},q\}\(\\bar\{h\}\_\{j\}\)\\right\)^\{2\}\}\{\\ell\_\{t,q\}^\{2\}\}\\right\),\(22\)
whereϕθt,q​\(⋅\)\\phi\_\{\\theta\_\{t\},q\}\(\\cdot\)denotes theqqth coordinate of the learned representation\. In this case, updatingθt\\theta\_\{t\}changes the pairwise distances that appear inside the exponential\. Circuits placed closer together in the adapted space receive larger covariance, while circuits separated along dimensions with small length scales receive smaller covariance\.

These pairwise similarities enter the GP through the training covariance matrix\. For the linear kernel, Eq\. \([16](https://arxiv.org/html/2608.12687#S4.E16)\) becomes

𝐊tlinear\[a,b\]=σf,t2ϕθt\(h¯ia\)⊤ϕθt\(h¯ib\)\+σn,t2𝟏\[a=b\]\.\\mathbf\{K\}\_\{t\}^\{\\mathrm\{linear\}\}\[a,b\]=\\sigma\_\{f,t\}^\{2\}\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\_\{i\_\{a\}\}\)^\{\\top\}\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\_\{i\_\{b\}\}\)\+\\sigma\_\{n,t\}^\{2\}\\mathbf\{1\}\[a=b\]\.\(23\)For the RBF kernel, the corresponding entry is

𝐊tRBF​\[a,b\]\\displaystyle\\mathbf\{K\}\_\{t\}^\{\\mathrm\{RBF\}\}\[a,b\]=σf,t2exp\(−12∑q=1dzΔa​b​q,t2ℓt,q2\)\\displaystyle=\\sigma\_\{f,t\}^\{2\}\\exp\\Bigg\(\-\\frac\{1\}\{2\}\\sum\_\{q=1\}^\{d\_\{z\}\}\\frac\{\\Delta\_\{abq,t\}^\{2\}\}\{\\ell\_\{t,q\}^\{2\}\}\\Bigg\)\(24\)\+σn,t2𝟏\[a=b\],\\displaystyle\+\\sigma\_\{n,t\}^\{2\}\\mathbf\{1\}\[a=b\],where

Δa​b​q,t=ϕθt,q​\(h¯ia\)−ϕθt,q​\(h¯ib\)\.\\Delta\_\{abq,t\}=\\phi\_\{\\theta\_\{t\},q\}\(\\bar\{h\}\_\{i\_\{a\}\}\)\-\\phi\_\{\\theta\_\{t\},q\}\(\\bar\{h\}\_\{i\_\{b\}\}\)\.\(25\)Equations \([23](https://arxiv.org/html/2608.12687#S4.E23)\) and \([24](https://arxiv.org/html/2608.12687#S4.E24)\) make the dependence onθt\\theta\_\{t\}explicit\. The learned feature map determines every off\-diagonal entry of𝐊t\\mathbf\{K\}\_\{t\}, which means it controls how FoM observations from one evaluated circuit influence the inferred FoM of other evaluated circuits\.

The same dependence appears in predictions for unevaluated candidates\. For an unevaluated circuitxjx\_\{j\}, define the cross\-covariance vector

𝐤t,j=\[kψt​\(xj,xi1\),…,kψt​\(xj,xint\)\]⊤\.\\mathbf\{k\}\_\{t,j\}=\\left\[k\_\{\\psi\_\{t\}\}\(x\_\{j\},x\_\{i\_\{1\}\}\),\\ldots,k\_\{\\psi\_\{t\}\}\(x\_\{j\},x\_\{i\_\{n\_\{t\}\}\}\)\\right\]^\{\\top\}\.\(26\)For the linear kernel, itsaath entry is

𝐤t,jlinear​\[a\]=σf,t2​ϕθt​\(h¯j\)⊤​ϕθt​\(h¯ia\)\.\\mathbf\{k\}\_\{t,j\}^\{\\mathrm\{linear\}\}\[a\]=\\sigma\_\{f,t\}^\{2\}\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\_\{j\}\)^\{\\top\}\\phi\_\{\\theta\_\{t\}\}\(\\bar\{h\}\_\{i\_\{a\}\}\)\.\(27\)For the RBF kernel, itsaath entry is

𝐤t,jRBF\[a\]=σf,t2exp\(−12∑q=1dz\(ϕθt,q​\(h¯j\)−ϕθt,q​\(h¯ia\)\)2ℓt,q2\)\.\\mathbf\{k\}\_\{t,j\}^\{\\mathrm\{RBF\}\}\[a\]=\\sigma\_\{f,t\}^\{2\}\\exp\\left\(\-\\frac\{1\}\{2\}\\sum\_\{q=1\}^\{d\_\{z\}\}\\frac\{\\left\(\\phi\_\{\\theta\_\{t\},q\}\(\\bar\{h\}\_\{j\}\)\-\\phi\_\{\\theta\_\{t\},q\}\(\\bar\{h\}\_\{i\_\{a\}\}\)\\right\)^\{2\}\}\{\\ell\_\{t,q\}^\{2\}\}\\right\)\.\(28\)The posterior mean and variance used by the acquisition function are

μt​\(xj\)\\displaystyle\\mu\_\{t\}\(x\_\{j\}\)=mt​\(xj\)\+𝐤t,j⊤​𝐊t−1​\(𝐲t−𝐦t\),\\displaystyle=m\_\{t\}\(x\_\{j\}\)\+\\mathbf\{k\}\_\{t,j\}^\{\\top\}\\mathbf\{K\}\_\{t\}^\{\-1\}\\left\(\\mathbf\{y\}\_\{t\}\-\\mathbf\{m\}\_\{t\}\\right\),\(29\)σt2​\(xj\)\\displaystyle\\sigma\_\{t\}^\{2\}\(x\_\{j\}\)=kψt​\(xj,xj\)−𝐤t,j⊤​𝐊t−1​𝐤t,j\.\\displaystyle=k\_\{\\psi\_\{t\}\}\(x\_\{j\},x\_\{j\}\)\-\\mathbf\{k\}\_\{t,j\}^\{\\top\}\\mathbf\{K\}\_\{t\}^\{\-1\}\\mathbf\{k\}\_\{t,j\}\.\(30\)
The prediction forxjx\_\{j\}is therefore controlled by two learned similarity objects:𝐊t\\mathbf\{K\}\_\{t\}, which describes similarity among evaluated circuits, and𝐤t,j\\mathbf\{k\}\_\{t,j\}, which describes similarity between the unevaluated candidate and the evaluated set\. Updatingθt\\theta\_\{t\}changes both objects\. This directly changes the posterior mean, the posterior variance, and the acquisition values used to select the next circuit\. TTARO uses the accumulating FoM labels to continually revise this kernel geometry, making the surrogate increasingly aligned with the objective being optimized\.

\(a\)Ckt\-Bench\-101\.\(b\)Ckt\-Bench\-301\.
Fig\. 6:Mean Regret AUC Across Kernel and Acquisition\-Function Configurations\.Lower values indicate more sample\-efficient optimization\. Error bars denote the standard error of the mean across encoders\.

## VExperimental Setup

### V\-ABenchmark Search Spaces

We evaluate TTARO on the two operational\-amplifier topology libraries from the Open Circuit Benchmark \(OCB\)\[[4](https://arxiv.org/html/2608.12687#bib.bib10)\]\. Ckt\-Bench\-101 contains 10,000 valid circuit candidates, while Ckt\-Bench\-301 contains 50,000 candidates\. Each candidate is associated with circuit measurements, including gain, phase margin, bandwidth, validity, and FoM\.

We use the default OCB FoM definition so that the reported results remain directly comparable with future work on the same benchmark\. The FoM is computed as a weighted combination of normalized gain, phase margin, and bandwidth:

FoM=1\.2​\|Gain\|100\+1\.6​PM−90\+10​\|BW\|109\.\\mathrm\{FoM\}=1\.2\\frac\{\|\\mathrm\{Gain\}\|\}\{100\}\+1\.6\\frac\{\\mathrm\{PM\}\}\{\-90\}\+10\\frac\{\|\\mathrm\{BW\}\|\}\{10^\{9\}\}\.\(31\)During BO, selecting a candidate reveals its stored FoM\. This finite\-bank label\-query setting allows all methods to be compared using the same candidate set, objective values, and evaluation budget\.

### V\-BCircuit Representations

For each benchmark candidatexix\_\{i\}, TTARO takes a fixed vector representationhih\_\{i\}as input\. The reported representation sets are dataset\-specific\. For Ckt\-Bench\-101, we evaluate CktGNN, D\-VAE, D\-VAE\-GCN, and WL representations\. For Ckt\-Bench\-301, we evaluate CktGNN, DAGNN, D\-VAE, and D\-VAE\-GCN representations\.

CktGNN is the circuit\-specific encoder proposed with OCB; it represents a circuit using a predefined subgraph basis and applies a two\-level GNN to encode local substructures and global circuit connectivity\[[4](https://arxiv.org/html/2608.12687#bib.bib10)\]\. DAGNN provides a directed\-acyclic\-graph neural encoder baseline\[[24](https://arxiv.org/html/2608.12687#bib.bib22)\]\. D\-VAE and D\-VAE\-GCN provide graph autoencoding baselines, with D\-VAE\-GCN replacing the base message\-passing component with graph\-convolutional layers\[[33](https://arxiv.org/html/2608.12687#bib.bib21),[10](https://arxiv.org/html/2608.12687#bib.bib23)\]\. The WL representation is a fixed structural graph feature map rather than a learned neural embedding\[[26](https://arxiv.org/html/2608.12687#bib.bib3)\]\.

The learned encoders produce 66\-dimensional vectors, giving10000×6610000\\times 66representation banks on Ckt\-Bench\-101 and50000×6650000\\times 66representation banks on Ckt\-Bench\-301 for the corresponding encoder/dataset pairs\. The WL representation used for Ckt\-Bench\-101 has 1,838 dimensions\. This representation set tests TTARO across compact learned circuit embeddings and a substantially higher\-dimensional structural feature map\.

### V\-CCompared Methods

We compare methods that differ in how the representation used by the GP surrogate is treated during BO\. All methods start from the same pretrained circuit embeddings and operate over the same finite candidate bank\.

The first baseline is a fixed\-representation Gaussian process \(GP\)–the technique used by the authors of OCB\. In this setting, the original embeddinghih\_\{i\}is used directly as the GP input for every candidatexix\_\{i\}\. As new FoM labels are observed, only the GP posterior is updated; the representation itself remains unchanged\.

The second baseline isDKL\[[28](https://arxiv.org/html/2608.12687#bib.bib15)\]\. The DKL feature map is trained using only the initial evaluated set, producing transformed representationsϕθ0​\(hi\)\\phi\_\{\\theta\_\{0\}\}\(h\_\{i\}\)\. For parity, we implement DKL’s feature map identically to TTARO via equation[10](https://arxiv.org/html/2608.12687#S4.E10)\. This transformation is then frozen and applied to the full candidate bank for the remainder of the BO run\. Subsequent evaluations update the GP posterior, but do not update the feature map\.

TTAROuses the same deep\-kernel surrogate structure, but keeps representation learning coupled to the online search process\. After each new circuit evaluation, TTARO retrains the feature map and GP using all FoM observations collected so far\. Thus, the representation used by the surrogate can adapt as the evaluated set grows\.

The oracle representation \(GP\-oracle\) is included as an upper\-reference condition\. It trains the feature map using all FoM labels in the candidate bank before BO begins, including labels that would not be available in a real search\. This condition is not a deployable optimization method; it measures how much improvement could be expected if the representation were fully aligned with the objective\.

TABLE I:Full configuration\-level Bayesian optimization performance on Ckt\-Bench\-101\. Each row corresponds to one encoder, kernel, and acquisition\-function setting\. Regret AUC is reported as mean±\\pmstandard error; lower is better\. The best and second\-best Regret AUC values within each row are shown in bold and underlined, respectively\.TABLE II:Full configuration\-level Bayesian optimization performance on Ckt\-Bench\-301\. Each row corresponds to one encoder, kernel, and acquisition\-function setting\. Regret AUC is reported as mean±\\pmstandard error; lower is better\. The best and second\-best Regret AUC values within each row are shown in bold and underlined, respectively\.
### V\-DOptimization Protocol and Evaluation Metrics

All methods are evaluated under the same finite\-bank BO protocol\. For a given benchmark, encoder, acquisition function, and random seed, the methods begin from the same initial evaluated circuit set\. At each BO iteration, the surrogate is fit using the FoM labels observed so far, the acquisition function is evaluated over the remaining unevaluated candidates, and the selected candidate’s stored FoM is revealed and added to the observed set\. Except for the oracle representation condition, no method uses FoM labels from unevaluated candidates when fitting its representation or surrogate\. We evaluate two GP kernels, a linear kernel and an RBF kernel, together with five kernel/acquisition settings: Linear/EI, Linear/TS, Linear/UCB, RBF/EI, and RBF/UCB\.

We evaluate performance using best\-so\-far FoM and regret\-based metrics, which are standard in BO and GP bandit optimization\[[20](https://arxiv.org/html/2608.12687#bib.bib24),[15](https://arxiv.org/html/2608.12687#bib.bib25)\]\. Let

f⋆=maxi∈\{1,…,N\}⁡yif^\{\\star\}=\\max\_\{i\\in\\\{1,\\ldots,N\\\}\}y\_\{i\}\(32\)denote the best FoM in the candidate bank, used only for evaluation\. Afterttcircuit evaluations, the best observed FoM is

ft\+=maxi∈ℐt⁡yi\.f\_\{t\}^\{\+\}=\\max\_\{i\\in\\mathcal\{I\}\_\{t\}\}y\_\{i\}\.\(33\)The simple regret at iterationttis

rt=f⋆−ft\+\.r\_\{t\}=f^\{\\star\}\-f\_\{t\}^\{\+\}\.\(34\)Lower regret indicates that a method has found higher\-performing circuits earlier in the search\.

We also report Top\-2% KNN@5 in the representation\-geometry visualization \(see Fig\.[4](https://arxiv.org/html/2608.12687#S4.F4)\) to help interpret the UMAP plots\. For each circuit whose FoM is in the top 2% of the candidate bank, Top\-2% KNN@5 measures the fraction of its five nearest representation\-space neighbors that are also top\-2% FoM circuits\. Higher values indicate that high\-performing circuits are more locally concentrated in the learned representation\. This quantity is used only as a diagnostic for the visualization; the primary optimization metrics are regret AUC and final best\-so\-far FoM\.

To summarize the full optimization trajectory, we report regret AUC over the evaluation budget\. For a budget ofBBevaluations, regret AUC is computed as the discrete area under the simple\-regret curve:

AUCr=∑t=1B−1rt\+rt\+12\.\\operatorname\{AUC\}\_\{r\}=\\sum\_\{t=1\}^\{B\-1\}\\frac\{r\_\{t\}\+r\_\{t\+1\}\}\{2\}\.\(35\)Equivalently, this is the trapezoidal approximation to the regret curve when evaluations are spaced one step apart\. Lower regret AUC indicates better sample efficiency across the full BO run\. We also report final best\-so\-far FoM to measure the best circuit found by the end of the budget\.

For TTARO, regret AUC reduction over GP is reported as

ΔAUC=AUCrGP−AUCrTTAROAUCrGP×100\.\\Delta\_\{\\mathrm\{AUC\}\}=\\frac\{\\mathrm\{AUC\}\_\{r\}^\{\\mathrm\{GP\}\}\-\\mathrm\{AUC\}\_\{r\}^\{\\mathrm\{TTARO\}\}\}\{\\mathrm\{AUC\}\_\{r\}^\{\\mathrm\{GP\}\}\}\\times 100\.\(36\)Final FoM improvement over GP is reported as

ΔFoM=FoMBTTARO−FoMBGPFoMBGP×100\.\\Delta\_\{\\mathrm\{FoM\}\}=\\frac\{\\mathrm\{FoM\}\_\{B\}^\{\\mathrm\{TTARO\}\}\-\\mathrm\{FoM\}\_\{B\}^\{\\mathrm\{GP\}\}\}\{\\mathrm\{FoM\}\_\{B\}^\{\\mathrm\{GP\}\}\}\\times 100\.\(37\)

## VIResults and Discussion

Tables[I](https://arxiv.org/html/2608.12687#S5.T1)and[II](https://arxiv.org/html/2608.12687#S5.T2)summarize the configuration\-level regret AUC results\. TTARO improves regret AUC relative to fixed\-representation GP on both Ckt\-Bench\-101 and Ckt\-Bench\-301, indicating that online representation adaptation improves the sample efficiency of BO\. On Ckt\-Bench\-101, TTARO reduces the dataset\-average regret AUC from32827\.632827\.6to26385\.626385\.6, a19\.6%19\.6\\%reduction relative to GP\. On Ckt\-Bench\-301, TTARO reduces the dataset\-average regret AUC from19901\.119901\.1to17480\.717480\.7, a12\.2%12\.2\\%reduction\. These gains are consistent with the intended role of TTARO: as FoM observations accumulate, the surrogate can update the kernel geometry used to generalize from evaluated to unevaluated circuits\.

The comparison with DKL highlights why online adaptation matters\. On Ckt\-Bench\-101, DKL improves regret AUC relative to GP, while its final best FoM remains slightly lower than GP\. On Ckt\-Bench\-301, DKL degrades substantially: regret AUC increases from19901\.119901\.1for GP to23634\.023634\.0, and final best FoM drops from152\.7152\.7to134\.0134\.0\. This suggests that a representation learned only from the initial evaluated set can be brittle, especially in the larger and more heterogeneous search space\. TTARO avoids this degradation, reducing regret AUC by14\.9%14\.9\\%relative to DKL on Ckt\-Bench\-101 and by26\.0%26\.0\\%on Ckt\-Bench\-301\.

The configuration\-level results in Tables[I](https://arxiv.org/html/2608.12687#S5.T1)and[II](https://arxiv.org/html/2608.12687#S5.T2)show that these aggregate gains are broadly distributed across encoders, kernels, and acquisition functions\. TTARO improves regret AUC relative to GP in 37 of the 40 evaluated settings\. The three exceptions are CktGNN/RBF/UCB and D\-VAE/RBF/EI on Ckt\-Bench\-101, where TTARO increases regret AUC relative to GP by5\.5%5\.5\\%and1\.9%1\.9\\%, respectively, and D\-VAE\-GCN/Linear/EI on Ckt\-Bench\-301, where TTARO increases regret AUC by0\.9%0\.9\\%\.

Table[III](https://arxiv.org/html/2608.12687#S6.T3)reports aggregate best\-so\-far FoM at fixed fractions of the BO budget\. This view complements regret AUC by showing how quickly each method finds high\-performing circuits during the search\. On Ckt\-Bench\-101, TTARO reaches228\.6228\.6FoM by20%20\\%of the budget, compared with210\.4210\.4for GP and221\.2221\.2for DKL\. By60%60\\%of the budget, TTARO reaches252\.8252\.8, already exceeding the final GP value of247\.6247\.6\. On Ckt\-Bench\-301, TTARO reaches152\.8152\.8by60%60\\%of the budget, matching the final GP value of152\.7152\.7while still having40%40\\%of the evaluation budget remaining\. These budgeted FoM trends show that TTARO’s regret\-AUC gains correspond to earlier discovery of high\-performing circuits, not only lower integrated regret\.

The oracle representation condition provides useful context for interpreting the upper end of representation quality\. It trains the feature map using all FoM labels in the candidate bank before BO begins, giving the surrogate access to the global objective landscape\. This allows the learned representation to place circuits with similar FoM values closer together and separate circuits with substantially different FoM values before any sequential search decisions are made\. As a result, the GP kernel begins with a more objective\-aligned covariance structure, so observations from evaluated circuits can be transferred more effectively to unevaluated candidates\.Since the oracle representation is trained using FoM labels that are unavailable during a real BO run, it is not a deployable optimization method and should be interpreted only as an upper\-reference condition\.

Figure[6](https://arxiv.org/html/2608.12687#S4.F6)summarizes these configuration\-level trends by kernel and acquisition setting\. On Ckt\-Bench\-301, TTARO improves over GP in all but one encoder/kernel/acquisition setting, and every kernel/acquisition family improves on average across encoders\. The gains are especially important for the linear\-kernel settings, where improving the representation directly changes the inner\-product geometry used by the surrogate\. TTARO also improves the RBF settings, showing that the method is useful when the kernel uses a nonlinear distance\-based form\. The detailed results also show different trends across kernels\. On Ckt\-Bench\-101, the largest TTARO gains occur in the linear\-kernel settings, with average regret AUC reductions of33\.8%33\.8\\%for Linear/EI,16\.0%16\.0\\%for Linear/TS, and22\.9%22\.9\\%for Linear/UCB\. The RBF settings are more mixed on Ckt\-Bench\-101, although TTARO still improves most of them\. On Ckt\-Bench\-301, the average gains are10\.9%10\.9\\%for Linear/EI,9\.5%9\.5\\%for Linear/TS,14\.7%14\.7\\%for Linear/UCB,12\.7%12\.7\\%for RBF/EI, and17\.7%17\.7\\%for RBF/UCB\.

TABLE III:Aggregate best\-observed FoM across Ckt\-Bench\-101 and Ckt\-Bench\-301 over the BO evaluation budget\. Mean±\\pmstandard error is reported at 20% increments of the budget; higher is better\. The best value within each dataset and budget checkpoint is shown in bold, and the second\-best value is underlined\.The main limitation of TTARO is computational overhead\. Retraining the feature map and GP after each evaluation is more expensive than updating a fixed\-representation GP posterior, and this cost may matter for very large candidate banks or very short simulation times\. Existing scalable GP and deep\-kernel methods provide several paths for reducing this overhead\. Structured kernel interpolation reduces the cost of kernel\-matrix operations and enables scalable kernel learning\[[29](https://arxiv.org/html/2608.12687#bib.bib26)\]; stochastic variational deep\-kernel learning supports scalable joint training of neural feature maps and GP kernels\[[27](https://arxiv.org/html/2608.12687#bib.bib27)\]; Lanczos\-based variance estimation and GPU\-accelerated GP inference reduce the cost of posterior uncertainty computation and sampling\[[14](https://arxiv.org/html/2608.12687#bib.bib28),[7](https://arxiv.org/html/2608.12687#bib.bib29)\]\. Online GP methods further address the sequential\-update setting by reusing computations after new observations arrive\[[21](https://arxiv.org/html/2608.12687#bib.bib30)\]\. These methods suggest that future TTARO implementations can reduce surrogate\-update cost through structured kernels, sparse variational approximations, and GPU\-accelerated linear algebra\. In the analog design regimes targeted here, circuit evaluation is typically the dominant cost, making additional surrogate training acceptable when it reduces the number of poor evaluations\.

Overall, the results support the central premise of this work: for representation\-based circuit BO, the quality of the surrogate depends strongly on whether the kernel geometry is aligned with the objective being optimized\. Fixed GP relies entirely on the initial circuit embedding, and DKL learns a transformation only once from the initial data\. TTARO keeps the representation coupled to the online search process\. This lets the surrogate revise its notion of circuit similarity as new FoM evidence becomes available, which leads to better acquisition decisions and improved sample efficiency\.

## Acknowledgments

The authors used ChatGPT\-5\.5 for grammatical refinements, boilerplate code generation and to improve the aesthetic aspects of the figures\. We assume full responsibility for all the content in this manuscript\. We would like to thank the authors of OCB for making their code and datasets available\.

## References

- \[1\]F\. Amin, S\. Chatterjee, and P\. D\. Franzon\(2023\)DepthGraphNet: circuit graph isomorphism detection via siamese\-graph neural networks\.In2023 ACM/IEEE 5th Workshop on Machine Learning for CAD \(MLCAD\),Vol\.,pp\. 1–6\.External Links:[Document](https://dx.doi.org/10.1109/MLCAD58807.2023.10299839)Cited by:[§II\-B](https://arxiv.org/html/2608.12687#S2.SS2.p1.1)\.
- \[2\]J\. Bowden, J\. Song, Y\. Chen, Y\. Yue, and T\. A\. Desautels\(2021\)Deep kernel bayesian optimization\.Technical reportTechnical ReportLLNL\-CONF\-819001,Lawrence Livermore National Laboratory\.Note:OSTI ID: 1811769External Links:[Link](https://www.osti.gov/biblio/1811769)Cited by:[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p1.1),[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p2.1)\.
- \[3\]J\. Chen, G\. Zhu, C\. Yuan, and Y\. Huang\(2020\)Semi\-supervised embedding learning for high\-dimensional bayesian optimization\.arXiv preprint arXiv:2005\.14601\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2005.14601),2005\.14601,[Link](https://arxiv.org/abs/2005.14601)Cited by:[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p1.1),[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p2.1)\.
- \[4\]Z\. Dong, W\. Cao, M\. Zhang, D\. Tao, Y\. Chen, and X\. Zhang\(2023\)CktGNN: circuit graph neural network for electronic design automation\.InThe Eleventh International Conference on Learning Representations \(ICLR\),External Links:[Link](https://openreview.net/forum?id=NE2911Kq1sp),2308\.16406Cited by:[§I](https://arxiv.org/html/2608.12687#S1.p2.1),[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p3.1),[§II\-B](https://arxiv.org/html/2608.12687#S2.SS2.p1.1),[§II\-C](https://arxiv.org/html/2608.12687#S2.SS3.p1.1),[§III](https://arxiv.org/html/2608.12687#S3.p1.1),[§V\-A](https://arxiv.org/html/2608.12687#S5.SS1.p1.1),[§V\-B](https://arxiv.org/html/2608.12687#S5.SS2.p2.1)\.
- \[5\]S\. Dutta, F\. Amin, S\. Panda, J\. Rabe, Y\. Wen, and P\. Franzon\(2026\)Can an actor\-critic optimization framework improve analog design?\.External Links:2603\.24714,[Link](https://arxiv.org/abs/2603.24714)Cited by:[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p1.1)\.
- \[6\]J\. Gao, W\. Cao, J\. Yang, and X\. Zhang\(2025\)AnalogGenie: a generative engine for automatic discovery of analog circuit topologies\.InThe Thirteenth International Conference on Learning Representations \(ICLR\),External Links:[Link](https://openreview.net/forum?id=jCPak79Kev),2503\.00205Cited by:[§I](https://arxiv.org/html/2608.12687#S1.p2.1),[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p3.1),[§II\-B](https://arxiv.org/html/2608.12687#S2.SS2.p2.1)\.
- \[7\]J\. Gardner, G\. Pleiss, K\. Q\. Weinberger, D\. Bindel, and A\. G\. Wilson\(2018\)Gpytorch: blackbox matrix\-matrix gaussian process inference with gpu acceleration\.Advances in neural information processing systems31\.Cited by:[§VI](https://arxiv.org/html/2608.12687#S6.p7.1)\.
- \[8\]T\. Guo, D\. R\. Herber, and J\. T\. Allison\(2018\)Reducing evaluation cost for circuit synthesis using active learning\.InASME 2018 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference,Quebec City, Canada\.Note:Paper No\. DETC2018\-85654, V02AT03A011External Links:[Document](https://dx.doi.org/10.1115/DETC2018-85654),[Link](https://doi.org/10.1115/DETC2018-85654)Cited by:[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p1.1)\.
- \[9\]D\. R\. Jones, M\. Schonlau, and W\. J\. Welch\(1998\)Efficient global optimization of expensive black\-box functions\.Journal of Global optimization13\(4\),pp\. 455–492\.Cited by:[§II\-C](https://arxiv.org/html/2608.12687#S2.SS3.p1.1)\.
- \[10\]T\. N\. Kipf and M\. Welling\(2016\)Semi\-supervised classification with graph convolutional networks\.arXiv preprint arXiv:1609\.02907\.Cited by:[§V\-B](https://arxiv.org/html/2608.12687#S5.SS2.p2.1)\.
- \[11\]S\. Lee, J\. Chu, S\. Kim, J\. Ko, and H\. J\. Kim\(2023\)Advancing bayesian optimization via learning correlated latent space\.Advances in Neural Information Processing Systems36,pp\. 48906–48917\.Cited by:[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p1.1),[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p2.1)\.
- \[12\]J\. Lu, L\. Lei, F\. Yang, L\. Shang, and X\. Zeng\(2022\)Topology optimization of operational amplifier in continuous space via graph embedding\.In2022 Design, Automation & Test in Europe Conference & Exhibition \(DATE\),pp\. 142–147\.External Links:[Document](https://dx.doi.org/10.23919/DATE54114.2022.9774676)Cited by:[§I](https://arxiv.org/html/2608.12687#S1.p2.1),[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p2.1),[§II\-B](https://arxiv.org/html/2608.12687#S2.SS2.p1.1),[§II\-C](https://arxiv.org/html/2608.12687#S2.SS3.p1.1),[§III](https://arxiv.org/html/2608.12687#S3.p1.1)\.
- \[13\]L\. McInnes, J\. Healy, and J\. Melville\(2018\)Umap: uniform manifold approximation and projection for dimension reduction\.arXiv preprint arXiv:1802\.03426\.Cited by:[Fig\. 1](https://arxiv.org/html/2608.12687#S1.F1.1),[Fig\. 1](https://arxiv.org/html/2608.12687#S1.F1.2)\.
- \[14\]G\. Pleiss, J\. Gardner, K\. Weinberger, and A\. G\. Wilson\(2018\)Constant\-time predictive distributions for gaussian processes\.InInternational Conference on Machine Learning,pp\. 4114–4123\.Cited by:[§VI](https://arxiv.org/html/2608.12687#S6.p7.1)\.
- \[15\]B\. Shahriari, K\. Swersky, Z\. Wang, R\. P\. Adams, and N\. De Freitas\(2015\)Taking the human out of the loop: a review of bayesian optimization\.Proceedings of the IEEE104\(1\),pp\. 148–175\.Cited by:[§V\-D](https://arxiv.org/html/2608.12687#S5.SS4.p2.1)\.
- \[16\]J\. Shen, F\. Yang, L\. Shang, Z\. Bi, C\. Yan, D\. Zhou, and X\. Zeng\(2025\)INTO\-OA: interpretable topology optimization for operational amplifiers\.In2025 Design, Automation & Test in Europe Conference & Exhibition \(DATE\),pp\. 1–7\.External Links:[Document](https://dx.doi.org/10.23919/DATE64628.2025.10993136)Cited by:[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p2.1),[§II\-B](https://arxiv.org/html/2608.12687#S2.SS2.p1.1)\.
- \[17\]J\. Shen, F\. Yang, L\. Shang, C\. Yan, Z\. Bi, D\. Zhou, and X\. Zeng\(2025\)ATOM: an automatic topology synthesis framework for operational amplifiers\.IEEE Transactions on Computer\-Aided Design of Integrated Circuits and Systems44\(3\),pp\. 1193–1198\.External Links:[Document](https://dx.doi.org/10.1109/TCAD.2024.3463534)Cited by:[§I](https://arxiv.org/html/2608.12687#S1.p2.1),[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p2.1),[§II\-B](https://arxiv.org/html/2608.12687#S2.SS2.p1.1),[§III](https://arxiv.org/html/2608.12687#S3.p1.1)\.
- \[18\]S\. Singh and J\. M\. Hernández\-Lobato\(2024\)Deep kernel learning for reaction outcome prediction and optimization\.Communications Chemistry7\(1\),pp\. 136\.Cited by:[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p2.1)\.
- \[19\]J\. Snoek, K\. Swersky, R\. Zemel, and R\. Adams\(2014\)Input warping for bayesian optimization of non\-stationary functions\.InProceedings of the 31st International Conference on Machine Learning,E\. P\. Xing and T\. Jebara \(Eds\.\),Proceedings of Machine Learning Research, Vol\.32,pp\. 1674–1682\.External Links:[Link](https://proceedings.mlr.press/v32/snoek14.html),1402\.0929Cited by:[§II\-C](https://arxiv.org/html/2608.12687#S2.SS3.p2.1)\.
- \[20\]N\. Srinivas, A\. Krause, S\. M\. Kakade, and M\. W\. Seeger\(2012\)Information\-theoretic regret bounds for gaussian process optimization in the bandit setting\.IEEE Transactions on Information Theory58\(5\),pp\. 3250–3265\.External Links:[Document](https://dx.doi.org/10.1109/TIT.2011.2182033),[Link](https://doi.org/10.1109/TIT.2011.2182033)Cited by:[§II\-C](https://arxiv.org/html/2608.12687#S2.SS3.p1.1),[§V\-D](https://arxiv.org/html/2608.12687#S5.SS4.p2.1)\.
- \[21\]S\. Stanton, W\. Maddox, I\. Delbridge, and A\. G\. Wilson\(2021\)Kernel interpolation for scalable online gaussian processes\.InInternational conference on artificial intelligence and statistics,pp\. 3133–3141\.Cited by:[§VI](https://arxiv.org/html/2608.12687#S6.p7.1)\.
- \[22\]S\. Stanton, W\. Maddox, N\. Gruver, P\. Maffettone, E\. Delaney, P\. Greenside, and A\. G\. Wilson\(2022\)Accelerating bayesian optimization for biological sequence design with denoising autoencoders\.InInternational conference on machine learning,pp\. 20459–20478\.Cited by:[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p2.1)\.
- \[23\]W\. R\. Thompson\(1933\)On the likelihood that one unknown probability exceeds another in view of the evidence of two samples\.Biometrika25\(3/4\),pp\. 285–294\.Cited by:[§II\-C](https://arxiv.org/html/2608.12687#S2.SS3.p1.1)\.
- \[24\]V\. Thost and J\. Chen\(2021\)Directed acyclic graph neural networks\.arXiv preprint arXiv:2101\.07965\.Cited by:[§V\-B](https://arxiv.org/html/2608.12687#S5.SS2.p2.1)\.
- \[25\]J\. Tingey, C\. M\. Gilligan\-Lee, and Z\. Dai\(2021\)Contrastive embedding of structured space for bayesian optimization\.InNeurIPS 2021 Workshop on Meta\-Learning,External Links:[Link](https://openreview.net/forum?id=xFpkJUMS9te)Cited by:[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p1.1),[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p2.1)\.
- \[26\]B\. Weisfeiler and A\. Leman\(1968\)The reduction of a graph to canonical form and the algebra which appears therein\.nti, Series2\(9\),pp\. 12–16\.Cited by:[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p2.1),[§V\-B](https://arxiv.org/html/2608.12687#S5.SS2.p2.1)\.
- \[27\]A\. G\. Wilson, Z\. Hu, R\. R\. Salakhutdinov, and E\. P\. Xing\(2016\)Stochastic variational deep kernel learning\.Advances in neural information processing systems29\.Cited by:[§VI](https://arxiv.org/html/2608.12687#S6.p7.1)\.
- \[28\]A\. G\. Wilson, Z\. Hu, R\. Salakhutdinov, and E\. P\. Xing\(2016\)Deep kernel learning\.InProceedings of the 19th International Conference on Artificial Intelligence and Statistics,A\. Gretton and C\. C\. Robert \(Eds\.\),Proceedings of Machine Learning Research, Vol\.51,pp\. 370–378\.External Links:[Link](https://proceedings.mlr.press/v51/wilson16.html),1511\.02222Cited by:[§I](https://arxiv.org/html/2608.12687#S1.p3.1),[§II\-C](https://arxiv.org/html/2608.12687#S2.SS3.p2.1),[§V\-C](https://arxiv.org/html/2608.12687#S5.SS3.p3.1)\.
- \[29\]A\. Wilson and H\. Nickisch\(2015\)Kernel interpolation for scalable structured gaussian processes \(kiss\-gp\)\.InInternational conference on machine learning,pp\. 1775–1784\.Cited by:[§VI](https://arxiv.org/html/2608.12687#S6.p7.1)\.
- \[30\]W\. W\. Xing, W\. Fan, Z\. Liu, Y\. Yao, and Y\. Hu\(2024\)KATO: knowledge alignment and transfer for transistor sizing of different design and technology\.InProceedings of the 61st ACM/IEEE Design Automation Conference,DAC ’24,pp\. 1–6\.External Links:[Document](https://dx.doi.org/10.1145/3649329.3657380),ISBN 9798400706011,[Link](https://doi.org/10.1145/3649329.3657380),2404\.14433Cited by:[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p1.1),[§II\-C](https://arxiv.org/html/2608.12687#S2.SS3.p1.1)\.
- \[31\]P\. Xu, Y\. Li, T\. Chen, T\. Ho, and B\. Yu\(2025\)Ckt2Vec: efficient electrical encoding for analog circuit representations in vector space\.IEEE Transactions on Computer\-Aided Design of Integrated Circuits and Systems\.External Links:[Document](https://dx.doi.org/10.1109/TCAD.2025.3643366)Cited by:[§I](https://arxiv.org/html/2608.12687#S1.p2.1),[§II\-B](https://arxiv.org/html/2608.12687#S2.SS2.p2.1)\.
- \[32\]F\. Zhang, B\. Nord, and Y\. Chen\(2022\)Learning representation for bayesian optimization with collision\-free regularization\.arXiv preprint arXiv:2203\.08656\.External Links:[Document](https://dx.doi.org/10.48550/arXiv.2203.08656),2203\.08656,[Link](https://arxiv.org/abs/2203.08656)Cited by:[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p1.1),[§II\-D](https://arxiv.org/html/2608.12687#S2.SS4.p2.1)\.
- \[33\]M\. Zhang, S\. Jiang, Z\. Cui, R\. Garnett, and Y\. Chen\(2019\)D\-vae: a variational autoencoder for directed acyclic graphs\.Advances in neural information processing systems32\.Cited by:[§V\-B](https://arxiv.org/html/2608.12687#S5.SS2.p2.1)\.
- \[34\]S\. Zhang, W\. Lyu, F\. Yang, C\. Yan, D\. Zhou, and X\. Zeng\(2019\)Bayesian optimization approach for analog circuit synthesis using neural network\.In2019 Design, Automation & Test in Europe Conference & Exhibition \(DATE\),pp\. 1463–1468\.External Links:[Document](https://dx.doi.org/10.23919/DATE.2019.8714788),1912\.00402Cited by:[§II\-A](https://arxiv.org/html/2608.12687#S2.SS1.p1.1),[§II\-C](https://arxiv.org/html/2608.12687#S2.SS3.p1.1)\.

Similar Articles

Out-Of-The-Loop Multi-Fidelity Bayesian Optimization

arXiv cs.LG

The paper tackles multi-fidelity Bayesian optimization where the highest-fidelity function is too expensive to be part of the optimization loop, and proposes incorporating historical high-fidelity data with task descriptors. The method is demonstrated on synthetic functions, chemistry, and hyperparameter optimization tasks.

Agentic Bayesian Optimization through Surrogate-Augmented Autoresearch

arXiv cs.LG

This paper introduces agentic Bayesian optimization, where an LLM agent acts as the central decision-maker in the BO loop with a Bayesian backend, enabling online strategy revision and problem reframing. The authors instantiate this in Sara and lenz, demonstrating reliability and performance gains over standard BO and LLM-based baselines.