Next Article in Journal
Seismic Performance Analysis of the Elevated RC Tanks under Strong Far- and Near-Fault Ground Motions Considering Fluid–Structure Interaction
Next Article in Special Issue
Physical Model of Shallow Foundation under Dynamic Loads on Sands
Previous Article in Journal
A Bayesian Pipe Failure Prediction for Optimizing Pipe Renewal Time in Water Distribution Networks
Previous Article in Special Issue
Reliability Analysis of Gravity Retaining Wall Using Hybrid ANFIS
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

(AI) in Infrastructure Projects—Gap Study

by
Mohamed Y. Abdel-Kader
1,2,
Ahmed M. Ebid
1,*,
Kennedy C. Onyelowe
3,
Ibrahim M. Mahdi
1 and
Ibrahim Abdel-Rasheed
2
1
Department of Structural Engineering, Future University in Egypt, New Cairo 11865, Egypt
2
Structural Engineering Department, Faculty of Engineering, Ain Shams University, Cairo 11517, Egypt
3
Department of Civil Engineering, Michael Okpara University of Agriculture, Umudike 440101, Nigeria
*
Author to whom correspondence should be addressed.
Infrastructures 2022, 7(10), 137; https://doi.org/10.3390/infrastructures7100137
Submission received: 14 September 2022 / Revised: 5 October 2022 / Accepted: 9 October 2022 / Published: 17 October 2022
(This article belongs to the Special Issue Artificial Intelligence in Infrastructure Geotechnics)

Abstract

:
Infrastructure projects are usually complicated, expensive, long-term mega projects; accordingly, they are the type of projects that most need optimization in the design, construction and operation stages. A great deal of earlier research was carried out to optimize the performance of infrastructure projects using traditional management techniques. Recently, artificial intelligence (AI) techniques were implemented in infrastructure projects to improve their performance and efficiency due to their ability to deal with fuzzy, incomplete, inaccurate and distorted data. The aim of this research is to collect, classify, analyze and review all of the available previous research related to implementing AI techniques in infrastructure projects to figure out the gaps in the previous studies and the recent trends in this research area. A total of 159 studies were collected since the beginning of the 1990s until the end of 2021. This database was classified based on publishing date, infrastructure subject and the used AI technique. The results of this study show that implementing AI techniques in infrastructure projects is rapidly increasing. They also indicate that transportation is the first and the most AI-using project and that both artificial neural networks (ANN) and particle swarm optimization (PSO) are the most implemented techniques in infrastructure projects. Finally, the study presented some opportunities for farther research, especially in natural gas projects.

1. Introduction

Infrastructure projects are usually classified as complex construction projects because of their huge number of interacting activities. Accordingly, the optimization of this type of project is a very complicated process. Choosing the optimum alternative from many available ones, considering the effects of many involved parameters, has a direct impact on the project success in terms of cost, duration and quality.
Searching for the optimum alternative was usually done based on traditional, manual and slow techniques to compare the strengths and weaknesses of each alternative. Since the 1990s, artificial intelligence (AI) techniques have competed with the traditional techniques in optimizing infrastructure projects. Today, AI techniques are recognized as the most efficient, flexible and user-friendly optimization techniques due to their ability to deal with multiple alternatives and conflicting, fuzzy, incomplete, and distorted data. The multiplicity of artificial intelligence techniques allows both designers and decision-makers to choose the best technique according to project type and problem configurations. Trying different AI techniques is a good strategy to determine the most suitable one for certain applications. This review includes 159 studies published between 1990 and 2020.
Infrastructure is the general term for the basic physical systems of a business, region, or nation. Examples of infrastructure include transportation systems, communication networks, sewage, water, and electric systems. These systems tend to be capital-intensive and high-cost investments and are vital to a country’s economic development and prosperity. Infrastructure projects Figure 1 could be classified by subject into transportation, water networks and stations, natural gas network, electrical power networks and communications.
Due to the leak and shortage in the review papers of this research area (implementing AI in infrastructure projects), this research was carried out to build a database for the application of AI techniques in the infrastructure field and to follow up on the implementation of AI techniques in different infrastructure areas to determine opportunities for farther research.
The methodology of this review is collecting most of the available research on the web that concerned implementing AI techniques in infrastructure projects. About 160 studies and theses published in the last two decades were collected. The collected materials were sorted, commented and classified with respect to subject, AI technique and publication year. Papers/theses with multi-subjects or multi-techniques are counted in all considered subjects or techniques.
Five subjects (transportation, water, gas, electric and communication networks) and eight AI techniques (ES, FS, ANN, SVM, GA, GP, PSO and others) were considered.
This research is divided into five main sections. Section 1 includes introduction, problem statement, research objective and a brief description of the research organization. Section 2 presents a quick description for the considered (AI) techniques and their concepts. Section 3 summarized the collected previous studies categorized by subjects and sub-categorized by (AI) technique and finally sub-sub-sorted by date. Section 4 contains discussion for the extracted results, while Section 5 includes conclusions and recommendations for farther research.

2. Artificial Intelligence AI Techniques

AI techniques are the mathematical approaches developed to search for the optimal solution for complicated problems within the available time and resources (hardware, software and databases). The more time and resources allowed, the more accurate and the better solution that the AI can reach. There are two main types of AI approaches, one of them is based on mimicking the behavior of natural creatures and the other one depends on logical, mathematical or statistical approaches. Each type of them can deal better with specific types of problem. The first one (such as ANN, GA, GP and PSO) is better for inaccurate, distorted and incomplete data, while the other one (such as ES, FL and SVM) will be better for problems that need proof and reason. Accordingly, a suitable technique for certain problem could be selected based on problem type, data quality, data distribution and search restrictions. Figure 2 presents a classification for considering AI techniques by approaches and applications.

2.1. Expert System (ES)

Expert system is considered the earliest AI technique, which was developed in the 1980s. This technique depends on creating a decision tree based on cumulative human experience, research, and solved problems. This decision tree is called a “Knowledge base” it is developed by knowledge engineers who collect sort, arrange and store the knowledge of human experts regarding a certain topic or subject. The access to the “Knowledge base” requires an “Interface Engine” to search though the stored data. Then, the user can receive a justified choice for his case by answering a series of questions using the “User Interface”. Usually, the input answers should be accurate, complete and correct [1]. Figure 3 illustrates the schematics of the ES approach.

2.2. Fuzzy System (FS)

In contrast to the expert-system technique, fuzzy systems (FS) can handle inaccurate, uncompleted and incorrect information (data). FS uses a statistical approach based on the probability-distribution function called “Membership Function”. The main concept of this approach is that each parameter has a “membership function”, and the “membership function” of the outputs could be calculated from the “membership functions” of the inputs using logical operators. The procedure starts by converting the inputs to “Fuzzified inputs” using the “Fuzzifier” module; then the “Interface Engine” applies the logical operators stored in the “Rule base” to obtain the “Fuzzified outputs”; finally, the “Defuzzifier” module is used to convert the “Fuzzified outputs” back to normal outputs [1]. Figure 4 presents this procedure.

2.3. Artificial Neural Networks (ANN)

This is the most successful and famous AI technique. It depends on simulating the human brain anatomy and operation. The network consists of sets of cells (called neurons) arranged in layers. The cells of each layer are connected to the cells of the previous and the next layers. Figure 5 shows the arrangement of a typical ANN with an input layer, an output layer and only one hidden layer. In the human brain, electrical signals transfer between cells through the connectors; accordingly, they are affected by the quality of the connectors. On the other hand, the cells do not trigger their output signals until the summation of the input signals exceed a certain thresholds. Similarly, the inputs of ANN transfer between neurons through the connectors. The quality of the biological connector is simulated by the weight of the ANN connector, and to simulate the effect of connector quality on the electrical signal, the end ANN neuron receives the input value multiplied by the connector weight. Finally, the threshold of a biological cell is simulated by the “activation function” in an ANN neuron, which triggers the neuron output. Just like the human brain, the ANN gains knowledge by learning; during this process, the ANN adjusts the weight of each connector to maximize the accuracy of the outputs.
One of the advantages of the ANN is the huge number of learning techniques that could be implemented, for example, back propagation (BPANN), forward propagation (FPANN), redial basis (RBANN), Bayesian regression (BRANN), generalized regression (GRANN), differentiated evolution (DEANN) and Levenberg–Marquardt (LMFANN). Many different approaches were used to optimize the architecture of the ANN, such as the number of hidden layers, number of neurons in each layer, the activation function of each neuron and the implemented learning technique. Some of these approaches are neuro-fuzzy, recurrent fuzzy, local linear neural fuzzy, cuckoo optimization algorithm–ANN, support vector quintile regression and genetic algorithm–ANN [1,2,3].

2.4. Support Vector Machine (SVM)

SVM is a classification technique with a statistical basis that is used to find the best boundaries between classes (which have the widest margin). The formulas of these boundaries could be linear or non-linear. Figure 6 describes the difference between linear and non-linear boundaries and the concept of margin in 2D-space. It is very efficient, especially for multi-classes in higher dimensions where the boundaries can’t be presented graphically [1].

2.5. Genetic Algorithm (GA)

This optimization technique depends on mimicking the natural reproduction process of living creatures whose children inherit the genes of their parents. The natural selection law by Darwin states that, in a group of individuals, the most adapted one to the surrounding environment is the most expected survivor. Accordingly, GA is based on a similar concept, the most fitting solution to certain optimization conditions is the most optimized one. To find the optimum solution for a certain problem with certain conditions, called a “Fitting function”, the process begins with generating a random set of solutions and testing each solution’s quality. Then, the most fitting solutions (the ones with high quality) survive to form the next generation, while the others will be canceled. In order to maintain the same population size, the survivors are married from each other to generate new individuals (solutions); this process is called “crossover”. Sometimes, natural errors occur during inheriting the genes, called “mutation” in GA. The mutation is intentionally carried out with a certain percentage to mimic the biological process. Figure 7 illustrates the concepts of “crossover” and “mutation”. Generation after generation, the average fitness of the population increases until a certain individual (solution) reaches an accepted fitness (accuracy) [1].

2.6. Genetic Programming (GP)

GP is a special application of GA wherein the considered problem is to optimize a mathematical expression to fit certain observations; hence, GP is a multi-variable and free structure regression technique. The individual solutions of GA are presented by mathematical expressions in GP, and the fitness function of GA is replaced by the sum of squared errors (SSE) in GP. Finally, to apply GA on mathematical expressions, they must be coded in genetic form first. Figure 8 presents how to translate a formula from mathematical form to tree form and then to genetic form. Today, GP is a main technique, including many sub-techniques such as linear and Cartesian genetic programming (LGP) and (CGP), in addition to gene expression programming (GEP) and multi-gene expression programming (MGEP) [1].

2.7. Particle Swarm Optimization (PSO)

This technique is an optimization technique simulating the searching behavior of a group of living creatures. The main concept is to divide the research zone into sub-zones, one sub-zone for each individual. Each individual is searching for the best solution within his sub-zone (best local solution), and by communicating with other individuals, the final solution (best global solution) could be detected.
The communication protocol between the individual depends on the mimicking creature; that is why PSO is a large umbrella that covers many sub-techniques such as ant colony optimization (ACO), grasshopper optimization algorithm (GOA), salp swarm algorithm, artificial bee colony (ABC), crow search algorithm (CSA), whale optimization algorithm (WOA) and firefly algorithm (FA). Figure 9 describes the main concept of this technique [1].

2.8. Hybrid Techniques

Each AI technique has its own advantage and disadvantage. To overcome its disadvantage and take the benefit of it, researchers combined two or more techniques. Sequential, auxiliary and embedded are the main types of hybrid techniques. Sequential techniques take the outputs from the first one, then put them into the next one and obtain a better solution. Auxiliary techniques just take some information from the first technique, then benefit from this information in the second one and take the output from the last technique only. Embedded techniques make a combination between the techniques and use them in parallel. The most common hybrid techniques, which are a combination of ANN and other techniques as previously mentioned, are efficient and fast but also very complicated.

3. Applications of AI Techniques in Infrastructure Projects

3.1. Transportation Networks

AI techniques were widely used in this subject. Using traditional techniques in transportation problems are very hard, time-consuming and expensive because of fuzzy, inaccurate data. On the other hand, AI techniques can efficiently deal with this type of data. The most addressed topics (Figure 10) related to this subject are:
  • Traffic congestion
  • Maximum and minimum car speed
  • Intelligent transportation system
  • Traffic flow
  • Risks in construction.
A total of 57 researchers were concerned about these topics; 15 of them used PSO, and 13 used ANN.
Figure 10. Transportation networks topics.
Figure 10. Transportation networks topics.
Infrastructures 07 00137 g010

3.1.1. Using Expert System

In 2019, ALI Ahmed Mohamed wrote a review paper that talked about the usage of ES in engineering transportation. The writer discussed the benefit of using this technique: time constraints, stability and efficiency. He concludes that ES can be used by designers because it helps them to analyze, determine and customize information [4]. In 1989, he was asked if we could use ES to help in planning problems. By using old urban information systems to design new ones, he concludes that ES can help planners and obtain solutions with high efficiency [5]. In 1993, Amin Hammad studied the planning of bridges by the ES technique. The selection of the best alignment and location of bridges is essential. Many factors should be considered in this process. He concluded that ES can choose from different alternatives with high accuracy and good results [6]. In 1998, Peter Crossley studied how to use ES to predict the number of cars and road operating systems. He closed the research in developed countries [7]. In 2000, Jonas Norrman studied the slipperiness on roads, which is an important factor in design. By making many observations and examinations on different types of roads in different years to make a great database, we can use ES to choose the optimum design. The results show that 49% of the roads are considered slippery [8]. In 2005, A. Zischg studied wet snow avalanches and risk management in roads. The application that was produced depended on the data taken from this area. The ES system technique showed great results when it was combined with FS [9]. In 2014, T. Frantti studied traffic management. This field is vital in road design. The design of roads in most countries depends on this management, and it plays a great role. By using ES, we can solve problems related to congestion and flow control [10].

3.1.2. Using Fuzzy System

In 1994, Robert Hoyer studied traffic in urban road traffic using FS. The state machine used essential ideas, and the linguistic variables of fuzzy rule design are explained [11]. In 1996, Bemhard Krause compared the new and previous approaches based on conventional control technology. FS proved its role in traffic management. Detecting traffic congestion is very important, which will be easier and more accurate using fuzzy system [12]. In 2004, Salvatore Cafiso used FS to study safety on the roads. He noticed that most of the accidents happen on two-lane roads, and most of the fatalities occurred in the carved parts. Using the FS technique with big databases will ensure great results in designing new roads and redesigning old ones. Eliminating the dangers in the different categories of roads by using AI will be a great step to a safer road [13]. In 2007, Panita Pongpaibool presented how to evaluate roads using fuzzy logic and adaptive neuro-fuzzy techniques. He verified the accuracy of the results by using AI and the results shown manually by the volunteers. FS achieved 88.8%, and the neuro-fuzzy technique achieved 75.4%, accuracy [14]. In 2011, Danial Moazami acknowledged that there were some limits to priorities in pavement rehabilitation and maintenance processes, such as budget and inevitability. With MATLAB software, the coding M-file was tried in a case study in Tehran. A mathematical model was selected and executed on those streets. The model prioritized 131 sections [15]. Another study published in 2012 by Matilde about the safety of roads. From his point of view, there are three systems such as the vehicle, the driver, and the trip. For each of them, they constituted a subsystem, and the fuzzy system decided on an action to improve safety [16].

3.1.3. Using Genetic Algorithms and Genetic Programing

From 1999 to 2019, some researchers used genetic algorithms and programming to increase the safety of roads, optimize designs, choose charging stations, and land-changing inroads. Some of them achieved great results using this technique [17,18,19,20,21,22,23,24,25,26].

3.1.4. Using Artificial Neural Networks

ANN is one of the most used techniques in the roads approach. It has too many advantages, with a great amount of data. From 2010 to 2019, there were 12 papers that have been collected. Researchers discussed the traffic flow [27,28,29,30,31,32,33,34]. They studied optimization for pavement, the expectation of the car flow in the roads even if it is low volume or high volume, the prediction of traffic noise in the crowded roads, automated road detection by satellite, prediction the duration to finish rural roads, speed prediction based on images, detecting road regions and buildings by using areal images and improving the efficiency of roads [27,28,35,36,37].

3.1.5. Using Particle Swarm Optimization

Every single topic of these is working together to improve the roads. PSO is one of the earliest AI techniques that has too many branches. After research, it was found that it has the largest share of research on infrastructure. Almost every branch has been used, such as ant colony optimization. Some of them will be mentioned here, collected from 2006 to 2019. They studied routing problems, congestion management, the design of roads, scheduling for vehicles using roads, the planning of gas and recharging stations, road extraction by satellite images and traffic forecasting [38,39,40,41,42,43,44,45,46,47,48,49,50,51].

3.1.6. Using Support Vector Machine

In a roads approach, SVM has been used many times in many topics, such as predicting the remaining time for pavement [52], new-lanes detection [53], the geometry of the land to detect pavement thickness [54], detection road centerline from high-resolution images [55], detecting five classes from LIDAR data [56], automatic detection of pavement [57], predicting safety risks [58], road surface prediction in the tire cavity [59] and, finally, in 2020, Viet-Ha Nhu published a paper that compared 3 of machine learning algorithms that were checking the performance of a mountain road [60]. Mnih and Hinton (2010) wrote a book discussing how to convert high-resolution images to road maps with different AI techniques [61].

3.2. Electrical Networks

There are many topics under this subject that used AI techniques as shown in Figure 11, for example:
  • Maintenance of electrical power network
  • Optimal power flow
  • Power system controller design
  • Power loss reduction
  • Solving economic dispatch problems
  • Fault detection.
In general, these subjects are related to infrastructure. Countries can save a massive amount of money by developing power systems in all aspects. In this survey, there are 42 studies on these topics, as mentioned in Section 4 Most of them used PSO or GA.
Figure 11. Electrical power networks topics.
Figure 11. Electrical power networks topics.
Infrastructures 07 00137 g011

3.2.1. Using Expert System

In 1993, Kun-Long Ho used the old databases and experience from the last five years to make an expert system. Using it in Taiwan’s power system for short-term load expectation, he found out that the error decreased from 3.86% to 2.52% using expert system techniques [62]. In 1993, M. Kezunovid did a study to detect faults in power systems automatically. He made a system to help operators analyze disturbances and faults. The bigger the power system, the more useful this research [63]. In 1994, M. M. Adibi wrote a paper that considered one of the series concerned with power system restoration. The requirements of an expert system are mentioned in this paper, focusing on initial power sources. In 1997, Ernest Vhquez studied fault detection by ES and made a decision support system to help designers save time and resources [64]. In 2008, M. Babita Jain wrote a paper discussing fault detection and the control of general power system equipment and how to deal with modern and online faults. As he said, this data in the paper can be extended to deal with all other equipment [65]. S. J. Kiartzis and Abdelazeem A. Abdelsalam used hybrid techniques (ES and FS) in different ways in their studies. The first one showed how this hybrid technique was developed to forecast the daily load curve. He concluded that the system could forecast future loads in the power systems that were used in 2000 [66]. The other one, in 2012, performed classification based on current and voltage in power systems. The new proposed system showed great accuracy and little calculation time compared to other methods [67]. Another one using a hybrid technique was Deyin Ma. In 2012, he used (ES and ANN) to detect faults in the system. His way was to divide the main network into sub-groups with short depth and then propose a novel method. Experimental results show that this system obtains better accuracy than the two commonly used methods [68].

3.2.2. Using Fuzzy System

FS has been used many times from 1990 to 2016 in the study of power systems. In 1990, Cheng studied a new system stabilizer based on FS [69]. In 1995, Dipti Srinivasan focused on connecting complicated and large-scale power systems using the FS technique [70]. In 1997, Yung Hua Song explained how we could use AI and FS techniques to solve long-standing problems concerning power systems. He said that the conventional method has troubles in the solutions [70]. In 2000, P. K. Dash talked about power-system distribution using FS and a small part with ES. He made several numerical examples using EMTP programs to validate the results with the actual ones using the new hybrid technique [71]. In 2016, Ahmed E. Saleh used a hybrid system between FS and ANN to predict the amount of energy generated from wind. He also illustrated the advantage of wind energy in literature [72]. In 2015, Sajid Hussain talked about renewable energy. Using FS and GA, he generated fuzzy decision criteria to choose the most suitable power system to deliver the energy to a demand. This research obtained the optimum power flow by using a control framework to test electricity grids [73].

3.2.3. Using Genetic Algorithms and Genetic Programing

In 2002, J.Z. Zhu studied how to reduce and minimize power system losses. He made a refined GA and tested it on a 33-bus distribution network and 16-bus distribution network. The results were shown in the paper [74]. In 2017, Saleh Almasabi studied the communication in infrastructure by improving the power system connected to transportation using the GA technique. The cost had a great role in this study [75]. In 1997, W. B. Langdon used GP for optimization, starting from the hand-coded heuristics to the evolution of the best schedule to minimize the cost [76]. In 2014, T.S. Kishore wrote a state-of-the-art paper about transmission-line optimization, the history of transmission lines and planning and cost optimization. The optimization shown in this paper used GP [77].

3.2.4. Using Artificial Neural Networks

In 2000, F. Zahra used a hybrid technique between GA and ANN. He showed that ANN is promising and has great potential in transmission-line protection due to its fault inception [78]. Fault detection, protection, and location in transmission lines are mentioned in too many research papers, especially those using ANN [79,80,81,82,83,84,85,86].

3.2.5. Using Particle Swarm Optimization

PSO techniques constitute too many kinds. Some of them used it in general, and others used sub-techniques, such as fish, birds and cats. Some state-of-the-art papers talked about using PSO in power systems in general [87,88,89]. Some other papers used a specific subtechnique of PSO, such as arranging by published year [90,91,92,93,94,95].

3.2.6. Using Support Victor Machine

The SVM technique played a great role in power systems and power transmission lines. Over the years, new approaches have been studied for fault detection, fault classification, power quality and ice forecasting in research, such as [96,97,98,99,100,101,102,103].

3.3. Water Networks

Water networks present one of the most significant branches of infrastructure engineering. Development in this area has become necessary. AI techniques were used in the following topics as shown in Figure 12:
  • Water management
  • Water distribution
  • Rainfall-runoff
  • Water recycling
  • Sewage collection.
More than 39 studies focused on these topics and more in this survey (Section 4). Most of them used PSO (Section 4). As mentioned before, this method is very suitable for a wide range of data.
Figure 12. Water networks topics.
Figure 12. Water networks topics.
Infrastructures 07 00137 g012

3.3.1. Using Expert System

