LGAIMar 29, 2022

Pretraining Graph Neural Networks for few-shot Analog Circuit Modeling and Design

arXiv:2203.15913v256 citations
Originality Incremental advance
AI Analysis

This work addresses automated circuit design for engineers by enabling efficient modeling with limited data, though it is incremental as it builds on existing GNN and pretraining methods.

The paper tackles the problem of predicting circuit performance without expensive simulations by pretraining graph neural networks on DC voltage prediction, achieving up to 10x more sample efficiency for few-shot generalization to new topologies or metrics and improving prior optimization methods by 2x.

Being able to predict the performance of circuits without running expensive simulations is a desired capability that can catalyze automated design. In this paper, we present a supervised pretraining approach to learn circuit representations that can be adapted to new circuit topologies or unseen prediction tasks. We hypothesize that if we train a neural network (NN) that can predict the output DC voltages of a wide range of circuit instances it will be forced to learn generalizable knowledge about the role of each circuit element and how they interact with each other. The dataset for this supervised learning objective can be easily collected at scale since the required DC simulation to get ground truth labels is relatively cheap. This representation would then be helpful for few-shot generalization to unseen circuit metrics that require more time consuming simulations for obtaining the ground-truth labels. To cope with the variable topological structure of different circuits we describe each circuit as a graph and use graph neural networks (GNNs) to learn node embeddings. We show that pretraining GNNs on prediction of output node voltages can encourage learning representations that can be adapted to new unseen topologies or prediction of new circuit level properties with up to 10x more sample efficiency compared to a randomly initialized model. We further show that we can improve sample efficiency of prior SoTA model-based optimization methods by 2x (almost as good as using an oracle model) via fintuning pretrained GNNs as the feature extractor of the learned models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes