Surrogate-Based Design Optimization of Multi-Band Antenna

Aysu Belen1, Ozlem Tari2, Peyman Mahouti3, Mehmet A. Belen4 and Alper Çalışkan5

1Department of Hybrid and Electric Vehicles Technology İskenderun Technical University, Hatay, Turkey
aysu.belen@iste.edu.tr

2Department of Mathematics and Computer Science İstanbul Arel University, İstanbul, Turkey
ozlemilgin@arel.edu.tr

3Department of Aviation Electrics and Electronics of Yıldız Technical University, Turkey
pmahouti@ytu.edu.tr

4Department of Electrical and Electronics İskenderun Technical University, Hatay, Turkey
mali.belen@iste.edu.tr

5Department of Electronics and Communication Yıldız Technical University, İstanbul, Turkey
alperc@yildiz.edu.tr

Submitted On: September 16, 2021; Accepted On: January 22, 2022

Abstract

In this work, design optimization process of a multi-band antenna via the use of artificial neural network (ANN) based surrogate model and meta-heuristic optimizers are studied. For this mean, first, by using Latin-Hyper cube sampling method, a data set based on 3D full wave electromagnetic (EM) simulator is generated to train an ANN-based model. By using the ANN-based surrogate model and a meta-heuristic optimizer invasive weed optimization (IWO), design optimization of a multi-band antenna for (1) 2.4–3.6 GHz for ISM, LTE, and 5G sub-frequencies, and (2) 9–10 GHz for X-band applications is aimed. The obtained results are compared with the measured and simulated results of 3D EM simulation tool. Results show that the proposed methodology provides a computationally efficient design optimization process for design optimization of multi-band antennas.

Keywords: Artificial Neural Network (ANN), multi-band antenna, optimization, surrogate modeling.

I. INTRODUCTION

With the rapid improvement in wireless communication systems, many systems with different standards, global system for mobile communications (GSM), universal mobile telecommunications system (UMTS), wireless local area network (WLAN) [1], have been developed in the last decades. Since each of the mentioned systems may require to operate in different frequencies, instead of having multiple antenna designs, it is more convenient to have an antenna with broadband or multi-band characteristics [25].

Many works had been proposed for achieving designs with multi-band characteristics using 3D printed multi-layer antenna [6], stacked designs with novel meta-material [7], designs comprising two planar inverted F antenna (PIFA) elements integrated with two PIN diodes [8], alongside of unique designs such as star-shaped patch and their performance evaluations [9].

However, optimization of such designs is a challenging problem where increases in the complexity of design for achieving multi-band characteristics would also increase the simulation duration of these designs. Ultimately, this leads designers to choose between using a coarse model for the design optimization process at the expense of accuracy or using a fine model at the expense of having a computationally inefficient design optimization process [10].

One of the commonly used methods proposed for achieving mentioned design optimization problem is to employ data-driven surrogate models for design optimization. Surrogate-based models have many applications such as parameter tuning [11, 12], statistical analysis [1315], and multi-objective design [1618]. Although there are a series of techniques that can be used for surrogate-based modeling such as polynomial regression [19], Kriging interpolation [20], radial basis functions [21], support vector regression [22], and polynomial chaos expansion [23], one of the commonly used technique is artificial neural networks (ANNs) [10, 24].

Herein, to achieve a computationally efficient design optimization process for designing a multi-band antenna, ANN-based surrogate modeling of an antenna design is studied. First, a 3D electromagnetic (EM)simulation-based data set of the antenna design has been generated using the 3D full-wave EM-simulator tool. Here, a novel regression ANN algorithm, modified multi-layer perceptron (M2LP) [25, 26] is used for creating the mapping between input and output of the data set. After that, by using M2LP, a surrogate model of the design has been generated. Finally, the surrogate model is used alongside of a meta-heuristic optimization algorithm to achieve the desired antenna design. The general procedures of the study are presented in Figure 1.