In 1993, Daene C. McKinney studied water planning with a 50-year horizon by using an expert geographic information system. After generating ES, the efficiency of the cost and time will be increased. The other benefit will be developing water supplies. The most important conclusion is that the more information and alternatives we give to the system, the better results [104]. In 1997, Mohan and Arumugam understood the complexity of irrigation systems. Due to the variety of expert opinions, they thought that, if we have an expert system with all the varieties and alternatives, it will increase the efficiency of using water in irrigation. This paper focused on irrigation but touched on management, storing, and consuming water effectively [105]. In 2007, Fuzhan Nasiri used ES in water-quality management. He saw that we have a lot of uses of water that needs a decision-making system. This system allows its user to set priorities that increase the efficiency of using the water. This expert system will transfer the knowledge of experts to non-expert people who can easily use it [106]. In 2013, Igor Cretescu made an ES designed for monitoring the water surface. This paper studied measurements and sampling frequency. Some data processing had practical and operating issues. All of these data are increasing the benefit from the expert system. Lassi was the location of the case study. The researcher chooses it as the highest generator of the pollution (Romina [107]).

3.3.2. Using Fuzzy System

In 2002, M. Hasebe studied in his paper multipurpose dams by using FS and ANN. He concluded that good results came only in non-flood seasons and could help countries increase water usage efficiency. The simulations made by the AI were too close to the actual operations [108]. An important topic in this approach is water management. In 2008, Slobodan used FS to design, plan and manage water infrastructure. This system will take into consideration complex socio-economic conditions. By focusing on three main sets of tools: simulation, optimization and multi-objective analysis, he concluded that incorporating uncertainties obtains better solutions [109]. In 2010, Y.P. Li used FS to create a fuzzy boundary, which gives designers and planners alternatives to help them make decisions. The more complex and the more details in the system, the more accurate it will be, which will help countries manage water resources and increase the efficiency of infrastructure projects [110].

3.3.3. Using Genetic Algorithms and Genetic Programing

In 1997, Dragan A. Slavic made a program that depended on genetic algorithms to make a design with the lowest cost. He focused on water distribution networks. The author showed how computational techniques could improve economic efficiency [111]. On the other side, T. Devi Prasad focused on using the GA’s multi-objective. He studied how to minimize the cost and maximize the reliability measure. In this study, he introduced a new measurement called resilience. With the new method, the financial results were better. This research was published in 2004 [112]. In this research, five pieces of research have been collected that used GP. One of them is a state-of-the-art review published in 2018. Ali Danandeh Mehr presented the fundamentals of genetic programming and application in water-resource engineering, such as rainfall–runoff modeling, stream-flow forecasting, water-quality modeling, surface/subsurface water-level prediction and soil-properties modeling. He presented many future works depending on the GP and its variants like Cartesian GP, graph-based GP, stack-based GP and others [113]. In 2002, Vladan Babovic studied rainfall–runoff modeling. By making these models, we can take advantage of knowledge about this rooted problem [114]. In 2013, Qiang Xu used GP to make a strategy to replace the pipelines in an optimal way. This will help the country a lot and save money and time. Cost-effective pipe maintenance plans will improve by using AI. A case study has been done in Beijing, and the results were very accurate [115].

3.3.4. Using Artificial Neural Networks

In 2009, Mahmut Firat used hybrid techniques to make accurate water-consumption models. For example generalized regression neural networks, feed forward neural networks and radial basis neural networks. Efficiency and correlation coefficients have been calculated for all models. The author concluded that GRNN is the best technique [116]. In 2010, H. Md. Azamathulla studied how to estimate the depth to scour the pipeline. This process was hard and complex in the past, and there are no accurate results for modeling. The author studied this topic using genetic programming. Results have been more effective compared to using ANN [117]. In 2016, Randal S. Olson used Python software to generate an evaluation tool to optimize pipeline automatically. He implemented an open source program called Tree-based Pipeline Optimization Tool (TPOT). This software showed significant improvement based in machine learning in complex pipelines without sacrificing classification accuracy [118].

3.3.5. Using Particle Swarm Optimization

In 2006, C. R. Suribabu tested the PSO technique for designing a water-distribution-pipeline network. The result of the research was more efficient and accurate than other optimization methods. Moreover, it required fewer objective evaluations [119]. PSO is the most used technique. Fifteen studies were collected in this state-of-the-art paper. In 2007, Idel Montalvo improved the method to tackle optimal design problems for water-supply systems using PSO. With two case studies in Hanoi and New York City, the new method achieved good results and too many advantages [120]. In 2008, M. H. Afshar did research on exploration and the exploitation of stormwater. Exploration is the ability to predict and search for water coming from storms in hard weather. Exploitation is refining solutions to obtain the best one that is better than the previous solutions. There were two options tested for the rebirthing mechanism, one of them is clearing the memory or keeping the memory of the rebirthing particles. The results showed that the new mechanism and the performance of PSO algorithm were improved without extra computational effort [121]. In 2008, Alexandre M. Baltar presented a new application of water-resource management that depends on multi-objective PSO. He said that the large variety of problems in water-resource management needs powerful optimization tools. Mathematical programs are one of the best ways to deal with this. PSO has been found to perform very well in a wide spectrum of optimization problems. Multi-objective PSO (MOPSO) is used in three applications: test function, multipurpose reservoir operation and selective withdrawal. The result of this research is much simpler than the old applications [122]. In 2009, Jagdish Chand Bansal made two mathematical models based on PSO to obtain the optimal design of a water-distribution-network system (WDNS). One of them is called a branched network, and the other one is called a serial network. PSO has been used to obtain the minimum cost of WDNS. The author suggested that PSO could be used in generalized WDNS [123]. Sedimentation problems consumption too much money and effort to solve it recently. In 2010, Asghar Azadnia developed an application based on MOPSO to help with solving these problems. The author made a model that optimized two objectives, which are demand points and sediment removal. He made performed a case study in north Iran, where the people suffer from significant storage loss because of the high rate of sedimentation [124]. In the same year, Idel Montalvo studied multi-criteria and multi-objective optimization problems in the water distribution systems. He takes took into consideration human interaction. He concluded that the same approach can could also be applied to other optimization problems by using the same technique. He used the PSO algorithm to improve the ability to find the Pareto front [125]. In 2011, Abbas Afshar published a paper about the automatic calibration of a water-quality model. After comparing the automatic model with the field data, it shows very close results [126]. In 2012, A. Sedki noticed that designers face many problems with non-linear optimization problems involving complicated and implicit issues that make the problem harder. He noticed too that many researchers shifted their focus to use meta-heuristic approaches instead of traditional methods. He concluded that PSO-DE (particle swarm optimization differential evolution) is promising and solves WDS problems with high efficiency [127]. In 2014, Riham Ezzeldin used integer discrete PSO to optimize the design of a water distribution network. This research aimed to minimize the total cost. A new boundary condition was introduced called billiard boundary, which was tested with different numbers of populations. The results show that application is more effective compared to other techniques, such as reducing pipe cost and the function evaluation number [128]. In 2017, Yong Peng studied and presented multi-core parallel particle swarm optimization (PPSO) based on a combination of the Fork/Join framework. He concluded that the PPSO algorithm performed better than the traditional one. The water-supply system will improve with more effort and work in the approach [129]. Recycling water will be one of the main aims of countries, especially in poor-water countries. In 2018, Hanliang Fu talked about using PSO to help designers recycle water. Public acceptance is a huge part of any recycling project. Social opinion and public attitude are so critical. The author showed how citizens regard of recycled water use make him think it is imperative to popularize this technology [130]. In 2020, Yazid Tikhamarine made a comparison between the Harris hawks optimizer and PSO. Rainfall water is a great source of water in many countries. The author used the two methods to model rainfall and runoff. Developing an accurate model was hard and problematic to engineer, with too many limitations in the models, and these limitations affect accuracy. PSO proved a high level of accuracy in run-off values [131].

3.3.6. Using Support Victor Machine

In 2009, Xiang Yunrong studied water quality by an application called LS-SVM in the Luixi River in Guangzhou. Every country’s infrastructure purification system depends on the quality of its water. The author used a hybrid technique between SVM and PSO to reach the extreme minimum value. Testing this technique in a river showed high efficiency in predicting water quality [132]. In 2009, Zong Woo Geem used PSO to detect and search for water network designs. This research focused on a non-linear, constrained problem and multi-model problems. Ant colony and frog leaping algorithms have been tested and applied to four benchmarks. The results were good [133]. In 2014, Ch. Suryanarayana used SVM to predict the water ground level. He said that the situation was very complicated because of the causation of the ground water level and described it as very non-linear data. By combining two AI techniques such as SVM and ANN, he obtained better results. The accuracy has been increased massively, and this was the conclusion [134]. In 2014, Reza Mohammad used SVM to predict the water-quality index. There are too many serious problems coming from poor water quality. In this research, the author used 17 points and took two readings a month for 15 months. He collected eleven water-quality variables. He used two methods of ANN called feed forward back propagation and radial basis function. He concluded that using SVM and FFBP will obtain good and accurate results for the prediction of water quality [135]. In 2014, Qi Feng studied the forecasting of rainfall. As he said, it was very important to predict the amount of rainfall because it affects water management efficiency. Using a wavelet support vector machine (WA-SVM) gave good results, which can be applied successfully. It provides high accuracy and reliable solutions [136]. In 2017, Seyed Amir Naghibi did research discussing the issue of water scarcity. The study plans based on applying SVM, random forest (RF) and GA. He produced a number of models that ran and produced groundwater-potential maps. The results showed the higher importance of altitude, slope angle and TWI in groundwater assessment [137]. In 2020, Taher Rajaee studied the difference between the single and hybrid techniques of AI to predict water quality in rivers. A total of 51 journal papers published from 2000 to 2016 have been studied for this purpose [138]. In the same year, Jayashree Chadalawada wrote a review paper about rainfall–runoff models [139]. Kennedy C. Onyelowe studied how to predict water quality by using GP. That will help the short-term agricultural reservoir that is affected by the rainfall–runoff [140]. Ali Danandeh, in 2020, validated models based on data from 1930 to 2017 (88 years) by using GP and gene expression programming (GEP) to predict the water cycle in Turkey and the amount of water [141]. Mehdi Jamei used GP to detect dissolved solids (DS) in water [142].

3.4. Natural Gas Networks

Although storage, pipelines and distribution networks of natural gas are not a common infrastructure projects in many countries, it is a fast-growing industry. AI techniques were used in many topics under this subject, such as the delivery, extraction and rationalization of gas consumption.
A hybrid technique of FS and PSO has been used since 2020. Wu Liu focused on gas infrastructure with something called hierarchical design. He concluded that this technique could be used in this type of design. Furthermore, gas companies can obtain great benefits from this paper and research [143]. PSO has been used widely. They studied the prediction places for gas extraction by using PSO-ELM [144]. Trying to minimize the operational cost and obtain optimal power dispatch, Muhammad Yousif concluded that PSO could be used in this area with high efficiency [145]. Alaa Farah studied natural gas turbine operating cost and how to minimize their cost and, simultaneously, CO2 emissions [146]. The prediction of the amount of production using this technique has recently become popular in China for short and medium terms [147]. S. Askari used a hybrid technique of FS and PSO in the field of gas networks. A total of 4258 models for the same number of customers have been used in this area of study in the last three years [148]. Another hybrid technique used ANN and PSO in two pieces of research that studied benzene detection, forecasting and prediction models [149,150]. Deyan Wang studied gas consumption so we could deliver the amounts to the population without any delays or shortage in time by using new hybrid technique [150].
Finally, using AI and its different techniques will help researchers and countries improve gas consumption and gas-detection efficiency. That will help them improve the industry and infrastructure networks.

3.5. Communication Networks

Communication networks become one of the essential infrastructure projects all over the world. There are many types of communication networks: wired (land telephone network, TV cable networks), wireless (radio/TV networks, cellar phones, telegram, satellite communications) and fiber optics (internet, phone, TV networks). AI techniques were successfully used to develop, improve and maintain the performance of these networks (Figure 13).

