Bayesian Optimization Approach for Analog Circuit Synthesis Using Neural Network
Shuhan Zhang, Wenlong Lyu, Fan Yang, Changhao Yan, Dian Zhou, Xuan, Zeng

TL;DR
This paper introduces a neural network-based Bayesian optimization method for analog circuit synthesis that automatically learns kernel functions, offering improved prediction accuracy and computational efficiency over traditional Gaussian process models.
Contribution
It proposes a novel neural network-based Gaussian process model that learns kernels from data, reducing training complexity and enhancing prediction accuracy for circuit synthesis.
Findings
Outperforms traditional Gaussian process models in accuracy.
Achieves O(N) training and constant prediction time.
Validated on two real-world analog circuits.
Abstract
Bayesian optimization with Gaussian process as surrogate model has been successfully applied to analog circuit synthesis. In the traditional Gaussian process regression model, the kernel functions are defined explicitly. The computational complexity of training is O(N 3 ), and the computation complexity of prediction is O(N 2 ), where N is the number of training data. Gaussian process model can also be derived from a weight space view, where the original data are mapped to feature space, and the kernel function is defined as the inner product of nonlinear features. In this paper, we propose a Bayesian optimization approach for analog circuit synthesis using neural network. We use deep neural network to extract good feature representations, and then define Gaussian process using the extracted features. Model averaging method is applied to improve the quality of uncertainty prediction.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGaussian Process