images

Figure 1: Flow chart of the proposed design optimization process.

II. SURROGATE-BASED MODELING OF ANTENNA

A. Proposed multi-band antenna and its data set

In this work, a microstrip antenna (Figure 2) with an E-shaped defected ground structure is taken for study to achieve the requested multi-band characteristics [27]. The antenna consists of a rectangular radiator, a 50-Ω microstrip feed line, and a ground plane. An E-shaped defected ground structure had been placed in the ground layer to tune the resonance frequency of the design without increasing the overall size of the antenna.

images

Figure 2: Schematic of the proposed multi-band antenna.

In Table 1, the variable space of data set belonging to the proposed antenna design has been presented alongside of their upper and lower limitations. In order to reduce the total number of design variables, some of the design parameters are taken as constants. S1=2×W1,S5=S2+2×S6,W2=11.6 (mm), and L2=3 (mm) for having a transmission line with 50-Ω for FR4 substrate, and S3=0.5 (mm). Furthermore, in order to have a computationally efficient modeling, the number of training samples should be low as much as possible. For this mean, instead of using traditional linear sampling which might end up making the required training samples size up to thousands, Latin-Hyper cube sampling (LHS) method is used for generating design samples from the ranges given in Table 1. By using LHS, a training data set with 500 samples and a test data set with 100 samples had been generated to be used for training the proposed surrogate model. The frequency range is 1–10 GHz with a step size of 0.1.

Table 1: Design variables and their variation limits

Variable Min Max
W1 15 25
L1 10 20
S2 5 15
S4 10 20
S6 2 8
S7 2 8

B. ANN-based surrogate model

In this sub-section, the generated data set is used for creating a surrogate model to create a mapping between the given input parameters in Table 1 and scattering parameters of the proposed antenna design. Herein, in order to compare the performance of the M2LP model, traditional counterpart and commonly used state-of-the-art regression algorithms in literature such as (1) multi-layer perceptron, (2) support vector regression machine [22], (3) gradient boosted tree [28], (4) Keras deep residual neural network regressor [29], and (5) Gaussian process regression [30] are taken into consideration. The performance of the mentioned methods is presented in Table 2. The given performance belongs to the k-fold validation results where k=5. Furthermore, for checking the overfitting performance of the models, the holdout performance of the models evaluated using 100 sample test data sets are presented. The given values are calculated using relative mean error (RME) metric:

Table 2: Performance results of surrogate models

Model HP K-fold/holdout
MLP Two layers with 20 and 30 neurons 5.8%/6.8%
SVRM [22] Epsilon SVR, Epsilon = 0.1, with radial basis kernel 7.1%/8.5%
Gradient boosted tree [28] Learning rate of 0.02 6250 number of estimators and depth of 5 6.6%/7.5%
Keras deep residual neural network regressor [29] Two layers: 512, 512 units 4.8%/5.3%
Gaussian process regression [30] Kernel function “matern5/2,” prediction method of block coordinate descent with block size of 1500 4.4%/5.2%
M2LP Depth size of 2, initial neuron number of 32 3.9%/4.8%
RME=1Ni=1N|Ti-Pi||Ti|. (1)

Here, Ti is the ith sample targeted value, Pi is the ith sample predicted value, and N is the total number of tested samples over the given operation frequency.

As it can be seen from the table, the M2LP method achieves better k-fold and holdout performance compared to other counterpart algorithms where both of the metrics are less than 5%. Thus, the M2LP does not fall into overfitting while having a good validation error. Thus, from now on, M2LP will be used as the surrogate model of the antenna for the design optimization process.

III. STUDY CASE: DESIGN OPTIMIZATION USING ANN-BASED SURROGATE MODEL

