Stiff Circuit System Modeling via Transformer
Weiman Yan, Yi-Chia Chang, Wanyu Zhao
TL;DR
The paper tackles the difficulty of accurately simulating stiff circuits with physics-based SPICE models, which are costly and risk IP leakage, by introducing a transformer-based black-box surrogate that combines Crossformer with Kolmogorov-Arnold Networks. The approach leverages DS-W embeddings and a KAN-augmented decoder to capture multi-scale temporal and input-output relationships, achieving superior fidelity on SPICE-generated ADC data. Empirical results show the proposed model reduces the Normalized RMSE and converges faster than state-of-the-art CTRNN baselines, demonstrating practical speedups for large-scale circuit validation. This work suggests that attention-based, physics-informed transformers can significantly accelerate circuit design workflows while preserving accuracy and robustness under stiff dynamics.
Abstract
Accurate and efficient circuit behavior modeling is a cornerstone of modern electronic design automation. Among different types of circuits, stiff circuits are challenging to model using previous frameworks. In this work, we propose a new approach using Crossformer, which is a current state-of-the-art Transformer model for time-series prediction tasks, combined with Kolmogorov-Arnold Networks (KANs), to model stiff circuit transient behavior. By leveraging the Crossformer's temporal representation capabilities and the enhanced feature extraction of KANs, our method achieves improved fidelity in predicting circuit responses to a wide range of input conditions. Experimental evaluations on datasets generated through SPICE simulations of analog-to-digital converter (ADC) circuits demonstrate the effectiveness of our approach, with significant reductions in training time and error rates.
