Next Article in Journal
Correction: Kumar et al. Face Spoofing, Age, Gender and Facial Expression Recognition Using Advance Neural Network Architecture-Based Biometric System. Sensors 2022, 22, 5160
Previous Article in Journal
Cooperative Positioning Method of a Multi-UAV Based on an Adaptive Fault-Tolerant Federated Filter
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Deep Learning for Structural Health Monitoring: Data, Algorithms, Applications, Challenges, and Trends

by
Jing Jia
* and
Ying Li
Department of Civil Engineering, College of Engineering, Ocean University of China, Qingdao 266100, China
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(21), 8824; https://doi.org/10.3390/s23218824
Submission received: 8 October 2023 / Revised: 25 October 2023 / Accepted: 25 October 2023 / Published: 30 October 2023
(This article belongs to the Section Sensor Networks)

Abstract

:
Environmental effects may lead to cracking, stiffness loss, brace damage, and other damages in bridges, frame structures, buildings, etc. Structural Health Monitoring (SHM) technology could prevent catastrophic events by detecting damage early. In recent years, Deep Learning (DL) has developed rapidly and has been applied to SHM to detect, localize, and evaluate diverse damages through efficient feature extraction. This paper analyzes 337 articles through a systematic literature review to investigate the application of DL for SHM in the operation and maintenance phase of facilities from three perspectives: data, DL algorithms, and applications. Firstly, the data types in SHM and the corresponding collection methods are summarized and analyzed. The most common data types are vibration signals and images, accounting for 80% of the literature studied. Secondly, the popular DL algorithm types and application areas are reviewed, of which CNN accounts for 60%. Then, this article carefully analyzes the specific functions of DL application for SHM based on the facility’s characteristics. The most scrutinized study focused on cracks, accounting for 30 percent of research papers. Finally, challenges and trends in applying DL for SHM are discussed. Among the trends, the Structural Health Monitoring Digital Twin (SHMDT) model framework is suggested in response to the trend of strong coupling between SHM technology and Digital Twin (DT), which can advance the digitalization, visualization, and intelligent management of SHM.

1. Introduction

Various damages may occur in building structures after long terms of environmental loads such as wind, earthquake, automobile, environmental vibration, etc. It could consequently impact the building’s general stability and safety and lead to serious loss of life and property [1]. For this reason, SHM is critical to the facility, whether it is the whole facility or key components of the facility. For example, a healthy concrete structure needs to maintain high strength and good durability, which is closely related to the material and ratio of mortar [2,3]. The reduction of strength and durability reflects the insecurity of the structure, which requires SHM to evaluate the durability through vibration, stress, and other parameters.
Housner et al. [4] defined SHM as using sensing technology and structural characterization to detect changes that may indicate damage or degradation. Dong et al. [5] proposed that SHM is the process of tracking operational status, assessing the condition, and detecting various types of structural damage. In summary, the primary purpose of SHM is to enable damage detection and condition assessment by sensing, recognizing, and evaluating structural operating conditions. Its core component is Damage Detection (DD), i.e., structural damage identification, localization, and assessment. Damage detection was separated into four categories in the Rytter study [6]. (1) Detection: clarification of the presence of damage. (2) Location: determination of the location and coordinates of the damage. (3) Assessment: measurement of the severity of the damage. (4) Consequence: acquisition of the actual safety information of the structure in the determined damage state. There are four critical elements of SHM: data acquisition, system identification, condition assessment, and maintenance [7]. Among them, the sensor and sensor data in the data acquisition stage are the core of SHM applications. The operational status data of the structure is obtained through contact (accelerometers, strain gauges, fiber optic sensors) and non-contact sensors (high-speed cameras, drones, smartphones). Based on the data, appropriate data processing methods (Machine Learning (ML), DL, signal processing methods) are adopted to select damage-sensitive features for damage identification and condition assessment. Finally, according to the evaluation results, necessary measures are taken to maintain the safety and service life of the structure.
Early SHM relied on visual inspection, which had the drawbacks of low efficiency, poor accuracy, susceptibility to subjective factors, and high cost of labor and time [8]. Gradually, Non-Destructive Testing (NDT) methods, such as Acoustic Emission (AE) [9], ultrasonic [10], X-ray [11], magnetic particle inspection [12], eddy current [13], and other detection methods, are frequently utilized for monitoring the key component of the structure [13]. Currently, the most commonly used SHM methods are vibration-based SHM [14,15,16,17,18], AE-based SHM [9,19,20], Guided Wave (GW) based SHM [21,22,23,24,25], and Electro-Mechanical Impedance (EMI) based SHM [26,27]. Among them, vibration-based SHM is the most popular one by analyzing the relationship between vibration characteristics and damage states. In general, DD methods for SHM can be divided into model-driven methods and data-driven methods [28]. The former uses a Finite Element Model (FEM) calibrated by sensor data and optimization algorithms to analyze structural damage. The latter uses sensor data directly to detect structural damage. Moreover, the data-driven methods, which directly obtain damage features from sensor data to estimate the structural state, are more flexible and have attracted more and more attention. Thereby, the Gaussian model, ML, and DL have emerged as popular data analysis methods.
DL is a sub-field of ML in artificial intelligence, which has become an important research topic with the development of big data, computer software, and hardware. DL comes from the research of Artificial Neural Networks (ANN), which learn the characteristics of data samples by imitating the structure of human brain neurons and then give the interpretation of data. As a multi-layer neural network, DL will feed the features of the original signal detected from the low to the high layer, which is more conducive to learning advanced features. Compared with traditional ML, DL is capable of automatic feature extraction and is suitable for processing other high-dimensional data such as images, video, and audio. Therefore, DL is used in various fields, such as speech recognition [29,30], machine translation [31,32], image classification [33,34], etc. In addition, DL has also been applied to SHM to identify, locate, and evaluate various damages by extracting advanced damage features from data such as pictures and vibration signals [15,35,36].
In the field of SHM, DL methods can be divided into image-based and vibration-based methods. The former uses the DL algorithm to extract features from the structural surface damage images and realizes image processing through classification, localization, and segmentation. First, the images are classified and labeled as damaged or undamaged. Secondly, the damaged area and damaged coordinates are located and identified. Finally, pixel-level segmentation marks image pixels as damaged or undamaged [37]. The mainstream DL algorithm applied to structural surface image damage detection is mainly a Convolutional Neural Network (CNN), which can realize image classification, object recognition, and semantic segmentation. The CNN algorithm involved includes Two-Dimensional Convolutional Neural Networks (2D-CNN), You Look Only Once (YOLO), U-Net, Region-based Convolutional Neural Networks (R-CNN), Fully Convolutional Networks (FCN), Mask Region-Based Convolutional Neural Networks (Mask R-CNN), etc. Li et al. [38] used the sliding window method to cover the image of the steel bridge and used convolution and pooling methods in CNN to classify the steel bridge’s bolts, nuts, and nut holes. Kao et al. [36] used YOLOv4 to identify bridge cracks through boundary frame selection and extracted crack contours using the edge detection method to achieve crack quantification. Panta et al. [39] proposed an iterative loop U-Net to segment crack images of levees into crack pixels and non-crack pixels to identify crack shapes accurately. Therefore, the DL algorithm can make use of structural surface defect images of bridges, frame structures, dams, tunnels, and other infrastructures for crack detection [40,41,42,43,44], bolt loosening detection [45,46,47], rebar surface defect detection [48], delamination and reinforcement exposure detection [49], displacement detection [50,51,52,53], voids detection [54], etc. The primary sensors used to acquire structural surface defect images mainly include high-resolution cameras, infrared and near-infrared cameras, mobile phones, radar systems, and so on [55]. Unmanned Air Vehicles (UAVs) can carry various sensors, hover, and fly through remote sensing technology to obtain high-definition damage images.
Image-based SHM cannot detect internal damage, while vibration-based SHM can extract natural frequencies, vibration modes, and damping ratios from vibration data to detect internal damage. However, when processing vibration signals using 2D-CNN, it is necessary to convert one-dimensional data into two-dimensional data. On this basis, One-Dimensional Convolutional Neural Networks (1D-CNN) with simple architecture and low computational complexity are applied to SHM to directly process 1D data for crack detection [56,57], corrosion detection [58], multi-type damage identification [1], abnormal data detection [59,60], etc. In addition to CNN, Recurrent Neural Networks (RNN) can identify the time features of data. Through Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU), it can not only realize multi-type damage identification and location [61], crack detection [62,63], and dam displacement monitoring [64,65,66] but also detect data anomalies caused by sensor faults or environmental changes [67,68,69], and even predict missing data [70,71,72,73]. There are also unsupervised learning algorithms, such as auto-encoder and Generative Adversarial Networks (GAN), which directly use unlabeled data for feature extraction. They can be applied for dimensionality reduction [74,75], image generation [43,76], lost data reconstruction [77,78,79], AE source localization [80,81], crack detection [82,83,84], and so on.
Twenty-three literature reviews have been retrieved with the theme of DL applied to SHM (see Section 2 for the specific retrieval process) and analyzed from three levels. At the data level, there are two reviews for vibration and image data [55,85] and two for specific sensors [86,87]. At the algorithm level, two papers target CNN [37,88], two artificial intelligence [89,90], and one proposes a new machine learning paradigm [91]. At the application level, there are seven papers on specific structures, including bridges [92,93,94,95], wind turbine blades [96], composite structures [97], and threaded fasteners [98]. This is followed by three papers on cracking [99,100,101], one on data science [102], and three on the construction industry [35,103,104]. Given this, this paper will be the first comprehensive review of the application of DL to SHM from three perspectives: data, algorithm, and application. Consequently, this review can be a reference for related researchers in both academia and industry. The main concerns of the article are listed below.
  • At the data level, we studied the data types adopted by DL for SHM and compared their scope of application. They were followed by analysis and comparison of the different data acquisition methods.
  • At the algorithm level, we analyzed the DL algorithm types commonly used in SHM and clarified the data types, core functions, and applications of different algorithms.
  • At the application level, we summarized the popular application objects and application functions of DL for SHM on different facilities and facility components.
  • Challenges and trends were presented at three levels: data, algorithm, and application. Moreover, combined with the structural model data, the SHMDT framework is constructed to develop the SHM in the direction of digitization and intelligence.
This paper is divided into seven sections. Section 1 sums up the SHM methodology and the application of DL in SHM. Section 2 puts forward the research methodology of the paper. Next, the analysis is carried out according to three dimensions: data, algorithms, and applications, with corresponding Section 3, Section 4 and Section 5. Finally, Section 6 explores the current challenges and future trends and puts forward the SHMDT model framework by combining SHM with the current research hotspot DT.

2. Research Methodology

In this paper, 337 articles were identified for review following the process in Figure 1. The customized selection process is as follows:
(1)
Literature database: Web of Science was chosen as the search database.
(2)
Keywords setting: Considering that CNN is the most commonly applied algorithm in DL, CNN was also selected as a keyword in addition to “SHM” and “DL.” The selected keywords and their parallel relationships were: ((((“health monitoring” OR “health surveillance”) AND (“structure” OR “structural”)) OR “SHM”) AND (“deep learning” OR “deep-learning” OR CNN OR “convolutional neural network”)).
(3)
Time frame: To study the latest progress of SHM, we selected the relevant literature in the past six years, and the corresponding search time range was 1 January 2017–31 March 2023..
(4)
Result: Through retrieval, a total of 555 journal articles in related fields were obtained.
(5)
Manual screening: Manual screening includes preliminary screening and rescreening. The preliminary screening based on the title and abstract of the article can exclude articles related to biology, aerospace, and industry, as well as articles where we cannot obtain the full text. Rescreening was performed by reading all articles in detail to exclude articles with topic deviations, and the final number of articles was 337, including 23 review articles.
A preliminary analysis of the retrieved articles in years is shown in Figure 2 from 2017 to 2023. This figure shows an increasing trend, indicating continuous attention. Figure 3 is the keyword co-occurrence graph generated by VOSviewer, which reflects the number and distribution of keywords in the filtered articles. The graph shows the top 60 keywords with the highest number of occurrences, where the larger the node and font size, the higher the number of occurrences. It shows that hot research topics include structural health monitoring, deep learning, damage detection, convolutional neural networks, and crack detection.

3. Data Types

Figure 4 shows four commonly used data types in SHM: vibration signals, images, AE signals, and GW signals. Vibration data is one of the most frequently used signals, mainly recorded by vibration sensors installed on the structure. Images containing damage, such as cracks, corrosion, peeling, etc., are another common type of data, mainly obtained through devices such as cameras and smartphones. In addition, there are AE and GW signals collected by specific sensors, which can be used to achieve DD by using characteristics such as waveforms. Detailed information about the data and how it was acquired is shown in Table S1.

3.1. Vibration Signal

Vibration-based SHM is a method to identify structural damage’s existence, location, and severity by analyzing the correlation between the vibration characteristics of vibration signals (such as acceleration, displacement, and strain) and the state of structural damage [8]. The main reason is that structural damage can cause changes in physical properties and affect vibration characteristics. Vibration-based SHM can be divided into parametric and non-parametric methods. The former detects damage by comparing parameters related to the physical properties of damaged and undamaged structures [105], such as modal frequency, modal mass, modal damping, stiffness, and modal shape [106,107]. The latter directly extracts damage-sensitive features from the original vibration signal and then uses the classifier to evaluate the structure’s health. In contrast to parametric methods, the accuracy of non-parametric methods is independent of specific modes but requires powerful data processing tools such as DL and ML [108]. In the studied literature, vibration-based SHM is mainly used in crack [109], brace damage [110,111,112], bolt loosening [113,114], and stiffness reduction [115,116] detection.
Vibration signals are usually obtained by sensors covering the structure. Still, considering the operability and cost, receiving sufficient vibration signals with different structural damage conditions takes much work. Constructing numerical models, especially FEM, can solve the problem of insufficient data. The FEM can be updated using optimization algorithms to minimize the simulated and experimental data gap. Wang et al. [117] constructed the FEM of a steel frame and updated the model to generate a dataset including vibration mode and stiffness, which was used to train and test the ResNet model, and realized the crack detection of a steel frame. Wang et al. [118] proposed a damage identification method for cable dome structures combining DT and layered DL. They realized damage type identification by generating damage data through FE analysis, with an accuracy rate of 88.317%. In addition, there are some public datasets available for research. For example, the IASC-ASCE benchmark dataset [110,113,119,120,121,122], Three-span Continuous Rigid Frame Bridge (TCRF) dataset [109,122,123], Qatar University Grandstand Simulator (QUGS) [82,110,114,124], Los Alamos National Laboratory experimental dataset [114,125], Tianjin Yonghe Bridge dataset [82,121,124], Switzerland Z24 bridge dataset [1], etc. With consent, it is possible to use data from other people’s articles [126,127,128]. Finally, the SHM system also acquires data through sensors. Ni et al. [129] used the data from the SHM system of a long-span bridge in China. The SHM system has more than 170 sensors, including accelerometers, strain sensors, displacement sensors, etc., which can collect data for monitoring structural conditions.

3.2. Image

Image-based SHM can obtain damage-sensitive features from images of DD. Damage-sensitive feature extraction can be achieved through image processing techniques, ML, and DL [100], where DL can automatically extract features for image classification, object recognition, and semantic segmentation tasks. DL-based SHM mainly uses structural damage images to classify or segment surface defects to achieve crack detection [130,131,132], bolt loosening detection [47], steel bar exposure detection [49,133], or vehicle recognition through vehicle images captured by road cameras [134,135].
The most direct means of acquiring images is through cameras. The resolution of the consumer-grade digital camera is gradually improved and can be used to collect damaged photos. Xu et al. [136] used a measurement system consisting of a digital camera, LED lighting, and a mobile vehicle to collect images of the tunnel interior. The collected images were then used for detecting the cracks through Mask R-CNN. With the improvement in shooting performance of smartphones, it is a convenient and low-cost way to use mobile phones as image acquisition devices. Furthermore, high-mobility UAVs are famous for capturing images of essential parts that are difficult for humans to reach. Kang et al. [137] input video data collected by autonomous UAV into CNN, which used sliding window technology to detect and locate concrete cracks. Two types of image resources are directly and publicly available. One is the image that can be searched on search engines such as Google, and the other is a variety of image datasets. For example, PEER Hub ImageNet [138], COCO dataset [139,140], Middle East Technical University (METU) dataset [141,142], DeepCrack [143], CFD dataset [143], CRACK500 [143], Crack forest dataset [144], etc. Finally, Jang et al. [145] utilized a visual camera and an infrared camera to collect hybrid images and then input them into GoogLeNet, which can improve the ability to detect cracks. Chen et al. [76] used a GAN model to generate virtual crack images for training a CNN classifier and then verified the good performance using authentic images. Lu et al. [47] synthesized the bolt dataset using Unreal Engine 5 and then used YOLOv7 to effectively detect the bolt loosening angle. The use of synthetic datasets can improve the efficiency of database building, reduce the cost, and improve the training performance of the model.

3.3. Acoustic Emission

Acoustic emission is the radiation of sound waves in solids when the structure changes reversibly or irreversibly [146]. AE-based SHM is a passive, non-destructive testing method for analyzing structural damage characteristics after converting AE signals into electrical waveforms [19]. The AE signal does not require external excitation and is generated spontaneously as damage appears and expands, thus allowing continuous monitoring. In the laboratory, pencil lead break and impact are often used as artificial AE sources, and then AE source location and defect characterization can be realized through DL. The main applications are fatigue crack localization in metal plates [80,81,147], damage localization in composite panels [19], and concrete crack detection [62].
Acquiring AE signals relies heavily on AE sensors, and FE simulations can also obtain AE signals. Yang et al. [147] simulated the artificial AE source of the crack through the pencil lead break experiment on the Q235 B steel plate. The signal collected by the sensor forms a dataset, which was used to train the stacked denoising auto-encoder to determine the coordinates of the AE source. Chen et al. [146] collected AE signals through AE monitoring systems installed on railway tracks, which contained more noise than signals captured in the laboratory. Then, the DL model is trained by transfer learning combined with laboratory data, and the process of the rail from intact to rupture is wholly inferred. Garrett et al. [148] found that the FEM-simulated AE signals matched the experimentally collected AE signals, implying the accuracy of the FE model parameters. The collected signal was input into a CNN to classify and predict different crack lengths automatically.

3.4. Guided Wave

Ultrasonic Guided Wave (UGW) is a non-destructive testing technique applied to detect internal damage in structures. GW is formed by the complex reaction of ultrasound waves in a medium through multiple reflections and interference. Commonly used GWs include Rayleigh and Lamb waves, which can be scanned over a large area and are sensitive to minor damage [149]. When using the GW-based SHM method, the GW signal is employed to analyze damage characteristics for damage localization and damage assessment, e.g., to assess the state of crack extension [21], to locate and evaluate damage in aluminum plates [65,149], and to monitor stresses [24]. However, the multimodal and dispersive nature of GW increases the complexity of the analysis and can be dealt with by time or frequency domain methods, ML, and DL methods. DL is a more suitable processing tool than the other two methods, thanks to its robust feature extraction and fusion capabilities. It can present the shape and location of the damage by direct GW imaging, where the key is to obtain GW imaging features.
The Piezoelectric Transducer (PZT) can be flexibly arranged on the subject to form a rational array, with one part used for transmitting GW signals and the other for receiving GW signals. Chen et al. [21] used two PZT sensors to collect the GW signal of the original state of the aluminum plate and the GW signal during the gradual generation of fatigue cracks. The GW signal was then converted into a time-frequency map by wavelet transform and fed into the CNN to evaluate the length of the crack. Similarly, the GW signal can also be simulated by FE as a supplement and substitute for the experimental data. Pandey et al. [149] adopted both FE simulations and PZT sensors to acquire lamb wave signals and input the one-dimensional signals directly into a 1D-CNN to detect the presence and location of the damage. In addition, lasers and ultrasonic probes [150] can be utilized as GW transmission and reception devices. Finally, GW data can be acquired through the Open Guided Waves project [10].

3.5. Others

