Residual Network Based Direct Synthesis of EM Structures: A Study on One-to-One Transformers

David Munzer,Siawpeng Er,Minshuo Chen,Yan Li,Naga S. Mannem,Tuo Zhao,Hua Wang
DOI: https://doi.org/10.48550/arXiv.2008.10755
2020-08-25
Abstract:We propose using machine learning models for the direct synthesis of on-chip electromagnetic (EM) passive structures to enable rapid or even automated designs and optimizations of RF/mm-Wave circuits. As a proof of concept, we demonstrate the direct synthesis of a 1:1 transformer on a 45nm SOI process using our proposed neural network model. Using pre-existing transformer s-parameter files and their geometric design training samples, the model predicts target geometric designs.
Machine Learning,Signal Processing,Systems and Control
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the inefficiency and iterativeness in the design of electromagnetic (EM) passive structures in the traditional RF/mm - Wave circuit design process. Specifically: 1. **Inefficiency of the traditional design process**: The current RF/mm - Wave circuit design process is very cumbersome. Designers need to iteratively adjust the geometric parameters of passive structures to match the required circuit performance. This is not only time - consuming but also requires in - depth professional knowledge. 2. **Lack of synthesis tools**: Existing EM simulation software mainly serves as an "analysis tool", that is, it can only analyze circuit performance based on given geometric parameters, and cannot directly generate geometric designs that meet specific circuit performance requirements. Therefore, designers must manually adjust the geometric parameters until they find the optimal solution. 3. **Complexity and computational cost**: As the complexity of passive structures increases, the computational time of EM simulation and the number of geometric parameters increase exponentially, further increasing the difficulty and resource consumption of design. To solve these problems, the paper proposes a direct synthesis method based on machine learning, especially using the Residual Network to predict the geometric parameters of EM passive structures. This method aims to achieve the following goals: - **Rapid design**: By directly generating geometric designs that meet circuit performance requirements, reduce the design cycle. - **Automated design**: Make the design process more automated and reduce the dependence on expert knowledge. - **Optimized design**: Improve design efficiency, enabling designers to focus on topology or architecture innovation rather than repetitive geometric parameter adjustment. Through these improvements, the paper expects to significantly accelerate the design and optimization process of RF/mm - Wave circuits and reduce design costs. ### Residual Network Architecture and Training To achieve the above goals, the paper adopts the Residual Network architecture. Its core idea is to alleviate the vanishing/exploding gradient problem in deep neural networks by adding cross - layer shortcut connections, thereby improving the training effect and prediction ability of the model. Specifically: - **Loss function**: Minimize a regularized empirical loss function during the training process: \[ L(\theta)=\Phi_{n}(\{f_{\theta}(x_{i}), y_{i}\}_{i = 1}^{n})+R(\theta) \] where $\Phi_{n}$ is the loss function, $R(\theta)$ is the regularization term, and $\theta$ is the network parameter. - **Optimization algorithm**: Use the Adam algorithm for optimization, and accelerate the convergence speed through adaptive learning rate and momentum acceleration. ### Experimental Results The paper verifies the superior performance of the proposed Residual Network model in predicting the geometric parameters of 1:1 transformers through experiments. Compared with other baseline methods (such as linear regression, gradient boosting, feed - forward neural networks), the Residual Network shows higher prediction accuracy and better generalization ability. In conclusion, by introducing machine learning methods, especially the Residual Network, this paper aims to completely change the design process of RF/mm - Wave circuits, making it more efficient, automated, and easier to implement.