3.5.1. Using Expert System

In 2009, researchers made an expert system for detecting rigging in telecommunication. This system can help large organizations. This system shows us how we can make an expert system by using old data collected over time. The author concluded that the human factor is the weak link in this system and could cause a problem in this sensitive field [151]. In 2011, Dmitry made a model for spotting a WIFI transmitter by using the expert system technique. This model may shortly enable designers to use it to build network towers in places that increase their site efficiency. As mentioned before, mobile communication has been among the most important things in modern life, and every point can help the big picture be more efficient [152]. In 2019, Krešimir Vidović used the collected data from a public mobile network to present a new way of urban multimodal mobility. This paper shows us how we can take the benefit from this data. It is also described the mobile network and addressed issues and the topology. The mythology for modeling has been presented in this paper in detail by taking four urban multimodal mobility indicators (distance, number of trips, travel time and speed). The author also shows that we can use the same expert system regardless of its size and population [153].

3.5.2. Using Artificial Neural Networks and Fuzzy Systems

In 2017, Mingzhe Chen used neural networks in his research that was about machine learning. Some properties should be in the next generation of wireless networks in the author’s point of view, such as intelligently managing low-latency communications. This paper considers a comprehensive tutorial to use machine learning in this topic basic on neural networks. Investigating many applications, including wireless virtual reality and mobile edge caching, will be a great step to the future [154]. In 2015, Kostiantyn Polshchykov published a paper. He used in this paper a hybrid technique between a neural network and a fuzzy system. By using it, he was able to predetermine time intervals over the telecommunications channel. To determine the weight of neuron links, he conducted experimental research [155]. In 2010 Nasrin Abazari Torghabeh used fuzzy logic in the management of stations. According to the results, the system proved its efficiency in terms of the load distribution, lifetime and residual energy of the network. This could help designers in the future to improve network stations [156].

3.5.3. Using Artificial Particle Swarm Optimization

In 2008, Papagianni used one of the most common techniques, which is particle swarm optimization, to design communication networks. Then the author compared his results with corresponding evolutionary branches like genetic algorithms. He was able to optimize the layout cost and the average packet-delivery-delay successfully [157].

3.5.4. Using Other AI Techniques

More studies talked about using AI in communications in general. Kan Zheng, Tomoyuki Otani, Huimin Lu, Albert Banchs, Zhuang Chen and Jiayi Lu found that AI can improve communications massively; it cannot reach this point without it. It can solve human shortages in resources, time and money. The new 5G network will receive great benefit from this improvement. The authors recommend many future studies to exploit AI advantages and avoid its disadvantages. Mobile edge computing will take huge steps to the future when researchers start to do continuous and in-depth research in this field. Zhuang Chen proved that with a case study [158,159,160,161,162,163,164].
All of these surveys and papers are state-of-the-art and most proved the great benefits of using AI techniques to improve the efficiency of communication networks that will benefit the infrastructure in a country.

4. Discussion

The study results could be summarized as follows:
Implementing AI technique in infrastructures has rapidly increased in the last two decades, as illustrated in Figure 14. It started with 2 studies in 1989 and increased by 14 studies within one decade (till 1999); another 45 studies were added up to 2009, and, in the last decade, 87 studies were added up to 2019. The total number of collected studies is 159 up to 2021.
The number of publications that uses AI in infrastructure depends on the considered subject. As illustrated in Figure 15, transportation projects constituted more than one-third of the published studies, while electrical power projects and water treatment and distribution projects constituted two quarters of the research (one quarter for each); finally, communication projects and natural gas projects constituted the rest.
Table 1 and Figure 16 showed the distribution of the collected publications with respect to subject and publishing year. It could be noticed that AI techniques were implemented in different infrastructure subjects starting from different years. For example, transportation, water, and electrical projects have used AI since the early 1990s, while communication projects implemented AI in the middle of the 2000s. Finally, natural gas projects began using AI only five years ago. They also illustrated the booming in using AI techniques in infrastructure projects regardless of the subject.
It could be noted that PSO is the most used technique in infrastructure projects; it was used in about 25% of the collected database. ANN was the second, with 17%, and SVM, ES and FS all shared third place, with about 13%. Finally, GA and GP came in last place, with about 9% each. Refer to Figure 17.
Figure 18 and Table 2 present the distribution of the collected publications with respect to AI technique and publishing year. It is clear that AI techniques were implemented in infrastructure projects starting from different years. ES and FS were the earliest techniques; they were implemented in the beginning of the 1990s. GA, GP and ANN were implemented 5 years later, in the middle of the 1990s. Finally, SVM and PSO were the latest implemented techniques; they were used since the middle of the 2000s. However, it looks like all AI techniques are still implemented today, even the 30-year-old ones like ES.
Both Table 3 and Figure 19 illustrated the publications for each subject and each technique. It could be noted that cells with low numbers or even that are empty present good opportunities for farther research, especially for subjects like the natural gas industry and techniques like GA, GP and ES.

5. Conclusions

This review aimed to collect, sort, summarize and comment on all of the available publications concerning implementing AI techniques in infrastructure projects. A total of 159 studies published between 1989 and 2021 were collected; they were classified into five infrastructure subjects and seven AI techniques. The results could be concluded in the following points:
The implementation of AI techniques in infrastructure projects increases exponentially, as illustrated in Figure 14.
There is no obsolete AI techniques, and even the earliest ones are still implemented in researches. It is a matter of selecting the right technique for the considered problem.
The new generation of AI techniques are mostly hybrid ones made by merging two or more traditional techniques, which widens their scope and improves their potentials.
The gap study showed in Table 3 and Figure 19 presents many future potential studies. For example, there is a great shortage in implementing AI techniques in the natural gas industry, especially GA, GP, SVM and ES techniques. On the other hand, the electrical power industry can benefit from implementing GA and GP techniques besides the already used techniques. Finally, there were still opportunities to increase the implementation of GA, ANN, FS and ES techniques in the water networks industry.
A similar review for the implementation of AI in civil engineering is recommended in a future study.

Author Contributions