EMI-based SHM uses low-cost, lightweight PZT sensors to stimulate structures and then collects EMI signals to identify localized damage to metallic structures. de Oliveira et al. [151] used PZT patches to capture EMI signals for three damage conditions in aluminum plates and then converted the signals into RGB frames that were applied to train a CNN for damage identification. Chen et al. [152] used FE to simulate resistance tomography data and an ANN to predict the cracking patterns of reinforced concrete members.
Ground Penetrating Radar (GPR) sensors can acquire GPR data. Ahmed et al. [153] developed an automated bridge reinforcement detection and position system, which used ResNet and Kmeans to process GPR data. In order to check the cable damage condition of the cable-stayed bridge, it is necessary to clarify the cable tension, and the cable tension meter and practical advanced analysis program simulation software can help. According to concrete construction records in the Yamaguchi Prefecture, Hosoda et al. [154] proposed a method to predict the maximum crack width by inputting data such as reinforcement ratio, concrete material information, and ambient temperature into the artificial neural network. In addition, other data, such as impulse signals, temperature, and wind speed, are auxiliary data required to study specific damage situations that can be obtained using the appropriate sensors or other feasible means.

3.6. Summary

Based on categorizing the research literature at the data level in Supplementary Table S1, we obtained the data type percentages in Figure 5. The ratio can reflect the popularity of different data types and support further research. We must clear the research objects and conditions before selecting data and collection methods to increase cost-effectiveness, operational feasibility, and test result accuracy. Table 1 shows the comparison of different data types. It can be found that vibration-based SHM is suitable for various types of damage, such as cracks, brace damages, stiffness reduction, etc. During data collection, attention should be paid to sensors and noise. Because the sensor will be damaged due to environmental changes or power problems, resulting in data loss. Also, the collected data can be contaminated by random noise, which affects the feature extraction efficiency, thus reducing DD’s accuracy. Stronger generalization capabilities of the model are necessary due to the time-varying properties of the vibration signals during processing. According to the study, the method has high detection accuracy but is insensitive to minor injuries. Image-based SHM only deals with surface damage, such as cracks, corrosion, spalling, etc. The influence of the shooting equipment and shooting environment on the quality of photos is a problem to be considered in the data process. Data collection must take environmental factors like illumination and the capabilities of the shooting equipment into account. Compared with other methods, this method processes images through DL, which requires high time complexity and strong data storage capacity. Accordingly, it is possible to achieve damage visualization and increase detection accuracy. AE-based SHM is mostly applied to localize artificial AE sources in laboratory environments, mainly because AE signals in real environments are weak and uncertain but strongly noisy. GW-based SHM is primarily used for metal structure DD and is characterized by remote monitoring, extensive area scanning, and high sensitivity. The sensor and noise factors also impact its data collection process. Processing data can be challenging because GW signals are multi-modal and discrete.
Table 2 summarizes the comparison of different data acquisition methods. Three considerations, including time spent, cost, and data accuracy, must be considered while choosing the appropriate data acquisition method. Firstly, it typically takes a long time to gather enough data when employing sensors, which could be months or years. The price of sensors is relatively low, but the quantity is positively correlated to the size of the facility. With this method, data collection is highly accurate. The FE method allows data to be generated from the model with moderate data accuracy. In this process, FEM requires detailed modeling and repeated calls, thus making it relatively expensive to compute. In the absence of collection equipment, public datasets and online searching are commonly used methods with the advantages of moderate data accuracy, low time consumption, and cost. The camera and video camera usually collect image data. High-priced equipment improves the resolution and accuracy of the image. Shooting thousands of photos takes months and requires the cooperation of equipment movement and lighting conditions. Later, UAVs are used to collect images in hard-to-reach places. Some researchers also take images by cell phone with moderate image accuracy, reducing costs somewhat.

4. Deep Learning Algorithms

Figure 6 summarizes the commonly used DL algorithms in SHM. CNN, RNN, auto-encoder, and GAN play different roles in DD, among which CNN is the most studied. There are five main steps in applying DL to SHM: (1) data type selection, (2) data acquisition, (3) data preprocessing, (4) feature extraction, and (5) damage detection. Further summary information about the algorithm types is shown in Table S2.

4.1. Convolutional Neural Network

4.1.1. CNN

The CNN is the most popular DL network variant, mainly applied to image processing. The architecture of CNN is shown in Figure 7, including the input, output, convolution, pooling, and fully connected layers. The input layer receives the image and passes it to the convolutional layer, which convolves the image using filters to achieve feature extraction. The pooling layer, also known as the sub-sampling layer, reduces the output size of the convolutional layer by calculating statistical features such as mean and maximum values. This layer can reduce the parameters and the amount of calculation. The fully connected layer uses a classifier to classify the image by combining all the previous layer’s information and then outputs the final result with the output layer. There have been various architectures in the development of CNN. Firstly, LeNet-5 [155] is a relatively early and simple architecture with seven layers for handwritten character image classification. AlexNet [156] successfully used rectified linear units as the activation function in CNNs, enabling deeper and broader CNN development. VGG-16 [157] adds depth by stacking convolutional layers and pooling layers, including thirteen convolutional layers and three fully connected layers. GoogleNet [158] consists of several inception modules, enabling dimensionality reduction and mitigating adverse effects such as gradient disappearance due to increasing depth. ResNet [159] builds deeper models and deals with the problem of accuracy reduction due to gradient disappearance through residual learning.
CNN’s processing of images can be roughly divided into three categories: image classification, object recognition, and semantic segmentation [100]. 2D-CNN is primarily used for image classification. For the input image, CNN uses a fixed-size sliding window to detect defects on each image block according to a certain stride [35]. Zhang et al. [161] applied CNN to classify bridge cracks into three categories: small, large, and serious, based on the crack images. In addition, when dealing with SHM problems based on vibration signals, GW, and AE signals, the method often adopted is transforming the signals into images in the time and frequency domains [37]. Wang et al. [120] adopted the Hilbert–Huang transform to convert the vibration signal into a time-frequency diagram as the input of a 2D-CNN for detecting seven damage modes of the IASC-ASCE benchmark structure. Chen et al. [21] processed the GW signal into a time-frequency map using a complex Gaussian wavelet transform and applied CNN to assess the length of fatigue cracks. Sikdar et al. [19] used Continuous Wavelet Transform (CWT) to process time-domain AE signals for AE source classification.
Region-based Convolutional Neural Networks (R-CNN) can solve the problem of object recognition. The traditional target detection method is the sliding window method. However, the size and stride of the sliding window are too large to reduce the detection accuracy and too small to increase the computational cost. Considering the above problems, Girshick et al. [162] proposed the R-CNN method. This method first determines the candidate region using a selective search and then extracts the defect features on the candidate region and identifies them with the bounding box to achieve object recognition. The successive introduction of Fast R-CNN [163] and Faster R-CNN [164] further improves computational efficiency. Pham et al. [165] used R-CNN to recognize bolts and backgrounds in synthetic images. Li et al. [166] realized the classification and location of coarse cracks in tunnel images through Faster R-CNN. Regarding the real-time detection problem, researchers subsequently proposed Single Shot MultiBox Detector (SSD) [167] and YOLO [168]. Hou et al. [134] employed YOLOv3-tiny and YOLOv3 to identify trucks, pickup trucks, and cars with high accuracy based on camera images of the effect of vehicle loads on bridges. Pan et al. [53] established Yolov3-tiny and Yolov3-tiny-KLT based on YOLOv3 architecture to realize vision-based structural vibration measurement.
For various defects, bounding box recognition cannot determine the shape of the defect well. In this case, pixel-level semantic segmentation can assign categories to each pixel in the image and separate the defect from the background to achieve more accurate detection and location. The models involved include FCN [169], U-net [170], FC-DenseNet [171], Deeplabv3+ [172], Mask R-CNN [173], etc. Wang et al. [41] used an FCN-based network to segment the steel beam crack splicing image to detect the size and location of the crack by the centroid coordinates, inclination, and other characteristic symbols. Zhang et al. [50] introduced a displacement monitoring method based on Mask R-CNN, which achieves the purpose of displacement detection by extracting the mask information to obtain the coordinates of the calibrated object. Qiu et al. [174] proposed that WRDeepLabV3+ combined with the class activation map could accurately identify leakage in subway tunnels, which could segment the leakage area more thoroughly.
The image processing of 2D-CNN involves a large amount of data, which has high complexity and requires special hardware equipment. Kiranyaz et al. [175] presented 1D-CNN, which had the advantages of low computational complexity, highly cost-effective, and real-time application in mobile devices compared to 2D-CNN. With the popularity of vibration signal-based SHM, vibration signals can be directly input into a 1D-CNN for damage identification, localization, and assessment. Zhang et al. [176] obtained the time-varying damage index from the Lamb wave and used the 1D-CNN to locate the damage in the plate. Sony et al. [1] divided the bridge damage into categories such as abutment settlement and tendon rupture using 1D-CNN based on vibration signals. Wu et al. [177] used 1D-CNN to process vibration signals from experiments and numerical simulations and then realized notch detection of steel beams.

4.1.2. The Combined Application of DL Algorithms

For vibration-based SHM, the vibration signals collected by different sensors have strong temporal and spatial correlations. To effectively extract damage-sensitive features from vibration signals, it is necessary to adopt methods to process data from time and space dimensions. The problem of data temporal and spatial feature extraction can be solved using a combination of the CNN and RNN methods, such as CNN with GRU [64,109,123], CNN with LSTM [27,178,179,180,181,182], CNN with Auto-encoder and [183], CNN with echo state networks [113], etc.
Yang et al. [123] proposed a hierarchical CNN and GRU framework called HCG, which used a CNN to extract spatial and short-term temporal features and a GRU to learn long-term temporal dependencies. Through the evaluation of the IASC-ASCE and TCRF datasets, HCG is significantly superior to other existing damage detection methods in performance. On this basis, Yang et al. [109] proposed a framework for Parallel CNN and Bidirectional GRU, which avoided the loss of time-related features of data entering CNN first through dual-channel data processing. It is verified that this framework has better recognition performance than HCG on the same two datasets. Dang et al. [178] combined CNN with LSTM to process vibration signals, and they achieved high-accuracy bridge DD with reduced time and memory complexity. Parziale et al. [183] proposed a coupling method of a CNN and autoencoder to neutralize the influence of temperature change and improve the accuracy of damage detection on a limited dataset.

4.2. Recurrent Neural Network

RNN allows capturing the temporal dependencies between data and is suitable for sequential data processing, such as vibration data, GW data, etc. As shown in Figure 8, the RNN consists of input, output, and hidden layers. The key is the hidden layer containing multiple units, where the production of one unit depends not only on the input of this unit but also correlates with the output of the previous unit, allowing the information above to be applied to the current state. Back-Propagation Through Time (BPTT) is the standard training algorithm for RNNs, but the problem of gradient disappearance or gradient explosion occurs when using BPTT to solve long-time dependencies. The LSTM [184] is employed to solve this problem, using forgetting, input, and output gates as threshold mechanisms to manage information. Users can decide whether to add, delete, and pass information, processing longer sequences. GRU [185] is a variant based on the LSTM, which only contains an update gate and reset gate and has a faster training speed than the LSTM with fewer parameters.
Application of the RNN to SHM mainly uses time series data for damage identification, location, and evaluation. Relying on its advantage of capturing the time dependence of data, the RNN is also often adopted for missing data prediction. Based on the QUGS and Z24 bridge benchmark datasets, Sony et al. [61] first used LSTM to classify vibration signals into multiple categories. Then, the author presented the damage probability of all data through the heat map, and the area with high damage probability was the location where the damage occurred. Finally, the identification and location of multiple types of damage were realized using this method. Aiming at the random missing and continuous missing of dam data, Li et al. [186] exploited LSTM to capture the time dependence of the original sensor data to realize missing data interpolation. Deng et al. [187] used the GRU to establish a model of vehicle influence coefficient, temperature input, and deflection output, aiming to accurately predict the suspension bridge’s deflection.

4.3. Auto-Encoder

Auto-encoder is an unsupervised learning model mainly applied to data denoising, dimensionality reduction, and feature extraction. As shown in Figure 9, the auto-encoder’s most straightforward architecture includes the input, output, and hidden layers. The input layer inputs data, the mapping of the hidden layer acts as an encoder to reduce the dimension and compress the data, and the mapping of the output layer acts as a decoder to reconstruct the data. The number of neurons in the input and output layers is the same [188], which aims to reconstruct the input data. According to different application requirements, auto-encoder includes many types, such as stacked auto-encoder, variational auto-encoder, denoising auto-encoder, sparse auto-encoder, convolutional auto-encoder, etc.
Auto-encoder performs data dimension reduction to eliminate unnecessary information such as data redundancy and noise in high-dimensional data and thus directly learn the necessary information. Pathirage et al. [189] introduced an autoencoder-based framework for structural damage identification, including dimensionality reduction and relational learning. The accuracy and efficiency of the framework were verified through numerical and experimental studies on the steel framework. Ebrahimkhanlou et al. [80] implemented AE source localization by stacking self-encoders with progressive compression of the input AE waveform. Coordinate localization or area localization was performed through regression or softmax layers, capable of localizing AE sources at arbitrary locations on the board. Lei et al. [190] studied a method for predicting the displacement of cable-stayed bridges using residual autoencoders. The method took temperature, wind speed, and vehicle load as input and displacement response as output, achieving more than 95% effectiveness.

4.4. Generative Adversarial Network

The GAN is also an unsupervised learning method proposed by Goodfellow et al. [191] in 2014, mainly for image generation and data enhancement. The architecture of the GAN is shown in Figure 10. The GAN consists of two parts: a generator, which aims to synthesize data as similar as possible to the training data, and a discriminator, which aims to distinguish the original data from the synthesized data. The two oppose each other and improve each other. Traditionally, the generator is a multilayer perceptron, and the discriminator is a binary classifier. With the development of CNN feature extraction capability, CNNs can also be used as generators and discriminators, known as Deep Convolutional GANs (DCGAN) [192], improving training stability and effectiveness.
Chen et al. [76] employed the GAN to generate many virtual crack images similar to real images, which were applied to train CNN models for crack detection. Gao et al. [138] presented a balanced semi-supervised GAN that solved low data and imbalance class problems using balanced batch sampling during training. Rastin et al. [82] proposed a two-stage damage detection method. The DCGAN learned structural health data to obtain the probability of data from the structural integrity state, which was used to evaluate the severity of the damage. A conditional GAN classified the data into different accelerometer sources to achieve damage localization. Lei et al. [79] exploited the DCGAN to learn the features of the pre-loss data to reconstruct the lost data. Then, they distinguished the actual and reconstructed data using discriminators to improve the reconstruction accuracy.

4.5. Others

A Multi-Layer Perceptron (MLP) is an artificial neural network containing an input, hidden, and output layer. It is capable of performing classification and regression tasks. Due to the small number of hidden layers, it can only solve simple problems. Mariani et al. [10] adopted various methods of 1D-CNN, LSTM, and MLP for plate hole detection, among which the performance of the MLP method was slightly inferior. Deep Neural Networks (DNNs) are deep neural networks with more hidden layers than MLP, thus improving the performance of feature recognition. Kohiyama et al. [193] fully exploited the powerful DNN damage pattern classification capability and combined it with an SVM to achieve unlearned damage pattern classification.
Sabour et al. [194] proposed capsule neural networks, where each capsule consists of a set of neurons and is activated by a routing algorithm. It can solve the problem that the CNN cannot recognize the hierarchical structure in the image and has been applied to many fields to perform classification and regression tasks. Barraza et al. [195] employed CapsNets to localize and quantify the stiffness reduction damage in beams, showing that the method achieved better results than CNNs. Son et al. [196] proposed that a Graph Neural Network (GNN) can learn graph structure data, which overcame the limitation that a CNN can only learn grid structure data. Finally, using graph sensor data, the GNN was trained to successfully detect cable damage on cable-stayed bridges. Li et al. [197] proposed a transformer-based time series prediction framework, verified by bridge strain data, and was found to have a more minor error than LSTM.

4.6. Summary

By summarizing the research literature at the algorithmic level in Supplementary Table S2, we clarify the percentage of DL algorithms in Figure 11. Figure 11 illustrates four common algorithms: CNN, RNN, auto-encoder, and GAN, where the CNN occupies a clear advantage regarding the number of studies. Based on the research and analysis of literature related to different algorithms, Table 3 is a detailed comparison of these four algorithms. Firstly, considering the data collected, the RNN cannot process images, while the other three algorithms can process images and time series data. Among them, time series data refers to data describing phenomena over time, such as vibration signals, AE signals, GW signals, etc. The CNN is excellent at processing images, and the RNN does well at handling time series data. The auto-encoder achieves data enhancement through data dimensionality reduction and denoising. The GAN offers the distinct benefit of expanding datasets by generating images. These algorithms have their applications, including object recognition, semantic segmentation, image classification, data enhancement, etc. In addition, the specific application functions, pros and cons of various algorithms are listed in Table 3 for reference.
The accuracy of DL models largely depends on the quantity and quality of data in the training and test sets. Sufficient and reliable data plays a vital role in DL application in SHM. Table 4 shows database examples of some of the literature, such as the size, nature, and ratio of the training set to the test set for vibration, GW, AE, and images when DL to SHM is applied. Large datasets have tens of thousands of samples regardless of the data type, while small datasets have only a few hundred samples. For example, Song et al. [51] used an FCN that inherited all the connection weights of the VGG-16 trained on PASCAL VOC2012 and, therefore, required less data fine-tuning of the pre-trained FCN. The function of the test set is to evaluate the performance of the trained DL model. Generally, the training set’s ratio to the test set is 8:2 [27,36,182,198] or 7:3 [15,58,187]. Also, validation sets were added to adjust the DL model parameters better. The typical ratios of the training set, verification set, and test set are 6:2:2 [17,110], 7:2:1 [22,44], 8:1:1 [128,199] and so on.
The performance of different DL algorithms varies, especially when using the same dataset. Many indexes can measure the performance of the DL algorithm, such as accuracy, precision, recall rate, Mean Average Precision (MAP), etc. These indicators can be used to compare and quantify the detection results of different DL algorithms. Table 5 shows examples of literature comparing the performance of multiple DL algorithms on the exact damage detection task. By comparison, the optimal model can be found on the one hand, and on the other hand, whether the newly proposed framework can achieve satisfactory performance can be verified. For example, Arafin et al. [132] compared the performance of multiple CNN networks, namely VGG-19, ResNet-50, InceptionV3, Xception, and MobileNetV2. The accuracy, precision, and recall rates of the InceptionV3 model were higher than those of other models. Wang et al. [44] found that among YOLOX, Faster R-CNN, Deconvolutional Single Shot Detector, and YOLOv5, the MAP of YOLOX in crack detection was 88.5%, showing the best performance. Liao et al. [122] proposed a channel-spatial-temporal attention-based network to detect vibration-based damage. The framework outperformed the latest DL methods, such as CNN, LSTM, HCG, and FCN, through implementation verification on the TCRF and benchmark datasets.

5. Application Objects and Functions

The research object of this paper is not only facilities but also facilities components. Under each category, different application functions and DD levels are divided. The application functions of the different facility components and facilities are summarized in Figure 12 and Figure 13. Figure 14 illustrates additional application functions such as data anomalies, sensor placement, noise, etc. The detailed contents are shown in Tables S3–S5. In this paper, DD in SHM is classified into three stages: identification, localization, and assessment. DL can solve the binary classification problem of whether the damage exists or not, the multi-classification problem of different damage severity, and determine the location of the damage.

5.1. Facility Components

5.1.1. Concrete Block