Herein, for the determination of optimal design variables of the proposed multi-band antenna, a population-based meta-heuristic optimization algorithm, invasive weed optimization (IWO) [31], has been used (Figure 3). IWO is inspired from the behavior of weed colonies, in which the population members are in search of an optimal environment to live [31]. Some of the applications of IWO in design optimization of microwave antennas can be named as aperiodic planar thinned array antennas [32], the shape of non-planar electronically scanned arrays [33], directivity maximization of uniform linear array of half-wavelength dipoles [34], low-pass elliptic filter [35], reflector antenna [36], design of a compact step impedance transmission line low-pass filter [37], and design optimization of di-electric loaded horn antennas [38]. The search protocol of the IWO algorithm is driven by cost function defined in the followingequation:

images

Figure 3: Flow chart of the IWO search.

Cost=fmin1fmax1C1|S11i(f)|+fmin2fmax2C2|S11i(f)|. (2)

Here, C values are weighing coefficients of cost function sub-criteria. Since, in this work, the importance of each of the bands is equal, these coefficients are taken equally as C1=C2=1. Here, the goal is to maximize both of the S11 values in the given frequency ranges. The aimed operation bands of the multi-band antenna are taken as: (1) 2.4–3.6 GHz for ISM, LTE, and 5G sub-frequencies; (2) 9–10 GHz for X-band applications.

In Table 3, the optimally selected design variables obtained from IWO algorithm are presented.

Table 3: Optimally selected design values in [mm]

W1 19 S4 13.8
L1 15 S6 3.6
S2 8.5 S7 5.5

The results obtained using the proposed M2LP-based optimization technique had been compared with the simulated results of 3D full-wave EM simulator CST (Figure 4).

images

Figure 4: Simulated results of multi-band antenna.

IV. FABRICATION AND MEASUREMENT

For justification of the proposed designed methodology, the designed antenna in the previous section had been prototyped (Figure 5). The measurement devices (a network analyzer with a measurement bandwidth of 9 KHz to 13.5 GHz, and LB-8180-NF broadband horn antenna of 0.8–18 GHz as reference antenna) available in Microwave Laboratories of Yildiz Technical University had been used.

images

Figure 5: The prototyped multi-band antenna.

In Figure 6, the measured results of maximum gain over frequency and scattering parameter of prototyped antenna are presented. As it can be seen from the figure, the measured performances of the antenna are in agreement with the simulated results obtained in previous sections.

images

Figure 6: Measured (a) maximum gain and (b) scattering parameters, over the operation band.

V. CONCLUSION

Herein, by using surrogate-based modeling technique, a computationally efficient design optimization of a multi-band microstrip antenna has been achieved. Toward this end, a M2LP regression model is used alongside of a meta-heuristic optimization algorithm IWO to determine the optimal design variables for selected operation bands of ISM, LTE, 5G sub-frequencies, and X-band applications. The obtained optimal design performance had been compared with both the simulated results from the 3D full-wave EM simulator tool and measured results of the prototyped antenna. Thus, in this work, computationally efficient design optimization process for having a multi-band microstrip antenna is achieved via the use of a novel regression model M2LP and a meta-heuristic optimization algorithm IWO.

ACKNOWLEDGMENT

We would like to express our special thanks of gratitude to the Aktif Neser Elektronik and DataRobot, for providing researcher licenses for CST and DataRobot.

REFERENCES

[1] A. C. K. Mak, C. R. Rowell, R. D. Murch, and C. Mak, “Reconfigurable multiband antenna designs for wireless communication devices,” IEEE Trans. on Antennas and Prop., vol. 55, no. 7,pp. 1919-1928, Jul. 2007.

[2] Y. X. Guo, M. Y. W. Chia, and Z. N. Chen, “Miniature built-in quadband antennas for mobile handsets,” IEEE Antenna Wireless Propag. Lett., vol. 2, pp. 30-32, 2004.

[3] I. Ang, Y. X. Guo, and Y. W. Chia, “Compact internal quad-band antenna for mobile phones,” Micro. Opt. Technol. Lett., vol. 38, no. 3, pp. 217-223, Aug. 2003.

