Young-Ok Cha, Achintha Avin Ihalage, Yang Hao
IMAGE LICENSED BY INGRAM PUBLISHING
The past century has witnessed remarkable progress in antennas and propagation (A&P) research, which has made dramatic changes to our society and life and has led to paradigm shifts in engineering and technology. Although the underlying theory of electromagnetics is well established and mature, research on A&P will continue to play a paramount role in the Fourth Industrial Revolution. In this article, we present an approach based on natural language processing (NLP) and machine learning (ML) techniques to review A&P research based on large-scale unstructured data from openly published scientific papers and patents and, in turn, provide meaningful summative and predictive information. We particularly screen 159,000 research papers published between 1981 and 2021 and extract a pool of 2,415 significant keywords reflecting past and present key research topics in A&P. We then apply an encoder–decoder long short-term memory (LSTM) network with an integrated attention mechanism to predict the future trends of A&P research in the form of a Gartner’s hype cycle.
In a recently published book by the International Union of Radio Science, for its centennial anniversary celebration [1], a comprehensive review of electromagnetics theory as well as antennas and their applications to wireless communication, radar, and other modern technologies, such as satellite, space, and mobile health, was conducted by a group of prominent engineers. Similar reviews can be found and are performed regularly by leading experts in their subject areas. Notably, Balanis reviewed antenna theory in [2], and Jensen and Wallace summarized research challenges and opportunities in A&P for multiple-input, multiple-output (MIMO) wireless communications [3]. In recent years, there has been an increasing number of publications on topical reviews in subject areas such as antennas for energy harvesting and wireless power transfer [4], ML for antenna design and optimization [5], [6], antennas for mobile handsets [7] and flexible wireless sensors [8], and wearable technologies [9], [10].
With the advent of artificial intelligence and ML technologies, it is widely accepted that mining and extracting useful information from big data in scientific publications will help us analyze the past and current trends of research and predict future directions, assisted by ML algorithms. Among all approaches developed in ML, NLP has been successfully applied for voice recognition and semantic information extraction, both of which have played an important role in conducting new scientific research [11], [12], [13], [14], [15]. For example, Kuniyoshi et al. [16] proposed label definitions for material names and properties and built a corpus containing 836 annotated paragraphs for training a named entity recognition (NER) model [17]. They achieved a micro-F1 score of 78.1% for the NER model. This model was then applied to analyze 12,895 material research papers, and the trend of inorganic material research was captured by investigating the change of keyword frequencies by year and country. Elton et al. [18] collected textual data from various sources (e.g., journal articles, conference proceedings, the U.S. Patent and Trademark Office, the Defense Technical Information Center and archives on https://archive.org/) and successfully extracted meaningful chemical–chemical and application–chemical relationships by performing computation with word vectors and without hand labeling. Zdravevski et al. [19] demonstrated the applicability of their NLP toolkit [20], showed increasing attention from the scientific communities toward enhanced and assisted-living environments over the past 10 years, and provided new technical trends in specific research topics. Their NLP toolkit was shown to be useful in expediting the fully automated review process while providing valuable insights from the surveying of relevant articles. The review generated by their NLP toolkit successfully included informative tables, charts, and graphs.
In this article, we propose a fully automatic framework that extracts meaningful keywords from a large number of publications related to A&P research, with an architecture as shown in Figure 1. In particular, we build a structured database that has the details of scholarly article attributes (e.g., titles, authors, affiliations, authors’ keywords, journal names, numbers of citations, and abstracts) from the literature, using the Scopus application programming interface (API). We retrieved 167,000 papers from between 1906 and 2021; however, for some of the early papers, only limited information (e.g., titles) was searchable, due to a lack of digitization. We therefore focus only on scholarly article attribute data from 159,000 papers published since 1981. These large-scale literature data are then used as an input for extracting keywords and weighting each examined work from the literature. Here, we employ one of the NLP techniques, a domain-independent keyword extraction algorithm that determines key phrases in a body of text by analyzing the frequency of word appearances and co-occurrences with other words in the text [21]. Verifying the obtained keywords of the automatic extractor by using authors’ keywords significantly reduces the data complexity and enhances the accuracy of selecting meaningful keywords. This gives a total of 2,415 keywords selected from all 159,000 abstracts. We also assign a weight metric to each work from the literature, based on some scholarly attributes (i.e., the number of citations and publication reputation name). We believe this new weighting scheme enables us going beyond simple numerical analysis to assessing the actual influence of each paper on its research field. The number of occurrences of each keyword per year over the period of 1981–2021 is counted, reflecting the weight of each paper. Analyzing the change in frequency of each keyword in the form of time series helps us to comprehend past antenna research trends. We then utilize an encoder–decoder LSTM with attention layers to predict the future trends of A&P research in the form of Gartner’s hype cycle.
Figure 1. An overview of the keyword prediction framework. From the abstracts of 159,000 works of antenna literature, the Rapid Automatic Keyword Extraction algorithm extracts meaningful keywords. The weight of each abstract is calculated using the number of citations and SCImago Journal Rank index, which is applied to the extracted keywords of the abstract. The weighted keywords are analyzed by the number of word occurrences (i.e., frequency), and finally, the future trends of antenna research, using encoder–decoder LSTM with an attention layer, are predicted.
Within this framework, the methods for indicating article performance are as follows: 1) an average citation for each paper as a measure of the usefulness, impact, or influence of a publication and 2) the SCImago Journal Rank (SJR) indicator [22], developed by SCImago from the widely known algorithm Google PageRank [23], [24]. The former is an article-level metric calculated by dividing the total number of citations by the number of years since an article was published. The average citation is a simple metric that can compensate for the time an academic/journal has been active to some extent, which provides a fair comparison for both junior and senior researchers. The latter is a journal-level metric obtained as the average number of weighted citations received per document published in that journal during the previous three-year time window, as indexed by Scopus. This SJR indicator could represent the scientific influence of scholarly journals that accounts for both the number of citations received by a journal as well as the importance or prestige of the sources of the citations. Higher SJR indicator values are meant to indicate greater journal prestige. It should be noted that the preceding indicators have been designed to address the limitations of the well-known journal impact factor (JIF) [25], [26]. Supporting the recent statement by the San Francisco Declaration on Research Assessment (DORA) [27] that the research impact should be shown with other journal-based indicators (Eigen index, SCImago, h-index, publication period, and so on), this article adopts both article-level and journal-level metrics, which provide a multifaceted view of research impact without simply relying on the JIF to reflect the influence of individual articles or scientists. In this way, rather than looking only at the number of citations, every paper in the database is given a weight to indicate its overall influence.
The proposed framework utilizes a Python package, pybliometrics, to access published papers related to A&P via the Scopus RESTful API, using HTTP requests. Using this package, all the scholarly article attributes (e.g., titles, abstracts, publication names, authors’ keywords, numbers of citations, and affiliation names) can be collected. Among different literature types, namely, articles, reviews, conferences, and books, we collected the data from the article type only, which returned 167,000 antenna-related articles published since 1906. Figure 2 gives a statistical overview of each of the attributes. Figure 2(a) shows that the majority of antennas research has been published in two flagship journals of the IEEE Antennas and Propagation Society and Microwave and Optical Technology Letters. A&P research has longstanding associations with applications such as remote sensing, wireless communications, and electromagnetics, reflected by the number of papers published in journals from sister IEEE Societies.
Figure 2. (a) and (b) The number of publications, by publication name and fund sponsors. (c) Co-occurrences of authors’ keywords, focused on millimeter, terahertz, and microantennas. Here, the size of each circle represents a number of co-occurrences. VSWR: voltage standing-wave ratio; FDTD: finite difference time domain; HFSS: high-frequency structure simulator; WLAN: wireless local area network; UWB: ultrawideband; SIW: substrate-integrated waveguide; OFDM: orthogonal frequency-division multiplexing.
Over the years, A&P research has attracted a significant amount of financial support from respective national funding bodies, with China and the United States leading the way, followed by Japan, the European Union, and the United Kingdom [Figure 2(b)]. Figure 2(c) presents a network graph visualizing key research topics in A&P and their interrelations. Clearly, despite the recent boom of 5G/6G development, millimeter-wave and terahertz (THz) antennas have been a topic of interest for some time. Microstrip patch antennas remain a strong research hotspot due to their ease of fabrication, cost-effectiveness, and low-profile nature. Some new technologies have been spun out and led to the development of frequency-selective surfaces, defected ground planes, and substrate-integrated waveguides. The latter have strong links with the development of millimeter-wave technologies. Equally, studies on lens antennas and phase shifters have made their mark and attracted renewed interest due to the need for hybrid analog and digital beamforming networks for 5G/6G wireless communications.
Antenna arrays, including phased arrays, have direct applications to radars, imaging, and wireless communications. Significant research has been conducted in designing feed antennas, reflector antennas and arrays, and microwave photonics. Notably, antenna measurement techniques have been studied in conjunction with antenna arrays. THz development is supported by new emerging materials, such as graphene for photoconductive antennas, silicon technologies with micromachining, and reconfigurable reflectarrays and metasurfaces. Technologies such as massive MIMO, channel modeling, array signal processing, channel estimation, and new coding/modulation schemes have been highlighted for wireless propagation research with applications related to microaerial vehicles, the Internet of Things, GPS, and so on.
It should be noted that, in general, the articles that were published before the 1980s are available as a PDF or image file, while the articles published since then are mostly available in an HTML format. This means that the articles in HTML can be recognized, and all scholarly article attribute data can be downloaded in an automated manner. For the literature published prior to 1980, we extracted the limited attribute data in HTML, such as titles, authors, affiliations, and journal details. As expected, since around 1980, the number of articles published has increased significantly. In the period of 1981–2021, we observe remarkable changes in ranking, in particular, the amount of literature by affiliation and amount of literature by country. Figure 3 compares how each country/institution’s research activity has changed over time, based on the number of published papers before and after 1980. Figure 3(a) shows top contributors to A&P research, dominated by U.S. and U.K. universities and companies, with Harvard University and The Ohio State University leading. The post-1980s era has witnessed a surge of research from other countries and areas, including France, Sweden, Finland, Russia, Japan, Hong Kong, and Taiwan, with China dominating the chart in terms of research publications in A&P [Figure 3(b)].
Figure 3. (a) and (b) Ranked affiliations by the number of works of literature before and after 1980. The total number of works of literature is 167,000, and the period of 1981–2021 gives 159,000 works. (c) and (d) The changes in the number of works of literature by country, before and after 1980. Dark colors indicate a greater number of papers. (e) The number of works of literature per country compared through every decade during the period. The right subfigure represents the number of works of literature converted into percentages.
Figure 3(c) and (d) presents a geographic distribution of research papers around the world before and after 1980. It is evident that A&P is now researched globally, with increasing numbers of papers coming from Latin America, Africa, and the Middle East. A&P research is continuously growing in countries such as China, India, Iran, Spain, and South Korea, and it remains strong in Australia, Canada, France, Germany, Italy, The Netherlands, and Sweden [Figure 3(e)].
To build a comparable analysis and prediction, each abstract is given a different weight. We use the normalized citation of each paper to remove the paper’s time bias and the SJR index to measure its scientific influence on a broader level. Each abstract’s publication name is replaced with a corresponding SJR index. The weight of each abstract (or paper) is calculated using (1), with two hyperparameters, ${\alpha}$ and ${\beta}$: \begin{align*}{\text{weight}} = & {\alpha}\,{\cdot}\,{\text{normalised citation }} + {\text{normalised SJR Index}} \\ & \qquad \qquad {\text{where}},\,{\alpha} + {\beta} = {1} \tag{1} \end{align*}
While Figure 4(a) shows the top 20 affiliations based on the weighted abstracts, Figure 4(b) reorders the ranking of the affiliations, using the weighted abstracts with a cutoff (i.e., 0.02) of the weight. This results in the reordering of academic institution rankings in Figure 4(b). Table 1 lists details of seven papers with the highest weight values.
Figure 4. Rankings generated by considering up to the third affiliations on each paper, with each paper weighted using (1), which has two parameters whose values need to be set (α = 0.3 and β = 0.7). In this experiment, a higher weight is given to the prestige of the journal in which a paper is published than to the average number of citations received by the paper, as suggested by DORA [27]. The numbers in (a) and (b) indicate the mean of the calculated weight of individual papers published by each institution. (a) Without a cutoff (data from 159,000 works). (b) With a cutoff (data from 23,000 works).
Table 1. The Top 7 Highly Weighted Papers.
To predict the future trends of past and current antenna technologies, extracting relevant features (e.g., keywords) from all available abstracts is the first and foremost step. Extracting the right keywords with significant information not only leads to achieving high accuracy in prediction but also reduces the time required to search through the large amount unstructured abstract data. We thus use the well-referenced Rapid Automatic Keyword Extraction (RAKE) algorithm, which automatically calculates a sum of the number of co-occurrences and then divides the co-occurrences by their occurrence frequency [35]. Based on our previous research using RAKE [36], we can confidently extract meaningful keyword phrases from each paper; however, all these phrases cannot be used for our prediction task, due to their volume and complexity. To address this problem, only keywords from each abstract that are overlapped with RAKE’s keyword phrases, authors’ keywords, or words in the title of a paper are selected.
From a total of 159,000 abstracts, 2,415 keywords are extracted, and these are now embedded into a 200D vector space via word embedding to analyze their relationship. For the vectorization of words, we use a pretrained word embedding model, Mat2Vec, which is trained on 3.3 million scientific abstracts [12]. To simplify perception and cognition related to complex keywords, we create keyword clusters by merging words with similar meanings by detecting inherent similarity relationships. Clustering analysis performs an unsupervised mapping and labeling for each keyword, based on preidentified clusters in the vector space. To facilitate this process, the 2,415 200D keywords are compressed into 3D spaces, using principal component analysis (PCA). Figure 5 visualizes the keyword embedding via PCA and shows that all the keywords are clustered into five groups (or categories) by using the k-means algorithm [37], [38]. These clusters are the collections of keywords with relatively similar meanings or high a number of co-occurrences. Here, we can specify the representative attributes of each cluster. Table 2 presents five clusters and their attributes, with 10 frequent keywords in each category. Based on these keywords, we have attempted to identify a broad topic for each cluster, as described in Figure 5 and Table 2.
Figure 5. All 2,415 keywords in 200D space are plotted into 3D space by using PCA. Here, the k-means algorithm makes all the 3D keywords categorize into five groups.
Table 2. The 10 most frequent keywords from five clusters.
Quantifying how the frequency of each keyword changes over time helps us to understand its trend intuitively. To do this, we build a dataset that tracks the occurrences of each keyword from 1981 to 2021 in the form of time series. These are occurrences based on the weight of a published paper that a particular keyword belongs to. The frequency dataset is then normalized using (2), which transforms the values of each point in the time series to a common scale. As in (2), normalized frequency (NF) is a normalized value that is computed as the frequency of the given word frequency (WF) divided by the total amount of literature from a certain time period, k: \begin{align*}&{NF}_{k} = \\ & \frac{{WF}_{k}}{\text{total number of literatures}}\,{\times}\,{100} \tag{2} \end{align*}
Figure 6 details how the frequencies change with respect to the amount of literature per year, quantifying the rate of change for each keyword over time, for example, “massive MIMO†and “transmit power.†We then categorize each keyword into groups according to one of the following trends: increasing, decreasing, and emerging. For example, “transmit power,†as in Figure 6(a), shows a steady increasing trend since its first occurrence, while “massive MIMO†shows a sharp increase around 2010, which makes it an overall increasing trend, as in Figure 6(b). We could notice that “transmit power†is an increasing keyword, while “massive MIMO†is an emerging keyword. Figure 7 illustrates the top 30 increasing, decreasing, and emerging keywords.
Figure 6. The frequency data are amplified at some point when the weight is applied. Past trends for two example technologies in antennas and propagation research: (a) transmit power and (b) massive MIMO.
Figure 7. The heatmap for (a) increasing, (b) decreasing, and (c) emerging trend keywords.
The time series data from the “Analyzing Past Trends†section are now fed into an encoder–decoder LSTM network for the prediction of the future trends of the keywords. The encoder–decoder architecture of recurrent neural networks has proved to be powerful for sequence-to-sequence-based prediction problems in various fields, such as NLP, neural machine translation, and image caption generation [39], [40], [41], [42]. The encoder–decoder LSTM network consists of three main components, namely, the encoder, intermediate (encoder) vector, and decoder. The encoder and decoder use a multilayered LSTM unit to map the input sequence to a vector of a fixed dimensionality, and then another LSTM unit is used to decode the target sequence from the vector [43]. These LSTM units are trained using the input data while maximizing the conditional probability of the target sequence for a given sequence. One of the main drawbacks of this network is its inability to extract strong contextual relations from long input series; that is, if a particular amount of long time series data has some context or relations within its substrings, then a basic encoder–decoder model cannot identify those fixed-length contexts. This limitation could significantly deteriorate the predictive performance of the model. An attention mechanism [44], which is integrated with the LSTM, however, can address this problem. Adding the attention component to the network permits the decoder to utilize the most relevant parts of the input sequence in a flexible manner through a weighted combination of all the encoded input vectors, with the most relevant vectors being given the highest weights [41], [43]. There are two well-referenced attention mechanisms (by Bahdanua et al. [44] and Loung et al. [15]) in the literature, and there is a difference in the method of calculating attention scores. Bahdanua’s attention mechanism is adopted in this article. Figure 8 illustrates the encoder–decoder LSTM with the attention layer.
Figure 8. The input sequence ${\left({x}_{r}\right)}$ is fed into the encoder, whose hidden states ${\left({h}_{r}\right)}$ are exposed to the decoder via the attention layer. These states are weighted to give a context vector (cr) that is used by the decoder. Attention weights ${(}{\alpha}{)}$ are calculated by aligning the decoder’s last hidden state ${\left({h}_{r}\right)}$ with the encoder hidden states (Sr) [44]. The decoder’s current hidden state is a function of its previous hidden state and previous output word as well as the context vector. Attention is passed via the context vector, which itself is based on the alignment of the encoder and decoder states. An alignment score quantifies how well the output at position p is aligned to the input at position q. The context vector that goes to the decoder is based on the weighted sum of the encoder’s LSTM hidden states ${h}_{q}$. These weights come from the alignment. The decoder’s hidden state is based on its previous hidden state ${s}_{{r}{-}{1}}$, the previous predicted word, and the current context vector. At each time step, the context vector is adjusted via the alignment model and attention. Thus, the decoder selectively attends to the input sequence via the encoder hidden states.
To predict the research trends in the next four years, we feed the time series data into the many-to-one encoder–decoder LSTM, which is modified to have two LSTM units (e.g., the encoder and decoder), and each unit is composed of 300 layers with a rectified linear unit. Due to the limited size of the dataset (i.e., 82 data points) we utilized 90% of the data for training and the remaining 10% for testing. Thus, the majority of the available data was used for training the model. The validation result uses an average of mean square errors less than 0.058, which is computed over 153 selected keywords. As shown in Figure 9, the attention layer we adopted has a positive effect, although with minor magnitudes. It is presumed that this magnitude could increase as the data scarcity is overcome. Figure 9 gives the validation result of the keyword “reflectarray antenna.†Figure 10(a) and (b) depict the prediction result of the validated models with eight steps ahead for the period of 2022 to 2026. Here, two steps ahead would mean one year, and eight steps would mean four years. This applies to 153 individual keywords. The prediction of each of these antenna research keywords is then analyzed and plotted using Gartner’s hype cycle [45], [46] to provide a holistic view of antenna research, representing the maturity of new technologies in a simple and graphical way. This representation can give the readers strong hints and insights to which antenna technologies are potentially relevant to solving real problems and exploiting new opportunities.
Figure 9. The validation results of the encoder-decoder LSTM with attention layer models, applied to the “reflectarray antenna†keyword.
Figure 10. The prediction results for the next four years, using the encoder-decoder LSTM with attention models and the hype cycle in 2026.
The hype cycle graph is divided into five key phases: technology trigger (TT), peak of inflated expectations (PI), trough of disillusionment (TD), slope of enlightenment (SE), and plateau of productivity (PP). The TT phase is when new technologies become apparent or prominent. If a particular technology receives major attention with some success stories, it moves to the PI phase despite doubts or reservations from the community. Soon after a technology innovation reaches the PI phase, we will see some activities beyond early adopters. Frequently, some negative press surfaces in the TD phase. In the SE phase, the technology innovation has undergone plenty of scrutiny, with failures and successes, updates, and improvements, for the industry to understand an optimal growth trajectory. Finally, in the PP phase, the technology is readily produced and available as off-the-shelf solutions. From our analysis, however, we noticed that in antenna research, some keywords do not slide into the SE or PP phases but, rather, disappear. When the inflated expectations begin to die down via the phase of TD, they start to decrease, and this trend continues over the phases of SE and PP, as indicated with a red line in Figure 10(c).
Among the topics that are triggered by technology, “secrecy capacity,†“superwideband,†“power management,†“heterogeneous network†(“HetNetâ€), “secrecy rate,†“spatial modulation,†“stochastic geometry,†and “firefly algorithms†are directly linked to wireless communications. Many of these technologies require antennas to be directive and frequency agile and thus require changes to the design, so novel materials and array architectures need to be developed to improve both power and spectral efficiency as well as security in wireless communications. The concurrent operation of macro-, micro-, pico- and femtocells is known as a HetNet [47], and it will require superwideband antennas and perhaps new architectures to enable emerging cell-free wireless communications. As for operating frequencies, the need for THz and optical antennas is still strong, as are some fundamental requirements, such as impedance matching and radiation efficiency.
Technologies related to “metamaterials,†“flexible materials,†and “wearable antennas†may have reached their peak, although challenges remain in upscaling and industrial uptake. Secured communications will require novel concepts and designs from a system aspect, such as “artificial noise†and “envelope correlation†built into physical layers, antennas, and radio-frequency systems. Interestingly, “effective permeability†and “Landau damping†are two concepts respectively related to functional electromagnetic materials and plasma physics and are reaching the PP stage, together well-known “reflector antenna†technologies. Technologies in the red curve have started “disappearing,†while those in blue may also reach technology maturity, though they remain key in the A&P research community.
To facilitate the advancement of antenna research, we have successfully carried out a study reviewing and predicting A&P research from large-scale unstructured data by using ML. We have seen geographical changes in A&P publications, partially reflecting the outcome of government investment and the strategic aim of society leaders to promote A&P research in developing and underrepresented worlds. Meanwhile, our study provides A&P researchers with information on how future research directions would change in a fully automated and unbiased manner, based on openly published papers/books. In this work, recent advances in big data analytics, NLP, and ML play key roles, and they may benefit A&P researchers with the introduction of new subjects and cross-disciplinary knowledge. To the best of our knowledge, this is the first study in antenna research that utilizes a large amount of unstructured data extracted from over 159,000 abstracts related to antenna research published between 1981 and 2021, extracting informative patterns via keywords and using customized weighting via citations and the SJR index. In a collective manner, the predictions by the proposed framework show a sensible and practical idea of what could be expected while representing the wholistic idea of the science literature. The importance of understanding past and current technological trends and having insight into the future cannot be overemphasized. The predictive results visualized in the form of a Gartner’s hype cycle successfully show what the technical trends will be in the next four years. This scientific attempt quantitively addresses one of the important challenges within the A&P community, the provision of future research directions for the scientists in antenna research.
This research was sponsored by the Engineering and Physical Sciences Research Council through the Software Defined Materials for Dynamic Control of Electromagnetic Waves project (Award EP/R035393/1) and, in part, by the Institution of Engineering and Technology A.F. Harvey Research Prize.
Young-Ok Cha (y.cha@qmul.ac.uk) is a Ph.D. candidate in the School of Electronic Engineering and Computer Science, Queen Mary University of London, E1 4NS London, U.K. Her research interests include natural language processing and machine learning, with a particular focus on material science.
Achintha Avin Ihalage (a.a.ihalage@qmul.ac.uk) is with the School of Electronic Engineering and Computer Science, Queen Mary University of London, E1 4NS London, U.K. He is a Member of IEEE.
Yang Hao (y.hao@qmul.ac.uk) is the QinetiQ/Royal Academy of Engineering Research Chair at the Queen Mary University of London, E1 4NS London, U.K., and a management team member of the Cambridge Graphene Center, CB3 0FA Cambridge, U.K. The IEEE Antennas and Propagation Society Publication Committee chair, he is a Fellow of IEEE, the Royal Academy of Engineering, and the Institution of Engineering and Technology.
[1] P. Wilkinson, P. S. Cannon, W. R. Stone, E. Assistants, and P. van Daele, “100 years of the international union of radio science,†2021. [Online] . Available: https://ursi.org/Publications/URSI100/URSI100_book.pdf
[2] C. A. Balanis, “Antenna theory: A review,†Proc. IEEE, vol. 80, no. 1, pp. 7–23, Jan. 1992, doi: 10.1109/5.119564.
[3] M. A. Jensen and J. W. Wallace, “A review of antennas and propagation for MIMO wireless communications,†IEEE Trans. Antennas Propag., vol. 52, no. 11, pp. 2810–2824, Nov. 2004, doi: 10.1109/TAP.2004.835272.
[4] M. A. Ullah, R. Keshavarz, M. Abolhasan, J. Lipman, K. P. Esselle, and N. Shariati, “A review on antenna technologies for ambient RF energy harvesting and wireless power transfer: Designs, challenges and applications,†IEEE Access, vol. 10, pp. 17,231–17,267, Feb. 2022, doi: 10.1109/ACCESS.2022.3149276.
[5] H. M. El Misilmani, T. Naous, and S. K. Al Khatib, “A review on the design and optimization of antennas using machine learning algorithms and techniques,†Int. J. RF Microw. Comput.-Aided Eng., vol. 30, no. 10, Oct. 2020, Art. no. e22356, doi: 10.1002/mmce.22356.
[6] M. O. Akinsolu, K. K. Mistry, B. Liu, P. I. Lazaridis, and P. Excell, “Machine learning-assisted antenna design optimization: A review and the state-of-the-art,†in Proc. 14th Eur. Conf. Antennas Propag. (EuCAP), 2020, pp. 1–5, doi: 10.23919/EuCAP48036.2020.9135936.
[7] J. Anguera, A. Andújar, M. C. Huynh, C. Orlenius, C. Picher, and C. Puente, “Advances in antenna technology for wireless handheld devices,†Int. J. Antennas Propag., vol. 2013, Mar. 2013, Art. no. 838364, doi: 10.1155/2013/838364.
[8] H. Huang, “Flexible wireless antenna sensor: A review,†IEEE Sensors J., vol. 13, no. 10, pp. 3865–3872, Oct. 2013, doi: 10.1109/JSEN.2013.2242464.
[9] K. N. Paracha, S. K. Abdul Rahim, P. J. Soh, and M. Khalily, “Wearable antennas: A review of materials, structures, and innovative features for autonomous communication and sensing,†IEEE Access, vol. 7, pp. 56,694–56,712, Apr. 2019, doi: 10.1109/ACCESS.2019.2909146.
[10] Z. Wang, Z. Yang, and T. Dong, “A review of wearable technologies for elderly care that can accurately track indoor position, recognize physical activities and monitor vital signs in real time,†Sensors, vol. 17, no. 2, Feb. 2017, Art. no. 341, doi: 10.3390/s17020341.
[11] J. Hirschberg and C. D. Manning, “Advances in natural language processing,†Science, vol. 349, no. 6245, pp. 261–266, Jul. 2015, doi: 10.1126/science.aaa8685.
[12] V. Tshitoyan et al., “Unsupervised word embeddings capture latent knowledge from materials science literature,†Nature, vol. 571, no. 7763, pp. 95–98, Jul. 2019, doi: 10.1038/s41586-019-1335-8.
[13] E. Kim et al., “Machine-learned and codified synthesis parameters of oxide materials,†Scientific Data, vol. 4, no. 1, Sep. 2017, Art. no. 170127, doi: 10.1038/sdata.2017.127.
[14] Y. Liu, T. Zhao, W. Ju, and S. Shi, “Materials discovery and design using machine learning,†J. Materiomics, vol. 3, no. 3, pp. 159–177, Sep. 2017, doi: 10.1016/j.jmat.2017.08.002.
[15] M.-T. Luong, H. Pham, and C. D. Manning, “Effective approaches to attention-based neural machine translation,†Aug. 2015. [Online] . Available: http://arxiv.org/abs/1508.04025
[16] F. Kuniyoshi, J. Ozawa, and M. Miwa, “Analyzing research trends in inorganic materials literature using NLP,†Jun. 2021. [Online] . Available: http://arxiv.org/abs/2106.14157
[17] L. Weston et al., “Named entity recognition and normalization applied to large-scale information extraction from the materials science literature,†J. Chem. Inf. Model., vol. 59, no. 9, pp. 3692–3702, Jul. 2019, doi: 10.1021/acs.jcim.9b00470.
[18] D. C. Elton et al., “Using natural language processing techniques to extract information on the properties and functionalities of energetic materials from large text corpora,†Mar. 2019. [Online] . Available: http://arxiv.org/abs/1903.00415
[19] E. Zdravevski et al., “Automation in systematic, scoping and rapid reviews by an NLP toolkit: A case study in enhanced living environments,†in Enhanced Living Environments. Lecture Notes in Computer Science, vol. 11369, I. Ganchev, N. Garcia, C. Dobre, C. Mavromoustakis, and R. Goleva, Eds. Cham, Switzerland: Springer-Verlag, 2019, pp. 1–18.
[20] E. Loper and S. Bird, “NLTK: The natural language toolkit,†2002. [Online] . Available: https://arxiv.org/abs/cs/0205028
[21] S. Rose, D. Engel, N. Cramer, and W. Cowley, “Automatic keyword extraction from individual documents,†in Text Mining: Applications and Theory, M. W. Berry and J. Kogan, Eds. Hoboken, NJ, USA: Wiley, 2010, pp. 1–20.
[22] B. González-Pereira, V. P. Guerrero-Bote, and F. Moya-Anegón, “A new approach to the metric of journals’ scientific prestige: The SJR indicator,†J. Informetrics, vol. 4, no. 3, pp. 379–391, Jul. 2010, doi: 10.1016/j.joi.2010.03.002.
[23] S. Brin and L. Page, “The anatomy of a large-scale hypertextual web search engine,†in Proc. 7th Int. Conf. World Wide Web 7 (WWW7), Apr. 1998, pp. 107–117.
[24] Z. Gyöngyi, P. Berkhin, and J. Pedersen, “Link spam detection based on mass estimation,†in Proc. 32nd Int. Conf. Very Large Data Bases, Sep. 2006, pp. 439–450.
[25] M. E. Falagas, V. D. Kouranos, R. Arencibia-Jorge, and D. E. Karageorgopoulos, “Comparison of SCImago journal rank indicator with journal impact factor,†FASEB J., vol. 22, no. 8, pp. 2623–2628, Aug. 2008, doi: 10.1096/fj.08-107938.
[26] E. Garfield, “The history and meaning of the journal impact factor,†JAMA, vol. 295, no. 1, pp. 90–93, Jan. 2006, doi: 10.1001/jama.295.1.90.
[27] R. Cagan, “The San Francisco declaration on research assessment,†Disease Models Mechanisms, vol. 6, no. 4, pp. 869–870, Jul. 2013, doi: 10.1242/dmm.012955.
[28] J. G. Andrews et al., “What will 5G be?†IEEE J. Sel. Areas Commun., vol. 32, no. 6, pp. 1065–1082, Jun. 2014, doi: 10.1109/JSAC.2014.2328098.
[29] N. Yu et al., “Light propagation with phase discontinuities: Generalized laws of reflection and refraction,†Science, vol. 334, no. 6054, pp. 333–337, Oct. 2011, doi: 10.1126/science.1210713.
[30] J. N. Laneman, D. N. C. Tse, and G. W. Wornell, “Cooperative diversity in wireless networks: Efficient protocols and outage behavior,†IEEE Trans. Inf. Theory, vol. 50, no. 12, pp. 3062–3080, Dec. 2004, doi: 10.1109/TIT.2004.838089.
[31] E. G. Larsson, O. Edfors, F. Tufvesson, and T. L. Marzetta, “Massive MIMO for next generation wireless systems,†IEEE Commun. Mag., vol. 52, no. 2, pp. 186–195, Feb. 2014, doi: 10.1109/MCOM.2014.6736761.
[32] S. M. Alamouti, “A simple transmit diversity technique for wireless communications,†IEEE J. Sel. Areas Commun., vol. 16, no. 8, pp. 1451–1458, Oct. 1998, doi: 10.1109/49.730453.
[33] T. S. Rappaport et al., “Millimeter wave mobile communications for 5G cellular: It will work!†IEEE Access, vol. 1, pp. 335–349, May 2013, doi: 10.1109/ACCESS.2013.2260813.
[34] F. Rusek et al., “Scaling up MIMO: Opportunities and challenges with very large arrays,†IEEE Signal Process. Mag., vol. 30, no. 1, pp. 40–60, Jan. 2013, doi: 10.1109/MSP.2011.2178495.
[35] M. W. Berry and J. Kogan, Text Mining: Applications and Theory. Hoboken, NJ, USA: Wiley, 2010.
[36] Y. Cha and Y. Hao, “The dawn of metamaterial engineering predicted via hyperdimensional keyword pool and memory learning,†Adv. Opt. Mater., vol. 10, no. 8, Apr. 2022, Art. no. 2102444, doi: 10.1002/adom.202102444.
[37] A. K. Jain, M. N. Murty, and P. J. Flynn, “Data clustering: A review,†ACM Comput. Surv., vol. 31, no. 3, pp. 264–323, Sep. 1999, doi: 10.1145/331499.331504.
[38] A. E. Ezugwu, A. K. Shukla, M. B. Agbaje, O. N. Oyelade, A. José-GarcÃa, and J. O. Agushaka, “Automatic clustering algorithms: A systematic review and bibliometric analysis of relevant literature,†Neural Comput. Appl., vol. 33, no. 11, pp. 6247–6306, Jun. 2021, doi: 10.1007/s00521-020-05395-4.
[39] S. Venugopalan, M. Rohrbach, J. Donahue, R. Mooney, T. Darrell, and K. Saenko, “Sequence to sequence-video to text,†in Proc. IEEE Int. Conf. Comput. Vision, 2015, pp. 4534–4542.
[40] X. Xiao, L. Wang, K. Ding, S. Xiang, and C. Pan, “Deep hierarchical encoder–decoder network for image captioning,†IEEE Trans. Multimedia, vol. 21, no. 11, pp. 2942–2956, Nov. 2019, doi: 10.1109/TMM.2019.2915033.
[41] I. Sutskever, O. Vinyals, and Q. V. Le, “Sequence to sequence learning with neural networks,†Sep. 2014. [Online] . Available: http://arxiv.org/abs/1409.3215
[42] T. Wang, P. Chen, K. Amaral, and J. Qiang, “An experimental study of LSTM encoder-decoder model for text simplification,†Sep. 2016. [Online] . Available: http://arxiv.org/abs/1609.03663
[43] K. Cho et al., “Learning phrase representations using RNN encoder-decoder for statistical machine translation,†Jun. 2014. [Online] . Available: http://arxiv.org/abs/1406.1078
[44] D. Bahdanau, K. Cho, and Y. Bengio, “Neural machine translation by jointly learning to align and translate,†Sep. 2014. [Online] . Available: http://arxiv.org/abs/1409.0473
[45] M. Steinert and L. Leifer, “Scrutinizing Gartner’s hype cycle approach,†in Proc. Technol. Manage. Global Econ. Growth (PICMET), 2010, pp. 1–13.
[46] G. Palikaras and E. Kallos, “The Gartner hype cycle for metamaterials,†in Proc. 8th Int. Congr. Adv. Electromagn. Mater. Microw. Opt., Nov. 2014, pp. 397–399, doi: 10.1109/MetaMaterials.2014.6948573.
[47] W. H. Chin, Z. Fan, and R. Haines, “Emerging technologies and research challenges for 5G wireless networks,†IEEE Wireless Commun., vol. 21, no. 2, pp. 106–112, Apr. 2014, doi: 10.1109/MWC.2014.6812298.
Digital Object Identifier 10.1109/MAP.2023.3290385