Concrete blocks are frequently used for research in the laboratory, which facilitates the control of experimental conditions and the acquisition of experimental data to validate the proposed algorithms. Damages studied include concrete cracks, bugholes, alkali-silica reactions, and displacement monitoring, which is difficult to achieve in large structures. For the crack, Jang et al. [145] verified that a trained Deep Convolutional Neural Network (DCNN) could achieve macroscopic and microscopic crack recognition and visualization using crack images of concrete blocks in the laboratory. Siracusano et al. [62] converted the acoustic signals into electrical signals by installing AE sensors on the test blocks. Then, they input the signal to the LSTM to identify the presence of cracks and classify them into three types: tensile, shear, and mixed.
Holes in concrete surfaces can firstly affect the aesthetics and, more importantly, cause the debonding of fiber-reinforced polymers [206]. The salt in the holes will accelerate the degradation of the structure [207], so detecting the holes as soon as possible can improve the structure’s durability. Wei et al. [208] captured the surface hole image of standard concrete specimens to form a dataset and trained a DCNN to automatically identify holes, with an accuracy rate of nearly 90%.
The displacement of the structure is one of the indexes to evaluate the system’s safety. Once exceeding the design value, it may cause the collapse of the building. Sensor or vision-based techniques are often used for displacement monitoring [50]. Zhang et al. [209] took images of concrete blocks with black markers by cell phone. Then, an FCN was employed to identify the marked area and obtain the center coordinates to achieve displacement monitoring at a distance of 10 m.

5.1.2. Composite Plate and Metal Plate

Composite materials, such as Carbon Fiber-Reinforced Polymer (CFRP), have high strength, low density, corrosion resistance, and fatigue resistance [210]. However, the composite structure is prone to delamination, fiber breakage, and other damages under the external impact load, resulting in decreased compressive strength. Thus, it is necessary to identify the location and size of the damage as early as possible. Because UGW can propagate well in the composite plate while having high sensitivity to defects, the UGW signal is widely exploited to detect defects automatically. Ijjeh et al. [210] transformed the full-wave field data of the composite plate into a root mean square image and segmented pixel by pixel using the FCN without feature extraction. Finally, the delamination was identified and marked as red. Cristiani et al. [211] converted the distributed fiber optic sensors to collect strain data from 1D to 2D and achieved delamination prediction of the CFRP specimens via CNN.
Due to the working environment and load conditions, metal plate structures such as aluminum and steel are prone to damage, including fatigue cracks, gaps, holes, corrosion, failure, etc. In laboratory studies of metal plates, researchers generally use metal nuts, mass blocks, and aluminum strips attached to the plate surface to simulate cracks, gaps, and other damages. The SHM method extracts damage-sensitive features from AE and ultrasonic signals using DL methods such as CNN for DD. Hesser et al. [20] formed three different AE sources using the Hsu–Nielsen pencil core fracture source, 3 mm, and 5 mm ball impact. The collected AE signals were input into the ANN, 1D-CNN, and 2D-CNN for evaluating the ability of different methods to identify different types of AE sources. Zhou et al. [212] pinned cylinders of different masses on stainless steel plates, collected UGW signals using PZT sensors and inferred multiple damages and their respective positions by the WaveNet model. Miorelli et al. [213] drilled a hole with an increased radius on the aluminum plate. They collected Lamb wave data through numerical simulations and experiments to train and verify CNN’s ability to locate and evaluate holes.

5.1.3. Steel and Concrete Beams

The beam is also a common facility component, including steel beams, concrete beams, reinforced concrete beams, etc. These beam structures are made into simple, cantilever, continuous, and other forms to study damages and model algorithms. Damage such as cracks, displacement, and stiffness reduction can occur in steel and concrete beams. Compared with the excellent results of the UGW in sensing damage in plate-like structures, the vibration-based damage identification method is more suitable for beam-like structures. Researchers employ different DL algorithms to identify the relationship between vibration characteristics and structural damage for damage identification, localization, and assessment. Seventekidis et al. [214] collected acceleration signals to verify the ability of a 1D-CNN trained using simulated data to identify additional damages. Displacement can be easily monitored using computer vision methods to track critical points of the structure through images and video. Luan et al. [215] proposed an optical flow method that extracted full-field displacement from aluminum cantilever beam video through two CNN architectures with high accuracy.
Concrete and reinforced concrete beams are susceptible to crack damage, which can be detected by DL image processing. Ye et al. [216] trained an FCN for crack recognition and verified the better performance of the FCN over edge detection using crack images of indoor concrete beams. Kong et al. [217] employed CNN to identify and segment cracks from steel-concrete-steel sandwich composite beam images. They also proposed coarse matching and precise matching algorithms for labeling cracks to identify old crack extensions and new crack generation. Nguyen et al. [218] developed a 1D-CNN model to extract and learn the optimal features from the original electromechanical impedance signals to assess the severity of prestress loss in reinforced concrete beams.

5.1.4. Others

In addition to the block, plate, and beam structures, the facility components used in laboratory research have other forms for targeted research. These research objects face different damages and need to explore corresponding solutions.
Seventekidis et al. [219] constructed a FEM to generate vibration data and input it into a CNN to achieve the CFRP-hinged truss bolt loosening. They identified the damage using hierarchical binary classification. For the cracking of raft foundations, Han et al. [220] proposed a method to identify cracks using AE signals emitted during cracking and a trained 2D-CNN to identify fissures. Hallee et al. [221] studied the masonry structure cracking problem using images with mortar joints and trained CNNs with three different damage-recognition architectures. Nguyen et al. [218] designed 16 damage states for steel pipes and used a CNN to achieve high-precision detection of different welding types, positions, and severity.

5.2. Facilities

5.2.1. Bridges

As one of the critical infrastructures, bridges play an increasingly important role in transportation with an increase in the number. During the long-term use of bridges, negative impacts from traffic loads, wind loads, material deterioration, and sudden disasters can cause various damages such as cracks, exposed reinforcement, broken ties, settlements, etc. These damages will reduce bridges’ bearing capacity and service life and even cause incalculable losses [222]. SHM is crucial and indispensable for bridges because it can detect damage as early as possible to avoid loss. At present, several bridges in China have been installed with SHM systems, such as the Sutong Bridge in China [223,224], the Yonghe Bridge in China [124], and the Canton Tower [225]. The SHM system uses sensors to collect large amounts of data for real-time monitoring of bridge conditions.
Cracks are one of the most basic damages, making them a research hot spot. The commonly used methods in research literature include vibration-based methods and image-based methods. The vibration-based method considers the change in vibration characteristics caused by damage, such as cracks, so that the evolution and position can be detected by feature extraction. The image-based method detects cracks in the image through an image processing algorithm. DL algorithm promotes the development of these two methods. The vibration acceleration signal is a time series signal. Yang et al. [109] considered damage identification based on the acceleration signal as a multivariate time series classification problem. They used the CNN and GRU for parallel feature extraction to obtain temporal and spatial correlations, which were validated using the IASC-ASCE and TCRF datasets with an accuracy of 94.92%. Considering the correctness of the model detection effect, Sajedi et al. [144] employed a deep Bayesian network for image-based impairment recognition while outputting the prediction results with the uncertainty of the results. They found that uncertainty and classification errors were closely related and intervened when uncertainty was high.
In different positions of the bridge, there will be a variety of damage in addition to cracks. Firstly, as the number of vehicles increases, traffic congestion, temperature, wind, and other environmental effects, the bridge will suffer from defects such as steel bar exposure, tendon rupture, pier settlement, stiffness reduction, cable tension reduction, material deterioration, etc. Both concrete delamination and rebar exposure occur on the surface of bridges so that a DL-based image segmentation method can be applied for DD. Rubio et al. [49] collected bridge deck images from the infrastructure inspection records of 26 cities in Niigata Prefecture, Japan, and implemented semantic segmentation using FCN to accurately identify delamination and rebar exposure. Sony et al. [61] proposed a windowed LSTM method to identify and locate various types of damage, including tendon rupture and pier settlement, through the vibration response of the Z24 bridge dataset. Sarwar et al. [226] developed a numerical model of a vehicle-bridge interaction system in which damage was modeled as varying degrees of stiffness reduction. The responses generated by the model were utilized for training a deep auto-encoder to implement bridge damage assessment. Dang et al. [125] used the vibration signals of a cable-stayed bridge to detect the location and level of tension reduction. They compared four different DL methods, MLP, LSTM, 1DCNN, and 2DCNN, for damage identification, localization, and evaluation, with the 2DCNN providing the best results. Toan et al. [227] proposed a CNN to evaluate energy dissipation to monitor the material degradation of the Saigon Bridge in Vietnam.
With the rapid growth of traffic volume and the frequent occurrence of vehicle overload, the influence of load brings a significant threat to the bridge’s safety. Monitoring vehicle loads becomes a non-negligible option for bridges. A common technique nowadays is the Bridge Weigh-In-Motion (BWIM) system proposed by Moses [228], which exploits the bridge strain response to estimate the vehicle weight. Ge et al. [229] presented the bridge traffic load monitoring system, which integrated the information of the WIM and camera. YOLOv3 can determine the vehicle’s position by identifying the centroid and size of the vehicle. Then, they combined the weight and position of the vehicle in real time to clarify the load distribution of the bridge. However, the BWIM system requires expensive hardware facilities [135], including sensors and data acquisition systems, which cannot be widely used due to cost considerations. Thus, there have been researchers investigating other methods to detect vehicle weight. Zhou et al. [135] classified vehicles into nine types and determined the weight information corresponding to each type. Then, they trained AlexNet and VGG-16 models for vehicle classification and Faster R-CNN for vehicle identification and location in surveillance videos to obtain the weight of each vehicle.

5.2.2. Frame Structures

The frame structure includes a steel frame, reinforced concrete frame, and aluminum frame, and SHM is mostly used in steel frames. The main reason is that the International Association for Structural Control (IASC) and the American Society of Civil Engineers (ASCE) provide SHM benchmark data as a unified platform to verify and evaluate the performance of various SHM methods. This benchmark data was taken from a four-story steel frame for which damage was simulated by removing braces and loosening bolts. In addition, Johnson et al. [230] developed different FEMs to simulate the benchmark structure and generated response data for various conditions by MATLAB. Abdeljaber et al. [231] introduced a new method based on a 1D-CNN. The technique used two sets of data from the IASC-ASCE benchmark data, case 1 (undamaged) and case 9 (severely damaged), to train 12 CNN classifiers. It estimated the overall damage to the structure by calculating the probability of damage values.
In addition to the benchmark structure, other types of steel frames aim at damage, such as bolt loosening and stiffness reduction. Firstly, the problem of bolt loosening is mostly a two-classification problem, i.e., loosening and tightening, which belongs to damage identification. If the goal of DD is to detect the degree of loosening, it is classified as damage assessment. Zhao et al. [232] trained the lightweight CNN model MobileNets to identify the angular coordinates of bolts from images for calculating the bolt loosening angle. The algorithm can be embedded in smartphones. Stiffness is a vital damage index label for structures. The degree of stiffness reduction is correlated with the severity of the structural damage. The nonlinear relationship between the structural modal information (natural frequency and vibration mode) and structural damage can be studied using stiffness. Damage assessment is achieved by inputting modal information and outputting stiffness cases through DL methods. Wang et al. [117] suggested a deep residual network to map the vibration response obtained from the steel structure numerical model to the stiffness reduction, which improved the evaluation performance. Oh et al. [233] trained the CNN with the health data of the steel frame and compared the differences between the health data and the output data to identify the damage and its location.
The damage to the reinforced concrete frame includes deformation and displacement. Sajedi et al. [234] developed a fully convolutional encoder-decoder neural network to classify 16 damage mechanisms in the 10-layer reinforced concrete frame numerical model. Aluminum frames target issues, including displacement and reduced stiffness. Morales-Valdez et al. [235] presented the frequency-domain CNN and principal component analysis methods. Firstly, they collected the data when the bolts of the aluminum frame were loose and estimated the lag displacement through the CNN in the frequency domain. Then, input acceleration and lag displacement to the CNN classifier can improve the accuracy of the damage location.

5.2.3. Other Buildings and Infrastructure

There will be cracks, potholes, deformation, and various surface defects on the road surface, which significantly affect the safety and comfort of the vehicle. Frequently used methods for pavement fault detection include laser-based methods, where laser data are used to obtain road scan data for crack detection [69,236]. Image-based methods combine DL for image classification and object detection [144,237]. Vibration-based methods detect pavement defects by detecting time series anomalies [238]. Roberts et al. [237] manually labeled images captured by cell phones into four types: cracks, deformations, surface defects, and others, and implemented damage classification by the Faster R-CNN model and SSD model.
The location of rail failures includes rails and fasteners. Rail can fail with cracks, squats, corrugations, rust, and other faults. Fasteners can suffer from loose bolts and deteriorating under-rail pads. These defects can lead to train derailments and injuries. Research on railroad SHM has focused on image and AE-based methods. Iyer et al. [239] proposed a rail fault detection system. The system used robots to detect cracks, squats, corrugations, and rust by ultrasound, followed by images taken by a camera. Then CNN identified the defects, and GPS located the defects. The AE method can monitor the growth of rail cracks, but it is susceptible to noise interference and has a poor detection effect on small cracks. Chen et al. [146] trained the lower layer of the CNN on the online audio database, and the other layers were trained on the rail AE data so that the model could be fully learned to achieve accurate monitoring of cracks. Chen et al. [240] input the axle box acceleration, the track irregularity, and the vehicle speed into the FCN to evaluate the damage degree of rail fasteners.
Tunnels can be affected by cracks, leaks, spalling, and other damage. Traditional visual inspection methods have the disadvantages of inaccurate results, dangerous operating environments, suspension of operations, and low cost effectiveness. Then, cameras, radar, lasers, and other methods are mostly adopted to capture images. Ren et al. [241] introduced a pixel-level segmentation network, CrackSegNet, which can precisely segment the shape and location of the cracks. However, the dark environment of the tunnel and the presence of pipes, cables, and stains can influence image quality and detection accuracy. Attard et al. [242] introduced a shading algorithm to correct the images for light and segmented the reflective areas of pipes for shielding using U-net, thus reducing recognition errors.
The dam is a vital infrastructure that can play the role of flood control, water supply, and power generation. It often faces extreme weather and loads during operation, resulting in deformation and dam failure. Many dams are equipped with SHM systems, such as the Ertan and Jinping dams in Sichuan Province [186], to monitor the operating conditions of the dams in real-time. The DL method is introduced to predict dam displacement as an index to measure dam deformation. Li et al. [65] decomposed the time series of dam displacement into seasonal, trend, and residual components, adopted extremely randomized trees and stacked LSTM to predict the displacement of each component, and finally obtained the total displacement of the dam. In addition, they also studied the CNN to predict displacement through environmental monitoring data [64] and the method of stacking the LSTM to predict various missing data of dams through adjacent sensors [186].
Offshore platforms undertake the task of offshore operations in complex marine environments, so damage will inevitably occur. Brace damage will occur on conduit-frame offshore platforms, and vibration-based damage detection methods can achieve excellent detection results. Bao et al. [243] developed a 3D catenary offshore platform model to simulate single and multiple location support damage, followed by a 1D-CNN to detect damage location and severity based on strain data. Puruncajas et al. [244] simulated cracks and bolt loosening on jacket-type foundations of offshore wind turbines laboratory scaled-down devices. Furthermore, they converted the collected acceleration signals into images for the CNN to implement damage identification.

5.3. Other Application Functions

Sensor failures, transmission failures, harsh environments, and other effects can cause abnormal data, directly affecting DD accuracy. Later, a new research topic for SHM emerged: data science, including data cleaning, data compression, data recovery, data fusion, and data interpretation [59]. Among them, data cleaning is the process of anomaly detection and removal, which is the focus of the current research. Son et al. [67] developed an LSTM-based encoder-decoder architecture to process time series data and calculate anomaly scores. Then, temporary errors were identified and removed according to the abnormal scores. Considering that time series data are insufficient to distinguish specific anomalous patterns, Tang et al. [223] trained a CNN by converting acceleration data of large-span cable-stayed bridges into time-frequency images and identified six anomalies, such as loss, trend, and drift. The conversion of 1D data to 2D images increases the processing time, so Jian et al. [59] converted 1D acceleration data to the inverse envelope of the relative frequency distribution histogram, which was input to a 1D-CNN to detect five anomalies. For the four fault types of missing, spiky, random, and drift, Jana et al. [245] used a CNN to identify the existence and type of faults and then reconstructed the faults using the convolutional autoencoder.
Data loss is the most frequent type of data anomaly, accounting for many research articles. Fan et al. [246] worked with a CNN to find the nonlinear relationship between the acceleration signal with transmission loss and the complete signal, thereby outputting the recovered original signal. Li et al. [247] decomposed the original data into multiple intrinsic mode functions by empirical mode decomposition. They successfully employed LSTM to predict each IMF’s missing values and aggregated them to recover the lost value. For the unsupervised approach, Lei et al. [79] trained deep convolutional GAN models using data obtained from intact structures and performed an excellent reconstruction of the missing signals in numerically simulated acceleration data and experimentally measured strain data. SHM relies on a large number of sensors to obtain structural information. Li et al. [68] proposed optimal sensor placement to enable global information collection using limited sensors and reduced costs. Sajedi et al. [248] proposed that Deep Generative Bayesian Optimization (DGBO) could reduce the number of sensors used for damage localization and evaluation by 52% and 43%, respectively. Huang et al. [249] considered the effect of ambient white noise in the field when predicting the mass of a conduit frame. A denoising self-encoder was used to reconstruct the input variables to achieve the denoising of vibration signals.

5.4. Summary

Supplementary Tables S3–S5 summarize the research literature at the application level, categorizing it according to different facility types, application functions, and application results, and then obtaining the percentage of facility types. Given this, the literature was further analyzed to form Figure 15, which reflects the percentage of all research literature in terms of application objects, application functions, and the percentage of experimental and practical stages. Firstly, facilities dominate the application objects. Some papers have conducted comparative analysis by simultaneously studying facility components and facilities. Next, facilities are categorized into four parts: bridges, frame buildings, buildings, and other infrastructure. Much attention has been paid to frames and bridges, and some researchers have conducted individual studies of infrastructure such as roads, railroads, tunnels, and dams. The previous section examined the various application functions of the different application objects, while the diagram below highlights the application functions of all articles. Researchers are concerned with cracks in various structures and assess structural damage through stiffness reduction. Secondly, many articles have analyzed two types of damage in benchmark steel structures, i.e., loose bolts and brace damage. Researchers have begun to focus on data loss and anomalies since abnormal data is connected to the accuracy of subsequent DD. Both the number of connected studies and the solutions are gradually growing. In addition, some targeted studies on simulated damage, displacement, artificial AE sources, vehicles, and cables are also involved.
The application phase of the research can be categorized into the experimental phase and the practical application phase. Specifically, constructing models, collecting data, and detecting damage in the laboratory is called the experimental phase. Evaluating the damaged condition of the structure using actual structural data is called the practical application stage. It can be seen from Figure 15 that only a small part of the research literature has reached the practical application stage, and bridge research is the focus of this part. The Bridge Structure Health Monitoring (BSHM) system, such as the Tianjin Yonghe Bridge and Vietnam Saigon Bridge, was established. There are also government-retained bridge maintenance data, such as Japan’s Niigata government bridge inspection records and South Korea’s bridge inspection history database. Other practical structures include the dam, tunnel, railroad, and Canton Tower, the data of which can verify the effectiveness of the proposed method.

6. Discussion

6.1. Challenges

DL has injected new advantages and opportunities for SHM. However, a study of the searched literature reveals some challenges for DL-based SHM. The approach can be genuinely applied to infrastructure monitoring and maintenance if these challenges are effectively addressed in the future.

6.1.1. Data Issues

