Mode Recognition of Rectangular Dielectric Resonator Antenna Using Artificial Neural Network
Mode Recognition of Rectangular Dielectric Resonator Antenna Using Artificial Neural Network
fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TAP.2022.3146860, IEEE
Transactions on Antennas and Propagation
Special Issue on Machine Learning in Antenna Design, Modeling, and Measurements 1
0018-926X (c) 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: Consortium - Algeria (CERIST). Downloaded on May 04,2022 at 13:13:40 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TAP.2022.3146860, IEEE
Transactions on Antennas and Propagation
Special Issue on Machine Learning in Antenna Design, Modeling, and Measurements 2
0018-926X (c) 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: Consortium - Algeria (CERIST). Downloaded on May 04,2022 at 13:13:40 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TAP.2022.3146860, IEEE
Transactions on Antennas and Propagation
Special Issue on Machine Learning in Antenna Design, Modeling, and Measurements 3
0018-926X (c) 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: Consortium - Algeria (CERIST). Downloaded on May 04,2022 at 13:13:40 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TAP.2022.3146860, IEEE
Transactions on Antennas and Propagation
Special Issue on Machine Learning in Antenna Design, Modeling, and Measurements 4
0018-926X (c) 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: Consortium - Algeria (CERIST). Downloaded on May 04,2022 at 13:13:40 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TAP.2022.3146860, IEEE
Transactions on Antennas and Propagation
Special Issue on Machine Learning in Antenna Design, Modeling, and Measurements 5
similar to one another. As a result, errors could be introduced in 3. Initialize the searching particle positions, 𝑥10 , 𝑥20 , …. 𝑥10
0
the manual labeling of the modes, leading to the error. with 10 sets of random vectors (a, b, d) in the search space, and
Nevertheless, this part of data constitutes only about 3% of the set the initial velocities, 𝑣10 , 𝑣20 , …. 𝑣10
0
to be zeros;
total data and therefore does not affect the overall result 4. Run HFSS simulations for all the DRAs with the
significantly. This is evident from the fact that there are only corresponding particle positions and export their E-field
three mistaken cases out of the 92 cases. matrices at the given f0;
In this paper, to reduce the chance of mislabeling a resonant 5. Recognize the modes of all DRAs with the trained ANN.
mode, the ANN labels a target sample only when the highest The predicted probability of the target mode from the network
probability in the output array is larger than 95%. Otherwise, output is set as 𝑃𝑡𝑎𝑟𝑔𝑒𝑡 ;
the network will regard this sample as a mixed mode of more 6. Evaluate the cost for each particle as 𝐶𝑜𝑠𝑡 = 1 − 𝑃𝑡𝑎𝑟𝑔𝑒𝑡 ;
than one resonance, and the ANN will only predict its dominant 7. Update DRA dimensions according to (1) and (2):
resonant mode.
Although ANSYS HFSS has a mature parameter-sweeping 𝑣𝑝𝑖+1 = 𝑤 ∗ 𝑣𝑝𝑖 + 𝑐1 ∗ (𝑆𝑝𝑖 − 𝑥𝑝𝑖 ) + 𝑐2 ∗ (𝑆𝑔𝑖 − 𝑥𝑝𝑖 ) (1)
module and optimization module, it cannot identify a resonant
mode without human interpretation. Human beings are usually 𝑥𝑝𝑖+1 = 𝑥𝑝𝑖 + 𝑣𝑝𝑖+1 (2)
not fast at recognizing 3-D field distributions. For instance, an
where weighting coefficients in (1) are 𝑤 = 0.8, 𝑐1 = 0.5,
expert with DRA background may need minutes to identify a
𝑐2 = 0.5;
DRA mode if the mode features are apparent. On the contrary,
𝑆𝑝𝑖 represents the pth DRA’s best known position with the
our trained ANN can identify a DRA mode in milliseconds.
Therefore, it is of great interest to replace a human being with minimum cost value in all previous i iterations (𝑥𝑝0 , 𝑥𝑝1 , … 𝑥𝑝𝑖 );
an ANN in recognizing a DRA mode. 𝑆𝑔𝑖 represents the global best-known position for all DRAs
with the minimum cost value in all previous i iterations (𝑥00 ,
𝑥10 , … 𝑥𝑝0 , 𝑥01 , 𝑥11 , … 𝑥𝑝𝑖 ).
V. FURTHER APPLICATION 8. Repeat 4 – 7 until 𝐶𝑜𝑠𝑡 < 0.05 or iteration cycles > 50.
Identifying the mode components in a DRA is very useful It should be mentioned that 0.05 is chosen as the PSO
from both the analysis and design perspectives. Its application criterion because the prediction criterion of 95% is used in
in analyzing a DRA has been discussed in the previous section, Section IV.
and its application in designing a DRA is studied in this section.
Our goal is to purify the desired resonant mode in a DRA,
which has multiple modes inside. To do this, the PSO algorithm
is used along with the trained ANN to optimize the DRA
dimensions.
PSO is a kind of mature evolutionary optimization algorithm
and is used here to assist the mode purification task. During a
PSO process, a swarm of particles (points in the search space) is
traced and moved, which represents a set of possible input
candidates. In each iteration, the position of each particle is
updated with two positions, namely its individual best-known
position and the global best-known position. All particles in the
swarm are directed like a flock of birds and finally reach the
optimal region after numbers of iterations.
In this application, 10 particles, representing 10 sets of DRA
configurations, are evaluated in each iteration. The particle
position, 𝑥𝑝𝑖 , represents the dimension set (lengths of three
neighboring edges) of the pth DRA in the ith iteration. And the
particle velocity, 𝑣𝑝𝑖 , is expressed as the position difference
between two consecutive iterations. All particles are ranked
according to their evaluation results, and the global best-known
position is used to direct the particle swarm.
The detailed strategy is illustrated in Fig. 7 and explained as
follows.
1. Using the trained ANN, identify the dominant mode of an
initial sample with given DRA dimensions (a, b, d), frequency
f0, and simulated E-field distribution;
2. Set the dominant mode as the target mode, and define the
search space of PSO around the given DRA dimensions;
Fig. 7. Mixed-mode purification strategy with PSO and trained ANN
0018-926X (c) 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: Consortium - Algeria (CERIST). Downloaded on May 04,2022 at 13:13:40 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TAP.2022.3146860, IEEE
Transactions on Antennas and Propagation
Special Issue on Machine Learning in Antenna Design, Modeling, and Measurements 6
(b)
Fig. 10. Normalized E-field magnitude histogram. (a) Initial DRA,
optimized DRA, and theoretical case obtained by DWM. (b) Comparison of
the difference between the initial and DWM cases with that between the
optimized and DWM cases.
Fig. 8. Initial and optimized particles.
0018-926X (c) 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: Consortium - Algeria (CERIST). Downloaded on May 04,2022 at 13:13:40 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TAP.2022.3146860, IEEE
Transactions on Antennas and Propagation
Special Issue on Machine Learning in Antenna Design, Modeling, and Measurements 7
The 3-D E-field magnitude distributions are also examined, [8] M. O. Akinsolu, K. K. Mistry, B. Liu, P. I. Lazaridis, and P. Excell,
“Machine Learning-assisted Antenna Design optimization: A Review and the
which are calculated at all sampling positions of the DRAs and
𝑧 State-of-the-art,” in 2020 14th European Conference on Antennas and
then normalized for a fair comparison. The TE111 -mode field Propagation (EuCAP), pp. 1–5, Mar. 2020.
distribution obtained from the theoretical DWM model is used [9] D. Erricolo et al., “Machine Learning in Electromagnetics: A Review and
as a reference, and its magnitude differences with those of the Some Perspectives for Future Research,” in 2019 International Conference on
Electromagnetics in Advanced Applications (ICEAA), pp. 1377–1380, Sep.
original and optimized DRAs in the corresponding sample
2019.
positions are calculated. Fig. 10(a) shows the E-field amplitude [10] C. C. Nadell, B. Huang, J. M. Malof, and W. J. Padilla, “Deep learning
histogram for the initial, optimized, and theoretical DWM cases. for accelerated all-dielectric metasurface design,” Opt. Express, vol. 27, no. 20,
With reference to the figure, the DWM case is closer to the pp. 27523–27535, Sep. 2019.
[11] G. Alagappan and C. E. Png, “Prediction of electromagnetic field
optimized case than the initial case for most normalized field
patterns of optical waveguide using neural network,” Neural Comput. Appl.,
strengths, as expected. Fig. 10(b) compares the E-field intensity vol. 33, no. 7, pp. 2195–2206, Apr. 2021.
difference between the initial and DWM cases with that [12] Y. M. Pan, K. W. Leung, and K. Lu, “Study of Resonant Modes in
between the optimized and DWM cases. It can be seen from the Rectangular Dielectric Resonator Antenna Based on Radar Cross Section,”
IEEE Trans. Antennas Propag., vol. 67, no. 6, pp. 4200–4205, Jun. 2019.
figure that the difference histogram has a much denser
[13] R. Mendes, J. Kennedy, and J. Neves, “The fully informed particle
distribution around 0 for the optimized DRA than the original swarm: simpler, maybe better,” IEEE Trans. Evol. Comput., vol. 8, no. 3, pp.
𝑧
one, showing that a purer TE111 mode is obtained after the 204–210, Jun. 2004.
purification process. [14] J. Robinson and Y. Rahmat-Samii, “Particle swarm optimization in
electromagnetics,” IEEE Trans. Antennas Propag., vol. 52, no. 2, pp. 397–407,
Feb. 2004.
VI. CONCLUSION [15] C. Hu, J. p. Zhao and J. Xu, “Optimization of Dielectric Resonator
A simple but useful AI-based method has been studied for Antenna based on Machine Learning and PSO Methods,” 2020 International
Conference on Microwave and Millimeter Wave Technology (ICMMT), pp. 1–
DRA mode recognitions in this work. A three-layered ANN 3, 2020.
model has been trained to recognize 12 low-order resonant [16] N. Jin and Y. Rahmat-Samii, “Advances in Particle Swarm Optimization
modes of rectangular DRAs. With 516 samples, the ANN for Antenna Designs: Real-Number, Binary, Single-Objective and
Multiobjective Implementations,” IEEE Trans. Antennas Propag., vol. 55, no.
model can reach a high prediction accuracy of around 96.74%. 3, pp. 556–567, Mar 2007.
In addition to recognizing resonant modes in a DRA, the trained [17] R. K. Mongia, “Theoretical and experimental resonant frequencies of
ANN can also help to purify a target mode with the assistance rectangular dielectric resonators,” Microw. Antennas Propag. IEE Proc. H, vol.
139, no. 1, pp. 98–104, 1992.[18] K. Hornik, M. Stinchcombe, and H. White,
of the PSO algorithm. The mode purification strategy can help “Multilayer feedforward networks are universal approximators,” Neural Netw.,
engineers with designing DRAs efficiently, even without any vol. 2, no. 5, pp. 359–366, Jan. 1989.
expertise in this field. Finally, it should be emphasized that as [19] S. Sonoda and N. Murata, “Neural network with unbounded activation
functions is universal approximator,” Appl. Comput. Harmon. Anal., vol. 43, no.
the resonant modes in other types of antennas can be also 2, pp. 233–268, Sep. 2017.
determined in a similar way, this method is general and can be [20] W. Liu, Y. Wen, Z. Yu, and M. Yang, “Large-Margin Softmax Loss for
applied to other antenna types. Convolutional Neural Networks,” in Proceedings of the 33rd International
Conference on International Conference on Machine Learning - Volume 48, pp.
507–516, New York, NY, USA, 2016.
VII. ACKNOWLEDGMENT [21] L. H. LI Yandong HAO Zongbo, “Survey of convolutional neural
network,” J. Comput. Appl., vol. 36, no. 9, p. 2508, 2016.
The authors would like to thank the reviewers for their
valuable comments. They would also like to thank Mr. Chen
Yang and Mr. Zhi-Yi Zhang for their help in preparing the
figures.
REFERENCES
[1] H. Xu et al., “A Compact and Low-Profile Loop Antenna With Six
Resonant Modes for LTE Smartphone,” IEEE Trans. Antennas Propag., vol. 64, Yuqi Xiao was born in Ji’an, Jiangxi,
no. 9, pp. 3743–3751, Sep. 2016.
[2] M. Zou and J. Pan, “Investigation of Resonant Modes in Wideband Hybrid China. She received the B.Eng. degree in
Omnidirectional Rectangular Dielectric Resonator Antenna,” IEEE Trans. electronic engineering from City
Antennas Propag., vol. 63, no. 7, pp. 3272–3275, Jul. 2015. University of Hong Kong (CityU), Hong
[3] W. Hu et al., “Compact Wideband Folded Dipole Antenna With Kong in 2020 and is currently pursuing the
Multi-Resonant Modes,” IEEE Trans. Antennas Propag., vol. 67, no. 11, pp.
6789–6799, Nov. 2019. Ph.D. degree in electrical engineering at
[4] W.-J. Lu, J. Yu, and L. Zhu, “On the multi-resonant antennas: Theory, the same university. From 2020 to 2021,
history, and new development,” Int. J. RF Microw. Comput.-Aided Eng., vol. she worked as a research assistant at CityU.
29, no. 9, p. e21808, 2019. Her current research interests include dielectric resonator
[5] K. He, X. Zhang, S. Ren, and J. Sun, “Delving Deep into Rectifiers:
Surpassing Human-Level Performance on ImageNet Classification,” in 2015 antennas, neural networks, and optimization algorithms.
IEEE International Conference on Computer Vision (ICCV), pp. 1026–1034,
Dec. 2015.
[6] D. Silver et al., “Mastering the game of Go with deep neural networks and
tree search,” Nature, vol. 529, no. 7587, Art. no. 7587, Jan. 2016.
[7] A. Massa, D. Marcantonio, X. Chen, M. Li, and M. Salucci, “DNNs as
Applied to Electromagnetics, Antennas, and Propagation—A Review,” IEEE
Antennas Wirel. Propag. Lett., vol. 18, no. 11, pp. 2225–2229, Nov. 2019.
0018-926X (c) 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: Consortium - Algeria (CERIST). Downloaded on May 04,2022 at 13:13:40 UTC from IEEE Xplore. Restrictions apply.
This article has been accepted for publication in a future issue of this journal, but has not been fully edited. Content may change prior to final publication. Citation information: DOI 10.1109/TAP.2022.3146860, IEEE
Transactions on Antennas and Propagation
Special Issue on Machine Learning in Antenna Design, Modeling, and Measurements 8
Kwok Wa Leung received his B.Sc. antennas, antenna arrays, reconstruction of antenna radiation
degree in Electronics and Ph.D. degree pattern, and microwave theory.
in electronic engineering from the
Chinese University of Hong Kong in Chi-Sing Leung received the Ph.D.
1990 and 1993, respectively. In 1994, degree in computer science from the
he joined the Department of Electrical Chinese University of Hong Kong, Hong
Engineering at City University of Hong Kong, in 1995. He is currently a
Kong, where he is currently a Chair Professor with the Department of
Professor and Associate Dean Electrical Engineering, City University
(Research) of College of Engineering. of Hong Kong, Hong Kong. He has
He was the Associate Head of the authored over 120 journal papers in the
Department. In 2006, he was a Visiting Professor in the areas of digital signal processing, neural
Department of Electrical Engineering, The Pennsylvania State networks, and computer graphics. His current research interests
University, USA. include neural computing and computer graphics. Prof. Leung
Professor Leung was the Chair of the IEEE AP/MTT Hong was a member of the Organizing Committee of ICONIP2006.
Kong Joint Chapter for the years of 2006 and 2007. He was the He received the 2005 IEEE Transactions on Multimedia Prize
Technical Program Chair, 2008 Asia-Pacific Microwave Paper Award for his paper titled The Plenoptic Illumination
Conference, Hong Kong, and the Technical Program Co-Chair, Function in 2005. He was the Program Chair of ICONIP2009
2006 IEEE TENCON, Hong Kog. He was an Editor for HKIE and ICONIP2012, and the General Chair of ICONIP2020. He
Transactions and a Guest Editor of IET Microwaves, Antennas is/was the Guest/Associate Editor of several journals,
and Propagation. He was an Associate Editor for the IEEE including Neural Computing and Applications,
Antennas and Wireless Propagation Letters and IEEE Neurocomputing, Neural Processing Letters, and IEEE
Transactions on Antennas and Propagation (TAP), which is Transactions on Neural Networks and Learning Systems. He is
the most prestigious journal in the field. He was selected as a Governing Board Member of the Asian Pacific Neural
outstanding Associate Editor of the TAP twice in 2009 and Network Society (APNNS).
2010. From 2013 to 2016, Prof. Leung was appointed as the
Editor-in-Chief of the TAP. He was a Distinguished Lecturer of
the IEEE Antennas and Propagation Society. He was selected
as an awardee of the Distinguished Alumni Awards for 2021,
Department of Electronic Engineering, The Chinese University
of Hong Kong. His students received the 2015 IEEE AP-S
Eugene F. Knott Memorial Pre-Doctoral Research Award and
best paper awards in international/regional conferences.
Prof. Leung received the USRI Young Scientists Awards in
Japan and Russia, in 1993 and 1995, respectively. He received
the Departmental Outstanding Teacher Awards in 2005, 2010,
and 2011. He also received the CityU Research Excellence
Award 2013. He received the prestigious First Class Award
(Natural Science) of the 2016 Higher Education Outstanding
Scientific Research Output Awards, the Ministry of Education,
China. He is a Fellow of IEEE.
0018-926X (c) 2021 IEEE. Personal use is permitted, but republication/redistribution requires IEEE permission. See http://www.ieee.org/publications_standards/publications/rights/index.html for more information.
Authorized licensed use limited to: Consortium - Algeria (CERIST). Downloaded on May 04,2022 at 13:13:40 UTC from IEEE Xplore. Restrictions apply.