Conceptualization, I.A.-R.; methodology, A.M.E.; formal analysis, K.C.O.; data curation, M.Y.A.-K.; supervision, I.M.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ebid, A.M. 35 Years of (AI) in Geotechnical Engineering: State of the Art. Geotech. Geol. Eng. 2021, 39, 637–690. [Google Scholar] [CrossRef]
  2. Chakraborty, D.; Elhegazy, H.; Elzarka, H.; Gutierrez, L. A novel construction cost prediction model using hybrid natural and light gradient boosting. Adv. Eng. Inform. 2020, 46, 101201. [Google Scholar] [CrossRef]
  3. Elhegazy, H.; Chakraborty, D.; Elzarka, H.; Ebid, A.M.; Mahdi, I.M.; Aboul Haggag, S.Y.; Abdel Rashid, I. Artificial Intelligence for Developing Accurate Preliminary Cost Estimates for Composite Flooring Systems of Multi-Storey Buildings. J. Asian Archit. Build. Eng. 2021, 21, 120–132. [Google Scholar] [CrossRef]
  4. Mohammed, A.L.I.A.; Ambak, K.; Mosa, A.M.; Syamsunur, D. Expert System in Engineering Transportation: A Review. J. Eng. Sci. Technol. 2019, 14, 229–252. [Google Scholar]
  5. Han, S.Y.; Kim, T.J. Can expert systems help with planning? J. Am. Plan. Assoc. 1989, 55, 296–308. [Google Scholar] [CrossRef]
  6. Dueker, K.J. Bridge Planning Using GIS and Expert System Approach. J. Comput. Civ. Eng. 1995, 9, 91–92. [Google Scholar] [CrossRef]
  7. Crossley, P. An expert system for the prediction of total vehicle and road operating costs in developing countries. Comput. Electron. Agric. 1998, 21, 169–180. [Google Scholar] [CrossRef]
  8. Norrman, J. Slipperiness on roads—An expert system classification. Meteorol. Appl. 2000, 36, 27–36. [Google Scholar] [CrossRef]
  9. Zischg, A.; Fuchs, S.; Keiler, M.; Meißl, G. Modelling the system behaviour of wet snow avalanches using an expert system approach for risk management on high alpine traffic roads. Nat. Hazards Earth Syst. Sci. 2005, 5, 821–832. [Google Scholar] [CrossRef] [Green Version]
  10. Frantti, T.; Majanen, M. An expert system for real-time traffic management in wireless local area networks. Expert Syst. Appl. 2014, 41, 4996–5008. [Google Scholar] [CrossRef]
  11. Hoyer, R.; Jumar, U. Fuzzy control of traffic lights. In Proceedings of the 1994 IEEE 3rd International Fuzzy Systems Conference, Orlando, FL, USA, 26–29 June 1994; Volume 3, pp. 1526–1531. [Google Scholar] [CrossRef]
  12. Krause, B.; Altrock, C.; Pozybill, M. Intelligent highway by fuzzy logic: Congestion detection and traffic control on multi-lane roads with variable road signs. In Proceedings of the IEEE 5th International Fuzzy Systems, New Orleans, LA, USA, 11 September 1996; Volume 3, pp. 1832–1837. [Google Scholar] [CrossRef]
  13. Cafiso, S.; Lamm, R.; La Cava, G. Fuzzy model for safety evaluation process of new and old roads. Transp. Res. Rec. 2004, 1881, 54–62. [Google Scholar] [CrossRef]
  14. Pongpaibool, P.; Tangamchit, P.; Noodwong, K. Evaluation of road traffic congestion using fuzzy techniques. In Proceedings of the TENCON 2007-2007 IEEE Region 10 Conference, Taipei, Taiwan, 30 October–2 November 2007; pp. 1–4. [Google Scholar] [CrossRef]
  15. Moazami, D.; Behbahani, H.; Muniandy, R. Pavement rehabilitation and maintenance prioritization of urban roads using fuzzy logic. Expert Syst. Appl. 2011, 38, 12869–12879. [Google Scholar] [CrossRef]
  16. Santos, M.; López, V. Fuzzy Decision System for Safety on Roads. Intell. Syst. Ref. Libr. 2012, 33, 171–187. [Google Scholar] [CrossRef]
  17. Mansourkhaki, A.; Berangi, M.; Haghiri, M. A Neural Network Noise Prediction Model for Tehran Urban Roads. J. Environ. Eng. Landsc. Manag. 2018, 26, 88–97. [Google Scholar] [CrossRef]
  18. Das, A.; Abdel-Aty, M. A genetic programming approach to explore the crash severity on multi-lane roads. Accid. Anal. Prev. 2010, 42, 548–557. [Google Scholar] [CrossRef]
  19. Buk, Z.; Koutník, J.; Šnorek, M. NEAT in HyperNEAT substituted with genetic programming. Lect. Notes Comput. Sci. Incl. Subser. Lect. Notes Artif. Intell. Lect. NotesBioinform. 2009, 5495, 243–252. [Google Scholar] [CrossRef]
  20. Manson, S.M. Agent-based modeling and genetic programming for ´ n modeling land change in the Southern Yucata Peninsular Region of Mexico. Agric. Ecosyst. Environ. 2005, 111, 47–62. [Google Scholar] [CrossRef]
  21. Zeng, L.; Krallmann, T.; Fiege, A.; Stess, M.; Graen, T.; Nolting, M. Optimization of future charging infrastructure for commercial electric vehicles using a multi-objective genetic algorithm and real travel data. Evol. Syst. 2020, 11, 241–254. [Google Scholar] [CrossRef]
  22. Xie, F.; Liu, C.; Li, S.; Lin, Z.; Huang, Y. Long-term strategic planning of inter-city fast charging infrastructure for battery electric vehicles. Transp. Res. Part E 2018, 109, 261–276. [Google Scholar] [CrossRef]
  23. Awasthi, A.; Chandra, D.; Rajasekar, S.; Singh, A.K.; Raj, A.D.V.; Perumal, K.M. Optimal infrastructure planning of electric vehicle charging stations using hybrid optimization algorithm. In Proceedings of the 2016 National Power Systems Conference (NPSC), Bhubaneswar, India, 19–21 December 2016. [Google Scholar] [CrossRef]
  24. Dhurandher, S.K.; Sharma, D.K.; Woungang, I.; Gupta, R.; Garg, S. GAER: Genetic algorithm-based energy-efficient routing protocol for infrastructure-less opportunistic networks. J. Supercomput. 2014, 69, 1183–1214. [Google Scholar] [CrossRef]
  25. Dong, J.; Liu, C.; Lin, Z. Charging infrastructure planning for promoting battery electric vehicles: An activity-based approach using multiday travel data. Transp. Res. PART C 2014, 38, 44–55. [Google Scholar] [CrossRef] [Green Version]
  26. Taber, J.T.; Balling, R.; Brown, M.R.; Day, K.; Meyer, G.A. Optimizing transportation infrastructure planning with a multiobjective genetic algorithm model. Transp. Res. Rec. 1999, 1685, 51–56. [Google Scholar] [CrossRef]
  27. Gültekin Çetiner, B.; Sari, M.; Borat, O. A neural network based traffic-flow prediction model. Math. Comput. Appl. 2010, 15, 269–278. [Google Scholar] [CrossRef]
  28. Givargis, S.; Karimi, H. A basic neural traffic noise prediction model for Tehran’s roads. J. Environ. Manag. 2010, 91, 2529–2534. [Google Scholar] [CrossRef]
  29. Sharma, S.C.; Lingras, P.; Liu, G.X.; Xu, F. Estimation of annual average daily traffic on low-volume roads: Factor approach versus neural networks. Transp. Res. Rec. 2000, 1719, 103–111. [Google Scholar] [CrossRef]
  30. Liu, T.H.; Yoon, Y. Development of enhanced emission factor equations for paved and unpaved roads using artificial neural network. Transp. Res. Part D Transp. Environ. 2019, 69, 196–208. [Google Scholar] [CrossRef]
  31. Ma, Y.; Zheng, Y.; Cheng, J.; Zhang, Y.; Han, W. A convolutional neural network method to improve efficiency and visualization in modeling driver’s visual field on roads using MLS data. Transp. Res. Part C Emerg. Technol. 2019, 106, 317–344. [Google Scholar] [CrossRef]
  32. Priambodo, B.; Ahmad, A. Traffic flow prediction model based on neighbouring roads using neural network and multiple regression. J. Inf. Commun. Technol. 2018, 17, 513–535. [Google Scholar] [CrossRef]
  33. Alshehhi, R.; Marpu, P.R.; Woon, W.L.; Mura, M.D. Simultaneous extraction of roads and buildings in remote sensing imagery with convolutional neural networks. ISPRS J. Photogramm. Remote Sens. 2017, 130, 139–149. [Google Scholar] [CrossRef]
  34. Gopalakrishnan, K. Neural network-swarm intelligence hybrid nonlinear optimization algorithm for pavement moduli back-calculation. J. Transp. Eng. 2010, 136, 528–536. [Google Scholar] [CrossRef]
  35. Ma, X.; Dai, Z.; He, Z.; Ma, J.; Wang, Y.; Wang, Y. Learning traffic as images: A deep convolutional neural network for large-scale transportation network speed prediction. Sensors 2017, 17, 818. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  36. Mensah, I.; Adjei-Kumi, T.; Nani, G. Duration determination for rural roads using the principal component analysis and artificial neural network. Eng. Constr. Archit. Manag. 2016, 23, 638–656. [Google Scholar] [CrossRef]
  37. Kirthika, A.; Mookambiga, A. Automated road network extraction using artificial neural network. In Proceedings of the 2011 International Conference on Recent Trends in Information Technology (ICRTIT), Chennai, India, 3–5 June 2011; pp. 1061–1065. [Google Scholar] [CrossRef]
  38. Wei, R.; Zhang, T.; Tang, H. An improved particle swarm optimization algorithm for vehicle routing problem with simultaneous pickup and delivery. In Proceedings of the International Conference on Information Computing and Applications, Tangshan, China, 15–18 October 2010; Volume 105, pp. 430–436. [Google Scholar] [CrossRef]
  39. Hazra, J.; Sinha, A.K. Congestion management using multiobjective particle swarm optimization. IEEE Trans. Power Syst. 2007, 22, 1726–1734. [Google Scholar] [CrossRef]
  40. Tien Bui, D.; Hoang, N.D.; Nhu, V.H. A swarm intelligence-based machine learning approach for predicting soil shear strength for road construction: A case study at Trung Luong National Expressway Project (Vietnam). Eng. Comput. 2019, 35, 955–965. [Google Scholar] [CrossRef]
  41. Marinakis, Y.; Marinaki, M.; Migdalas, A. Particle Swarm Optimization for the Vehicle Routing Problem: A Survey and a Comparative Analysis. In Handbook of Heuristics; Martí, R., Pardalos, P., Resende, M., Eds.; Springer: Cham, Switzerland, 2018. [Google Scholar]
  42. Cheng, S.; Lu, F.; Peng, P.; Wu, S. Multi-task and multi-view learning based on particle swarm optimization for short-term traffic forecasting. Knowl. -Based Syst. 2019, 180, 116–132. [Google Scholar] [CrossRef]
  43. Mohammadzadeh, A.; Zoej, M.J.V.; Tavakoli, A. Automatic main road extraction from high resolution satellite imageries by means of particle swarm optimization applied to a fuzzy-based mean calculation approach. J. Indian Soc. Remote Sens. 2009, 37, 173–184. [Google Scholar] [CrossRef]
  44. Zhang, H.; Gao, Z. Two-way road network design problem with variable lanes. J. Syst. Sci. Syst. Eng. 2007, 16, 50–61. [Google Scholar] [CrossRef]
  45. Ismail, Z.; Loh, S.L. Ant colony optimization for solving solid waste collection scheduling problems. J. Math. Stat. 2009, 5, 199–205. [Google Scholar] [CrossRef] [Green Version]
  46. Chen, Q. Dynamic route guidance method based on Particle Swarm Optimization algorithm. In Proceedings of the 2009 Second International Conference on Intelligent Computation Technology and Automation, Changsha, China, 10–11 October 2009; Volume 1, pp. 267–270. [Google Scholar] [CrossRef]
  47. Kazharov, A.A.; Kureichik, V.M. Ant colony optimization algorithms for solving transportation problems. J. Comput. Syst. Sci. Int. 2010, 49, 30–43. [Google Scholar] [CrossRef]
  48. Liu, Z.F.; Zhang, W.; Ji, X.; Li, K. Optimal planning of charging station for electric vehicle based on particle swarm optimization. In Proceedings of the IEEE PES Innovative Smart Grid Technologies, Tianjin, China, 21–24 May 2012; pp. 1–5. [Google Scholar] [CrossRef]
  49. Cheng, W.C. PSO algorithm particle filters for improving the performance of lane detection and tracking systems in difficult roads. Sensors 2012, 12, 17168–17185. [Google Scholar] [CrossRef] [Green Version]
  50. Chuo, H.S.E.; Tan, M.K.; Chong, A.C.H.; Chin, R.K.Y.; Teo, K.T.K. Evolvable traffic signal control for intersection congestion alleviation with enhanced particle swarm optimisation. In Proceedings of the 2017 IEEE 2nd International Conference on Automatic Control and Intelligent Systems (I2CACIS), Kota Kinabalu, Malaysia, 21 October 2017; pp. 92–97. [Google Scholar] [CrossRef]
  51. Poole, A.; Kotsialos, A. METANET Validation of the Large-Scale Manchester Ring-Road Network Using Gradient-Based and Particle Swarm Optimization. IEEE Trans. Intell. Transp. Syst. 2018, 19, 2055–2065. [Google Scholar] [CrossRef]
  52. Karballaeezadeh, N.; Mohammadzadeh, S.D.; Shamshirband, S.; Hajikhodaverdikhan, P.; Mosavi, A.; Chau, K. wing Prediction of remaining service life of pavement using an optimized support vector machine (case study of Semnan–Firuzkuh road). Eng. Appl. Comput. Fluid Mech. 2019, 13, 188–198. [Google Scholar] [CrossRef]
  53. Hao, Z.; Dibo, H.; Zekui, Z. A novel lane detection algorithm based on support vector machine. In Proceedings of the Progress in Electromagnetics Research Symposium 2005, Hangzhou, China, 22–26 August 2005; pp. 390–394. [Google Scholar] [CrossRef] [Green Version]
  54. Mavroforakis, M.E.; Theodoridis, S. A geometric approach to support vector machine (SVM) classification. IEEE Trans. Neural Netw. 2006, 17, 671–682. [Google Scholar] [CrossRef]
  55. Huang, X.; Zhang, L. Road centreline extraction from high-resolution imagery based on multiscale structural features and support vector machines. Int. J. Remote Sens. 2009, 30, 1977–1987. [Google Scholar] [CrossRef]
  56. Matkan, A.A.; Hajeb, M.; Sadeghian, S. Road extraction from lidar data using support vector machine classification. Photogramm. Eng. Remote Sens. 2014, 80, 409–422. [Google Scholar] [CrossRef] [Green Version]
  57. Hadjidemetriou, G.M.; Christodoulou, S.E.; Vela, P.A. Automated detection of pavement patches utilizing support vector machine classification. In Proceedings of the 2016 18th Mediterranean Electrotechnical Conference (MELECON), Lemesos, Cyprus, 18–20 April 2016. [Google Scholar] [CrossRef]
  58. Zhou, Y.; Su, W.; Ding, L.; Luo, H.; Love, P.E.D. Predicting Safety Risks in Deep Foundation Pits in Subway Infrastructure Projects: Support Vector Machine Approach. J. Comput. Civ. Eng. 2017, 31, 04017052. [Google Scholar] [CrossRef]
  59. Masino, J.; Pinay, J.; Reischl, M.; Gauterin, F. Road surface prediction from acoustical measurements in the tire cavity using support vector machine. Appl. Acoust. 2017, 125, 41–48. [Google Scholar] [CrossRef]
  60. Nhu, V.-H.; Zandi, D.; Shahabi, H.; Chapi, K.; Shirzadi, A.; Al-Ansari, N.; Singh, S.K.; Dou, J.; Nguyen, H. Comparison of Support Vector Machine, Bayesian Logistic Regression, and Alternating Decision Tree Algorithms for Shallow Landslide Susceptibility Mapping along a Mountainous Road in the West of Iran. Appl. Sci. 2020, 10, 5047. [Google Scholar] [CrossRef]
  61. Mnih, V.; Hinton, G.E. Learning to detect roads in high-resolution aerial images. In Proceedings of the European Conference on Computer Vision, Heraklion, Greece, 5–11 September 2010; Springer: Berlin/Heidelberg, Germany, 2010; pp. 210–223. [Google Scholar]
  62. Markovié, M.L.; Fraissler, W.F. Short-term load forecast by plausibility checking of announced demand: An expert-system approach. Eur. Trans. Electr. Power 1993, 3, 353–358. [Google Scholar] [CrossRef]
  63. Kezunovic, M.; Spasojevic, P.; Fromen, C.W.; Sevcik, D.R. An expert system for transmission substation event analysis. IEEE Trans. Power Deliv. 1993, 8, 1942–1949. [Google Scholar] [CrossRef]
  64. Ernesto Vázquez, M.; Oscar, L.; Héctor, J.C.M.; Altuve, F. An on-line expert system for fault section diagnosis in power systems. IEEE Trans. Power Syst. 1997, 12, 357–362. [Google Scholar] [CrossRef]
  65. Jain, M.B.; Jain, A.; Srinivas, M.B. A web based expert system shell for fault diagnosis and control of power system equipment. In Proceedings of the 2008 International Conference on Condition Monitoring and Diagnosis, Beijing, China, 21–24 April 2008; pp. 1310–1313. [Google Scholar] [CrossRef]
  66. Kiartzis, S.J.; Bakirtzis, A.G.; Theocharis, J.B.; Tsagas, G. A fuzzy expert system for peak load forecasting. Application to the Greek power system. In Proceedings of the 2000 10th Mediterranean Electrotechnical Conference. Information Technology and Electrotechnology for the Mediterranean Countries. Proceedings. MeleCon 2000 (Cat. No. 00CH37099), Lemesos, Cyprus, 29–31 May 2000; IEEE: Piscataway, NJ, USA, 2000; Volume 3, pp. 1097–1100. [Google Scholar]
  67. Abdelsalam, A.A.; Eldesouky, A.A.; Sallam, A.A. Classification of power system disturbances using linear Kalman filter and fuzzy-expert system. Int. J. Electr. Power Energy Syst. 2012, 43, 688–695. [Google Scholar] [CrossRef]
  68. Ma, D.; Liang, Y.; Zhao, X.; Guan, R.; Shi, X. Multi-BP expert system for fault diagnosis of powersystem. Eng. Appl. Artif. Intell. 2013, 26, 937–944. [Google Scholar] [CrossRef]
  69. Hsu, Y.Y.; Cheng, C.H. Design of fuzzy power system stabilisers for multimachine power systems. IEE Proc. C Gener. Transm. Distrib. 1990, 137, 233–238. [Google Scholar] [CrossRef]
  70. Song, Y.H.; Johns, A.T. Applications of fuzzy logic in power systems: Part 1. General introduction to fuzzy logic. Power Eng. J. 1997, 11, 219–222. [Google Scholar] [CrossRef]
  71. Dash, P.K.; Mishra, S.; Salama, M.M.A.; Liew, A.C. Classification of power system disturbances using a fuzzy expert system and a Fourier Linear Combiner. IEEE Trans. Power Deliv. 2000, 15, 472–477. [Google Scholar] [CrossRef] [Green Version]
  72. Saleh, A.E.; Moustafa, M.S.; Abo-Al-Ez, K.M.; Abdullah, A.A. A hybrid neuro-fuzzy power prediction system for wind energy generation. Int. J. Electr. Power Energy Syst. 2016, 74, 384–395. [Google Scholar] [CrossRef]
  73. Hussain, S.; Al Alili, A.; Al Qubaisi, A.M. Optimization based fuzzy resource allocation framework for smart grid. In Proceedings of the 2015 IEEE International Conference on Smart Energy Grid Engineering (SEGE), Oshawa, ON, Canada, 17–19 August 2015; pp. 1–6. [Google Scholar] [CrossRef]
  74. Zhu, J.Z. Optimal reconfiguration of electrical distribution network using the refined genetic algorithm. Electr. Power Syst. Res. 2002, 62, 37–42. [Google Scholar] [CrossRef]
  75. Almasabi, S.; Mitra, J. Multi-stage optimal PMU placement including substation infrastructure. In Proceedings of the 2017 IEEE Industry Applications Society Annual Meeting, Cincinnati, OH, USA, 1–5 October 2017; pp. 1–8. [Google Scholar] [CrossRef]
  76. Langdon, W.; Treleaven, P. Scheduling maintenance of electrical power transmission networks using genetic programming. Artif. Intell. Tech. Power Syst. 2011, 220–237. [Google Scholar] [CrossRef] [Green Version]
  77. Kishore, T.S.; Singal, S.K. Optimal economic planning of power transmission lines: A review. Renew. Sustain. Energy Rev. 2014, 39, 949–974. [Google Scholar] [CrossRef]
  78. Zahra, F.; Jeyasurya, B.; Quaicoe, J.E. High-speed transmission line relaying using artificial neural networks. Electr. Power Syst. Res. 2000, 53, 173–179. [Google Scholar] [CrossRef]
  79. Coury, D.V.; Jorge, D.C. Artificial neural network approach to distance protection of transmission lines. IEEE Trans. Power Deliv. 1998, 13, 102–108. [Google Scholar] [CrossRef]
  80. Martín, F.; Aguado, J.A. Wavelet-based ANN approach for transmission line protection. IEEE Trans. Power Deliv. 2003, 18, 1572–1574. [Google Scholar] [CrossRef]
  81. Dos Santos, R.C.; Senger, E.C. Transmission lines distance protection using artificial neural networks. Int. J. Electr. Power Energy Syst. 2011, 33, 721–730. [Google Scholar] [CrossRef]
  82. Joorabian, M.; Asl, S.M.A.T.; Aggarwal, R.K. Accurate fault locator for EHV transmission lines based on radial basis function neural networks. Electr. Power Syst. Res. 2004, 71, 195–202. [Google Scholar] [CrossRef]
  83. Haque, M.T.; Kashtiban, A.M. Application of Neural Networks in Power Systems; A Review. Int. J. Energy Power Eng. 2007, 1, 897–901. [Google Scholar]
  84. Tayeb, B.E.M. Faults Detection in Power Systems Using Artificial Neural Network. Am. J. Eng. Res. AJER 2013, 2, 69–75. [Google Scholar]
  85. Hessine, M.B.E.N. Fault Detection and Classification Approaches in Transmission Lines Using Artificial Neural Networks. In Proceedings of the MELECON 2014—2014 17th IEEE Mediterranean Electrotechnical Conference, Beirut, Lebanon, 13–16 April 2014; pp. 13–16. [Google Scholar]
  86. Bahmanyar, A.R.; Karami, A. Power system voltage stability monitoring using artificial neural networks with a reduced set of inputs. Int. J. Electr. Power Energy Syst. 2014, 58, 246–256. [Google Scholar] [CrossRef]
  87. Alrashidi, M.R.; El-Hawary, M.E. A survey of particle swarm optimization applications in power system operations. Electr. Power Compon. Syst. 2006, 34, 1349–1357. [Google Scholar] [CrossRef]
  88. AlRashidi, M.R.; El-Hawary, M.E. A survey of particle swarm optimization applications in electric power systems. IEEE Trans. Evol. Comput. 2009, 13, 913–918. [Google Scholar] [CrossRef]
  89. Kahouli, O.; Alsaif, H.; Bouteraa, Y.; Ben Ali, N.; Chaabene, M. Power system reconfiguration in distribution network for improving reliability using genetic algorithm and particle swarm optimization. Appl. Sci. 2021, 11, 3092. [Google Scholar] [CrossRef]
  90. Dutta, S.; Singh, S.P. Optimal rescheduling of generators for congestion management based on particle swarm optimization. IEEE Trans. Power Syst. 2008, 23, 1560–1569. [Google Scholar] [CrossRef]
  91. Yumbla, P.E.O.; Ramirez, J.M.; Coello Coello, C.A. Optimal power flow subject to security constraints solved with a particle swarm optimizer. IEEE Trans. Power Syst. 2008, 23, 33–40. [Google Scholar] [CrossRef]
  92. Abido, M.A. Multiobjective particle swarm optimization for environmental/economic dispatch problem. Electr. Power Syst. Res. 2009, 79, 1105–1113. [Google Scholar] [CrossRef]
  93. Safari, A.; Shayeghi, H. Iteration particle swarm optimization procedure for economic load dispatch with generator constraints. Expert Syst. Appl. 2011, 38, 6043–6048. [Google Scholar] [CrossRef]
  94. Kumar, D.; Samantaray, S.R.; Kamwa, I.; Sahoo, N.C. Reliability-constrained Based Optimal Placement and Sizing of Multiple Distributed Generators in Power Distribution Network Using Cat Swarm Optimization. Electr. Power Compon. Syst. 2014, 42, 149–164. [Google Scholar] [CrossRef]
  95. Roch-dupré, D.; Gonsalves, T.; Cucala, A.P.; Pecharromán, R.R.; López-lópez, Á.J.; Fernández-cardador, A. Electrical Power and Energy Systems Determining the optimum installation of energy storage systems in railway electrical infrastructures by means of swarm and evolutionary optimization algorithms. Electr. Power Energy Syst. 2021, 124, 106295. [Google Scholar] [CrossRef]
  96. Salat, R.; Osowski, S. Accurate fault location in the power transmission line using support vector machine approach. IEEE Trans. Power Syst. 2004, 19, 979–986. [Google Scholar] [CrossRef]
  97. Dash, P.K.; Samantaray, S.R.; Panda, G. Fault classification and section identification of an advanced series-compensated transmission line using support vector machine. IEEE Trans. Power Deliv. 2007, 22, 67–73. [Google Scholar] [CrossRef]
  98. Erişti, H.; Demir, Y. Automatic classification of power quality events and disturbances using wavelet transform and support vector machines. IET Gener. Transm. Distrib. 2012, 6, 968–976. [Google Scholar] [CrossRef]
  99. Ekici, S. Support Vector Machines for classification and locating faults on transmission lines. Appl. Soft Comput. J. 2012, 12, 1650–1658. [Google Scholar] [CrossRef]
  100. Erişti, H.; Yildirim, Ö.; Erişti, B.; Demir, Y. Optimal feature selection for classification of the power quality events using wavelet transform and least squares support vector machines. Int. J. Electr. Power Energy Syst. 2013, 49, 95–103. [Google Scholar] [CrossRef]
  101. Yusuff, A.A.; Jimoh, A.A.; Munda, J.L. Fault location in transmission lines based on stationary wavelet transform, determinant function feature and support vector regression. Electr. Power Syst. Res. 2014, 110, 73–83. [Google Scholar] [CrossRef]
  102. Ma, T.; Niu, D.; Fu, M. Icing forecasting for power transmission lines based on a wavelet support vector machine optimized by a quantum fireworks algorithm. Appl. Sci. 2016, 6, 54. [Google Scholar] [CrossRef] [Green Version]
  103. Saber, A.; Emam, A.; Amer, R. Discrete wavelet transform and support vector machine-based parallel transmission line faults classification. IEEJ Trans. Electr. Electron. Eng. 2016, 11, 43–48. [Google Scholar] [CrossRef]
  104. McKinney, D.C.; Maidment, D.R.; Tanriverdi, M. Expert Geographic Information System for Texas Water Planning. J. Water Resour. Plan. Manag. 1993, 119, 170–183. [Google Scholar] [CrossRef]
  105. Mohan, S.; Arumugam, N. Expert system applications in irrigation management: An overview. Comput. Electron. Agric. 1997, 17, 263–280. [Google Scholar] [CrossRef]
  106. Nasiri, F.; Maqsood, I.; Huang, G.; Fuller, N. Water Quality Index: A Fuzzy River-Pollution Decision Support Expert System. J. Water Resour. Plan. Manag. 2007, 133, 95–105. [Google Scholar] [CrossRef]
  107. Cretescu, I.; Craciun, I.; Benchea, R.E.; Kovács, Z.; Iavorschi, A.; Sontea, V.; Macoveanu, M. Development of an expert system for surface water quality monitoring in the context of sustainable management of water resources. Environ. Eng. Manag. J. 2013, 12, 1721–1734. [Google Scholar] [CrossRef]
  108. Hasebe, M.; Nagayama, Y. Reservoir operation using the neural network and fuzzy systems for dam control and operation support. Adv. Eng. Softw. 2002, 33, 245–260. [Google Scholar] [CrossRef]
  109. Simonovic, S.P. Managing Water Resources: Methods and Tools for a Systems Approach; Routledge: London, UK, 2008; Volume 40, pp. 157–165. [Google Scholar]
  110. Li, Y.P.; Huang, G.H.; Nie, S.L. Planning water resources management systems using a fuzzy-boundary interval-stochastic programming method. Adv. Water Resour. 2010, 33, 1105–1117. [Google Scholar] [CrossRef]
  111. Savic, D.A. Genetic Algorithms for Least-Cost Design of Water. J. Water Resour. Plan. Manag. 1997, 123, 67–77. [Google Scholar] [CrossRef]
  112. Prasad, T.D.; Park, N.-S. Multiobjective genetic algorithms for design of water distribution networks. J. Water Resour. Plan. Manag. 2004, 130, 73–82. [Google Scholar] [CrossRef]
  113. Sattar, M.A.; Yaseen, Z.M. Genetic programming in water resources engineering: A state-of- the-art review. J. Hydrol. 2018, 566, 643–647. [Google Scholar] [CrossRef]
  114. Babovic, V.; Keijzer, M. Rainfall Runoff Modelling Based on Genetic Programming. Hydrol. Res. 2002, 33, 331–346. [Google Scholar] [CrossRef]
  115. Xu, Q.; Chen, Q.; Ma, J.; Blanckaert, K. Optimal pipe replacement strategy based on break rate prediction through genetic programming for water distribution network. J. Hydro-Environ. Res. 2013, 7, 134–140. [Google Scholar] [CrossRef]
  116. Firat, M.; Yurdusev, M.A.; Turan, M.E. Evaluation of artificial neural network techniques for municipal water consumption modeling. Water Resour. Manag. 2009, 23, 617–632. [Google Scholar] [CrossRef]
  117. Azamathulla, H.; Asce, M.; Ghani, A.A. Genetic Programming to Predict River Pipeline Scour. J. Pipeline Syst. Eng. Pract. 2010, 1, 127–132. [Google Scholar] [CrossRef]
  118. Olson, R.S.; Bartley, N.; Urbanowicz, R.J.; Moore, J.H. Evaluation of a tree-based pipeline optimization tool for automating data science. In Proceedings of the GECCO ‘16: Proceedings of the Genetic and Evolutionary Computation Conference 2016, Denver, CO, USA, 20–24 July 2016; pp. 485–492. [CrossRef]
  119. Suribabu, C.R.; Neelakantan, T.R. Design of water distribution networks using particle swarm optimization. Urban Water J. 2006, 3, 111–120. [Google Scholar] [CrossRef]
  120. Montalvo, I.; Izquierdo, J.; Pérez, R.; Tung, M.M. Particle Swarm Optimization applied to the design of water supply systems. Comput. Math. with Appl. 2008, 56, 769–776. [Google Scholar] [CrossRef] [Green Version]
  121. Afshar, M.H. Rebirthing particle swarm optimization algorithm: Application to storm water network design. Can. J. Civ. Eng. 2008, 35, 1120–1127. [Google Scholar] [CrossRef]
  122. Baltar, A.M.; Fontane, D.G. Use of Multiobjective Particle Swarm Optimization in Water Resources Management. J. Water Resour. Plan. Manag. 2008, 134, 257–265. [Google Scholar] [CrossRef]
  123. Bansal, J.C.; Deep, K. Optimal design of water distribution networks via particle swarm optimization. In Proceedings of the 2009 IEEE International Advance Computing Conference, Patiala, India, 6–7 March 2009; pp. 1314–1316. [Google Scholar] [CrossRef]
  124. Azadnia, A.; Zahraie, B. Application of multi-objective particle swarm optimization in operation management of reservoirs with sedimentation problems. In Proceedings of the World Environmental and Water Resources Congress 2010, Providence, RI, USA, 16–20 May 2010; pp. 2260–2268. [Google Scholar] [CrossRef]
  125. Montalvo, I.; Izquierdo, J.; Schwarze, S.; Pérez-García, R. Multi-objective particle swarm optimization applied to water distribution systems design: An approach with human interaction. Math. Comput. Model. 2010, 52, 1219–1227. [Google Scholar] [CrossRef]
  126. Afshar, A.; Kazemi, H.; Saadatpour, M. Particle Swarm Optimization for Automatic Calibration of Large Scale Water Quality Model (CE-QUAL-W2): Application to Karkheh Reservoir, Iran. Water Resour. Manag. 2011, 25, 2613–2632. [Google Scholar] [CrossRef]
  127. Sedki, A.; Ouazar, D. Hybrid particle swarm optimization and differential evolution for optimal design of water distribution systems. Adv. Eng. Inform. 2012, 26, 582–591. [Google Scholar] [CrossRef]
  128. Ezzeldin, R.; Djebedjian, B.; Saafan, T. Integer Discrete Particle Swarm Optimization of Water Distribution Networks. J. Pipeline Syst. Eng. Pract. 2014, 5, 04013013. [Google Scholar] [CrossRef]
  129. Peng, Y.; Peng, A.; Zhang, X.; Zhou, H.; Zhang, L.; Wang, W.; Zhang, Z. Multi-Core Parallel Particle Swarm Optimization for the Operation of Inter-Basin Water Transfer-Supply Systems. Water Resour. Manag. 2017, 31, 27–41. [Google Scholar] [CrossRef]
  130. Fu, H.; Li, Z.; Liu, Z.; Wang, Z. Research on big data digging of hot topics about recycled water use on micro-blog based on particle swarm optimization. Sustainability 2018, 10, 2488. [Google Scholar] [CrossRef] [Green Version]
  131. Tikhamarine, Y.; Souag-gamane, D.; Najah, A.; Sh, S. Rainfall-runoff modelling using improved machine learning methods: Harris hawks optimizer vs. particle swarm optimization. J. Hydrol. 2020, 589, 125133. [Google Scholar] [CrossRef]
  132. Xiang, Y.; Jiang, L. Water Quality Prediction Using LS-SVM with Particle Swarm Optimization. In Proceedings of the 2009 Second International Workshop on Knowledge Discovery and Data Mining, Moscow, Russia, 23–25 January 2009; pp. 900–904. [Google Scholar] [CrossRef]
  133. Geem, Z.W. Particle-swarm harmony search for water network design. Eng. Optim. 2009, 41, 297–311. [Google Scholar] [CrossRef]
  134. Suryanarayana, C.; Sudheer, C.; Mahammood, V.; Panigrahi, B.K. An integrated wavelet-support vector machine for groundwater level prediction in Visakhapatnam, India. Neurocomputing 2014, 145, 324–335. [Google Scholar] [CrossRef]
  135. Mohammadpour, R.; Shaharuddin, S.; Chang, C.K.; Zakaria, N.A.; Ab Ghani, A.; Chan, N.W. Prediction of water quality index in constructed wetlands using support vector machine. Environ. Sci. Pollut. Res. 2015, 22, 6208–6219. [Google Scholar] [CrossRef] [PubMed]
  136. Feng, Q.; Wen, X.; Li, J. Wavelet Analysis-Support Vector Machine Coupled Models for Monthly Rainfall Forecasting in Arid Regions. Water Resour. Manag. 2015, 29, 1049–1065. [Google Scholar] [CrossRef]
  137. Naghibi, S.A.; Ahmadi, K.; Daneshi, A. Application of Support Vector Machine, Random Forest, and Genetic Algorithm Optimized Random Forest Models in Groundwater Potential Mapping. Water Resour. Manag. 2017, 31, 2761–2775. [Google Scholar] [CrossRef]
  138. Rajaee, T.; Khani, S.; Ravansalar, M. Artificial intelligence-based single and hybrid models for prediction of water quality in rivers: A review. Chemom. Intell. Lab. Syst. 2020, 200, 103978. [Google Scholar] [CrossRef]
  139. Chadalawada, J.; Herath, H.M.V.V.; Babovic, V. Hydrologically Informed Machine Learning for Rainfall-Runoff Modeling: A Genetic Programming-Based Toolkit for Automatic Model Induction. Water Resour. Res. 2020, 56, 1–23. [Google Scholar] [CrossRef]
  140. Ham, J.; Hong, Y.T.; Rural, K.; Corporation, C. Transparent water quality model induction in a reservoir affected by the rainfall-runoff process using a grammar- based genetic programming. Res. Sq. 2021, 1–27. [Google Scholar] [CrossRef]
  141. Danandeh Mehr, A. An ensemble genetic programming model for seasonal precipitation forecasting. SN Appl. Sci. 2020, 2, 1821. [Google Scholar] [CrossRef]
  142. Jamei, M.; Ahmadianfar, I.; Chu, X.; Yaseen, Z.M. Prediction of surface water total dissolved solids using hybridized wavelet-multigene genetic programming: New approach. J. Hydrol. 2020, 589, 125335. [Google Scholar] [CrossRef]
  143. Liu, W.; Hui, L.; Lu, Y.; Tang, J. Developing an evaluation method for SCADA-Controlled urban gas infrastructure hierarchical design using multi-level fuzzy comprehensive evaluation. Int. J. Crit. Infrastruct. Prot. 2020, 30, 100375. [Google Scholar] [CrossRef]
  144. De, G.; Gao, W. Forecasting China’s natural gas consumption based on adaboost-particle swarm optimization-extreme learning machine integrated learning method. Energies 2018, 11, 2938. [Google Scholar] [CrossRef] [Green Version]
  145. Yousif, M.; Ai, Q.; Gao, Y.; Wattoo, W.A.; Jiang, Z.; Hao, R. Application of particle swarm optimization to a scheduling strategy for microgrids coupled with natural gas networks. Energies 2018, 11, 3499. [Google Scholar] [CrossRef] [Green Version]
  146. Farah, A.; Hassan, H.; Kawabe, K.; Nanahara, T. Optimal Planning of Multi-Carrier Energy Hub System Using Particle Swarm Optimization. In Proceedings of the 2019 IEEE Innovative Smart Grid Technologies-Asia (ISGT Asia), Chengdu, China, 21–24 May 2019; pp. 3820–3825. [Google Scholar] [CrossRef]
  147. Li, N.; Wang, J.; Wu, L.; Bentley, Y. Predicting monthly natural gas production in China using a novel grey seasonal model with particle swarm optimization. Energy 2021, 215, 119118. [Google Scholar] [CrossRef]
  148. Askari, S.; Montazerin, N.; Fazel Zarandi, M.H. Modeling energy flow in natural gas networks using time series disaggregation and fuzzy systems tuned by particle swarm optimization. Appl. Soft Comput. J. 2020, 92, 106332. [Google Scholar] [CrossRef]
  149. Pannu, H.S.; Singh, D.; Malhi, A.K. Improved Particle Swarm Optimization Based Adaptive Neuro-Fuzzy Inference System for Benzene Detection. Clean-Soil Air Water 2018, 46, 1700162. [Google Scholar] [CrossRef]
  150. Wang, D.; Liu, Y.; Wu, Z.; Fu, H.; Shi, Y.; Guo, H. Scenario analysis of natural gas consumption in China based on wavelet neural network optimized by particle swarm optimization algorithm. Energies 2018, 11, 825. [Google Scholar] [CrossRef] [Green Version]
  151. Hilas, C.S. Designing an expert system for fraud detection in private telecommunications networks. Expert Syst. Appl. 2009, 36, 11559–11569. [Google Scholar] [CrossRef]
  152. Namiot, D.; Schneps-Schneppe, M. About location-aware mobile messages: Expert system based on WiFi spots. In Proceedings of the 2011 Fifth International Conference on Next Generation Mobile Applications, Services and Technologies, Cardiff, UK, 14–16 September 2011; pp. 48–53. [Google Scholar] [CrossRef]
  153. Vidović, K.; Mandžuka, S.; Šoštarić, M. Expert System for Urban Multimodal Mobility Estimation Based on Information from Public Mobile Network. In Proceedings of the International Conference on Computational Science and Its Applications, Saint Petersburg, Russia, 1–4 July 2019; Volume 11620, pp. 3–11. [Google Scholar] [CrossRef]
  154. Chen, M.; Challita, U.; Saad, W.; Yin, C. Machine Learning for Wireless Networks with Artificial Intelligence: A Tutorial on Neural Networks. arXiv 2017, arXiv:1710.02913. [Google Scholar]
  155. Polshchykov, K.; Zdorenko, Y.; Masesov, M. Neuro-fuzzy system for prediction of telecommunication channel load. In Proceedings of the 2015 Second International Scientific-Practical Conference Problems of Infocommunications Science and Technology (PIC S&T), Kharkiv, Ukraine, 13–15 October 2015; pp. 33–34. [Google Scholar] [CrossRef]
  156. Torghabeh, N.A.; Totonchi, M.R.A.; Moghaddam, M.H.Y. Mobile base station management using fuzzy logic in wireless sensor networks. In Proceedings of the 2010 2nd International Conference on Computer Engineering and Technology, Chengdu, China, 16–18 April 2010; Volume 2, pp. 352–356. [Google Scholar] [CrossRef]
  157. Papagianni, C.; Papadopoulos, K.; Pampas, C.; Tselikas, N.D.; Kaklamani, D.T.; Venieris, I.S. Communication network design using particle swarm optimization. In Proceedings of the 2008 International Multiconference on Computer Science and Information Technology, Wisla, Poland, 20–22 October 2008; IEEE: Piscataway, NJ, USA, 2008; pp. 915–920. [Google Scholar]
  158. Banchs, A.; Gutierrez-Estevez, D.M.; Fuentes, M.; Boldi, M.; Provvedi, S. A 5G Mobile Network Architecture to Support Vertical Industries. IEEE Commun. Mag. 2019, 57, 38–44. [Google Scholar] [CrossRef] [Green Version]
  159. Chen, Z.; He, Q.; Liu, L.; Lan, D.; Chung, H.; Mao, Z. An Artificial Intelligence Perspective on Mobile Edge Computing. In Proceedings of the 2019 IEEE International Conference on Smart Internet of Things (SmartIoT), Tianjin, China, 9–11 August 2019; pp. 100–106. [Google Scholar] [CrossRef]
  160. Lu, H.; Li, Y. Brain Intelligence: Go beyond Artificial Intelligence. Mob. Netw. Appl. 2018, 23, 368–375. [Google Scholar] [CrossRef]
  161. Nikravesh, A.Y.; Ajila, S.A.; Lung, C.H.; Ding, W. Mobile network traffic prediction using MLP, MLPWD, and SVM. In Proceedings of the 2016 IEEE International Congress on Big Data (BigData Congress), San Francisco, CA, USA, 27 June–2 July 2016; pp. 402–409. [Google Scholar] [CrossRef]
  162. Otani, T.; Toube, H.; Kimura, T.; Furutani, M. Application of AI to Mobile Network Operation. ITU J. ICT Discov. 2017, 1, 1–7. [Google Scholar]
  163. Zheng, K.; Yang, Z.; Zhang, K.; Chatzimisios, P.; Yang, K.; Xiang, W. Big data-driven optimization for mobile networks toward 5G. IEEE Netw. 2016, 30, 44–51. [Google Scholar] [CrossRef]
  164. Jiang, J.A.; Chuang, C.L.; Wang, Y.C.; Hung, C.H.; Wang, J.Y.; Lee, C.H.; Hsiao, Y.T. A hybrid framework for fault detection, classification, and location-Part I: Concept, structure, and methodology. IEEE Trans. Power Deliv. 2011, 26, 1988–1998. [Google Scholar] [CrossRef]
Figure 1. Classification of infrastructure projects by subject.
Figure 1. Classification of infrastructure projects by subject.
Infrastructures 07 00137 g001
Figure 2. (Application–Approach) mapping for the considered (AI) techniques.
Figure 2. (Application–Approach) mapping for the considered (AI) techniques.
Infrastructures 07 00137 g002
Figure 3. Components of the expert system.
Figure 3. Components of the expert system.
Infrastructures 07 00137 g003
Figure 4. Components of the fuzzy system.
Figure 4. Components of the fuzzy system.
Infrastructures 07 00137 g004
Figure 5. General schematic for the artificial neural network.
Figure 5. General schematic for the artificial neural network.
Infrastructures 07 00137 g005
Figure 6. Support vector machine SVM in 2-D space.
Figure 6. Support vector machine SVM in 2-D space.
Infrastructures 07 00137 g006
Figure 7. Genetic algorithm operators.
Figure 7. Genetic algorithm operators.
Infrastructures 07 00137 g007
Figure 8. Coding mathematical expression in tree and genetic form.
Figure 8. Coding mathematical expression in tree and genetic form.
Infrastructures 07 00137 g008
Figure 9. Main concept of local and global speed vectors in the PSO technique.
Figure 9. Main concept of local and global speed vectors in the PSO technique.
Infrastructures 07 00137 g009
Figure 13. Communication networks topics.
Figure 13. Communication networks topics.
Infrastructures 07 00137 g013
Figure 14. Publishing rate of infrastructure research using AI techniques.
Figure 14. Publishing rate of infrastructure research using AI techniques.
Infrastructures 07 00137 g014
Figure 15. Implementing AI techniques in each considered infrastructure subject.
Figure 15. Implementing AI techniques in each considered infrastructure subject.
Infrastructures 07 00137 g015
Figure 16. Publishing rate of infrastructure research for each considered subject.
Figure 16. Publishing rate of infrastructure research for each considered subject.
Infrastructures 07 00137 g016
Figure 17. Implementation of each considered AI techniques in infrastructure projects.
Figure 17. Implementation of each considered AI techniques in infrastructure projects.
Infrastructures 07 00137 g017
Figure 18. Publishing rate of infrastructure research for each considered AI technique.
Figure 18. Publishing rate of infrastructure research for each considered AI technique.
Infrastructures 07 00137 g018
Figure 19. No. of publications for each considered subject and each considered AI technique.
Figure 19. No. of publications for each considered subject and each considered AI technique.
Infrastructures 07 00137 g019
Table 1. Publications sorted with respect to subject and publishing year.
Table 1. Publications sorted with respect to subject and publishing year.
YearTransp.Elec.WaterGasComm.
1989[5] [104]
1990 [69]
1993[6][62,63]
1994[11]
1996[12]
1997 [64,70,76][105,111]
1998[7][79]
1999[26]
2000[8,29][66,71,78]
2002 [74][108,114]
2003 [80]
2004[13][82,96][112]
2005[9,20,53]
2006[54][87]
2007[14,39,45][83,88,97][106,119]
2008 [65,90,91][120,121,122] [157]
2009[19,42,44,46,47,55][92][115,123,124,125] [151]
2010[18,27,28,34,38,61] [110,116,126,127] [156]
2011[15,37][81,93,98][128] [152]
2012[16,48,49][67,68,99][109,129]
2013 [84,100][107,117]
2014[10,24,25,56][77,85,86,94,101][130,134,135,136]
2015 [73] [144][155]
2016[23,36,57][72,102,103][118] [161,163]
2017[33,35,50,51,58,59][75][131,137] [154,160,162]
2018[17,22,32,40,41] [113,132][145,147,149,150]
2019[4,21,30,31,43,52] [146][43,153,158,159]
2020[60][95][133,138,139,140,141,142][143,148]
2021 [89]
Table 2. Publications sorted with respect to AI technique and publishing year.
Table 2. Publications sorted with respect to AI technique and publishing year.
YearESFSANNGAGPSVMPSO
1989[5]
1990 [69]
1993[6,62,63,104]
1994 [11]
1996 [12]
1997[64,105][70] [111][76]
1998[7] [79]
1999 [26]
2000[8,66][66,71][29,78]
2002 [108] [74][114]
2003 [80]
2004 [13][82][112] [96]
2005[9] [20][53]
2006 [54][87]
2007[106][14][83] [97][39,45,88,119]
2008[65] [90,91,120,121,122,157]
2009[151][44][115] [19][55][42,44,46,47,92,123,124,125]
2010[61][61,110,156][27,28,34,61][61][18,61,116][61][38,61,126,127]
2011[152][15][37,81] [98][93,128]
2012[67,68][16,67,109][68] [99][48,49,129]
2013[107] [84] [117][100]
2014[10] [85,86][24,25][77][56,101,134,135,136][94,130]
2015 [73,155][155] [144]
2016[161,163][72,161,163][36,72,161,163][23,161,163][118,161,163][57,102,103,161,163][161,163]
2017[160,162][160,162][33,35,154,160,162][75,160,162][160,162][58,59,137,160,162][50,51,131,160,162]
2018 [149][17,32,149,150][22][113] [40,41,132,145,147,149,150]
2019[4,43,153,158,159][43,158,159][30,31,43,158,159][21,43,158,159][43,158,159][43,52,60,158,159][43,146,158,159]
2020[138][138,143][138][138][138,139,140,141,142][138][95,133,138,148]
2021 [89]
Table 3. Publications sorted with respect to subject and AI technique.
Table 3. Publications sorted with respect to subject and AI technique.
Tech.Transp.Elec.WaterGasComm.
ES[4,5,6,7,8,9,10,61][62,63,64,65,66,67,68][104,105,106,107,138] [43,151,152,153,158,159,160,161,162,163]
FS[11,12,13,14,15,16,44,61][66,67,69,70,71,72,73][108,109,110,138][149,143][43,155,156,158,159,160,161,162,163]
ANN[17,27,28,29,30,31,32,33,34,35,36,37,61][68,72,78,79,80,81,82,83,84,85,86][115,138][149,150][43,154,155,158,159,160,161,162,163]
GA[21,22,23,24,25,26,61][74,75][111,112,138] [43,158,159,160,161,162,163]
GP[18,19,20,61][76,77][113,114,116,117,118,138,139,140,141,142] [43,158,159,160,161,162,163]
SVM[52,53,54,55,56,57,58,59,60,61][96,97,98,99,100,101,102,103][134,135,136,137,138] [158,159,160,161,162,163]
PSO[38,39,40,41,42,43,44,45,46,47,48,49,50,51,61][87,88,89,90,91,92,93,94,95][119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,138][144,145,146,147,148,149,150][43,157,158,159,160,161,162,163]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Abdel-Kader, M.Y.; Ebid, A.M.; Onyelowe, K.C.; Mahdi, I.M.; Abdel-Rasheed, I. (AI) in Infrastructure Projects—Gap Study. Infrastructures 2022, 7, 137. https://doi.org/10.3390/infrastructures7100137

AMA Style

Abdel-Kader MY, Ebid AM, Onyelowe KC, Mahdi IM, Abdel-Rasheed I. (AI) in Infrastructure Projects—Gap Study. Infrastructures. 2022; 7(10):137. https://doi.org/10.3390/infrastructures7100137

Chicago/Turabian Style

Abdel-Kader, Mohamed Y., Ahmed M. Ebid, Kennedy C. Onyelowe, Ibrahim M. Mahdi, and Ibrahim Abdel-Rasheed. 2022. "(AI) in Infrastructure Projects—Gap Study" Infrastructures 7, no. 10: 137. https://doi.org/10.3390/infrastructures7100137

Article Metrics

Back to TopTop