(1)
Data shortage
Although DL algorithms have higher performance than ML, a large amount of labeled data is needed to ensure model performance when the DL algorithm is used for image classification [131], location [44], and segmentation [201], resulting in data shortage. Gao et al. [138] mentioned that the computer vision baseline dataset (ImageNet with 14 million images) has more images than the SHM baseline dataset (PEER Hub ImageNet with 36,413 images). The main reasons are the limited number and type of sensors deployed on large structures and the difficulty of installing or taking images in hard-to-reach locations. Secondly, the data obtained from the actual structures often have a large proportion of “normal” data and only a small proportion of “damaged” data. There is a lack of “damage” data and class imbalance problems. These problems make the DL damage model inadequately trained, with reduced detection accuracy and even overfitting [138]. Abdeljaber et al. [231] mentioned that collecting data on all possible damaged locations of large civil structures is difficult, resulting in the lack of “damage” data. Finally, most datasets studied so far focus on one data type. In contrast, diverse data can detect different damage types and even react to the structural state from different perspectives. To sum up, lack of data is the common and primary problem of DL applications in SHM. The corresponding solutions are FE and unsupervised algorithms mentioned in the trend section.
(2)
Data Loss
In the research literature, 22 pieces mentioned the data loss problem, which is detailed in Supplementary Table S5. According to literature analysis, the reasons for data loss are complex, including sensor failures, reduced accuracy, power outages, and interruption of wireless sensor transmission networks caused by changes in the external environment and long-term use of sensors. For example, Fan et al. [246] mentioned the signal loss of the wireless sensor network installed on the bridge related to radio interaction and signal attenuation during transmission. Loss of critical information will directly affect the accuracy of damage identification and judgment of the structure’s condition, which may be detrimental to the long-term monitoring of the infrastructure. Timely remedial measures must be considered to restore and reconstruct the structural response at the lost locations as soon as possible. Liu et al. [250] mentioned the method of recovery using original sensory data and the interpolation method using estimates to replace missing values. Researchers have also used DL algorithms for data recovery [71,128], but more effort is needed to address data loss at the source.
(3)
Data Quality
Through literature analysis, data quality is summarized as data anomaly, noise, and image quality. As shown in Table S5 in the Supplementary File, 13 articles dealt with data anomalies, and two articles dealt with noise reduction. According to 13 relevant papers, data anomaly refers to outliers, trend items, and random drift in the case of sensor failure, system anomaly, or environmental factors [223]. Liu et al. [69] considered the distinction between sensor failure and structural damage, mainly by detecting the difference between the measured and reconstructed values of the sensor. Some studies use laboratory-acquired data without considering the effect of noise, while data collected in real-world environments are bound to contain noise. Suitable methods are needed to separate and handle noise without affecting the performance of the detection algorithm. Fan et al. [251] mentioned that noise in vibration signals includes environmental, measurement, and instrument noise. Moreover, DL can extract noise-insensitive features to achieve signal denoising. In addition, uneven illumination, equipment movement, and weather conditions are the main reasons for the decline in image quality. The effect of vision-based SHM is closely related to image quality. Improving image quality can avoid false negatives and positives as much as possible. Attard et al. [242] fully considered the influence of uneven illumination, stains, pipes, cables, and other factors in the tunnel environment and then adopted image fusion and DL methods to realize the damage detection of tunnel lining cracks.
(4)
Data Storage
The implementation of SHM systems relies on a large number of sensors. With the development of long-term monitoring, data increases and accumulates dramatically, becoming a ‘big data’ problem. For example, the data volume of the Sutong Bridge in China reaches 2.5 TB per year [223]. Thus, it is necessary to increase the storage space and select the appropriate data compression method and powerful data processing technology to improve the efficiency and ability of data storage and processing. Ni et al. [129] proposed that appropriate data compression methods should be adopted to store data effectively. Particular attention should be paid to the compression and reconstruction of abnormal data, which requires using CNN and autoencoder methods. In addition, the data can be collected randomly through the compressed sampling method to reduce the amount of data. Bao et al. [102] mentioned that most vibration signals of infrastructure are sparse, so data can be collected by compressed sampling to reduce the sample size. Then, a sparse reconstruction algorithm was used to reconstruct the original signal.

6.1.2. DL Performance

(1)
Overfitting
A direct consequence of overfitting in DL is good performance on the training set but poor performance on the validation and test sets. One of the reasons for this phenomenon is data problems, including less corrupted data and noise effects. Zhou et al. [252] pointed out that overfitting would occur when the number of training datasets was less than the number of model training parameters. Secondly, when there is more noise in the signal, the DL model may mistakenly learn the features of noise, resulting in overfitting. Ibrahim et al. [253] proposed a method to use a high-pass filter to eliminate noise effects and improve the generalization ability of the CNN model. Finally, the model is too complex, and the training time is too long, which can easily lead to overfitting. To solve the overfitting problem, the dataset should be expanded using data enhancement (normalization, rotation, etc.), GAN-generated data, and data noise should be reduced. Regarding the model, regularization, weight sharing, dropout, and batch normalization are used to reduce model complexity. The training process can set baseline standards and draw on integrated learning methods.
(2)
Model Architecture Selection
There are two critical steps in the execution of applying DL to SHM: the selection of features and the selection of classifiers. After determining the feature type, realizing the classification through the appropriate classifier is a continuous combination and testing process until the best choice is found. Moreover, it is necessary to consider various parameters that affect the model’s performance, such as the number of network layers, iterations, etc. At present, the determination of the optimal model architecture is mainly achieved through repeated testing. Now, researchers have also begun to study optimization techniques to determine the optimal architecture of the model. Oh et al. [254] used multi-objective optimization techniques to automatically search the values of kernel size, down sampling size, and layer depth to derive an accurate and efficient CNN architecture. Alazzawi et al. [255] proposed improving the network’s performance through Bayesian optimization technology.
(3)
Credibility of results
Although the DL algorithm has excellent DD ability, it depends on the quantity and quality of data. Considering the small dataset and class imbalance problem mentioned above, the possibility of errors in the output of DL algorithms cannot be ignored. When applying DL in SHM to actual bridges and other infrastructures, detection errors can lead to serious consequences and high costs when they occur. Therefore, it is necessary to apply a method to determine the uncertainty of the model for application reference. Sajedi et al. [126] proposed a double Bayesian inference method to achieve robust damage diagnosis on degree-unbalanced datasets.
(4)
Black box characteristics
Similarly, considering the credibility issue, the interpretability of the DL algorithm is now required to explain how the final test results can be obtained. This type of model is also called a black box. Gao et al. [256] mentioned that failure to understand the discriminant principle of the DCNN model makes its working principle a black box, which may lead to wrong decisions and serious consequences. Therefore, DL algorithms that can be understood, explained, and trusted must be studied. In this way, we can better understand and use the DL model by explaining the model’s decision-making process, thus promoting its rapid development.

6.1.3. Practical Application Obstacles

(1)
Application cost
Cost is a realistic problem for SHM applications that must be considered from several aspects. Firstly, collecting data is expensive for SHM systems, which deploy many wired and wireless sensors and are equipped with cameras or drones. Secondly, DL relies on high-performance graphics processing units, tensor processing units, and computer-unified device architectures to process data [141], which are costly to equip with hardware devices. Therefore, it is necessary to study low-cost SHM detection methods. For example, Roberts et al. [237] proposed a low-cost road detection method that uses smartphones to capture images instead of expensive laser imaging equipment, providing road management tools for road authorities.
(2)
Application number
As shown in Figure 15, the literature on the practical application of SHM only accounts for 15% of the research literature, mainly concentrating on bridges. For example, Rastin et al. [121] used acceleration data collected by the SHM system of Yonghe Bridge in Tianjin to detect pier damage. The reasons for the low number of applications are twofold. First, there are many issues to consider with SHM, including the physical installation difficulty, building importance, data management and analysis capabilities, construction cost, operation period, etc. Second, as research on DL algorithms increases the network’s depth and improves the accuracy of the results, it is necessary to increase the hardware and computing power. Correspondingly, it also increases the difficulty of porting to smart devices [257], leading to application limitations.
(3)
Application unity
The study of the retrieved literature shows that most articles are based on specific structures and tasks. The DL algorithm is also designed to detect particular damage. However, whether the method of bridge crack identification can be applied to dam crack identification or even bridge deformation identification is a concern. There is a need for a generalized DL approach suitable for various structures and tasks. Zhang et al. [258] successfully applied the damage level detection model to damage location detection through the multi-task network training strategy to achieve multi-task monitoring. In addition, the methods proposed by different researchers are independent. Comparative studies are difficult because they use self-built datasets, custom tags, etc., making finding problems hard. Publicly available benchmark datasets can solve this problem. Ye et al. [222] constructed an image dataset called the bridge crack library, which collected 11,000 high-pixel labeled images of 50 Bridges in 2 years and was verified using a DNN for crack detection.

6.2. Trends

The trend part is the future research direction and the solution to the current challenges. As shown in Figure 16, the trends section is divided into four aspects: data, algorithms, applications, and the SHMDT architecture. The first three aspects are the specific answers to the questions in the challenge section of the data, algorithms, and applications. Each of these points is also a possible future research direction for the application of DL to SHM.

6.2.1. Trends in Data

(1)
Research on FE methods, unsupervised methods, and composite data to cope with the lack of data
DL algorithms’ rapid development is accompanied by a high demand for structurally damaged data. Destroying the structure to study the algorithm’s performance under different damage modes is impossible. The numerical simulation of FEM can generate data for almost all the required damage scenarios for the DL algorithm. Even the nonlinear relationship between different responses can be analyzed by FE to reconstruct the response of the lost data. Combining FE and DL to form a data model co-driven approach has become a key to future research. However, FEM involves the problem of model updating, which requires minimizing the difference between the model and the structure to update the model parameters [225]. Thus, accurate data close to the actual situation can be provided. Unlike supervised algorithms, unsupervised algorithms can achieve DD by relying only on structurally untagged, undamaged data. The GAN algorithm can also alleviate the lack of data diversity and class imbalance by generating data. However, there are still some difficulties to be faced. Unsupervised algorithms perform poorly on new impairments and structures, which must be solved in the future. In addition, 3D simulation tools and the Unreal Engine can also be used to make up for the lack of data. Based on ensuring the performance of the DL model, this image synthesis method can be further studied in the future.
(2)
Research on data recovery methods to deal with data loss
The method to deal with data loss is data recovery. The current recovery algorithms are mainly divided into three categories, including the interpolation method based on the statistical method, ML, and DL method [128]. Considering the current big data characteristics of SHM systems, DL has higher applicability in data recovery. For example, Tang et al. [259] used the combined method of compressed sensing and CNN to achieve a good recovery effect in the case of continuous data missing. Ju et al. [73] proposed a data recovery framework based on the GRU and time correlation to improve prediction accuracy through forward and backward bidirectional prediction. Although DL has made some progress in data recovery, the problems of high-frequency components, noise interference, and random data loss problems need to be further solved.
(3)
Research on anomaly detection methods to improve data quality
There will be abnormal data in the acquired data, affecting the data quality. The current research can detect abnormal data through the DL algorithm and complete data cleaning, such as CNN, LSTM, etc. However, this part of the research still needs a comparison of multiple methods, and it needs to be clarified which way can achieve better results and apply to all types of anomalies. It means this is an issue that needs attention in the future.

6.2.2. Trends in Algorithms

(1)
Research on model uncertainty to enhance the credibility of the results
In order to avoid the possibility of errors in applying DL in SHM, a feasible approach is to add uncertainty to the model, that is, to measure the model’s confidence. There is individual literature within the study that incorporates Bayesian inference into DL models [144], where the prediction results are output along with uncertainty. It is beneficial to decide whether to adopt the prediction results or not. The future focus should be on making uncertainty metrics more widespread and influential.
(2)
Research on explainable artificial intelligence to deal with the black box characteristic
In order to better explain DL, a new research direction, namely “explainable artificial intelligence”, has received more and more attention [256]. Its purpose is to help humans understand why machines make decisions and whether they can be trusted. Angelov et al. [260] briefly analyzed the explainability of artificial intelligence, explaining the four principles of explainability and the main challenges. However, at present, the research is mainly concentrated in the medical field, and the research in the field of SHM needs to be further promoted.

6.2.3. Trends in Applications

(1)
Research on low-cost sensors and self-powered sensors to reduce costs in SHM
One solution for SHM system cost is to strive for advances in low-cost sensor technology so that low-cost sensors can be used widely as soon as possible. Even the transfer of sensors into intelligent devices in the structure can reduce costs. In addition, the self-powered sensor obtains energy from the structure’s vibration [55], thus avoiding the data loss caused by power interruption. This self-powered sensor should be further studied and popularized in the future.
(2)
Research on smartphones and UAVs to facilitate SHM applications
Nowadays, smartphones have become a data collection tool. On the one hand, it can be used to shoot images. On the other hand, sensors such as accelerometers can be installed in smartphones as a portable method for collecting data. Smartphones are now becoming a necessary communication, social, learning, and payment platform. Associating SHM with smartphones is a forward-looking move. In the future, it will be possible to transfer DL models to cell phones and see the analytical assessment of structural conditions on the phone. Next, there is also the development of drones equipped with cameras, giving more research at remote control distance and positioning, making it an excellent method for collecting images remotely.
(3)
Research on transfer learning and construction of benchmark datasets to deal with the unification problem
Transfer learning can enable DL to handle multiple tasks, with damage identification, localization, and assessment achieved by switching. The feasibility and universality of applying DL in SHM in various structures and types of damage need to be further explored. In the future, it is necessary to solve the inconsistency of datasets, labels, and experimental structures and establish a wider and more diverse benchmark dataset. The unrestricted use of the benchmark dataset enables researchers to communicate with each other and promote the development of SHM methods. It even considers setting standard levels, steps, and rules for implementing specific ways to achieve uniformity in research methods.
(4)
Research on the application of wireless sensors and IoT to SHM systems
The wireless sensor has its unique advantages. Firstly, it could avoid complex wiring, which is more convenient and economical for installation and maintenance. When collecting data, wireless transmission technology can be used to realize data transmission. On the other hand, the Internet of Things (IoT) collects, transmits, and processes data remotely through wireless sensors and cloud computing—comprehensive monitoring of a building structure for digital and information management. The IoT is currently developing rapidly and bringing significant changes in SHM. Coupled with the application of DL, it will expand its possibilities and become the future development trend.

6.2.4. SHMDT Architecture

Michael Grieves defined DT as a virtual, digital equivalent of a physical product [261] and proposed a three-dimensional model of DT in 2014 [262]. On this basis, Tao et al. [263] proposed the DT five-dimensional model, which includes five parts: physical entity, virtual entity, DT data, services, and connection. It is the basic conceptual model for the application of DT technology. DT, a new data-driven paradigm, can comprehensively and organically integrate physical structures, monitoring data, virtual models, data processing, and service systems. SHM acquires monitoring data by sensing physical structures through sensors and realizes service functions such as DD through data processing. There is a strong coupling between SHM and DT, with similar architectures and core elements. We conclude that SHM will develop in the direction of the DT system. Therefore, we consider constructing the SHMDT model to make SHM develop towards digitalization, integration, intelligence, and visualization.
As shown in Figure 17, The SHMDT model is based on the DT five-dimensional model. Real-time loads and responses are collected by installing sensors in critical parts of the physical layer building through a physical monitoring system. The model layer contains a virtual model of the building updated using real-time data, which can generate simulation data. The data layer combines physical monitoring, virtual simulation, service, and algorithm data. The monitoring and simulation data are merged using heterogeneous data fusion methods to form fused data stored in the database, which is subsequently applied to drive DL algorithms for structural DD. The service layer implements real-time condition monitoring, fault threshold alarm, structural damage detection, and quality result feedback by constructing a DT visual management platform. Users can achieve digital, integrated, intelligent, and visual management through a software platform. The transmission layer is the channel to realize the information interaction and feedback between the layers. The real-time and accuracy of information collection and transmission are ensured using wireless communication technology. In developing SHMDT models, critical technologies such as the IoT, model simulation, heterogeneous data fusion, data storage, DL algorithms, big data analysis, cloud computing, and DT software platforms (Unity3D2021.2.10f1c1 Personal) must be combined.

7. Conclusions

This paper researches DL applications in SHM following the sequence of data collection, the DL method, the application object, and the application function. Each chapter relies on a summary table of the retrieved literature, for which a specific analysis is carried out, and the corresponding rules are summarized.
  • The data and collection methods of DL applied in SHM are analyzed statistically. The application scope and advantages and disadvantages of different data types are further analyzed on this basis. Secondly, various data acquisition methods are compared based on time consumption, cost, and data acquisition accuracy. In terms of data, vibration signals, images, acoustic emission signals, and GW signals are the most common data types, of which vibration signals account for the highest proportion of research, suitable for detecting various damage. Sensors and cameras are the most direct and commonly used tools for data acquisition. In addition, the rapid development of drones and smartphones have also become popular image acquisition tools.
  • The statistical analysis of the DL method used by DL in SHM is carried out. Firstly, the architecture and application range of DL algorithms such as the CNN, RNN, auto-encoder, and GAN are introduced. Next, we further summarize the data types, core functions, and applications applicable to the different DL methods. At the same time, the data scale involved in the DL algorithm is clarified by enumerating the size and nature of some literature datasets. The last part shows the literature comparing different DL algorithm performances.
  • The application object and function of DL in SHM are analyzed statistically. This paper divides the application objects into two categories: facilities and facilities components. Facilities include bridges, frame structures, buildings, etc., and facilities components include concrete blocks, metal plates, beams, etc. Among them, the research on bridges accounts for the highest proportion. Regarding application function, the most common injuries reported in the literature include cracks, stiffness reduction, bolt loosening, support damage, and simulated damage. In addition, data loss and anomalies are also becoming a concern for researchers. The research stage can be divided into the experimental and practical application stages. Only some literature selects research objects and data from actual structures, mainly bridge databases such as Yonghe Bridge in Tianjin, Saigon Bridge in Vietnam, and bridge inspection records in South Korea.
  • Challenges and trends are identified in part based on bibliometric and literature analysis. First, we identify the challenges of applying DL to SHM from three levels: data, algorithm, and application. The issues involved include the lack of data, uncertainty of the model algorithm, application cost, etc. Given the challenges, we put forward the corresponding solutions in the trend section and as a future research direction for reference. For example, researchers can focus on the FE, unsupervised algorithms, data recovery, self-powered sensors, IoT, and other research directions in the future. Moreover, SHM can be combined with the current research focus on DT to build a five-dimensional model framework of SHMDT, which supports SHM development in integration, intelligence, digitalization, and visualization.
This paper also has some limitations. Firstly, regarding research articles, it focuses more on CNNs and is only retrieved through the WOS search platform. Secondly, the article has three perspectives: data, DL algorithm, and application. Each perspective contains a wide range of content, leading to some detailed content not being discussed thoroughly. In the future, the research scope will be expanded to conduct more extensive and in-depth research on the application of DL in SHM.

Supplementary Materials

The following supporting information can be downloaded at https://www.mdpi.com/article/10.3390/s23218824/s1, Table S1: Data and access summary table. Table S2: DL algorithm summary table. Table S3: Facility component application summary table. Table S4: Facility application summary table. Table S5: Other application functions summary table.

Author Contributions

Conceptualization, J.J. and Y.L.; methodology, Y.L.; validation, J.J. and Y.L.; formal analysis, Y.L.; investigation, Y.L.; resources, J.J.; data curation, Y.L.; writing—original draft preparation, Y.L.; writing—review and editing, J.J.; visualization, Y.L.; supervision, J.J.; project administration, J.J.; funding acquisition, J.J. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China (Grant number 51908523).

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

1D-CNNOne-Dimensional Convolutional Neural Networks
2D-CNNTwo-Dimensional Convolutional Neural Networks
AEAcoustic Emission
ANNArtificial Neural Network
ASCEAmerican Society of Civil Engineers
BPTTBack-Propagation Through Time
BSHMBridge Structure Health Monitoring
BWIMBridge Weigh-In-Motion
CFRPCarbon Fiber-Reinforced Polymer
CNNConvolutional Neural Network
CWTContinuous Wavelet Transform
DCGANDeep Convolutional GANs
DCNNDeep Convolutional Neural Network
DDDamage Detection
DGBODeep Generative Bayesian Optimization
DLDeep Learning
DNNsDeep Neural Networks
DTDigital Twin
EMIElectro-Mechanical Impedance
FCNFully Convolutional Networks
FEMFinite Element Model
GANGenerative Adversarial Networks
GNNGraph Neural Network
GPRGround Penetrating Radar
GRUGated Recurrent Unit
GWGuided Wave
IASCInternational Association for Structural Control
IoTInternet of Things
LSTMLong Short-Term Memory
MAPMean Average Precision
Mask R-CNNMask Region-Based Convolutional Neural Networks
METUMiddle East Technical University
MLMachine Learning
MLPMulti-Layer Perceptron
NDTNon-Destructive Testing
PZTPiezoelectric Transducer
QUGSQatar University Grandstand Simulator
R-CNNRegion-based Convolutional Neural Networks
RNNRecurrent Neural Networks
SHMStructural Health Monitoring
SHMDTStructural Health Monitoring Digital Twin
SSDSingle Shot MultiBox Detector
TCRFContinuous Rigid Frame Bridge
UAVsUnmanned Air Vehicles
UGWUltrasonic Guided Wave
YOLOYou Look Only Once

