Artificial Intelligence, Machine Learning and Smart Technologies For Nondestructive Evaluation
Artificial Intelligence, Machine Learning and Smart Technologies For Nondestructive Evaluation
Review
Artificial Intelligence, Machine Learning and Smart
Technologies for Nondestructive Evaluation
Hossein Taheri 1, *, Maria Gonzalez Bocanegra 1 and Mohammad Taheri 2
1 Laboratory for Advanced Non-Destructive Testing, In-Situ Monitoring and Evaluation (LANDTIE),
Department of Manufacturing Engineering, Georgia Southern University, Statesboro, GA 30458, USA;
[email protected]
2 Department of Mathematics and Statistics, South Dakota State University, Brookings, SD 57007, USA;
[email protected]
* Correspondence: [email protected]
Abstract: Nondestructive evaluation (NDE) techniques are used in many industries to evaluate
the properties of components and inspect for flaws and anomalies in structures without altering
the part’s integrity or causing damage to the component being tested. This includes monitoring
materials’ condition (Material State Awareness (MSA)) and health of structures (Structural Health
Monitoring (SHM)). NDE techniques are highly valuable tools to help prevent potential losses and
hazards arising from the failure of a component while saving time and cost by not compromising its
future usage. On the other hand, Artificial Intelligence (AI) and Machine Learning (ML) techniques
are useful tools which can help automating data collection and analyses, providing new insights,
and potentially improving detection performance in a quick and low effort manner with great cost
savings. This paper presents a survey on state of the art AI-ML techniques for NDE and the application
Citation: Taheri, H.; Gonzalez of related smart technologies including Machine Vision (MV) and Digital Twins in NDE.
Bocanegra, M.; Taheri, M. Artificial
Intelligence, Machine Learning and Keywords: nondestructive evaluation (NDE); Artificial Intelligence (AI); machine learning (ML);
Smart Technologies for NDE 4.0; digital twins
Nondestructive Evaluation. Sensors
2022, 22, 4055. https://doi.org/
10.3390/s22114055
This methodology is highly used when met with high-dimensional datasets given its use of
statistics and large training datasets. NDE has a special interest in ML algorithms because
of their ability to automate tasks, in this case, the structural health monitoring and condition
assessment of materials. Statistical ML techniques can be used for prediction of defect’s
characteristics based on known data set of defects due to their capabilities in estimating
unknown values based on training data set [15].
The desire to use ML algorithms in NDE stems from the need to have a precise
prediction method to detect defects in materials and structures. With this in mind, the defect
analysis and detection systems have to keep up with the increased industrial production of
materials. Additionally, these systems should be as precise as possible and with minimum
margin of error, including human error. The more data used to train the algorithms,
the better it gets at predicting and classifying NDE data.
There exist four different subsections of Machine Learning which are: Unsupervised
Learning, Supervised Learning, Semi-Supervised Learning, and Reinforcement Learning.
These sections are separated based on how the data is fed into an ML algorithm and how
it learns from that data. Supervised and Unsupervised learning methods are the most used
and applicable methods for NDE applications.
pitting, and bubble break-up). Through the resulting data clusters found by the K-means
algorithm, Du et al. [16] concluded that the clusters were mainly defined by the amplitude
and the frequency band energy. Other studies have also explored the use of K-means
clustering in other NDE applications. In [17], the algorithm is used for defect detection
in thermal images of industrial materials, while in [18] the K-means is leveraged for defect
detection when using pulse eddy currents. The K-means algorithm has proven to be
a powerful tool and is still predominantly used in the area of NDE.
In the paper [23], the authors apply terahertz time-domain spectroscopy imaging
to conduct nondestructive evaluation tests. This method is applied on three industrial
ceramic matrix composites and one defective silicon slice. The spectral image produced
by the analysis is used to detect defects such as superficial damage or internal bubbles.
The spectral data is then applied to the spectral clustering recognition algorithm.
There exist four forms of cluster linkage to conduct additive hierarchical clustering.
Complete linkage computes the similarity of the furthest pairs in the dataset; however, it is
prone to errors if there exist outliers. Single linkage works similarly, but it conducts this
comparison between the closest data points. In the same fashion as the previous linkage
processes, centroid linkage compares the centroids of each cluster and merges them given
found similarities. The last linkage method, group average, finds similarities between
the overall clusters and merges them. The linkage process is repeated until a predetermined
number of clusters is achieved. The optimal way of describing the additive hierarchical
clustering is by creating a dendrogram, as shown in Figure 5.
In contrast to additive clustering, divisive clustering works by starting with all data
points in space belonging to one cluster. In this case, the algorithm will split away from
the furthest points in the cluster until the predetermined number of clusters is achieved.
Divisive clustering is not commonly used for NDE.
The application of additive hierarchical clustering in NDE can be observed in [24]
through the implementation of ultrasonic echo testing. Several sensors are implemented
on the material to obtain key feedback from ultrasonic echo testing. The data is then fed to
independent component analysis mixture models (ICAMM) to identify all possible defects
that can be encountered in the material. In the case of [24], the authors implement a single
linkage after the ICAMM model completes its analysis. The hierarchical cluster algorithm is
then tasked to identify and link clusters of similar defects based on the data points provided.
The experimentation done in [24] included 5 different categories of defects. From these
categories, four of them belonged to single-defect materials, and one was composed of multiple
defects. Their results concluded that the algorithm was successful at creating a hierarchy with
significant separation of the one-defect materials and multiple defect materials.
manufacturing process monitoring [25], it is possible to acquire large data sets which often
contain uncovered relationships in features of the data, useful for structural integrity assess-
ment. Engineers, designers and technicians can use this type of relations and conclusions
to establish enhanced predictive and preventive maintenance plans.
Support vector machine algorithms have been extensively used in numerous NDE
research [27]. The study [28], talks about the use of SVM for X-ray casting inspection.
The X-ray images used are to analyze weld defects by inputting them into a sorting al-
gorithm. The sorting algorithm casts a wide net of possible defects found in the images
and sends these images to the SVM. The SVM will sort the X-ray images into likely and
unlikely images of defects. The input analyzed features for the SVM are (1) the area of pixels
of potential weld defects and (2) the average parallel greyscale pixel difference to weld edge
joints [28]. This method allows for the automation of fault detection. Other studies, like [29],
have developed NDE methods using the Long-Range Ultrasonic Testing technique. In [29],
the authors develop a method of defect detection in oil and gas pipelines to prevent future
failures or unscheduled shutdowns. The classification is produced through the combination
of the SVM and the calculation of the average Euclidean distance between the testing data
points and the previously defined support vector set for each category. The closest set defines
the classification output for the data point. In this case, the SVM allows for continuous
monitoring of oil and gas pipelines without much human intervention from operators.
The connections between the nodes are represented by a number, also known as the weight.
The weight also holds influence on the nodes, meaning the higher the weight the more
leverage it has on the network. In many cases, the neural network has a fully connected
design which allows feed forward and feedback information. With this structure, the neural
network can deduct information and improve itself based on previous decisions. One of
the pillar neural networks in Artificial Intelligence is the LeNet 5 network created by Yann
LeCun, et al. [32]. This network was developed to recognize handwritten digits and has
been a base for many new and emerging networks in the field. Stemming from the same
branch as LeNet 5, the famous Convolutional Neural Networks (CNN) have emerged.
The widely popular AlexNet [33], a CNN variation, has been implemented across several
fields to understand nonlinear data for classification. Figure 7 showcases the architectural
design of AlexNet.
The application of neural networks in NDE is an emerging technique to assess the struc-
tural design and performance of materials. Specific work in NDE with the implementation
of neural networks can be explored in [34]. In this paper, the authors develop a new
experimental method to detect crack conditions of concrete surrounding reinforced steel.
The new method implements the use of Ultrasonic Pulse Velocity test (UPV). Furthermore,
with parameter control, UPV does not meaningfully impact crack propagation. The data
obtain from the UPV is then fed to an Artificial Neural Network (ANN) to train and test.
The ANN in [34] is trained on 100,000 cycles to achieve convergence and an optimal net-
work without overfitting the data. In the case of [34], the ANN is treated as a black-box
model to resolve pattern in the non-linear relationships encountered in the data. Each data
point consists of four input variables that associate with the crack width. The ANN model
intakes the strength of the concrete, the results of the UPV, concrete over reinforcement
ratio, and path length where the UPV is set to travel [34]. Results obtained from the ANN
showcased a strong relationship that variates based on the concrete strength of the concrete
bond and the UPV. The increase of UPV shows a stronger bond condition of the material.
The use of the ANN also proved that UPV is delayed by the presence of microfractures
in the structure and thus help forecast the crack width in steel-concrete bonds. As research
in NDE using neural networks is expanded, such as in [34], it becomes easier to pinpoint
cracks and deterioration of materials.
The implementation of neural networks in NDE is also explored in the NDE technique of
thermograms. In the case of [35], the authors explore a neural network approach to quantify
depth defects in carbon fiber-based composites. Infrared thermograms help capture material
irregularities by leveraging the different thermal responses. These thermal response profiles
also help calculating the depth of the defects encountered. Given the multidimensional
aspect of the thermal data obtained, the authors implement a neural network to search for
the underlying relationship of the irregularities and the thermal response. The study in [35]
implements standardized thermal contrast curves that represent defects of different sizes and
locations which are used to feed into the input layer of the neural network.
Sensors 2022, 22, 4055 10 of 17
Four core areas for digital transformation in the field of NDE have been identified
by the Material Diagnostics branch of Fraunhofer IKTS (until 2014 Fraunhofer IZFP-D) as
shown in Figure 9 [11].
Figure 9. Core areas for digital transformation in the field of NDE as defined for Fraunhofer IKTS
(After [11]).
As can be seen from the trends in NDE 4.0 and the identified core areas of digital
transformation, industrial revolution has been accompanied by NDE revolution such that
new methods of NDE have been introduced and new ways of applying these methods
have been developed. Through the new technologies in NDE 4.0 high-performance and
adequate measurement tools will be available worldwide while the communications and
connections through the internet allows the involvement of specialists for discussion and
decision making. Meanwhile NDE 4.0 is still opening its way into daily applications, the fu-
ture is shaping by a combination of human and smart machines working together based
on real-time evaluation, computation and communications which is known as NDE 5.0.
The revolution of NDE over the time has similar steps as the industrial revolution such that
one can correlate these steps and see the similarities such as summarized in Figure 10.
The concept of NDE 4.0 (and NDE 5.0) becomes more prominent when considering
the advancement in material development and manufacturing processes. One of these
recent advanced technologies which implies the crucial need for developing new measure-
ment methods and NDE techniques is additive manufacturing [44]. Due to the intricacy
of manufacturing process in AM techniques, as well as geometrical complexity of the pro-
duced parts and surface finish condition [46], new NDE and metrology methods have
to be developed for quality and maintainability of AM parts. Modeling and simulation
applications in NDE become even more essential in NDE 4.0 since they can provide crucial
information on NDE experimental design, integration of NDE in design and manufacturing
processes and interpretation of NDE results [47–49].
In the case of NDE, integrating the data from different steps in the digital twin of
the inspected part can be used in future as a baseline for structural health monitoring
and predictive maintenance plans of the part. In addition, it can be used to determine
the important parameters of remaining useful life (RUL) of the physical twin. The other
useful applications of digital twin in NDE are the capabilities of early warning, anomaly
detection, prediction and optimization. This has direct economic impact due to imple-
mentation of predictive maintenance by turning the recorded data and information into
actionable decisions.
inspection devices and modern human machine interface (HMI). The large amount of data
and metadata generated in NDE is the main challenge in management, assessment and
visualization of the NDE results. Thus, the available information may not be fully utilized
and cause less than optimal decision making or inaccurate decisions. Therefore there is
a crucial need for a novel strategy such that data is not separated from their environment
but becomes part of it. VR/AR can be a promising and suitable tool to address the above
challenges. The interaction between the users and VR/AR framework provides the input
for use of these technologies in NDE. As examples of practical work which has been done
on application of VR/AR in NDE, Ababsa [51] showed how a more appropriate 3D visu-
alization tool can be developed by AR to improve the understanding and interpretation
of NDT data obtained from a nacelle of an Airbus A380. In Ababsa’s study, a set of data
including the nacelle CAD file, coordinates of the ultrasonic transducers and their locations
on the nacelle, and the simulation files containing defect coordinates have been used for
the aims of visualizing the sensors used for the NDE measurement on the real structure,
the defect region of the structure, and accurate localization of the defect. The experimental
tests have shown that Ababsa’s developed application works reasonably well however
the reported challenges were that the model had to be simplified to avoid overloading
the computations of the augmented scene and also the tracking becomes unstable some-
times in closer locations to the structure. Nevertheless, the promising results showed that
a more in-depth study can resolve these issues and provide a better VR/AR environment
for NDE applications.
6.2. Preprocessing
NDE examinations usually provide a large amount of data which requires prior knowl-
edge about the NDE technique which has been used, material specifications, experimental
setup, and equipment specifications (calibration procedure, sampling frequency, digitiza-
tion capabilities, signal to noise ratio, etc.). Preprocessing of NDE data is usually required
to prepare raw data for further analysis and specifically to use in AI algorithms. In data
preprocessing, it is desired to smooth out insignificant features while allowing relevant
important features to survive. These preprocessing procedures can be challenging and
time-consuming tasks. As one of the reasons, since the AI algorithms are very sensitive to
minor shifts in the features, they may map the same target into different features.
6.4. Opportunities
AI and ML techniques provide a powerful approach to NDE and SHM applications
in terms of useful algorithms and fast and accurate analyses of very substantial quantities
of data that are acquired by recent and advanced NDE/SHM techniques.In addition to
the benefits and advantages that AI/ML techniques provide for traditional NDE/SHM
applications, they are demonstrated to be successful for in-line inspection and in situ process
monitoring applications in many industries and manufacturing facilities.Last but not least,
since the next generation of NDE will be based on data, automation and digitization,
NDE 4.0 is considered to be the future of NDE as a central tool of quality assurance.
Author Contributions: Conceptualization, H.T. and M.T.; methodology, H.T. and M.G.B.; investiga-
tion, M.G.B. and M.T.; resources, M.G.B. and M.T.; data curation, M.G.B.; writing—original draft
preparation, M.G.B.; writing—review and editing, H.T. and M.T.; visualization, H.T. and M.G.B.;
supervision, H.T.; project administration, H.T.; All authors have read and agreed to the published
version of the manuscript.
Funding: This research received no external funding.
Institutional Review Board Statement: Not applicable.
Informed Consent Statement: Not applicable.
Data Availability Statement: Not applicable.
Acknowledgments: Authors would like to thank the Office of Research and the College of Engineering
and Computing at Georgia Southern University, as well as Research Council and Engineering Council of
American Society for Nondestructive Testing (ASNT) for their support and encouragement of this work.
Conflicts of Interest: The authors declare no conflict of interest.
References
1. Bray, D.E.; Stanley, R.K. Nondestructive Evaluation: A Tool in Design, Manufacturing, and Service; CRC Press: Boca Raton, FL, USA, 2018.
2. Koester, L.W.; Bond, L.J.; Taheri, H.; Collins, P.C. Nondestructive evaluation of additively manufactured metallic parts: In situ and
post deposition. In Additive Manufacturing for the Aerospace Industry; Elsevier: Amsterdam, The Netherlands, 2019; pp. 401–417.
3. Ida, N.; Meyendorf, N. Handbook of Advanced Nondestructive Evaluation; Springer International Publishing: Cham, Switzerland, 2019.
4. O’Rorke, P.; Morris, S.; Amirfathi, M.; Bond, W.; Clair, D.S. Machine learning for nondestructive evaluation. In Machine Learning
Proceedings 1991; Elsevier: Amsterdam, The Netherlands, 1991; pp. 620–624.
5. Ph Papaelias, M.; Roberts, C.; Davis, C.L. A review on non-destructive evaluation of rails: State-of-the-art and future development.
Proc. Inst. Mech. Eng. Part F J. Rail Rapid Transit 2008, 222, 367–384. [CrossRef]
6. Popovics, J.S. Nondestructive evaluation: Past, present, and future. J. Mater. Civ. Eng. 2003, 15, 211. [CrossRef]
7. Mineo, C.; Herbert, D.; Morozov, M.; Pierce, S.; Nicholson, P.; Cooper, I. Robotic non-destructive inspection. In Proceedings of
the 51st Annual Conference of the British Institute of Non-Destructive Testing, Northamptonshire, UK, 11–13 September 2012;
pp. 345–352.
8. 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. [CrossRef]
9. Gardner, P.; Fuentes, R.; Dervilis, N.; Mineo, C.; Pierce, S.; Cross, E.; Worden, K. Machine learning at the interface of structural
health monitoring and non-destructive evaluation. Philos. Trans. R. Soc. A 2020, 378, 20190581. [CrossRef] [PubMed]
10. Osman, A.; Duan, Y.; Kaftandjian, V. Applied Artificial Intelligence in NDE. In Handbook of Nondestructive Evaluation 4.0;
Springer: Berlin/Heidelberg, Germany, 2021; pp. 1–35.
11. Wunderlich, C.; Tschöpe, C.; Duckhorn, F. Advanced methods in NDE using machine learning approaches. AIP Conf. Proc. 2018,
1949, 020022.
12. Shrifan, N.H.; Akbar, M.F.; Isa, N.A.M. Prospect of using artificial intelligence for microwave nondestructive testing technique: A
review. IEEE Access 2019, 7, 110628–110650. [CrossRef]
13. Siegel, M. Automation for nondestructive inspection of aircraft. In Proceedings of the Conference on Intelligent Robots in Factory,
Field, Space, and Service, Houston, TX, USA, 21–24 March 1994; p. 1223.
14. Gemander, F. Machine Learning: Basics and NDT Applications. 2019. Available online: https://wiki.tum.de/display/zfp/
Machine+Learning%3A+Basics+and+NDT+Applications (accessed on 10 March 2022).
15. Harley, J.B.; Sparkman, D. Machine learning and NDE: Past, present, and future. AIP Conf. Proc. 2019, 2102, 090001.
16. Du, G.; Li, J.; Wang, W.; Jiang, C.; Song, S. Detection and characterization of stress-corrosion cracking on 304 stainless steel by
electrochemical noise and acoustic emission techniques. Corros. Sci. 2011, 53, 2918–2926. [CrossRef]
17. Risheh, A.; Tavakolian, P.; Melinkov, A.; Mandelis, A. Infrared computer vision in non-destructive imaging: Sharp delineation of
subsurface defect boundaries in enhanced truncated correlation photothermal coherence tomography images using K-means
clustering. NDT E Int. 2022, 125, 102568. [CrossRef]
18. Sophian, A.; Tian, G.; Fan, M. Pulsed eddy current non-destructive testing and evaluation: A review. Chin. J. Mech. Eng. 2017, 30, 500–514.
[CrossRef]
19. Ester, M.; Kriegel, H.P.; Sander, J.; Xu, X. A density-based algorithm for discovering clusters in large spatial databases with
noise. In Proceedings of the Second International Conference on Knowledge Discovery and Data Mining, Portland, OR, USA,
2–4 August 1996; Volume 96, pp. 226–231.
20. Baron, J.; Dolbey, M.; Erven, J.; Booth, D.; Murray, D. Improved pressure tube inspection in Candu reactors. Nucl. Eng. Int. 1981, 26, 45–48.
21. Kumar, N.P.; Patankar, V.; Kulkarni, M. Ultrasonic Gauging and Imaging of Metallic Tubes and Pipes: A Review; International Atomic
Energy Agency (IAEA): Vienna, Austria, 2020.
Sensors 2022, 22, 4055 16 of 17
22. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.;
et al. Scikit-learn: Machine Learning in Python. J. Mach. Learn. Res. 2011, 12, 2825–2830.
23. Li, T.J.; Chen, C.C.; Liu, J.J.; Shao, G.F.; Chan, C.C.K. A novel THz differential spectral clustering recognition method based on
t-SNE. Discret. Dyn. Nat. Soc. 2020, 2020, 6787608. [CrossRef]
24. Salazar, A.; Igual, J.; Vergara, L. Agglomerative clustering of defects in ultrasonic non-destructive testing using hierarchical
mixtures of independent component analyzers. In Proceedings of the 2014 International Joint Conference on Neural Networks
(IJCNN), Beijing, China, 6–11 July 2014; pp. 2042–2049. [CrossRef]
25. Taheri, H.; Koester, L.W.; Bigelow, T.A.; Faierson, E.J.; Bond, L.J. In situ additive manufacturing process monitoring with
an acoustic technique: Clustering performance evaluation using K-means algorithm. J. Manuf. Sci. Eng. 2019, 141, 041011.
[CrossRef]
26. Noble, W.S. What is a support vector machine? Nat. Biotechnol. 2006, 24, 1565–1567. [CrossRef]
27. Yadavar Nikravesh, S.M.; Rezaie, H.; Kilpatrik, M.; Taheri, H. Intelligent fault diagnosis of bearings based on energy levels in
frequency bands using wavelet and support vector machines (SVM). J. Manuf. Mater. Process. 2019, 3, 11. [CrossRef]
28. Shao, J.; Shi, H.; Du, D.; Wang, L.; Cao, H. Automatic weld defect detection in real-time X-ray images based on support vector
machine. In Proceedings of the 4th International Congress on Image and Signal Processing, Shanghai, China, 15–17 October
2011; Volume 4, pp. 1842–1846. [CrossRef]
29. Lee, L.H.; Rajkumar, R.; Lo, L.H.; Wan, C.H.; Isa, D. Oil and gas pipeline failure prediction system using long range ultrasonic
transducers and Euclidean-Support Vector Machines classification approach. Expert Syst. Appl. 2013, 40, 1925–1934. [CrossRef]
30. Moomen, A.; Ali, A.; Ramahi, O.M. Reducing sweeping frequencies in microwave NDT employing machine learning feature
selection. Sensors 2016, 16, 559. [CrossRef]
31. Kim, J.G.; Jang, C.; Kang, S.S. Classification of ultrasonic signals of thermally aged cast austenitic stainless steel (CASS) using
machine learning (ML) models. Nucl. Eng. Technol. 2022, 54, 1167–1174. [CrossRef]
32. LeCun, Y.; Jackel, L.; Bottou, L.; Brunot, A.; Cortes, C.; Denker, J.; Drucker, H.; Guyon, I.; Muller, U.; Sackinger, E.; et al.
Comparison of learning algorithms for handwritten digit recognition. In Proceedings of the International Conference on Artificial
Neural Networks, Perth, Australia, 27 November–1 December 1995; Volume 60, pp. 53–60.
33. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. Imagenet classification with deep convolutional neural networks. Adv. Neural Inf.
Process. Syst. 2012, 25, 1097–1105. [CrossRef]
34. Saleem, M.; Gutierrez, H. Using artificial neural network and non-destructive test for crack detection in concrete surrounding
the embedded steel reinforcement. Struct. Concr. 2021, 22, 2849–2867. [CrossRef]
35. Saeed, N.; Omar, M.A.; Abdulrahman, Y. A neural network approach for quantifying defects depth, for nondestructive testing
thermograms. Infrared Phys. Technol. 2018, 94, 55–64. [CrossRef]
36. Radkowski, R.; Garrett, T.; Holland, S.D. 3D machine vision technology for automatic data integration of ultrasonic data. In
Proceedings of the QNDE 2019: 46th Annual Review of Progress in Quantitative Nondestructive Evaluation, Portland, OR, USA,
14–18 July 2019.
37. Addamani, R.; Ravindra, H.V.; Gayathri Devi, S.; Gonchikar, U. Assessment of Weld Bead Performance for Pulsed Gas Metal Arc
Welding (P-GMAW) Using Acoustic Emission (AE) and Machine Vision (MV) Signals Through NDT Methods for SS 304 Material.
In ASME International Mechanical Engineering Congress and Exposition; American Society of Mechanical Engineers: New York, NY,
USA, 2020; Volume 84485, p. V02AT02A002.
38. Johnson, J.T. Defect and Thickness Inspection System for Cast Thin Films Using Machine Vision and Full-Field Transmission
Densitometry. Ph.D. Thesis, Georgia Institute of Technology, Atlanta, GA, USA, 2009.
39. Ye, X.W.; Dong, C.Z.; Liu, T. A review of machine vision-based structural health monitoring: Methodologies and applications. J.
Sensors 2016, 2016, 7103039. [CrossRef]
40. Tang, Y.; Lin, Y.; Huang, X.; Yao, M.; Huang, Z.; Zou, X. Grand challenges of machine-vision technology in civil structural health
monitoring. In Artificial Intelligence Evolution; Universal Wiser Publisher: Singapore, 2020; pp. 8–16.
41. Dawood, T.; Zhu, Z.; Zayed, T. Machine vision-based model for spalling detection and quantification in subway networks. Autom.
Constr. 2017, 81, 149–160. [CrossRef]
42. Azarpajouh, S.; Calderón Díaz, J.; Bueso Quan, S.; Taheri, H. Farm 4.0: A review of innovative smart dairy technologies and their
applications as tools for welfare assessment in dairy cattle. CAB Rev. 2021, 16, 1–9. [CrossRef]
43. Meyendorf, N.G.; Bond, L.J.; Curtis-Beard, J.; Heilmann, S.; Pal, S.; Schallert, R.; Scholz, H.; Wunderlich, C. Nde 4.0—Nde for
the 21st Century—The Internet of Things and cyber physical systems will revolutionize nde. In Proceedings of the 15th Asia
Pacific Conference for Non-Destructive Testing (APCNDT2017), Singapore, 13–17 November 2017.
44. Koester, L.; Taheri, H.; Bond, L.J.; Barnard, D.; Gray, J. Additive manufacturing metrology: State of the art and needs assessment.
AIP Conf. Proc. 2016, 1706, 130001.
45. Vrana, J.; Meyendorf, N.; Ida, N.; Singh, R. Introduction to NDE 4.0. In Handbook of Nondestructive Evaluation 4.0; Springer:
Berlin/Heidelberg, Germany, 2021; pp. 1–28.
46. Lee, H.; Lim, H.J.; Skinner, T.; Chattopadhyay, A.; Hall, A. Automated fatigue damage detection and classification technique for
composite structures using Lamb waves and deep autoencoder. Mech. Syst. Signal Process. 2022, 163, 108148. [CrossRef]
Sensors 2022, 22, 4055 17 of 17
47. Taheri, H.; Koester, L.W.; Bigelow, T.A.; Bond, L.J. Thermoelastic finite element modeling of laser generated ultrasound in additive
manufacturing materials. In Proceedings of the ASNT Annual Conference, Nashville, TN, USA, 30 October–2 November 2017;
Volume 2017, pp. 188–198.
48. Bigelow, T.A.; Schneider, B.; Taheri, H. Detection of pores in additive manufactured parts by near field response of laser-induced
ultrasound. AIP Conf. Proc. 2019, 2102, 070002.
49. Taheri, H.; Koester, L.; Bigelow, T.; Bond, L.J. Finite element simulation and experimental verification of ultrasonic non-destructive
inspection of defects in additively manufactured materials. AIP Conf. Proc. 2018, 1949, 020011.
50. Liu, Z.; Meyendorf, N.; Mrad, N. The role of data fusion in predictive maintenance using digital twin. AIP Conf. Proc. 2018, 1949,
020023.
51. Ababsa, F. Augmented Reality Application in Manufacturing Industry: Maintenance and Non-destructive Testing (NDT) Use
Cases. In International Conference on Augmented Reality, Virtual Reality and Computer Graphics; Springer: Berlin/Heidelberg,
Germany, 2020; pp. 333–344.
52. Vejdannik, M.; Sadr, A.; de Albuquerque, V.H.C.; Tavares, J.M.R. Signal processing for NDE. In Handbook of Advanced Non-
Destructive Evaluation; Springer: Cham, Switzerland, 2018.
53. Pyle, R.J.; Bevan, R.L.; Hughes, R.R.; Rachev, R.K.; Ali, A.A.S.; Wilcox, P.D. Deep learning for ultrasonic crack characterization
in NDE. IEEE Trans. Ultrason. Ferroelectr. Freq. Control 2020, 68, 1854–1865. [CrossRef]
54. Zhou, X.; Wang, H.; Hsieh, S.J.T. Thermography and k-means clustering methods for anti-reflective coating film inspection:
Scratch and bubble defects. In Thermosense: Thermal Infrared Applications XXXVIII; SPIE: Bellingham, WA, USA, 2016; Volume 9861,
pp. 195–204.
55. Chen, C.; Zhou, S.; Hu, G.; Jia, J.; Floor, G.W.; Sharath, D.; Menaka, M. Lamb wave detection and localization of multiple
discontinuities for plate-like structures based on DBSCAN and k-means. Mater. Eval. 2019, 77, 1439–1449.
56. Volker, C.; Kruschwitz, S.; Boller, C.; Wiggenhauser, H. Feasibility study on adapting a machine learning based multi-sensor data
fusion approach for honeycomb detection in concrete. In NDE/NDT for Highways & Bridges: SMT 2016; The American Society of
Nondestructive Testing: Columbus, OH, USA, 2016; pp. 144–148.
57. Selim, H.; Delgado Prieto, M.; Trull, J.; Romeral, L.; Cojocaru, C. Laser ultrasound inspection based on wavelet transform and
data clustering for defect estimation in metallic samples. Sensors 2019, 19, 573. [CrossRef]
58. Li, X.; Shen, T. Nondestructive testing system design for biological product based on vibration signal analysis of acceleration
sensor. J. Vibroeng. 2017, 19, 2164–2173. [CrossRef]
59. Sevillano, E.; Sun, R.; Gil, A.; Perera, R. Interfacial crack-induced debonding identification in FRP-strengthened RC beams from
PZT signatures using hierarchical clustering analysis. Compos. Part B Eng. 2016, 87, 322–335. [CrossRef]
60. Na, W.S. Low cost technique for detecting adhesive debonding damage of glass epoxy composite plate using an impedance
based non-destructive testing method. Compos. Struct. 2018, 189, 99–106. [CrossRef]
61. Tian, F.; Tan, F.; Li, H. An rapid nondestructive testing method for distinguishing rice producing areas based on Raman
spectroscopy and support vector machine. Vib. Spectrosc. 2020, 107, 103017. [CrossRef]