Esac2022 681 690
Esac2022 681 690
Volume 27 (2022)
Keywords: Antenna Design, Machine Learning (ML), Neural Networks (NN) ,Electromagnetic
Properties.
1. Introduction
In the 21st century, with the advent of the 5G era, wireless communication technology has gained
more and more attention from the public, and antenna design is crucial in communication.
Researchers contributes to optimize antenna design ideas and design more efficient, wider
applications and directional high gain antennas, including but not limited to developing novel feed
structures, changing the number of antennas and array size and antenna arrangement [1][2], adjusting
the antenna polarization [3] or replacing specific elements [4], etc. However, most of the
aforementioned conventional antenna design methods are related to changing the geometrical
characteristics to find the optimal state for a specific frequency band. This process requires several
attempts to analyze and adjust, which takes a long time and great effort.
In recent years, machine learning techniques have become mature and are used in many fields,
such as image processing, medical [5], stock market analysis, information filtering, automatic
cruising, etc. However, compared to these fields, machine learning has been relatively less applied in
antenna design and electromagnetics, probably because the design process mostly relies on the
researchers’ skills, and it is difficult to translate the skills and experience into machine language for
machines to perform. More importantly, most of the design work requires the joint participation of
multiple companies and departments to design different components separately and finally assemble
them into antennas where the components match each other and meet the standards. It is easy to see
that the adaptability of the components and the mastery of the objectives of the end device are not
simple for machine learning engines.
The goal of this study is to build artificial intelligence to give practical data analysis in accordance
with design requirements. It does this by analyzing the optimization degree of antenna design using
various machine learning techniques. In this study, the classification of machine learning algorithms
will be summarized based on an overview of the field. The relationship between machine learning,
artificial intelligence, and deep learning will also be sorted out, and common machine learning
algorithms like neural networks, linear regression, and random forests will be introduced. Among
681
Highlights in Science, Engineering and Technology ESAC 2022
Volume 27 (2022)
these, Radial basis functions (RBFs) and Support Vector Machines (SVMs) are introduced. Finally,
by examining the individual machine learning applications in antenna design and examining the
electromagnetic properties of each method employed, this research provides a concise summary of
the function of machine learning in antenna design. The list provides a unifying explanation of it.
682
Highlights in Science, Engineering and Technology ESAC 2022
Volume 27 (2022)
Different loss functions are required to measure various task goals. For functional assurance, the
loss function ought to be modest and the error between the model's anticipated and actual values must
be as little as feasible. The two main ones are as follows.
The mean square error (MSE) loss function is highly recommended when measuring the model
regression prediction error profile. The formula is shown below:
1
𝐽 𝑤 𝑦 𝑓 𝑥 ,𝑤 1
𝑚
When measuring the error profile of a classification prediction model, the cross-entropy loss
function derived from the great likelihood estimation method is commonly used. By minimizing the
cross-entropy loss, the model prediction distribution is made to be as consistent as possible with the
empirical distribution of the actual data. The formula is:
1
𝐽 𝑤 𝑦 ln 𝑓 𝑥 , 𝑤 1 𝑦 ln 𝑓 𝑥 , 𝑤 2
𝑚
The optimization algorithm's goal is to improve the parameter values by iteratively modifying the
model's parameters over a limited number of times in order to minimize the loss function's value. The
commonly used algorithm is the gradient descent algorithm, and this process can be understood
figuratively as the process of descending a mountain and finding the lowest footing, as shown in
Figure 4. The algorithm steps are shown in Figure 5.
683
Highlights in Science, Engineering and Technology ESAC 2022
Volume 27 (2022)
Categories Features
Supervised algorithms ● A learning model is built according to the training dataset.
● Requires specific inputs and outputs [6].
● Include artificial neural network [7], linear regression,
support vector machines [8], decision tree, random forest,
etc.
Unsupervised algorithms ● No specific target output.
● divides data into different groups [6].
● The main algorithms include k-means, dimensional
reduction.
Reinforcement algorithms Decision-based training: based on the accuracy of the
output.
Give the predictions.
Stimulated by rewards and punishments, form
expectations, produces habitual behaviors, and maximize
benefits.
This paper presents the main machine learning algorithms and neural network models applied in
the current antenna design field. An overview of the algorithms is given in Table 2.
Table 2. Three main categories of machine learning
Name Traits Principle Application
Random forest ●The sets of ● Estimate the categories ● Regression
decision trees. ● Choose the category prediction
with the most votes. ● Data
downscaling.
DCN ● Deep learning ● Create smaller input ● Image Recognition
with more than scan layers that slide processing.
two hidden over the original image
layers. ● Transfer to the
convolution layer [9].
SVM ● Data ● Plot the data ● Character
classification. ● Find the optimal recognition.
divider. ● Facial
recognition.
● Wireless
communication [11].
● Text classification.
ELM [10] ● Fast running ● Set weights ● Image resolution
speed. ● Train with least improvement
squares fit. ● Wind prediction.
RBF ● Faster learning Output 0 and 1 Nonlinear function
speed Determine the answer approximation,
● General as yes or no, Control and fault
diagnosis [12].
approximation
capabilities.
684
Highlights in Science, Engineering and Technology ESAC 2022
Volume 27 (2022)
685
Highlights in Science, Engineering and Technology ESAC 2022
Volume 27 (2022)
686
Highlights in Science, Engineering and Technology ESAC 2022
Volume 27 (2022)
and performs robustly in the signal-to-noise ratio, again providing valuable ideas for solving the DOA
problem, which will not be repeated here.
The use of the SVM algorithm to accelerate the design of shaped beam reflect array unit cell is
also presented in [15]. Although the Method of Moments (MoM-LP) algorithm has been proven to
have good results, there is room for improvement in computational speed. In this study, the two
algorithms are compared using four parallel dipole models in Figure 10, which characterize the
reflection coefficient matrix and derive the scattering parameters for the unit cell size, taking into
account the discretization of the incident angle.
687
Highlights in Science, Engineering and Technology ESAC 2022
Volume 27 (2022)
∙ ∆
F θ 𝐼 ∙ 1 𝛿 ∙𝑙 ∙𝑒 3
The ideal and measured patterns are shown in Figure 12(a), and the measured phase and amplitude
errors are 5° and 0.5 dB, respectively.
Figure 13. Geometry of the model (a) Top view (b) Bottom view
The researchers trained two ML models with the top four of the 11 variables shown in Figure 13:
the radius of the hexagonal patch a, the radius of the fractal cell b, the distance between the center of
the fractal cell and the center of the hexagonal patch d, and the gap N between the feeder and the
688
Highlights in Science, Engineering and Technology ESAC 2022
Volume 27 (2022)
plane perpendicular to the bottom. Test inputs of the trained ML models were used outside the data
set used for training to verify that the models could correctly make predictions. The prediction
accuracy with machine learning was verified by comparing it to the FEKO response shown in Figure
14.
Figure 14. (a) S11 and (b) Gain from FEKO, RBF and LSR.
The replies utilizing FEKO and the anticipated output from RBF and LSR are extremely similar,
with RBF having a greater accuracy and better generalization than LSR. Table IV displays the amount
of time and memory used by the ML algorithm and FEKO to plot the produced patterns. The antenna
response prediction can be performed with less time and memory using the ML algorithm. Finally,
Table V provides a summary of instances of machine learning methods used in antenna design.
Table IV: Comparison of time and memory required
Method FEKO RBF and LSR
time 18mins <5 seconds
memory 33MB <4 KB
Table V: Comparison of machine learning algorithms in citations
Application Research purpose Algorithm Compared to Advantages
object
689
Highlights in Science, Engineering and Technology ESAC 2022
Volume 27 (2022)
4. Conclusion
This paper describes the relationship between machine learning and artificial intelligence and deep
learning, popularizing the concept of important machine learning algorithms and examples of their
application in antenna design. The numerous advantages of machine learning algorithms are
highlighted by comparing them with ordinary antenna design. The main effects are to speed up the
antenna design process, reduce errors and time consumed, improve the accuracy of antenna design,
help researchers save a lot of simulation work, and propose approximate solutions to specific
optimization problems.
References
[1] Jingli Guo, Yanlin Zou and Chao Liu, 2011. Compact Broadband Crescent Moon-Shape Patch-Pair
Antenna. IEEE Antennas and Wireless Propagation Letters, 10, pp.435-437.
[2] Gan, L., Jiang, W., Chen, Q., Li, X., Zhou, Z. and Gong, S., 2021. Method to Estimate Antenna Mode
Radar Cross Section of Large-Scale Array Antennas. IEEE Transactions on Antennas and Propagation,
69(10), pp.7029-7034.
[3] H. Liu, Y. Liu and S. Gong, “An ultra-wideband horizontally polarized omnidirectional connected vivaldi
array antenna,” 2016 International Symposium on Antennas and Propagation (ISAP), 2016, pp. 798-799.
[4] Xiaole, Y., Daning, N. and Wutu, W., 2006. An Omnidirectional High-Gain Antenna Element for TD-
SCDMA Base Station. 2006 7th International Symposium on Antennas, Propagation & EM Theory,.
[5] T. Turki, “An empirical study of machine learning algorithms for cancer identification,” in 2018 IEEE
15th International Conference on Networking, Sensing and Control (ICNSC), 2018, pp. 1–5.
[6] Data Analytics and Big Data, 2018. Supervised versus Unsupervised Algorithms: a Guided Tour. pp.123-
151.
[7] Dang, H., Liang, Y., Wei, L., Li, C. and Dang, S., 2018. Artificial Neural Network Design for Enabling
Relay Selection by Supervised Machine Learning. 2018 Eighth International Conference on
Instrumentation & Measurement, Computer, Communication and Control (IMCCC),.
[8] Cortes, Corinna, and Vladimir Vapnik. “Support-vector networks.” Machine learning 20.3 (1995): 273-
297.
[9] LeCun, Yann, et al. “Gradient-based learning applied to document recognition.” Proceedings of the IEEE
86.11 (1998): 2278-2324.
[10] Cambria, Erik, et al. “Extreme learning machines [trends & controversies].” IEEE Intelligent Systems
28.6 (2013): 30-59.
[11] Joung, J., 2016. Machine Learning-Based Antenna Selection in Wireless Communications. IEEE
Communications Letters, 20(11), pp.2241-2244.
[12] JIANG, X., JIAO, A., QIN, J. and JIANG, T., 2019. Detecting Faulty Elements in Antenna Array Using
Extreme Learning Machine. 2019 8th Asia-Pacific Conference on Antennas and Propagation (APCAP),.
[13] Christodoulou, C., Rohwer, J. and Abdallah, C., 2004. The use of machine learning in smart
antennas. IEEE Antennas and Propagation Society Symposium, 2004.,.
[14] Antonio, M., Rosa, A., Marco, B., Pietro, B., Christian, C., Domenico, G. and Riccardo, A., 2021.
Machine Learning Based Fully Digital UWB Antenna for Direction Finding Systems. 2021 IEEE
International Symposium on Antennas and Propagation and USNC-URSI Radio Science Meeting
(APS/URSI),.
[15] D. R. Prado, J. A. Lopez-Fern ´ andez, M. Arrebola and G. Goussetis, ´ “Efficient Shaped-Beam
Reflectarray Design Using Machine Learning Techniques,” 2018 15th European Radar Conference
(EuRAD), pp. 525– 528, Madrid, 2018.
690