References

  1. Sony, S.; Gamage, S.; Sadhu, A.; Samarabandu, J. Multiclass Damage Identification in a Full-Scale Bridge Using Optimally Tuned One-Dimensional Convolutional Neural Network. J. Comput. Civil Eng. 2022, 36, 14. [Google Scholar] [CrossRef]
  2. Ma, Z.; Shen, J.; Wang, C.; Wu, H. Characterization of sustainable mortar containing high-quality recycled manufactured sand crushed from recycled coarse aggregate. Cem. Concr. Compos. 2022, 132, 104629. [Google Scholar] [CrossRef]
  3. Wu, H.; Hu, R.; Yang, D.; Ma, Z. Micro-macro characterizations of mortar containing construction waste fines as replacement of cement and sand: A comparative study. Constr. Build. Mater. 2023, 383, 131328. [Google Scholar] [CrossRef]
  4. Housner, G.W.; Bergman, L.A.; Caughey, T.K.; Chassiakos, A.G.; Claus, R.O.; Masri, S.F.; Skelton, R.E.; Soong, T.T.; Spencer, B.F.; Yao, J.T.P. Structural control: Past, present, and future. J. Eng. Mech. 1997, 123, 897–971. [Google Scholar] [CrossRef]
  5. Dong, C.-Z.; Catbas, F.N. A review of computer vision-based structural health monitoring at local and global levels. Struct. Health Monit. 2021, 20, 692–743. [Google Scholar] [CrossRef]
  6. Rytter, A. Vibrational Based Inspection of Civil Engineering Structures. Ph.D. Thesis, Aalborg University, Aalborg, Denmark, 1993. [Google Scholar]
  7. Sony, S.; Laventure, S.; Sadhu, A. A literature review of next-generation smart sensing technology in structural health monitoring. Struct. Control Health Monit. 2019, 26, e2321. [Google Scholar] [CrossRef]
  8. Wang, R.H.; Li, J.; Chencho; An, S.J.; Hao, H.; Liu, W.Q.; Li, L. Densely connected convolutional networks for vibration based structural damage identification. Eng. Struct. 2021, 245, 14. [Google Scholar] [CrossRef]
  9. Guo, S.F.; Ding, H.; Li, Y.H.; Feng, H.W.; Xiong, X.H.; Su, Z.Q.; Feng, W. A hierarchical deep convolutional regression framework with sensor network fail-safe adaptation for acoustic-emission-based structural health monitoring. Mech. Syst. Signal Proc. 2022, 181, 17. [Google Scholar] [CrossRef]
  10. Mariani, S.; Rendu, Q.; Urbani, M.; Sbarufatti, C. Causal dilated convolutional neural networks for automatic inspection of ultrasonic signals in non-destructive evaluation and structural health monitoring. Mech. Syst. Signal Proc. 2021, 157, 22. [Google Scholar] [CrossRef]
  11. Sakurai, H.; Suzuki, K.; Ishii, S.; Hoshi, K.; Nozawa, T.; Ozaki, H.; Haga, H.; Tanigawa, H.; Someya, Y.; Tsuchiya, M.; et al. Development of non-destructive testing (NDT) technique for HIPed interface by Compton scattering X-ray spectroscopy. Nucl. Mater. Energy 2022, 31, 101171. [Google Scholar] [CrossRef]
  12. Sacarea, A.I.; Oancea, G.; Parv, L. Magnetic Particle Inspection Optimization Solution within the Frame of NDT 4.0. Processes 2021, 9, 1067. [Google Scholar] [CrossRef]
  13. Sophian, A.; Tian, G.; Fan, M. Pulsed Eddy Current Non-destructive Testing and Evaluation: A Review. Chin. J. Mech. Eng. 2017, 30, 500–514. [Google Scholar] [CrossRef]
  14. Shao, Y.; Li, L.; Li, J.; An, S.; Hao, H. Computer vision based target-free 3D vibration displacement measurement of structures. Eng. Struct. 2021, 246, 113040. [Google Scholar] [CrossRef]
  15. Hurtado, A.C.; Kaur, K.; Alamdari, M.M.; Atroshchenko, E.; Chang, K.; Kim, C.W. Unsupervised learning-based framework for indirect structural health monitoring using adversarial autoencoder. J. Sound Vibr. 2023, 550, 23. [Google Scholar] [CrossRef]
  16. Xiao, H.T.; Ogai, H.; Wang, W.J. A new deep transfer learning method for intelligent bridge damage diagnosis based on muti-channel sub-domain adaptation. Struct. Infrastruct. Eng. 2023, 16. [Google Scholar] [CrossRef]
  17. He, Y.Y.; Huang, Z.H.; Liu, D.; Zhang, L.K.; Liu, Y. A Novel Structural Damage Identification Method Using a Hybrid Deep Learning Framework. Buildings 2022, 12, 2130. [Google Scholar] [CrossRef]
  18. Sandhu, H.K.; Bodda, S.S.; Gupta, A. Post-hazard condition assessment of nuclear piping-equipment systems: Novel approach to feature extraction and deep learning. Int. J. Pressure Vessels Pip. 2023, 201, 16. [Google Scholar] [CrossRef]
  19. Sikdar, S.; Liu, D.Z.; Kundu, A. Acoustic emission data based deep learning approach for classification and detection of damage-sources in a composite panel. Compos. Pt. B-Eng. 2022, 228, 9. [Google Scholar] [CrossRef]
  20. Hesser, D.F.; Mostafavi, S.; Kocur, G.K.; Markert, B. Identification of acoustic emission sources for structural health monitoring applications based on convolutional neural networks and deep transfer learning. Neurocomputing 2021, 453, 1–12. [Google Scholar] [CrossRef]
  21. Chen, J.; Wu, W.; Ren, Y.; Yuan, S. Fatigue Crack Evaluation with the Guided Wave-Convolutional Neural Network Ensemble and Differential Wavelet Spectrogram. Sensors 2022, 22, 307. [Google Scholar] [CrossRef]
  22. Liao, Y.L.; Qing, X.L.; Wang, Y.H.; Zhang, F.H. Damage localization for composite structure using guided wave signals with Gramian angular field image coding and convolutional neural networks. Compos. Struct. 2023, 312, 14. [Google Scholar] [CrossRef]
  23. Sawant, S.; Sethi, A.; Banerjee, S.; Tallur, S. Unsupervised learning framework for temperature compensated damage identification and localization in ultrasonic guided wave SHM with transfer learning. Ultrasonics 2023, 130, 10. [Google Scholar] [CrossRef] [PubMed]
  24. Zhang, Z.; Tang, F.J.; Cao, Q.; Pan, H.; Wang, X.Y.; Lin, Z.B. Deep Learning-Enriched Stress Level Identification of Pretensioned Rods via Guided Wave Approaches. Buildings 2022, 12, 1772. [Google Scholar] [CrossRef]
  25. Lomazzi, L.; Fabiano, S.; Parziale, M.; Giglio, M.; Cadini, F. On the explainability of convolutional neural networks processing ultrasonic guided waves for damage diagnosis. Mech. Syst. Signal Proc. 2023, 183, 18. [Google Scholar] [CrossRef]
  26. Alazzawi, O.; Wang, D.S. Damage identification using the PZT impedance signals and residual learning algorithm. J. Civ. Struct. Health Monit. 2021, 11, 1225–1238. [Google Scholar] [CrossRef]
  27. Parida, L.; Moharana, S.; Ferreira, V.M.; Giri, S.K.; Ascensao, G. A Novel CNN-LSTM Hybrid Model for Prediction of Electro-Mechanical Impedance Signal Based Bond Strength Monitoring. Sensors 2022, 22, 26. [Google Scholar] [CrossRef]
  28. Rosafalco, L.; Torzoni, M.; Manzoni, A.; Mariani, S.; Corigliano, A. Online structural health monitoring by model order reduction and deep learning algorithms. Comput. Struct. 2021, 255, 18. [Google Scholar] [CrossRef]
  29. Zhen, W. Research on English Vocabulary and Speech Corpus Recognition Based on Deep Learning. Wirel. Commun. Mob. Comput. 2022, 2022, 2882964. [Google Scholar] [CrossRef]
  30. Dokuz, Y.; Tufekci, Z. Feature-based hybrid strategies for gradient descent optimization in end-to-end speech recognition. Multimed. Tools Appl. 2022, 81, 9969–9988. [Google Scholar] [CrossRef]
  31. Zhang, W. An Automatic Error Detection Method for Machine Translation Results via Deep Learning. IEEE Access 2023, 11, 53237–53248. [Google Scholar] [CrossRef]
  32. Chen, M. A Deep Learning-Based Intelligent Quality Detection Model for Machine Translation. IEEE Access 2023, 11, 89469–89477. [Google Scholar] [CrossRef]
  33. Liu, B.; Zuo, X.; Yu, A.; Sun, Y.; Wang, R. Semi-supervised classification of hyperspectral images based on multi-view consistency. Remote Sens. Lett. 2023, 14, 479–490. [Google Scholar] [CrossRef]
  34. Chen, W.; Su, L.; Chen, X.; Huang, Z. Rock image classification using deep residual neural network with transfer learning. Front. Earth Sci. 2023, 10, 1079447. [Google Scholar] [CrossRef]
  35. Hou, L.; Chen, H.S.; Zhang, G.M.; Wang, X.Y. Deep Learning-Based Applications for Safety Management in the AEC Industry: A Review. Appl. Sci. 2021, 11, 821. [Google Scholar] [CrossRef]
  36. Kao, S.P.; Chang, Y.C.; Wang, F.L. Combining the YOLOv4 Deep Learning Model with UAV Imagery Processing Technology in the Extraction and Quantization of Cracks in Bridges. Sensors 2023, 23, 2572. [Google Scholar] [CrossRef] [PubMed]
  37. Sony, S.; Dunphy, K.; Sadhu, A.; Capretz, M. A systematic review of convolutional neural network-based structural condition assessment techniques. Eng. Struct. 2021, 226, 16. [Google Scholar] [CrossRef]
  38. Li, Z.J.; Adamu, K.; Yan, K.; Xu, X.L.; Shao, P.; Li, X.H.; Bashir, H.M. Detection of Nut-Bolt Loss in Steel Bridges Using Deep Learning Techniques. Sustainability 2022, 14, 10837. [Google Scholar] [CrossRef]
  39. Panta, M.; Hoque, M.T.; Abdelguerfi, M.; Flanagin, M.C. IterLUNet: Deep Learning Architecture for Pixel-Wise Crack Detection in Levee Systems. IEEE Access 2023, 11, 12249–12262. [Google Scholar] [CrossRef]
  40. Zhang, L.X.; Shen, J.K.; Zhu, B.J. A research on an improved Unet-based concrete crack detection algorithm. Struct. Health Monit. 2021, 20, 1864–1879. [Google Scholar] [CrossRef]
  41. Wang, S.; Liu, C.; Zhang, Y.H. Fully convolution network architecture for steel-beam crack detection in fast-stitching images. Mech. Syst. Signal Proc. 2022, 165, 20. [Google Scholar] [CrossRef]
  42. Gao, X.J.; Huang, C.S.; Teng, S.; Chen, G.F. A Deep-Convolutional-Neural-Network-Based Semi-Supervised Learning Method for Anomaly Crack Detection. Appl. Sci. 2022, 12, 9244. [Google Scholar] [CrossRef]
  43. Dunphy, K.; Fekri, M.N.; Grolinger, K.; Sadhu, A. Data Augmentation for Deep-Learning-Based Multiclass Structural Damage Detection Using Limited Information. Sensors 2022, 22, 6193. [Google Scholar] [CrossRef] [PubMed]
  44. Wang, L.L.; Li, J.J.; Kang, F. Crack Location and Degree Detection Method Based on YOLOX Model. Appl. Sci. 2022, 12, 12572. [Google Scholar] [CrossRef]
  45. Pal, J.; Sikdar, S.; Banerjee, S. A deep-learning approach for health monitoring of a steel frame structure with bolted connections. Struct. Control Health Monit. 2022, 29, e2873. [Google Scholar] [CrossRef]
  46. Zhang, T.; Biswal, S.; Wang, Y. SHMnet: Condition assessment of bolted connection with beyond human-level performance. Struct. Health Monit. 2020, 19, 1188–1201. [Google Scholar] [CrossRef]
  47. Lu, Q.Z.; Jing, Y.C.; Zhao, X.F. Bolt Loosening Detection Using Key-Point Detection Enhanced by Synthetic Datasets. Appl. Sci. 2023, 13, 2020. [Google Scholar] [CrossRef]
  48. Li, Z.Q.; Li, D.S. A high-frequency feature enhancement network for the surface defect detection of welded rebar. Struct. Control Health Monit. 2022, 29, 13. [Google Scholar] [CrossRef]
  49. Rubio, J.J.; Kashiwa, T.; Laiteerapong, T.; Deng, W.; Nagai, K.; Escalera, S.; Nakayama, K.; Matsuo, Y.; Prendinger, H. Multi-class structural damage segmentation using fully convolutional networks. Comput. Ind. 2019, 112, 103121. [Google Scholar] [CrossRef]
  50. Zhang, Y.; Liu, P.; Zhao, X.F. Structural displacement monitoring based on mask regions with convolutional neural network. Constr. Build. Mater. 2021, 267, 8. [Google Scholar] [CrossRef]
  51. Song, Q.S.; Wu, J.R.; Wang, H.L.; An, Y.S.; Tang, G.W. Computer vision-based illumination-robust and multi-point simultaneous structural displacement measuring method. Mech. Syst. Signal Proc. 2022, 170, 14. [Google Scholar] [CrossRef]
  52. Lydon, D.; Kromanis, R.; Lydon, M.; Early, J.; Taylor, S. Use of a roving computer vision system to compare anomaly detection techniques for health monitoring of bridges. J. Civ. Struct. Health Monit. 2022, 12, 1299–1316. [Google Scholar] [CrossRef]
  53. Pan, X.; Yang, T.Y.; Xiao, Y.F.; Yao, H.C.; Adeli, H. Vision-based real-time structural vibration measurement through deep-learning-based detection and tracking methods. Eng. Struct. 2023, 281, 12. [Google Scholar] [CrossRef]
  54. Zhao, S.Z.; Kang, F.; Li, J.J. Concrete dam damage detection and localisation based on YOLOv5s-HSC and photogrammetric 3D reconstruction. Autom. Constr. 2022, 143, 18. [Google Scholar] [CrossRef]
  55. Azimi, M.; Eslamlou, A.D.; Pekcan, G. Data-Driven Structural Health Monitoring and Damage Detection through Deep Learning: State-of-the-Art Review. Sensors 2020, 20, 2778. [Google Scholar] [CrossRef] [PubMed]
  56. Wuttke, F.; Lyu, H.; Sattari, A.S.; Rizvi, Z.H. Wave based damage detection in solid structures using spatially asymmetric encoder-decoder network. Sci. Rep. 2021, 11, 20968. [Google Scholar] [CrossRef] [PubMed]
  57. Geetha, G.K.; Yang, H.J.; Sim, S.H. Fast Detection of Missing Thin Propagating Cracks during Deep-Learning-Based Concrete Crack/Non-Crack Classification. Sensors 2023, 23, 1419. [Google Scholar] [CrossRef]
  58. Sattarifar, A.; Nestorovi, T. Damage localization and characterization using one-dimensional convolutional neural network and a sparse network of transducers. Eng. Appl. Artif. Intell. 2022, 115, 13. [Google Scholar] [CrossRef]
  59. Jian, X.; Zhong, H.; Xia, Y.; Sun, L. Faulty data detection and classification for bridge structural health monitoring via statistical and deep-learning approach. Struct. Control Health Monit. 2021, 28, e2824. [Google Scholar] [CrossRef]
  60. Zhao, J. Efficient Detection of Large-Scale Multimedia Network Information Data Anomalies Based on the Rule-Extracting Matrix Algorithm. Adv. Multimed. 2021, 2021, 3299891. [Google Scholar] [CrossRef]
  61. Sony, S.; Gamage, S.; Sadhu, A.; Samarabandu, J. Vibration-based multiclass damage detection and localization using long short-term memory networks. Structures 2022, 35, 436–451. [Google Scholar] [CrossRef]
  62. Siracusano, G.; Garesci, F.; Finocchio, G.; Tomasello, R.; Lamonaca, F.; Scuro, C.; Carpentieri, M.; Chiappini, M.; La Corte, A. Automatic Crack Classification by Exploiting Statistical Event Descriptors for Deep Learning. Appl. Sci. 2021, 11, 12059. [Google Scholar] [CrossRef]
  63. Zhang, B.; Hong, X.B.; Liu, Y. Distribution adaptation deep transfer learning method for cross-structure health monitoring using guided waves. Struct. Health Monit. 2022, 21, 853–871. [Google Scholar] [CrossRef]
  64. Li, Y.; Bao, T.; Gao, Z.; Shu, X.; Zhang, K.; Xie, L.; Zhang, Z. A new dam structural response estimation paradigm powered by deep learning and transfer learning techniques. Struct. Health Monit. 2022, 21, 770–787. [Google Scholar] [CrossRef]
  65. Li, Y.; Bao, T.; Gong, J.; Shu, X.; Zhang, K. The Prediction of Dam Displacement Time Series Using STL, Extra-Trees, and Stacked LSTM Neural Network. IEEE Access 2020, 8, 94440–94452. [Google Scholar] [CrossRef]
  66. Huang, B.; Kang, F.; Li, J.J.; Wang, F. Displacement prediction model for high arch dams using long short-term memory based encoder-decoder with dual-stage attention considering measured dam temperature. Eng. Struct. 2023, 280, 15. [Google Scholar] [CrossRef]
  67. Son, H.; Jang, Y.; Kim, S.-E.; Kim, D.; Park, J.-W. Deep Learning-Based Anomaly Detection to Classify Inaccurate Data and Damaged Condition of a Cable-Stayed Bridge. IEEE Access 2021, 9, 124549–124559. [Google Scholar] [CrossRef]
  68. Li, L.; Liu, G.; Zhang, L.; Li, Q. FS-LSTM-Based Sensor Fault and Structural Damage Isolation in SHM. IEEE Sens. J. 2021, 21, 3250–3259. [Google Scholar] [CrossRef]
  69. Liu, B.; Xu, Q.; Chen, J.Y.; Li, J.; Wang, M.M. A New Framework for Isolating Sensor Failures and Structural Damage in Noisy Environments Based on Stacked Gated Recurrent Unit Neural Networks. Buildings 2022, 12, 1286. [Google Scholar] [CrossRef]
  70. Zhang, R.Y.; Meng, L.B.; Mao, Z.; Sun, H. Spatiotemporal Deep Learning for Bridge Response Forecasting. J. Struct. Eng. 2021, 147, 9. [Google Scholar] [CrossRef]
  71. Hou, J.L.; Jiang, H.C.; Wan, C.F.; Yi, L.T.; Gao, S.; Ding, Y.L.; Xue, S.T. Deep learning and data augmentation based data imputation for structural health monitoring system in multi-sensor damaged state. Measurement 2022, 196, 17. [Google Scholar] [CrossRef]
  72. Deng, Y.; Ju, H.W.; Li, Y.H.; Hu, Y.A.; Li, A.Q. Abnormal Data Recovery of Structural Health Monitoring for Ancient City Wall Using Deep Learning Neural Network. Int. J. Archit. Herit. 2022, 19. [Google Scholar] [CrossRef]
  73. Ju, H.W.; Deng, Y.; Zhai, W.Q.; Li, A.Q. Recovery of Abnormal Data for Bridge Structural Health Monitoring Based on Deep Learning and Temporal Correlation. Sens. Mater. 2022, 34, 4491–4505. [Google Scholar] [CrossRef]
  74. Rosafalco, L.; Manzoni, A.; Mariani, S.; Corigliano, A. An Autoencoder-Based Deep Learning Approach for Load Identification in Structural Dynamics. Sensors 2021, 21, 32. [Google Scholar] [CrossRef] [PubMed]
  75. Zhang, B.; Hong, X.B.; Liu, Y. Deep Convolutional Neural Network Probability Imaging for Plate Structural Health Monitoring Using Guided Waves. IEEE Trans. Instrum. Meas. 2021, 70, 10. [Google Scholar] [CrossRef]
  76. Chen, G.F.; Teng, S.; Lin, M.S.; Yang, X.M.; Sun, X.L. Crack Detection Based on Generative Adversarial Networks and Deep Learning. KSCE J. Civ. Eng. 2022, 26, 1803–1816. [Google Scholar] [CrossRef]
  77. Jiang, H.; Wan, C.; Yang, K.; Ding, Y.; Xue, S. Continuous missing data imputation with incomplete dataset by generative adversarial networks-based unsupervised learning for long-term bridge health monitoring. Struct. Health Monit. 2022, 21, 1093–1109. [Google Scholar] [CrossRef]
  78. Fan, G.; Li, J.; Hao, H.; Xin, Y. Data driven structural dynamic response reconstruction using segment based generative adversarial networks. Eng. Struct. 2021, 234, 111970. [Google Scholar] [CrossRef]
  79. Lei, X.M.; Sun, L.M.; Xia, Y. Lost data reconstruction for structural health monitoring using deep convolutional generative adversarial networks. Struct. Health Monit. 2021, 20, 2069–2087. [Google Scholar] [CrossRef]
  80. Ebrahimkhanlou, A.; Dubuc, B.; Salamone, S. A generalizable deep learning framework for localizing and characterizing acoustic emission sources in riveted metallic panels. Mech. Syst. Signal Proc. 2019, 130, 248–272. [Google Scholar] [CrossRef]
  81. Ebrahimkhanlou, A.; Salamone, S. Single-sensor acoustic emission source localization in plate-like structures: A deep learning approach. In Proceedings of the SPIE Conference on Health Monitoring of Structural and Biological Systems XII, Denver, CO, USA, 5–8 March 2018. [Google Scholar]
  82. Rastin, Z.; Amiri, G.G.; Darvishan, E. Generative Adversarial Network for Damage Identification in Civil Structures. Shock Vib. 2021, 2021, 12. [Google Scholar] [CrossRef]
  83. Qi, Y.Z.; Yuan, C.; Li, P.Z.; Kong, Q.Z. Damage analysis and quantification of RC beams assisted by Damage-T Generative Adversarial Network. Eng. Appl. Artif. Intell. 2023, 117, 11. [Google Scholar] [CrossRef]
  84. Dunphy, K.; Sadhu, A.; Wang, J.F. Multiclass damage detection in concrete structures using a transfer learning-based generative adversarial networks. Struct. Control Health Monit. 2022, 29, 20. [Google Scholar] [CrossRef]
  85. Toh, G.; Park, J. Review of Vibration-Based Structural Health Monitoring Using Deep Learning. Appl. Sci. 2020, 10, 1680. [Google Scholar] [CrossRef]
  86. Jayawickrema, U.M.N.; Herath, H.; Hettiarachchi, N.K.; Sooriyaarachchi, H.P.; Epaarachchi, J.A. Fibre-optic sensor and deep learning-based structural health monitoring systems for civil structures: A review. Measurement 2022, 199, 31. [Google Scholar] [CrossRef]
  87. Capineri, L.; Bulletti, A. Ultrasonic Guided-Waves Sensors and Integrated Structural Health Monitoring Systems for Impact Detection and Localization: A Review. Sensors 2021, 21, 2929. [Google Scholar] [CrossRef]
  88. Kiranyaz, S.; Avci, O.; Abdeljaber, O.; Ince, T.; Gabbouj, M.; Inman, D.J. 1D convolutional neural networks and applications: A survey. Mech. Syst. Signal Proc. 2021, 151, 21. [Google Scholar] [CrossRef]
  89. Salehi, H.; Burgueno, R. Emerging artificial intelligence methods in structural engineering. Eng. Struct. 2018, 171, 170–189. [Google Scholar] [CrossRef]
  90. Sharma, V.B.; Tewari, S.; Biswas, S.; Lohani, B.; Dwivedi, U.D.; Dwivedi, D.; Sharma, A.; Jung, J.P. Recent Advancements in AI-Enabled Smart Electronics Packaging for Structural Health Monitoring. Metals 2021, 11, 48. [Google Scholar] [CrossRef]
  91. Bao, Y.Q.; Li, H. Machine learning paradigm for structural health monitoring. Struct. Health Monit. 2021, 20, 1353–1372. [Google Scholar] [CrossRef]
  92. Gomez-Cabrera, A.; Escamilla-Ambrosio, P.J. Review of Machine-Learning Techniques Applied to Structural Health Monitoring Systems for Building and Bridge Structures. Appl. Sci. 2022, 12, 10754. [Google Scholar] [CrossRef]
  93. Fan, W.Y.; Chen, Y.; Li, J.Q.; Sun, Y.; Feng, J.; Hassanin, H.; Sareh, P. Machine learning applied to the design and inspection of reinforced concrete bridges: Resilient methods and emerging applications. Structures 2021, 33, 3954–3963. [Google Scholar] [CrossRef]
  94. Ahmed, H.; La, H.M.; Gucunski, N. Review of Non-Destructive Civil Infrastructure Evaluation for Bridges: State-of-the-Art Robotic Platforms, Sensors and Algorithms. Sensors 2020, 20, 3954. [Google Scholar] [CrossRef] [PubMed]
  95. Sun, L.; Shang, Z.; Xia, Y.; Bhowmick, S.; Nagarajaiah, S. Review of Bridge Structural Health Monitoring Aided by Big Data and Artificial Intelligence: From Condition Assessment to Damage Detection. J. Struct. Eng. 2020, 146, 22. [Google Scholar] [CrossRef]
  96. Khazaee, M.; Derian, P.; Mouraud, A. A comprehensive study on Structural Health Monitoring (SHM) of wind turbine blades by instrumenting tower using machine learning methods. Renew. Energy 2022, 199, 1568–1579. [Google Scholar] [CrossRef]
  97. Hassani, S.; Mousavi, M.; Gandomi, A.H. Structural Health Monitoring in Composite Structures: A Comprehensive Review. Sensors 2022, 22, 153. [Google Scholar] [CrossRef] [PubMed]
  98. Huang, J.Y.; Liu, J.H.; Gong, H.; Deng, X.J. A comprehensive review of loosening detection methods for threaded fasteners. Mech. Syst. Signal Proc. 2022, 168, 29. [Google Scholar] [CrossRef]
  99. Deng, J.H.; Singh, A.; Zhou, Y.Y.; Lu, Y.; Lee, V.C.S. Review on computer vision-based crack detection and quantification methodologies for civil structures. Constr. Build. Mater. 2022, 356, 20. [Google Scholar] [CrossRef]
  100. Hamishebahar, Y.; Guan, H.; So, S.P.; Jo, J. A Comprehensive Review of Deep Learning-Based Crack Detection Approaches. Appl. Sci. 2022, 12, 1374. [Google Scholar] [CrossRef]
  101. Pal, M.; Palevicius, P.; Landauskas, M.; Orinaite, U.; Timofejeva, I.; Ragulskis, M. An Overview of Challenges Associated with Automatic Detection of Concrete Cracks in the Presence of Shadows. Appl. Sci. 2021, 11, 11396. [Google Scholar] [CrossRef]
  102. Bao, Y.; Chen, Z.; Wei, S.; Xu, Y.; Tang, Z.; Li, H. The State of the Art of Data Science and Engineering in Structural Health Monitoring. Engineering 2019, 5, 234–242. [Google Scholar] [CrossRef]
  103. Baduge, S.K.; Thilakarathna, S.; Perera, J.S.; Arashpour, M.; Sharafi, P.; Teodosio, B.; Shringi, A.; Mendis, P. Artificial intelligence and smart vision for building and construction 4.0: Machine and deep learning methods and applications. Autom. Constr. 2022, 141, 26. [Google Scholar] [CrossRef]
  104. Akinosho, T.D.; Oyedele, L.O.; Bilal, M.; Ajayi, A.O.; Delgado, M.D.; Akinade, O.O.; Ahmed, A.A. Deep learning in the construction industry: A review of present status and future innovations. J. Build. Eng. 2020, 32, 14. [Google Scholar] [CrossRef]
  105. Avci, O.; Abdeljaber, O.; Kiranyaz, S.; Hussein, M.; Gabbouj, M.; Inman, D.J. A Review of Vibration-Based Damage Detection in Civil Structures: From Traditional Methods to Machine Learning and Deep Learning Applications. arXiv 2020, arXiv:2004.04373. [Google Scholar] [CrossRef]
  106. Maia, N.M.M.; Silva, J.M.M.; Almas, E.A.M.; Sampaio, R.P.C. Damage detection in structures: From mode shape to frequency response function methods. Mech. Syst. Signal Proc. 2003, 17, 489–498. [Google Scholar] [CrossRef]
  107. Radzienski, M.; Krawczuk, M.; Palacz, M. Improvement of damage detection methods based on experimental modal parameters. Mech. Syst. Signal Proc. 2011, 25, 2169–2190. [Google Scholar] [CrossRef]
  108. Teng, Z.Q.; Teng, S.; Zhang, J.Q.; Chen, G.F.; Cui, F.S. Structural Damage Detection Based on Real-Time Vibration Signal and Convolutional Neural Network. Appl. Sci. 2020, 10, 4720. [Google Scholar] [CrossRef]
  109. Yang, J.; Yang, F.; Zhou, Y.; Wang, D.; Li, R.; Wang, G.; Chen, W. A data-driven structural damage detection framework based on parallel convolutional neural network and bidirectional gated recurrent unit. Inf. Sci. 2021, 566, 103–117. [Google Scholar] [CrossRef]
  110. Fathnejat, H.; Ahmadi-Nedushan, B.; Hosseininejad, S.; Noori, M.; Altabey, W.A. A data-driven structural damage identification approach using deep convolutional-attention-recurrent neural architecture under temperature variations. Eng. Struct. 2023, 276, 14. [Google Scholar] [CrossRef]
  111. Seventekidis, P.; Giagopoulos, D. Model error effects in supervised damage identification of structures with numerically trained classifiers. Mech. Syst. Signal Proc. 2023, 184, 31. [Google Scholar] [CrossRef]
  112. Dang, V.H.; Vu, T.C.; Nguyen, B.D.; Nguyen, Q.H.; Nguyen, T.D. Structural damage detection framework based on graph convolutional network directly using vibration data. Structures 2022, 38, 40–51. [Google Scholar] [CrossRef]
  113. He, Y.Y.; Zhang, L.K.; Chen, Z.S.; Li, C.Y. A framework of structural damage detection for civil structures using a combined multi-scale convolutional neural network and echo state network. Eng. Comput. 2023, 39, 1771–1789. [Google Scholar] [CrossRef]
  114. Li, S.J.; Liu, F.Y.; Peng, G.L.; Cheng, F.; Zhao, B.Q.; Ji, M.Y. A Lightweight SHM Framework Based on Adaptive Multisensor Fusion Network and Multigeneration Knowledge Distillation. IEEE Trans. Instrum. Meas. 2022, 71, 19. [Google Scholar] [CrossRef]
  115. Yang, Q.; Shen, D.J. Learning Damage Representations with Sequence-to-Sequence Models. Sensors 2022, 22, 452. [Google Scholar] [CrossRef] [PubMed]
  116. Wang, X.Y.; Xia, Y. Knowledge transfer for structural damage detection through re-weighted adversarial domain adaptation. Mech. Syst. Signal Proc. 2022, 172, 19. [Google Scholar] [CrossRef]
  117. Wang, R.H.; Chencho; An, S.J.; Li, J.; Li, L.; Hao, H.; Liu, W.Q. Deep residual network framework for structural health monitoring. Struct. Health Monit. 2021, 20, 1443–1461. [Google Scholar] [CrossRef]
  118. Wang, L.X.; Liu, H.B.; Chen, Z.H.; Zhang, F.; Guo, L.L. Combined digital twin and hierarchical deep learning approach for intelligent damage identification in cable dome structure. Eng. Struct. 2023, 274, 18. [Google Scholar] [CrossRef]
  119. He, Y.Y.; Chen, H.Y.; Liu, D.; Zhang, L.K. A Framework of Structural Damage Detection for Civil Structures Using Fast Fourier Transform and Deep Convolutional Neural Networks. Appl. Sci. 2021, 11, 9345. [Google Scholar] [CrossRef]
  120. Wang, X.W.; Zhang, X.N.; Shahzad, M.M. A novel structural damage identification scheme based on deep learning framework. Structures 2021, 29, 1537–1549. [Google Scholar] [CrossRef]
  121. Rastin, Z.; Ghodrati Amiri, G.; Darvishan, E. Unsupervised Structural Damage Detection Technique Based on a Deep Convolutional Autoencoder. Shock Vib. 2021, 2021, 6658575. [Google Scholar] [CrossRef]
  122. Liao, S.Y.; Liu, H.J.; Yang, J.X.; Ge, Y.X. A channel-spatial-temporal attention-based network for vibration-based damage detection. Inf. Sci. 2022, 606, 213–229. [Google Scholar] [CrossRef]
  123. Yang, J.; Zhang, L.; Chen, C.; Li, Y.; Li, R.; Wang, G.; Jiang, S.; Zeng, Z. A hierarchical deep convolutional neural network and gated recurrent unit framework for structural damage detection. Inf. Sci. 2020, 540, 117–130. [Google Scholar] [CrossRef]
  124. Chamangard, M.; Ghodrati Amiri, G.; Darvishan, E.; Rastin, Z. Transfer Learning for CNN-Based Damage Detection in Civil Structures with Insufficient Data. Shock Vib. 2022, 2022, 3635116. [Google Scholar] [CrossRef]
  125. Dang, H.V.; Raza, M.; Nguyen, T.V.; Bui-Tien, T.; Nguyen, H.X. Deep learning-based detection of structural damage using time-series data. Struct. Infrastruct. Eng. 2021, 17, 1474–1493. [Google Scholar] [CrossRef]
  126. Sajedi, S.; Liang, X. Dual Bayesian inference for risk-informed vibration-based damage diagnosis. Comput.-Aided Civ. Infrastruct. Eng. 2021, 36, 1168–1184. [Google Scholar] [CrossRef]
  127. Karmakov, S.; Aliabadi, M.H.F. Deep Learning Approach to Impact Classification in Sensorized Panels Using Self-Attention. Sensors 2022, 22, 17. [Google Scholar] [CrossRef]
  128. Jiang, K.J.; Han, Q.; Du, X.L. Lost data neural semantic recovery framework for structural health monitoring based on deep learning. Comput.-Aided Civ. Infrastruct. Eng. 2022, 37, 1160–1187. [Google Scholar] [CrossRef]
  129. Ni, F.; Zhang, J.; Noori, M.N. Deep learning for data anomaly detection and data compression of a long-span suspension bridge. Comput.-Aided Civ. Infrastruct. Eng. 2020, 35, 685–700. [Google Scholar] [CrossRef]
  130. Agyemang, I.O.; Zhang, X.L.; Acheampong, D.; Adjei-Mensah, I.; Kusi, G.A.; Mawuli, B.C.; Agbley, B.L.Y. Autonomous health assessment of civil infrastructure using deep learning and smart devices. Autom. Constr. 2022, 141, 15. [Google Scholar] [CrossRef]
  131. Ye, X.W.; Ma, S.Y.; Liu, Z.X.; Ding, Y.; Li, Z.X.; Jin, T. Post-earthquake damage recognition and condition assessment of bridges using UAV integrated with deep learning approach. Struct. Control Health Monit. 2022, 29, 15. [Google Scholar] [CrossRef]
  132. Arafin, P.; Issa, A.; Billah, A. Performance Comparison of Multiple Convolutional Neural Networks for Concrete Defects Classification. Sensors 2022, 22, 18. [Google Scholar] [CrossRef]
  133. Deng, W.L.; Mou, Y.L.; Kashiwa, T.; Escalera, S.; Nagai, K.; Nakayama, K.; Matsuo, Y.; Prendinger, H. Vision based pixel-level bridge structural damage detection using a link ASPP network. Autom. Constr. 2020, 110, 9. [Google Scholar] [CrossRef]
  134. Hou, R.; Jeong, S.; Lynch, J.P.; Law, K.H. Cyber-physical system architecture for automating the mapping of truck loads to bridge behavior using computer vision in connected highway corridors. Transp. Res. Part C-Emerg. Technol. 2020, 111, 547–571. [Google Scholar] [CrossRef]
  135. Zhou, Y.; Pei, Y.; Li, Z.; Fang, L.; Zhao, Y.; Yi, W. Vehicle weight identification system for spatiotemporal load distribution on bridges based on non-contact machine vision technology and deep learning algorithms. Measurement 2020, 159, 107801. [Google Scholar] [CrossRef]
  136. Xu, X.Y.; Yang, H. Vision Measurement of Tunnel Structures with Robust Modelling and Deep Learning Algorithms. Sensors 2020, 20, 15. [Google Scholar] [CrossRef]
  137. Kang, D.H.; Cha, Y.J. Autonomous UAVs for Structural Health Monitoring Using Deep Learning and an Ultrasonic Beacon System with Geo-Tagging. Comput.-Aided Civ. Infrastruct. Eng. 2018, 33, 885–902. [Google Scholar] [CrossRef]
  138. Gao, Y.; Zhai, P.; Mosalam, K.M. Balanced semisupervised generative adversarial network for damage assessment from low-data imbalanced-class regime. Comput.-Aided Civ. Infrastruct. Eng. 2021, 36, 1094–1113. [Google Scholar] [CrossRef]
  139. Wang, S.H.; Zargar, S.A.; Yuan, F.G. Augmented reality for enhanced visual inspection through knowledge-based deep learning. Struct. Health Monit. 2021, 20, 426–442. [Google Scholar] [CrossRef]
  140. Park, S.E.; Eem, S.H.; Jeon, H. Concrete crack detection and quantification using deep learning and structured light. Constr. Build. Mater. 2020, 252, 8. [Google Scholar] [CrossRef]
  141. Kim, B.; Yuvaraj, N.; Preethaa, K.R.S.; Pandian, R.A. Surface crack detection using deep learning with shallow CNN architecture for enhanced computation. Neural Comput. Appl. 2021, 33, 9289–9305. [Google Scholar] [CrossRef]
  142. Islam, M.M.M.; Kim, J.-M. Vision-Based Autonomous Crack Detection of Concrete Structures Using a Fully Convolutional Encoder-Decoder Network. Sensors 2019, 19, 4251. [Google Scholar] [CrossRef]
  143. Chen, F.C.; Jahanshahi, M.R. ARF-Crack: Rotation invariant deep fully convolutional network for pixel-level crack detection. Mach. Vis. Appl. 2020, 31, 12. [Google Scholar] [CrossRef]
  144. Sajedi, S.O.; Liang, X. Uncertainty-assisted deep vision structural health monitoring. Comput.-Aided Civ. Infrastruct. Eng. 2021, 36, 126–142. [Google Scholar] [CrossRef]
  145. Jang, K.; Kim, N.; An, Y.-K. Deep learning-based autonomous concrete crack evaluation through hybrid image scanning. Struct. Health Monit. 2019, 18, 1722–1737. [Google Scholar] [CrossRef]
  146. Chen, S.-X.; Zhou, L.; Ni, Y.-Q.; Liu, X.-Z. An acoustic-homologous transfer learning approach for acoustic emission-based rail condition evaluation. Struct. Health Monit. 2021, 20, 2161–2181. [Google Scholar] [CrossRef]
  147. Yang, L.; Xu, F.Y. A Novel Acoustic Emission Sources Localization and Identification Method in Metallic Plates Based on Stacked Denoising Autoencoders. IEEE Access 2020, 8, 141123–141142. [Google Scholar] [CrossRef]
  148. Garrett, J.C.; Mei, H.F.; Giurgiutiu, V. An Artificial Intelligence Approach to Fatigue Crack Length Estimation from Acoustic Emission Waves in Thin Metallic Plates. Appl. Sci. 2022, 12, 1372. [Google Scholar] [CrossRef]
  149. Pandey, P.; Rai, A.; Mitra, M. Explainable 1-D convolutional neural network for damage detection using Lamb wave. Mech. Syst. Signal Proc. 2022, 164, 12. [Google Scholar] [CrossRef]
  150. Gao, F.; Hua, J.D. Damage characterization using CNN and SAE of broadband Lamb waves. Ultrasonics 2022, 119, 10. [Google Scholar] [CrossRef]
  151. de Oliveira, M.A.; Monteiro, A.V.; Vieira Filho, J. A New Structural Health Monitoring Strategy Based on PZT Sensors and Convolutional Neural Network. Sensors 2018, 18, 2955. [Google Scholar] [CrossRef]
  152. Chen, L.; Gallet, A.; Huang, S.S.; Liu, D.; Smyl, D. Probabilistic cracking prediction via deep learned electrical tomography. Struct. Health Monit. 2022, 21, 1574–1589. [Google Scholar] [CrossRef]
  153. Ahmed, H.; La, H.M.; Tran, K. Rebar detection and localization for bridge deck inspection and evaluation using deep residual networks. Autom. Constr. 2020, 120, 18. [Google Scholar] [CrossRef]
  154. Hosoda, A.; Akmal, A.; Toshida, Y.; Saleem, M. Prediction of maximum crack width by machine learning using concrete construction data in yamaguchi system. Int. J. Intell. Inform. Infrastruct. Data Sci. Pap. 2022, 3, 898–905. [Google Scholar]
  155. Lecun, Y.; Bottou, L.; Bengio, Y.; Haffner, P. Gradient-based learning applied to document recognition. Proc. IEEE 1998, 86, 2278–2324. [Google Scholar] [CrossRef]
  156. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. Imagenet classification with deep convolutional neural networks. Adv. Neural Inf. Process. Syst. 2017, 60, 84–89. [Google Scholar] [CrossRef]
  157. Simonyan, K.; Zisserman, A. Very deep convolutional networks for large-scale image recognition. arXiv 2014, arXiv:1409.1556. [Google Scholar]
  158. Szegedy, C.; Liu, W.; Jia, Y.; Sermanet, P.; Reed, S.; Anguelov, D.; Erhan, D.; Vanhoucke, V.; Rabinovich, A. Going deeper with convolutions. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015; pp. 1–9. [Google Scholar]
  159. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 27–30 June 2016; pp. 770–778. [Google Scholar]
  160. Peng, M.; Wang, C.; Chen, T.; Liu, G. Nirfacenet: A convolutional neural network for near-infrared face identification. Information 2016, 7, 61. [Google Scholar] [CrossRef]
  161. Zhang, L.Y.; Zhou, G.C.; Han, Y.; Lin, H.L.; Wu, Y.Y. Application of Internet of Things Technology and Convolutional Neural Network Model in Bridge Crack Detection. IEEE Access 2018, 6, 39442–39451. [Google Scholar] [CrossRef]
  162. Girshick, R.; Donahue, J.; Darrell, T.; Malik, J. Rich feature hierarchies for accurate object detection and semantic segmentation. In Proceedings of the 27th IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Columbus, OH, Italy, 23–28 June 2014; pp. 580–587. [Google Scholar]
  163. Girshick, R. Fast r-cnn. In Proceedings of the IEEE International Conference on Computer Vision, Santiago, Chile, 7–13 December 2015; pp. 1440–1448. [Google Scholar]
  164. Ren, S.; He, K.; Girshick, R.; Sun, J. Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks. arXiv 2016, arXiv:1506.01497.s, s. [Google Scholar] [CrossRef]
  165. Pham, H.C.; Ta, Q.B.; Kim, J.T.; Ho, D.D.; Tran, X.L.; Huynh, T.C. Bolt-Loosening Monitoring Framework Using an Image-Based Deep Learning and Graphical Model. Sensors 2020, 20, 19. [Google Scholar] [CrossRef]
  166. Li, C.; Xu, P.; Niu, L.; Chen, Y.; Sheng, L.; Liu, M. Tunnel crack detection using coarse-to-fine region localization and edge detection. Wiley Interdiscip. Rev. -Data Min. Knowl. Discov. 2019, 9, e1308. [Google Scholar] [CrossRef]
  167. Liu, W.; Anguelov, D.; Erhan, D.; Szegedy, C.; Reed, S.; Fu, C.-Y.; Berg, A.C. Ssd: Single shot multibox detector. In Proceedings of the Computer Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, 11–14 October 2016; pp. 21–37. [Google Scholar]
  168. Redmon, J.; Divvala, S.; Girshick, R.; Farhadi, A. You only look once: Unified, real-time object detection. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Seattle, WA, USA, 27–30 June 2016; pp. 779–788. [Google Scholar]
  169. Ding, L.; Fang, W.; Luo, H.; Love, P.E.; Zhong, B.; Ouyang, X. A deep hybrid learning model to detect unsafe behavior: Integrating convolution neural networks and long short-term memory. Autom. Constr. 2018, 86, 118–124. [Google Scholar] [CrossRef]
  170. Ronneberger, O.; Fischer, P.; Brox, T. U-net: Convolutional networks for biomedical image segmentation. In Proceedings of the Medical Image Computing and Computer-Assisted Intervention–MICCAI, Munich, Germany, 5–9 October 2015; pp. 234–241. [Google Scholar]
  171. Jégou, S.; Drozdzal, M.; Vazquez, D.; Romero, A.; Bengio, Y. The one hundred layers tiramisu: Fully convolutional densenets for semantic segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, Honolulu, HI, USA, 21–26 July 2017; pp. 11–19. [Google Scholar]
  172. Chen, L.-C.; Zhu, Y.; Papandreou, G.; Schroff, F.; Adam, H. Encoder-Decoder with Atrous Separable Convolution for Semantic Image Segmentation. In Proceedings of the 15th European Conference on Computer Vision (ECCV), Munich, Germany, 8–14 September 2018; pp. 833–851. [Google Scholar]
  173. He, K.; Gkioxari, G.; Dollár, P.; Girshick, R. Mask r-cnn. In Proceedings of the IEEE international conference on computer vision, Venice, Italy, 22–29 October 2017; pp. 2961–2969. [Google Scholar]
  174. Qiu, D.W.; Liang, H.R.; Wang, Z.L.; Tong, Y.C.; Wan, S.S. Hybrid-Supervised-Learning-Based Automatic Image Segmentation for Water Leakage in Subway Tunnels. Appl. Sci. 2022, 12, 11799. [Google Scholar] [CrossRef]
  175. Kiranyaz, S.; Ince, T.; Hamila, R.; Gabbouj, M. Convolutional Neural Networks for Patient-Specific ECG Classification. In Proceedings of the 37th Annual International Conference of the IEEE-Engineering-in-Medicine-and-Biology-Society (EMBC), Milan, Italy, 25–29 August 2015; pp. 2608–2611. [Google Scholar]
  176. Zhang, S.Y.; Li, C.M.; Ye, W.J. Damage localization in plate-like structures using time-varying feature and one-dimensional convolutional neural network. Mech. Syst. Signal Proc. 2021, 147, 15. [Google Scholar] [CrossRef]
  177. Wu, C.S.; Peng, Y.X.; Zhuo, D.B.; Zhang, J.Q.; Ren, W.; Feng, Z.Y. Energy Ratio Variation-Based Structural Damage Detection Using Convolutional Neural Network. Appl. Sci. 2022, 12, 10220. [Google Scholar] [CrossRef]
  178. Dang, H.V.; Tran-Ngoc, H.; Nguyen, T.V.; Bui-Tien, T.; De Roeck, G.; Nguyen, H.X. Data-Driven Structural Health Monitoring Using Feature Fusion and Hybrid Deep Learning. IEEE Trans. Autom. Sci. Eng. 2021, 18, 2087–2103. [Google Scholar] [CrossRef]
  179. Ma, Z.R.; Gao, L. Predicting Mechanical State of High-Speed Railway Elevated Station Track System Using a Hybrid Prediction Model. KSCE J. Civ. Eng. 2021, 25, 2474–2486. [Google Scholar] [CrossRef]
  180. Shin, R.; Okada, Y.; Yamamoto, K. Application of C-LSTM Networks to Automatic Labeling of Vehicle Dynamic Response Data for Bridges. Sensors 2022, 22, 12. [Google Scholar] [CrossRef]
  181. Du, B.W.; Lin, C.M.; Sun, L.L.; Zhao, Y.P.; Li, L.C. Response Prediction Based on Temporal and Spatial Deep Learning Model for Intelligent Structural Health Monitoring. IEEE Internet Things J. 2022, 9, 13364–13375. [Google Scholar] [CrossRef]
  182. Yue, Z.X.; Ding, Y.L.; Zhao, H.W.; Wang, Z.W. Ultra-high precise Stack-LSTM-CNN model of temperature-induced deflection of a cable-stayed bridge for detecting bridge state driven by monitoring data. Structures 2022, 45, 110–125. [Google Scholar] [CrossRef]
  183. Parziale, M.; Lomazzi, L.; Giglio, M.; Cadini, F. Vibration-based structural health monitoring exploiting a combination of convolutional neural networks and autoencoders for temperature effects neutralization. Struct. Control Health Monit. 2022, 29, 20. [Google Scholar] [CrossRef]
  184. Graves, A.; Graves, A. Long short-term memory. In Supervised Sequence Labelling with Recurrent Neural Networks; Springer: Berlin/Heidelberg, Germany, 2012; pp. 37–45. [Google Scholar]
  185. Cho, K.; van Merrienboer, B.; Gulcehre, C.; Bahdanau, D.; Bougares, F.; Schwenk, H.; Bengio, Y. Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation. arXiv 2014, arXiv:1406.1078. [Google Scholar]
  186. Li, Y.; Bao, T.; Chen, H.; Zhang, K.; Shu, X.; Chen, Z.; Hu, Y. A large-scale sensor missing data imputation framework for dams using deep learning and transfer learning strategy. Measurement 2021, 178, 109377. [Google Scholar] [CrossRef]
  187. Deng, Y.; Ju, H.W.; Zhai, W.Q.; Li, A.Q.; Ding, Y.L. Correlation model of deflection, vehicle load, and temperature for in-service bridge using deep learning and structural health monitoring. Struct. Control Health Monit. 2022, 29, 20. [Google Scholar] [CrossRef]
  188. Ai, L.; Soltangharaei, V.; Ziehl, P. Evaluation of ASR in concrete using acoustic emission and deep learning. Nucl. Eng. Des. 2021, 380, 10. [Google Scholar] [CrossRef]
  189. Pathirage, C.S.N.; Li, J.; Li, L.; Hao, H.; Liu, W.Q.; Ni, P.H. Structural damage identification based on autoencoder neural networks and deep learning. Eng. Struct. 2018, 172, 13–28. [Google Scholar] [CrossRef]
  190. Lei, X.M.; Siringoringo, D.M.; Sun, Z.; Fujino, Y. Displacement response estimation of a cable-stayed bridge subjected to various loading conditions with one-dimensional residual convolutional autoencoder method. Struct. Health Monit. 2022, 22, 1790–1806. [Google Scholar] [CrossRef]
  191. Goodfellow, I.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative adversarial networks. Commun. ACM 2020, 63, 139–144. [Google Scholar] [CrossRef]
  192. Radford, A.; Metz, L.; Chintala, S.J.a.p.a. Unsupervised representation learning with deep convolutional generative adversarial networks. arXiv 2015, arXiv:1511.06434. [Google Scholar]
  193. Kohiyama, M.; Oka, K.; Yamashita, T. Detection method of unlearned pattern using support vector machine in damage classification based on deep neural network. Struct. Control Health Monit. 2020, 27, 23. [Google Scholar] [CrossRef]
  194. Sabour, S.; Frosst, N.; Hinton, G.E. Dynamic routing between capsules. In Proceedings of the 31st Annual Conference on Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 3856–3866. [Google Scholar]
  195. Barraza, J.F.; Droguett, E.L.; Naranjo, V.M.; Martins, M.R. Capsule Neural Networks for structural damage localization and quantification using transmissibility data. Appl. Soft. Comput. 2020, 97, 106732. [Google Scholar] [CrossRef]
  196. Son, H.; Pham, V.T.; Jang, Y.; Kim, S.E. Damage Localization and Severity Assessment of a Cable-Stayed Bridge Using a Message Passing Neural Network. Sensors 2021, 21, 3118. [Google Scholar] [CrossRef] [PubMed]
  197. Li, Z.Q.; Li, D.S.; Sun, T.S. A Transformer-Based Bridge Structural Response Prediction Framework. Sensors 2022, 22, 3100. [Google Scholar] [CrossRef] [PubMed]
  198. Wang, Y.S.; Luo, Q.T.; Xie, H.; Li, Q.; Sun, G.Y. Digital image correlation (DIC) based damage detection for CFRP laminates by using machine learning based image semantic segmentation. Int. J. Mech. Sci. 2022, 230, 13. [Google Scholar] [CrossRef]
  199. Baquerizo, J.; Tutiven, C.; Puruncajas, B.; Vidal, Y.; Sampietro, J. Siamese Neural Networks for Damage Detection and Diagnosis of Jacket-Type Offshore Wind Turbine Platforms. Mathematics 2022, 10, 1131. [Google Scholar] [CrossRef]
  200. Coraca, E.M.; Ferreira, J.V.; Nobrega, E.G.O. An unsupervised structural health monitoring framework based on Variational Autoencoders and Hidden Markov Models. Reliab. Eng. Syst. Saf. 2023, 231, 15. [Google Scholar] [CrossRef]
  201. Lomazzi, L.; Giglio, M.; Cadini, F. Towards a deep learning-based unified approach for structural damage detection, localisation and quantification. Eng. Appl. Artif. Intell. 2023, 121, 15. [Google Scholar] [CrossRef]
  202. Kulkarni, N.N.; Raisi, K.; Valente, N.A.; Benoit, J.; Yu, T.Y.; Sabato, A. Deep learning augmented infrared thermography for unmanned aerial vehicles structural health monitoring of roadways. Autom. Constr. 2023, 148, 13. [Google Scholar] [CrossRef]
  203. Choi, W.; Cha, Y.J. SDDNet: Real-Time Crack Segmentation. IEEE Trans. Ind. Electron. 2020, 67, 8016–8025. [Google Scholar] [CrossRef]
  204. Tang, Q.Z.; Xin, J.Z.; Jiang, Y.; Zhou, J.T.; Li, S.J.; Chen, Z.Y. Novel identification technique of moving loads using the random response power spectral density and deep transfer learning. Measurement 2022, 195, 14. [Google Scholar] [CrossRef]
  205. Ijjeh, A.A.; Kudela, P. Deep learning based segmentation using full wavefield processing for delamination identification: A comparative study. Mech. Syst. Signal Proc. 2022, 168, 16. [Google Scholar] [CrossRef]
  206. Kalayci, A.S.; Yalim, B.; Mirmiran, A. Effect of Untreated Surface Disbonds on Performance of FRP-Retrofitted Concrete Beams. J. Compos. Constr. 2009, 13, 476–485. [Google Scholar] [CrossRef]
  207. Sun, Y.; Yang, Y.; Yao, G.; Wei, F.; Wong, M. Autonomous Crack and Bughole Detection for Concrete Surface Image Based on Deep Learning. IEEE Access 2021, 9, 85709–85720. [Google Scholar] [CrossRef]
  208. Wei, W.; Ding, L.Y.; Luo, H.B.; Li, C.; Li, G.W. Automated bughole detection and quality performance assessment of concrete using image processing and deep convolutional neural networks. Constr. Build. Mater. 2021, 281, 11. [Google Scholar] [CrossRef]
  209. Zhang, Y.; Zhao, X.F.; Liu, P. Multi-Point Displacement Monitoring Based on Full Convolutional Neural Network and Smartphone. IEEE Access 2019, 7, 139628–139634. [Google Scholar] [CrossRef]
  210. Ijjeh, A.A.; Ullah, S.; Kudela, P. Full wavefield processing by using FCN for delamination detection. Mech. Syst. Signal Proc. 2021, 153, 16. [Google Scholar] [CrossRef]
  211. Cristiani, D.; Falcetelli, F.; Yue, N.; Sbarufatti, C.; Di Sante, R.; Zarouchas, D.; Giglio, M. Strain-based delamination prediction in fatigue loaded CFRP coupon specimens by deep learning and static loading data. Compos. Part B-Eng. 2022, 241, 12. [Google Scholar] [CrossRef]
  212. Zhou, L.; Chen, S.-X.; Ni, Y.-Q.; Jiang, L. Pitch-catch UGW-based multiple damage inference: A heterogeneous graph interpretation. Smart Mater. Struct. 2022, 31, 015005. [Google Scholar] [CrossRef]
  213. Miorelli, R.; Fisher, C.; Kulakovskyi, A.; Chapuis, B.; Mesnil, O.; D’Almeida, O. Defect sizing in guided wave imaging structural health monitoring using convolutional neural networks. Ndt E Int. 2021, 122, 102480. [Google Scholar] [CrossRef]
  214. Seventekidis, P.; Giagopoulos, D.; Arailopoulos, A.; Markogiannaki, O. Structural Health Monitoring using deep learning with optimal finite element model generated data. Mech. Syst. Signal Proc. 2020, 145, 21. [Google Scholar] [CrossRef]
  215. Luan, L.L.; Zheng, J.W.; Wang, M.L.; Yang, Y.C.; Rizzo, P.; Sun, H. Extracting full-field subpixel structural displacements from videos via deep learning. J. Sound Vibr. 2021, 505, 19. [Google Scholar] [CrossRef]
  216. Ye, X.-W.; Jin, T.; Chen, P.-Y. Structural crack detection using deep learning-based fully convolutional networks. Adv. Struct. Eng. 2019, 22, 3412–3419. [Google Scholar] [CrossRef]
  217. Kong, S.Y.; Fan, J.S.; Liu, Y.F.; Wei, X.C.; Ma, X.W. Automated crack assessment and quantitative growth monitoring. Comput.-Aided Civ. Infrastruct. Eng. 2021, 36, 656–674. [Google Scholar] [CrossRef]
  218. Nguyen, T.T.; Phan, T.T.V.; Ho, D.D.; Pradhan, A.M.S.; Huynh, T.C. Deep learning-based autonomous damage-sensitive feature extraction for impedance-based prestress monitoring. Eng. Struct. 2022, 259, 18. [Google Scholar] [CrossRef]
  219. Seventekidis, P.; Giagopoulos, D. A combined finite element and hierarchical Deep learning approach for structural health monitoring: Test on a pin-joint composite truss structure. Mech. Syst. Signal Proc. 2021, 157, 23. [Google Scholar] [CrossRef]
  220. Han, G.; Kim, Y.-M.; Kim, H.; Oh, T.-M.; Song, K.-I.; Kim, A.; Kim, Y.; Cho, Y.; Kwon, T.-H. Auto-detection of acoustic emission signals from cracking of concrete structures using convolutional neural networks: Upscaling from specimen. Expert Syst. Appl. 2021, 186, 115863. [Google Scholar] [CrossRef]
  221. Hallee, M.J.; Napolitano, R.K.; Reinhart, W.F.; Glisic, B. Crack Detection in Images of Masonry Using CNNs. Sensors 2021, 21, 4929. [Google Scholar] [CrossRef]
  222. Ye, X.W.; Jin, T.; Li, Z.X.; Ma, S.Y.; Ding, Y.; Ou, Y.H. Structural Crack Detection from Benchmark Data Sets Using Pruned Fully Convolutional Networks. J. Struct. Eng. 2021, 147, 13. [Google Scholar] [CrossRef]
  223. Tang, Z.; Chen, Z.; Bao, Y.; Li, H. Convolutional neural network-based data anomaly detection method using multiple information for structural health monitoring. Struct. Control Health Monit. 2019, 26, e2296. [Google Scholar] [CrossRef]
  224. Wang, Z.W.; Li, A.D.; Zhang, W.M.; Zhang, Y.F. Long-term missing wind data recovery using free access databases and deep learning for bridge health monitoring. J. Wind Eng. Ind. Aerodyn. 2022, 230, 14. [Google Scholar] [CrossRef]
  225. Kuok, S.-C.; Yuen, K.-V. Multi-resolution broad learning for model updating using incomplete modal data. Struct. Control Health Monit. 2020, 27, e2571. [Google Scholar] [CrossRef]
  226. Sarwar, M.Z.; Cantero, D. Deep autoencoder architecture for bridge damage assessment using responses from several vehicles. Eng. Struct. 2021, 246, 16. [Google Scholar] [CrossRef]
  227. Toan, P.-B.; Nhi, N.-K.; Luan, V.-C.; Tam, N.-N. Energy dissipation-based material deterioration assessment using random decrement technique and convolutional neural network: A case study of Saigon bridge in Ho Chi Minh City, Vietnam. Struct. Control Health Monit. 2022, 29, e2956. [Google Scholar] [CrossRef]
  228. Moses, F. Weigh-in-motion system using instrumented bridges. Transp. Eng. J. ASCE 1979, 105, 233–249. [Google Scholar] [CrossRef]
  229. Ge, L.; Dan, D.; Li, H. An accurate and robust monitoring method of full-bridge traffic load distribution based on YOLO-v3 machine vision. Struct. Control Health Monit. 2020, 27, e2636. [Google Scholar] [CrossRef]
  230. Johnson, E.A.; Lam, H.-F.; Katafygiotis, L.S.; Beck, J.L. Phase I IASC-ASCE structural health monitoring benchmark problem using simulated data. J. Eng. Mech. 2004, 130, 3–15. [Google Scholar] [CrossRef]
  231. Abdeljaber, O.; Avci, O.; Kiranyaz, M.S.; Boashash, B.; Sodano, H.; Inman, D.J. 1-D CNNs for structural damage detection: Verification on a structural health monitoring benchmark data. Neurocomputing 2018, 275, 1308–1317. [Google Scholar] [CrossRef]
  232. Zhao, X.F.; Zhang, Y.; Wang, N.N. Bolt loosening angle detection technology using deep learning. Struct. Control Health Monit. 2019, 26, 14. [Google Scholar] [CrossRef]
  233. Oh, B.K.; Jung, W.C.; Park, H.S. Artificial intelligence-based damage localization method for building structures using correlation of measured structural responses. Eng. Appl. Artif. Intell. 2023, 121, 17. [Google Scholar] [CrossRef]
  234. Sajedi, S.O.; Liang, X. Vibration-based semantic damage segmentation for large-scale structural health monitoring. Comput.-Aided Civ. Infrastruct. Eng. 2020, 35, 579–596. [Google Scholar] [CrossRef]
  235. Morales-Valdez, J.; Lopez-Pacheco, M.; Yu, W. Automated damage location for building structures using the hysteretic model and frequency domain neural networks. Struct. Control Health Monit. 2020, 27, 15. [Google Scholar] [CrossRef]
  236. Guan, H.; Li, J.; Yu, Y.; Chapman, M.; Wang, H.; Wang, C.; Zhai, R. Iterative Tensor Voting for Pavement Crack Extraction Using Mobile Laser Scanning Data. IEEE Trans. Geosci. Remote Sens. 2015, 53, 1527–1537. [Google Scholar] [CrossRef]
  237. Roberts, R.; Giancontieri, G.; Inzerillo, L.; Di Mino, G. Towards Low-Cost Pavement Condition Health Monitoring and Analysis Using Deep Learning. Appl. Sci. 2020, 10, 319. [Google Scholar] [CrossRef]
  238. Kanarachos, S.; Christopoulos, S.-R.G.; Chroneos, A.; Fitzpatrick, M.E. Detecting anomalies in time series data via a deep learning algorithm combining wavelets, neural networks and Hilbert transform. Expert Syst. Appl. 2017, 85, 292–304. [Google Scholar] [CrossRef]
  239. Iyer, S.; Velmurugan, T.; Gandomi, A.H.; Noor Mohammed, V.; Saravanan, K.; Nandakumar, S. Structural health monitoring of railway tracks using IoT-based multi-robot system. Neural Comput. Appl. 2021, 33, 5897–5915. [Google Scholar] [CrossRef]
  240. Chen, M.; Zhai, W.M.; Zhu, S.Y.; Xu, L.; Sun, Y. Vibration-based damage detection of rail fastener using fully convolutional networks. Veh. Syst. Dyn. 2022, 60, 2191–2210. [Google Scholar] [CrossRef]
  241. Ren, Y.; Huang, J.; Hong, Z.; Lu, W.; Yin, J.; Zou, L.; Shen, X. Image-based concrete crack detection in tunnels using deep fully convolutional networks. Constr. Build. Mater. 2020, 234, 117367. [Google Scholar] [CrossRef]
  242. Attard, L.; Debono, C.J.; Valentino, G.; Di Castro, M. Vision-Based Tunnel Lining Health Monitoring via Bi-Temporal Image Comparison and Decision-Level Fusion of Change Maps. Sensors 2021, 21, 4040. [Google Scholar] [CrossRef]
  243. Bao, X.X.; Fan, T.X.; Shi, C.; Yang, G.L. One-dimensional convolutional neural network for damage detection of jacket-type offshore platforms. Ocean Eng. 2021, 219, 20. [Google Scholar] [CrossRef]
  244. Puruncajas, B.; Vidal, Y.; Tutiven, C. Vibration-Response-Only Structural Health Monitoring for Offshore Wind Turbine Jacket Foundations via Convolutional Neural Networks. Sensors 2020, 20, 3429. [Google Scholar] [CrossRef]
  245. Jana, D.; Patil, J.; Herkal, S.; Nagarajaiah, S.; Duenas-Osorio, L. CNN and Convolutional Autoencoder (CAE) based real-time sensor fault detection, localization, and correction. Mech. Syst. Signal Proc. 2022, 169, 30. [Google Scholar] [CrossRef]
  246. Fan, G.; Li, J.; Hao, H. Lost data recovery for structural health monitoring based on convolutional neural networks. Struct. Control Health Monit. 2019, 26, 21. [Google Scholar] [CrossRef]
  247. Li, L.C.; Zhou, H.J.; Liu, H.N.; Zhang, C.D.; Liu, J.H. A hybrid method coupling empirical mode decomposition and a long short-term memory network to predict missing measured signal data of SHM systems. Struct. Health Monit. 2021, 20, 1778–1793. [Google Scholar] [CrossRef]
  248. Sajedi, S.; Liang, X. Deep generative Bayesian optimization for sensor placement in structural health monitoring. Comput.-Aided Civ. Infrastruct. Eng. 2022, 37, 1109–1127. [Google Scholar] [CrossRef]
  249. Huang, Y.; Huang, S.Y. Neural network-based prediction of topside mass of an in-service jacket platform. Ocean Eng. 2022, 246, 12. [Google Scholar] [CrossRef]
  250. Liu, D.; Bao, Y.H.; He, Y.Y.; Zhang, L.K. A Data Loss Recovery Technique Using EMD-BiGRU Algorithm for Structural Health Monitoring. Appl. Sci. 2021, 11, 10072. [Google Scholar] [CrossRef]
  251. Fan, G.; Li, J.; Hao, H. Vibration signal denoising for structural health monitoring by residual convolutional neural networks. Measurement 2020, 157, 15. [Google Scholar] [CrossRef]
  252. Zhou, Y.; Pei, Y.; Zhou, S.; Zhao, Y.; Hu, J.; Yi, W. Novel methodology for identifying the weight of moving vehicles on bridges using structural response pattern extraction and deep learning algorithms. Measurement 2021, 168, 108384. [Google Scholar] [CrossRef]
  253. Ibrahim, A.; Eltawil, A.; Na, Y.S.; El-Tawil, S. A Machine Learning Approach for Structural Health Monitoring Using Noisy Data Sets. IEEE Trans. Autom. Sci. Eng. 2020, 17, 900–908. [Google Scholar] [CrossRef]
  254. Oh, B.K.; Kim, J. Multi-Objective Optimization Method to Search for the Optimal Convolutional Neural Network Architecture for Long-Term Structural Health Monitoring. IEEE Access 2021, 9, 44738–44750. [Google Scholar] [CrossRef]
  255. Alazzawi, O.; Wang, D.S. A novel structural damage identification method based on the acceleration responses under ambient vibration and an optimized deep residual algorithm. Struct. Health Monit. 2022, 21, 2587–2617. [Google Scholar] [CrossRef]
  256. Gao, Y.Q.; Mosalam, K.M. Deep learning visual interpretation of structural damage images. J. Build. Eng. 2022, 60, 17. [Google Scholar] [CrossRef]
  257. Shi, Y.; Wang, Y.; Zhao, L.; Fan, Z. An event recognition method for Φ-OTDR sensing system based on deep learning. Sensors 2019, 19, 3421. [Google Scholar] [CrossRef] [PubMed]
  258. Zhang, B.; Hong, X.B.; Liu, Y. Multi-Task Deep Transfer Learning Method for Guided Wave-Based Integrated Health Monitoring Using Piezoelectric Transducers. IEEE Sens. J. 2020, 20, 14391–14400. [Google Scholar] [CrossRef]
  259. Tang, Z.Y.; Bao, Y.Q.; Li, H. Group sparsity-aware convolutional neural network for continuous missing data recovery of structural health monitoring. Struct. Health Monit. 2021, 20, 1738–1759. [Google Scholar] [CrossRef]
  260. Angelov, P.P.; Soares, E.A.; Jiang, R.C.; Arnold, N.I.; Atkinson, P.M. Explainable artificial intelligence: An analytical review. Wiley Interdiscip. Rev. -Data Min. Knowl. Discov. 2021, 11, e1424. [Google Scholar] [CrossRef]
  261. Grieves, M.; Vickers, J. Digital twin: Mitigating unpredictable, undesirable emergent behavior in complex systems. In Transdisciplinary Perspectives on Complex Systems: New Findings and Approaches; Springer: Berlin/Heidelberg, Germany, 2017; pp. 85–113. [Google Scholar]
  262. Grieves, M. Digital twin: Manufacturing excellence through virtual factory replication. White Pap. 2014, 1, 1–7. [Google Scholar]
  263. Tao, F.; Zhang, M.; Liu, Y.; Nee, A.Y.C. Digital twin driven prognostics and health management for complex equipment. Cirp Ann.-Manuf. Technol. 2018, 67, 169–172. [Google Scholar] [CrossRef]
