paper-with-me

Papers

CktGen: Specification-Conditioned Analog Circuit Generation

2024-10-01 · Yuxuan Hou, Jianrong Zhang, Hua Chen, Min Zhou, Faxin Yu, Hehe Fan, Yi Yang

Automatic synthesis of analog circuits presents significant challenges. Existing methods usually treat the task as optimization problems, which limits their transferability and reusability for new requirements. To address this limitation, we introduce a task that directly generates analog circuits based on specified specifications, termed specification-conditioned analog circuit generation. Specifically, we propose CktGen, a simple yet effective variational autoencoder (VAE) model, that maps specifications and circuits into a joint latent space, and reconstructs the circuit from the latent. Moreover, given that a single specification can correspond to multiple distinct circuits, simply minimizing the distance between the mapped latent representations of the circuit and specification does not capture these one-to-many relationships. To address this, we integrate contrastive learning and classifier guidance to prevent model collapse. We conduct comprehensive experiments on the Open Circuit Benchmark (OCB) and introduce new evaluation metrics for cross-model consistency in the specification-to-circuit generation task. Experimental results demonstrate substantial improvements over existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2410.00995

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Domain Knowledge-Based Automated Analog Circuit Design with Deep Reinforcement Learning

2022-02-26 · Weidong Cao, Mouhacine Benosman, Xuan Zhang, Rui Ma

The design automation of analog circuits is a longstanding challenge in the integrated circuit field. This paper presents a deep reinforcement learning method to expedite the design of analog circuits at the pre-layout s…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Domain Knowledge-Infused Deep Learning for Automated Analog/Radio-Frequency Circuit Parameter Optimization

2022-04-27 · Weidong Cao, Mouhacine Benosman, Xuan Zhang, Rui Ma

The design automation of analog circuits is a longstanding challenge. This paper presents a reinforcement learning method enhanced by graph learning to automate the analog circuit parameter optimization at the pre-layout…

Graph Learning

AnalogCoder-Pro: Unifying Analog Circuit Generation and Optimization via Multi-modal LLMs

2025-08-04 · Yao Lai, Souradip Poddar, Sungyoung Lee, Guojin Chen 외 arxiv

Despite recent advances, analog front-end design still relies heavily on expert intuition and iterative simulations, which limits the potential for automation. We present AnalogCoder-Pro, a multimodal large language mode…

LaMAGIC: Language-Model-based Topology Generation for Analog Integrated Circuits

2024-07-19 · Chen-Chia Chang, Yikang Shen, Shaoze Fan, Jing Li 외

In the realm of electronic and electrical engineering, automation of analog circuit is increasingly vital given the complexity and customized requirements of modern applications. However, existing methods only develop se…

Electrical EngineeringGraph GenerationLanguage ModelingLanguage Modelling

Emerging ML-AI Techniques for Analog and RF EDA

2025-05-12 · Zhengfeng Wu, Ziyi Chen, Nnaemeka Achebe, Vaibhav V. Rao 외

This survey explores the integration of machine learning (ML) into EDA workflows for analog and RF circuits, addressing challenges unique to analog design, which include complex constraints, nonlinear design spaces, and …

Survey