[4] B. K. Yu, B. Jung, H. J. Lee, F. J. Harackiewicz, and B. Lee, “A folded and bent internal loop antenna for GSM/DCS/PCS operate of mobile handset applications,” Microw. Opt. Technol. Lett., vol. 48, no. 3, pp. 463-467, 2006.

[5] H. Hsieh, Y. Lee, K. Tiong, and J. Sun, “Design of a multiband antenna for mobile handset operations,” IEEE Antennas and Wireless Prop. Lett., vol. 8, pp. 200-203, 2009.

[6] A. E. Ahmed, and W. A. E. Ali, “A novel multiband antenna with 3D-printed multicircular substrate for wireless applications,” 2020 International Conference on Electrical, Communication, and Computer Engineering (ICECCE), 2020, pp. 1-5.

[7] R. M. David, T. Ali, and P. A. Kumar, “Multiband antenna stacked with novel metamaterial SCSRR and CSSRR for WiMAX/WLAN applications,” Micromachines, vol. 12, pp. 113, 2021.

[8] A. Bharathi, R. Shankar, and R. Gosula, “A novel compact multiband reconfigurable WLAN MIMO antenna,” IETE Journal of Research, 2021.

[9] H. T. Sediq, and Y. N. Mohammed, “Performance analysis of novel multi-band monopole antenna for various broadband wireless applications,” Wireless Pers. Commun., vol. 112,pp. 571-585, 2020.

[10] P. Mahouti, “Design optimization of a pattern reconfigurable microstrip antenna using differential evolution and 3D EM simulation-based neural network model,” Int. J. RF Microw. Comput. Aided Eng., vol. 29, no. 8, 2019.

[11] E. Hassan, D. Noreland, R. Augustine, E. Wadbro, and M. Berggren, “Topology optimization of planar antennas for wideband near-field coupling,” IEEE Trans. Ant. Prop., vol. 63, no. 9, pp. 4208-4213, 2015.

[12] J. Wang, X. S. Yang, and B. Z. Wang, “Efficient gradient-based optimization of pixel antenna with large-scale connections,” IET Microwaves Ant. Prop., vol. 12, no. 3, pp. 385-389, 2018.

[13] J. Du, and C. Roblin, “Statistical modeling of disturbed antennas based on the polynomial chaos expansion,” IEEE Ant. Wireless Prop. Lett., vol. 16, p. 1843-1847, 2017.

[14] M. Rossi, A. Dierck, H. Rogier, and D. Vande Ginste, “A stochastic framework for the variability analysis of textile antennas,” IEEE Trans. Ant. Prop., vol. 62, no. 16, pp. 6510-6514, 2014.

[15] J. S. Ochoa and A. C. Cangellaris, “Random-space dimensionality reduction for expedient yield estimation of passive microwave structures,” IEEE Trans. Microw. Theory. Techn., vol. 61, no. 12, pp. 4313-4321, 2013.

[16] J. A. Easum, J. Nagar, P. L. Werner, and D. H. Werner, “Efficient multiobjective antenna optimization with tolerance analysis through the use of surrogate models,” IEEE Trans. Ant. Prop., vol. 66, no. 12, pp. 6706-6715, 2018.

[17] J. Dong, W. Qin, and M. Wang, “Fast multi-objective optimization of multi-parameter antenna structures based on improved BPNN surrogate model,” IEEE Access, vol. 7, pp. 77692-77701, 2019.

[18] S. Koziel and A. T. Sigurdsson, “Multi-fidelity EM simulations and constrained surrogate modeling for low-cost multi-objective design optimization of antennas,” IET Microwaves Ant. Prop., vol. 12, no. 13, pp. 2025-2029, 2018.

[19] J. L. Cha´vez-Hurtado, and J. E. Rayas-Sa´nchez, “Polynomial-based surrogate modeling of RF and microwave circuits in frequency domain exploiting the multinomial theorem,” IEEE Trans. Microwave Theory Tech., vol. 64, no. 12, pp. 4371-4381,2016.

[20] N. V. Queipo, R. T. Haftka, W. Shyy, T. Goel, R. Vaidynathan, and P. K. Tucker, “Surrogate-based analysis and optimization,” Progress in Aerospace Sciences, vol. 41, no. 1, pp. 1-28, 2005.

[21] P. Barmuta, F. Ferranti, G. P. Gibiino, A. Lewandowski, and D. M. M. P. Schreurs, “Compact behavioral models of nonlinear active devices using response surface methodology,” IEEE Trans. Microwave Theory and Tech., vol. 63, no. 1, pp. 56-64, 2015.

[22] J. Cai, J. King, C. Yu, J. Liu, and L. Sun, “Support vector regression based behavioral modeling technique for RF power transistors,” IEEE Microwave and Wireless Comp. Lett., vol. 28, no. 5,pp. 428-430, 2018.

[23] A. Petrocchi, A. Kaintura, G. Avolio, D. Spina, T. Dhaene, A. Raffo, and D. M. P. -P. Schreurs, “Measurement uncertainty propagation in transistor model parameters via polynomial chaos expansion,” IEEE Microwave Wireless Comp. Lett., vol. 27, no. 6, pp. 572-574, 2017.

[24] J. E. Rayas-Sanchez, and V. Gutierrez-Ayala, “EM-based statistical analysis and yield estimation using linear-input and neural-output space mapping,” IEEE MTT-S Int. Microwave Symp. Digest (IMS), pp. 1597-1600, 2006.

[25] N. Calik, M. A. Belen, and P. Mahouti, “Deep learning base modified MLP model for precise scattering parameter prediction of capacitive feed antenna,” Int. J. Numer. Model., vol. 33, no. 2, 2020.

[26] T. Mahouti, T. Yıldırım, and N. Kuþkonmaz, “Artificial intelligence–based design optimization of nonuniform microstrip line band pass filter,” Int. J. Numer. Model. 2021; e2888, in press.

[27] A. Belen, O. Tari, P. Mahouti, M. A. Belen, “Surrogate Based Design Optimization of Multi-Band Antenna,” International Applied Computational Electromagnetics Society (ACES)Symposium, August 1-5, 2021.

[28] G. Rushin, C. Stancil, M. Sun, S. Adams, and P. Beling, “Horse race analysis in credit card fraud—deep learning, logistic regression, and Gradient Boosted Tree,” In 2017 systems and information engineering design symposium (SIEDS), pp. 117-121. IEEE, 2017.

[29] H. Li, Z. Xu, G. Taylor, C. Studer, and T. Goldstein, “Visualizing the loss landscape of neural nets,” Adv Neural Inf Process Syst, pp. 6389-6399,2017.

[30] L. Bo, C. Sminchisescu. “Greed block coordinate descent for large scale Gaussian process regression,” In Proceedings of the Twenty Fourth Conference on Uncertainty in Artificial Intelligence (UAI2008), http://arxiv.org/abs/1206.3238,2012.

[31] M. Misaghi, and M. Yaghoobi, “Improved invasive weed optimization algorithm (IWO) based on chaos theory for optimal design of PID controller,” J. Comp. Design and Eng., vol. 6, no. 3, pp. 284-295, 2019.

[32] S. Karimkashi, and A. A. Kishk, “Invasive weed optimization and its features in electromagnetics,” IEEE Transactions on Antennas and Propagation, vol.58, no. 4, pp. 1269-1278, 2010.

[33] S. Maddio, G. Pelosi, M. Righini, S. Selleri, and I. Vecchi, “Optimization of the shape of non-planar electronically scanned arrays for IFF applications via multi-objective invasive weed optimization algorithm,” Applied Computational Electromagnetic Society (ACES) Journal, vol. 35, no. 5,2020.

[34] A. R. R. Mallahzadeh, H. Oraizi, and Z. Davoodi-Rad, “Application of the invasive weed optimization technique for antenna configurations,” Progress in Electromagnetics Research, vol. 79, pp. 137-150, 2008.

[35] M. Hayati, M. Amiri, S. H. Sedighy, “Design of compact and wideband suppression low pass elliptic filter by n-segment step impedance transmission line,” Applied Computational Electromagnetic Society (ACES) Journal, vol. 30, no. 5, 2015.

[36] A. R. Mallahzadeh, and P. Taghikhani, P. “Cosecant squared pattern synthesis for reflector antenna using a stochastic method,” Applied Computational Electromagnetic Society (ACES) Journal, vol. 26, no. 10, pp. 823-830, 2011.

[37] H. R. Khakzad, S. H. Sedighy, and M. K. Amirhosseini, “Design of compact SITLs low pass filter by using invasive weed optimization (IWO) technique,” Applied Computational Electromagnetic Society (ACES) Journal, vol. 28, no. 3, pp. 228-233, 2013.

[38] A. Belen, P. Mahouti, F. Gu¨nes, F., and O¨. Tari, “Gain enhancement of a traditional horn antenna using 3D printed square-shaped multi-layer dielectric lens for X-band applications,” Applied Computational Electromagnetic Society (ACES) Journal, vol. 36, no. 2, 2021.

BIOGRAPHIES

images

Aysu Belenb received her Ph.D degree in Electronics and Communication Engineering from the Yıldız Technical University in 2021. She is currently an Assistant Prof. in İskenderun Technical University. Her main research areas are optimization of microwave circuits, circuits, device modeling, and computer aided circuit design and microwave amplifiers.

images

Özlem Tarib received her B.Sc., M.Sc. and Ph.D. in Physics Engineering from the Istanbul Technical University (ITU). She was the recipient of the Universidad Carlos III de Madrid Research Fellowship award before accepting her position at Istanbul Arel University in 2010. Her research areas are the phase transitions and phase diagram of some physical systems, Multi-Objective Optimization problems and development of Meta-Heuristic Optimization Algorithms.

images

Peyman Mahoutib received his M. Sc. And Ph.D. degree in Electronics and Communication Engineering from the Yıldız Technical University, Turkey, in 2013 and 2016, Respectivly. The main research areas are analytical and numerical modelling of microwave devices, optimization techniques for microwave stages, and application of artificial intelligence-based algorithms. His research interests include analytical and numerical modelling of microwave and antenna structures, surrogate-based optimization, and application of artificial intelligence algorithms.

images

Mehmet Ali Belenb received his Ph.D degree in Electronics and Communication engineering from the Yıldız Technical University in 2016. He is currently an Associated Prof. in İskenderun Technical University. His current activities include teaching and researching Electromagnetics and Microwaves along with developing Additive Manufacturing 3D Printed Microwave Components for Rapid Prototyping. His current research interests are in the areas of multivariable network theory, device modeling, computer aided microwave circuit design, monolithic microwave integrated circuits, and antenna arrays, active/passive microwave components especially in the field of metamaterial- based antennas and microwave filters.

images

Alper Çalışkanb received his Ph.D. degree in Electronics and Communication Engineering from the Yıldız Technical University in 2019. The main research areas are optimization of microwave circuits, broadband matching circuits, device modeling, and computer aided circuit design, microwave amplifiers.

Abstract

I. INTRODUCTION

images

II. SURROGATE-BASED MODELING OF ANTENNA

A. Proposed multi-band antenna and its data set

images

B. ANN-based surrogate model

III. STUDY CASE: DESIGN OPTIMIZATION USING ANN-BASED SURROGATE MODEL

images

images

IV. FABRICATION AND MEASUREMENT

images

images

V. CONCLUSION

ACKNOWLEDGMENT

REFERENCES

BIOGRAPHIES