Figure 1. Literature retrieval flow chart.
Figure 1. Literature retrieval flow chart.
Sensors 23 08824 g001
Figure 2. Number of DL and SHM-related articles from 2017 to 2023.
Figure 2. Number of DL and SHM-related articles from 2017 to 2023.
Sensors 23 08824 g002
Figure 3. Keyword co-occurrence graph.
Figure 3. Keyword co-occurrence graph.
Sensors 23 08824 g003
Figure 4. Data types summary diagram.
Figure 4. Data types summary diagram.
Sensors 23 08824 g004
Figure 5. Data types percentage diagram.
Figure 5. Data types percentage diagram.
Sensors 23 08824 g005
Figure 6. DL algorithm summary diagram.
Figure 6. DL algorithm summary diagram.
Sensors 23 08824 g006
Figure 7. CNN architecture diagram [160].
Figure 7. CNN architecture diagram [160].
Sensors 23 08824 g007
Figure 8. RNN architecture diagram [104].
Figure 8. RNN architecture diagram [104].
Sensors 23 08824 g008
Figure 9. Auto-encoder architecture diagram [104].
Figure 9. Auto-encoder architecture diagram [104].
Sensors 23 08824 g009
Figure 10. GAN architecture diagram [104].
Figure 10. GAN architecture diagram [104].
Sensors 23 08824 g010
Figure 11. DL algorithm types percentage graph.
Figure 11. DL algorithm types percentage graph.
Sensors 23 08824 g011
Figure 12. Application summary diagram of facility components.
Figure 12. Application summary diagram of facility components.
Sensors 23 08824 g012
Figure 13. Application summary diagram of facilities.
Figure 13. Application summary diagram of facilities.
Sensors 23 08824 g013
Figure 14. Other application functions summary diagram.
Figure 14. Other application functions summary diagram.
Sensors 23 08824 g014
Figure 15. Application summary diagram.
Figure 15. Application summary diagram.
Sensors 23 08824 g015
Figure 16. Trends (future direction and solution) summary diagram.
Figure 16. Trends (future direction and solution) summary diagram.
Sensors 23 08824 g016
Figure 17. SHMDT architecture diagram.
Figure 17. SHMDT architecture diagram.
Sensors 23 08824 g017
Table 1. Comparison of different data types.
Table 1. Comparison of different data types.
Data TypeDamaged TypeData Acquisition Key PointsData Processing Key PointsPros and Cons of Application
Vibration signalVarious damagesSensors and noiseTime-varying characteristicsInsensitive to minor injuries
ImageSurface damagesShooting equipment and environmentComputational complexityDamage visualization
AE signalAE source locationSensors and noiseAE signal uncertaintyDependence on the laboratory environment
GW signalMetal structure damagesSensors and noiseGW signal multi-modalSensitive to minor injuries
Table 2. Comparison of different acquisition methods.
Table 2. Comparison of different acquisition methods.
Acquisition MethodTime SpentCostData Accuracy
SensorLong-termRelatively lowHigh
FE simulationMedium-termRelatively highModerate
Public datasetShort-termLowModerate
Online searchingShort-termLowModerate
CameraMedium-termHighHigh
Video cameraMedium-termHighHigh
Mobile phoneMedium-termModerateModerate
UAVMedium-termHighHigh
Table 3. Comparison of different algorithm types.
Table 3. Comparison of different algorithm types.
Algorithm TypeData TypeCore FunctionApplications FunctionPros and Cons
CNNImages,
Time series data
Object recognition
Image classification
Semantic segmentation
Crack, corrosion, stiffness reduction, support failure, bolt loosening, displacement, stress, delamination detection,
denoising,
data recovery
It extracts high-level features but suffers from overfitting and data dependence.
RNNTime series dataObject recognition
Sequence identification
Stiffness reduction, displacement, delamination detection, data anomaly detectionIt is good at capturing time sequence information but has the problem of disappearing gradients.
Auto-encoderImages,
Time series data
Object recognition
Semantic segmentation
Data enhancement
Crack, erosion, cable tension, stiffness, displacement detection,
AE source location
Data anomaly detection
It is good at dimensionality reduction of data similar to training samples
GANImages,
Time series data
Object recognition
Image classification
Semantic segmentation
Data enhancement
Crack, spalling detection,
Image generation
Missing data interpolation
It can be used to generate images, but training is unstable.
Table 4. Example of a data case applying DL to SHM.
Table 4. Example of a data case applying DL to SHM.
Reference(s)FunctionData TypeData SetPercentage of Training Set and Test Set
Xiao et al. [16] Transfer learning in bridge damage diagnosisVibration signalThree datasets, each containing 2800 samples1:1
Coraca et al. [200] Bearing damage and cable slack detectionVibration signal2085 undamaged and 3184 damaged samples1587:828:769
Fathnejat et al. [110] Combination of 1D-CNN and RNN for damage detectionVibration signalIASC-ASCE benchmark model with nine scenarios under each scenario with an input matrix dimension of 72,000 × 166:2:2
He et al. [17] Aluminum frame stiffness reduction identificationVibration signalA total of 13,140 acceleration samples for the four stiffness states6:2:2
Jiang et al. [128] Recovery of random data lossVibration signal128 five-minute sample segments, 38,144 actual acceleration samples8:1:1
Guo et al. [9] Acoustic emission-based impact source localization problemAE500 good single-channel signals and 100 bad signals that are poorly clamped, loosely connected, etc.9:1
Ebrahimkhanlou et al. [81] Localization of AE sources from metal platesAEAcoustic emission signals collected from 576 analog sources8:1:1
Liao et al. [22] Damage localization in composite structuresGWThe Gramian angular field was used to convert GW signals into 2D images, resulting in 10,620 128 × 128 × 3pixel images7:2:1
Lomazzi et al. [201] Localization and quantification of cracks in aluminum panelsGW100 damaged Lamb wave replicas and 51,600 undamaged Lamb wave replicas70:28:2
Sawant et al. [23] Temperature-compensated damage identification and localizationGWGenerated 16,000 samples based on the OGW dataset with added noise70:24:6
Kao et al. [36] Identification and quantification of bridge cracksImage1463 mobile phone images and 3006 SDNET dataset images8:2
Kulkarni et al. [202] Pavement void inspectionImage4900 principal component thermography and sparse principal component thermography maps3920:980
Lu et al. [47] Loose Bolt DetectionImage300 cell phone captured images, 1600 composite images4:1:1 (Real datasets);
6:1:1 (Synthetic datasets)
Panta et al. [39] Pixel-level detection of cracks in damsImageDam crack image 1650, extended image 101, DeepCrack dataset 237, and enhanced image_
Wang et al. [44] Crack localization and assessmentImage2177 small images with a resolution of 500 × 5007:2:1
Zhao et al. [54] Concrete dam void, spalling cracks, and six other types of damage detectionImage2500 images of 640×640pixel resolution6:2:2
Dunphy et al. [84] Detection of multiple types of damage to concrete structuresImageExtracted 5115 images from the SDNET2018 dataset, containing 2450 undamaged images and 2665 damaged images7:2:1
Li et al. [48] Detection of surface defects in welded steel barsImage1580 images with a resolution of 3204 × 4032 taken by a cell phone7:1:2
Song et al. [51] Measurement of structural displacement using computer visionImage300 images decomposed from video180:120
Choi et al. [203] Segmentation of concrete cracks in the imageImage200 images of different pixel resolutions were collected through mobile phones and the Internet4:1
Table 5. Example of DL method comparison.
Table 5. Example of DL method comparison.
Reference(s)GoalDL Algorithm(s)Effect
Wang et al. [44] Image-based crack location and evaluationYOLOX88.5%MAP
Faster R-CNN69.77%
Deconvolutional Single Shot Detector86%
YOLOv586%
Li et al. [38] Image-based inspection of bridge bolts, nuts, and nut holesCNN95.6%Accuracy
LSTM93%
YOLOv476.5%
Tang et al. [204] Bridge weight and speed identification based on random response power spectral densityAlexNet96%Accuracy
VGG1696%
InceptionV396.75%
ResNet5093%
Arafin et al. [132] Image-based classification of multiple defects on concrete surfaces AccuracyPrecisionRecall
IncptionV391%83%100%
Xception90%81%100%
MobileNetV282%71%94%
ResNet5082%69%89%
VGG1961%64%80%
Ijjeh et al. [205] Layered detection and localization of composite materials based on full wave field measurements AccuracyPrecisionRecall
Res-UNet99.4%98.9%100%
VGG16 encoder–decoder99.1%98.1%100%
FCN-DenseNet99.7%99.4%100%
PSPNet98.4%96.8%100%
Global Convolutional Network100%100%100%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Jia, J.; Li, Y. Deep Learning for Structural Health Monitoring: Data, Algorithms, Applications, Challenges, and Trends. Sensors 2023, 23, 8824. https://doi.org/10.3390/s23218824

AMA Style

Jia J, Li Y. Deep Learning for Structural Health Monitoring: Data, Algorithms, Applications, Challenges, and Trends. Sensors. 2023; 23(21):8824. https://doi.org/10.3390/s23218824

Chicago/Turabian Style

Jia, Jing, and Ying Li. 2023. "Deep Learning for Structural Health Monitoring: Data, Algorithms, Applications, Challenges, and Trends" Sensors 23, no. 21: 8824. https://doi.org/10.3390/s23218824

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop