Machine Learning in Thermography Non-Destructive Testing: A Systematic Review
Abstract
1. Introduction
Terminology | Principle | Representative ML Algorithm |
---|---|---|
Lock-In Thermography (LIT) [4,5,6] | Periodically modulates the energy source (e.g., lamp or ultrasound) and analyzes each pixel’s thermal response in the frequency domain to detect subsurface defects. | CNN [7,8] |
Pulsed Thermography (PT) [9,10] | Applies a short heat pulse and monitors cooling to detect surface or shallow defects. | CNN [11,12] |
Frequency-Modulated Thermography (FMT) [13] | Applies heating with a changing frequency to detect defects at different depths. | CNN [14] |
Pulsed-Phase Thermography (PPT) [15] | Enhances defect contrast by applying phase analysis to data from PT. | SVM [16] |
Step-Heating Thermography (SHT) [17] | Uses slow, steady heating to detect deeper or low-contrast defects. | SVM [18] |
Long-Pulse Thermography (LPT) [19] | Applies long-duration heating for identification of defects with slow thermal responses. | SVM [20] |
Laser-Line Thermography (LLT) [21,22,23] | Uses a narrow laser line for localized, high-resolution scanning. | Decision tree [24] |
Laser-Spot Thermography (LST) [23,25,26] | Focuses a laser spot on a small area to detect fine or localized defects. | CNN [27] |
2. Methods
2.1. Step 1—Search
2.1.1. Aim, Objectives, and Research Questions
- (a)
- In what ways does machine learning expedite the postprocessing of thermographic data in non-destructive testing?
- (b)
- What factors should be prioritized when choosing the appropriate machine learning algorithm tailored to specific test data?
2.1.2. Search Strategy for Identification of Articles
2.2. Step 2—Appraisal
- Data sources, data integrity, and data management;
- Exploration of methods and associated parameters (including preprocessing and ML);
- Sensitivity analysis related to parameters, data sources, and intrinsic uncertainties;
- Evaluation metrics tailored for ML efficacy;
- Established methods for validation and verification;
- Recognized biases within the data and the resultant conclusions.
2.3. Step 3—Synthesis
2.4. Step 4—Analysis
- (i)
- Thematic analysis: This focuses on gauging the pertinence of each theme in relation to the articles assessed via qualitative data or quantifiable outcomes.
- (ii)
- Discussion of the results: This involves a critical appraisal of the results, determining their alignment with the review’s research questions. Such deliberations included in the Results section.
- (iii)
- Drawing conclusions: This step revolves around articulating the primary takeaways in the Conclusions section, acknowledging the inherent limitations of the study and providing avenues for future research.
3. Results
3.1. Publication Elements
3.2. Study Elements
- Composite Material Defect Detection: A significant portion, comprising 34 publications, focuses on defect detection in composite materials, such as carbon fiber-reinforced polymers (CFRPs), glass fiber-reinforced polymers (GFRPs), and various metal materials. This category includes studies that use thermography to identify structural weaknesses or inconsistencies in these materials.
- Electrical Equipment Defect Detection: Approximately nine articles are dedicated to the detection of electrical equipment defects. This field involves the use of thermal imaging to identify faults or anomalies in electrical components, contributing to preventive maintenance and safety in electrical systems.
- Additive Manufacturing Monitoring: Five publications delve into the monitoring of additive manufacturing processes. These studies explore the role of thermal imaging in ensuring the quality and precision during the fabrication stages of additive manufacturing.
- Plant Growth Monitoring: Two articles address the application of thermal imaging in monitoring plant growth. This unique application focuses on changes in specific components, such as the nitrogen content in plants, which can help to improve agricultural practices.
- Human Health Applications: In addition, there is one article that focuses on the use of thermal imaging to detect breast-related health issues in humans. This signifies the expansion of thermal imaging applications into the realm of medical diagnostics.
3.3. Characteristics
3.4. Algorithm Types
- a.
- Artificial Neural Network (ANN)
- b.
- Multilayer Perceptron (MLP)
- c.
- Deep Neural Network (DNN)
- d.
- K-Nearest Neighbors (KNN)
- e.
- Convolutional Neural Network (CNN)
- f.
- Support Vector Machine (SVM)
- g.
- Generative Adversarial Networks (GANs)
3.5. Feature Extraction
3.5.1. Thermographic Signal Reconstruction (TSR)
3.5.2. Principal Component Analysis (PCA)
4. Discussion
4.1. Significance of Using Machine Learning in the Field of NDT
4.2. Lack of High-Quality Public and Unified Datasets
4.3. Algorithm Performance
4.4. Deep Learning: Current Conditions
4.5. Uncertainty of Existing Research
4.6. Probability of Detection
- FN = false negative;
- TP = true positive. Probability of detection judgment criteria can be seen in Table 6.
5. Conclusions
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Acknowledgments
Conflicts of Interest
Abbreviations
NDT | non-destructive testing |
UT | ultrasonic testing |
IRT | infrared testing |
CFRP | carbon fiber-reinforced polymer |
ML | machine learning |
SLR | systematic literature review |
AI | artificial intelligence |
SDCO | systematic data collection and organization |
ReLU | rectified linear unit |
UD | uniform distribution of weights |
KNN | K-nearest neighbors |
DNN | deep neural network |
MLP | multilayer perceptron |
ANN | artificial neural network |
CNN | convolutional Neural Network |
SVM | support vector machine |
TSR | thermographic signal reconstruction |
PCA | principal component analysis |
Appendix A
Method | Features | Comments | Refs. |
---|---|---|---|
GAN | Comprises a generator and a discriminator that compete to improve performance. | Excellent for generating realistic images, useful in synthesizing or enhancing thermal images. | [38,45,46,51,78,79] |
MLP | A basic form of neural network with multiple layers and backpropagation training. | Suitable for straightforward pattern recognition in thermal data but may struggle with complex spatial data. | [18,36,41,44,52,55,67,74] |
ANN | Composed of interconnected nodes mimicking biological neural networks. | Versatile for various NDT tasks, offering flexibility in handling diverse thermal imaging data. | [27,34,42,44,49,72,73,74] |
SVM | Efficient in high-dimensional spaces, focuses on finding the maximal margin. | Effective in classifying thermal image features, particularly in clear-cut defect recognition. | [18,27,34,43,52,53,55,57,62,66,93] |
KNN | Unsupervised learning; simple, instance-based learning algorithm that classifies based on nearest training examples. | Useful for thermal imaging when patterns are well defined and consistent. | [40,62,64] |
CNN | Using convolutional layers to efficiently capture spatial and hierarchical patterns within data. | Highly effective in feature extraction and pattern recognition in thermal imaging, especially in defect detection. | [12,33,38,39,48,50,52,63,68,71,82,85,94] |
Bi-LSTM | Processes data in both forward and backward directions, effectively capturing complex temporal sequences and dependencies in data. | Applicable for analysis of time series thermal imaging data, such as in continuous monitoring. | [67] |
DNN | Contains multiple hidden layers for learning of complex data representations. | Capable of handling intricate thermal imaging data but requires substantial data and computational resources. | [50,65] |
FCN | A non-parametric, probabilistic approach that models the distribution of possible outcomes, excelling in predicting continuous outputs with uncertainty estimation. | Performs well with small-scale thermal imaging datasets, providing uncertainty estimates with predictions. | [59] |
RNN | A type of neural network designed for sequential data processing, characterized by their ability to | maintain internal memory of previous inputs, making them ideal for tasks involving temporal dependencies. | [56,60,61] |
Hybrid algorithms | Use multiple distinct machine learning techniques, leveraging their individual strengths to enhance overall performance and address complex problems more effectively than single-method algorithms. | Provide improved performance in complex thermal imaging data analysis tasks but may be complex to implement and optimize. | [34,37,56,95] |
SDL | An algorithmic approach where the model autonomously identifies learning tasks and strategies, adapting its learning process based on evolving data and objectives. | Has potential in scenarios requiring adaptive learning for thermal imaging analysis, an emerging area. | [75] |
SK-Means | The K-means algorithm is a partitional clustering method that groups data by minimizing the squared distances between points and their nearest cluster centroids. The SK-means variant extends this approach by integrating a region segmentation step into the clustering process. | High performance in thermal imaging by incorporating spatial continuity into the standard K-means framework. This spatial constraint reduces sensitivity to noise, leading to more coherent and reliable defect localization. | [81] |
U-Net | A convolutional neural network tailored for pixel-wise segmentation tasks. It combines a contracting path to extract the region surrounding each pixel and an expansive path for precise localization. | High performance with small datasets, but overlapping areas around adjacent pixels reduce training efficiency. | [80] |
Appendix B
Ref. | Machine Learning Model | Experimental Object | Data Type | Features |
---|---|---|---|---|
[36] | MLBPNN | Brain | Image | Surface highlights of the areas of interest. |
[41] | MLP | AL sheet, FS weld | Image | ROI was manually cropped from the recorded grayscale image. |
[42] | ANN | Breast | Image | Fifteen features from each image. The features are entropy, mean, kurtosis, median, mode, contrast, standard deviation, correlation, variance, skewness, energy, homogeneity, dissimilarity, inverse difference moment, and area. |
[32] | K-means unsupervised machine learning | CFRP plate | Image | Speeded-up robust features (SURF); each point of a blurred image is expressed in terms of an encoded word using 64 single-precision float variables and represented by its position in space, the scale level at which the gradient is the maximum (or minimum), and its dominant direction. |
[43] | SVM | Electrical transformers | Image | A 2048-dimensional feature vector is formed for each image, obtained by 32 feature maps with 16 (4 × 4) region points. |
[44] | SVM | CFRP plate | Image | Not mentioned |
[45] | GAN | CFRP plate | Image | Total of 308 × 212 pixels were selected as the region of interest. |
[18] | SVM MLP RF | FEM in AM | Signal | Not mentioned |
[40] | KNN | CFRP | Signal | Not mentioned |
[85] | CNN& DNN | CFRP plate | Signal | Thermal response at a spatial resolution of 315 × 317 pixels in all thermograms. |
[52] | CNN-RF and SVM | High-voltage power transformer | Image | Features were learned using an innovative deep learning approach. |
[74] | UL | AM metallic specimen | Image | Compression of thermography data cube (720 × 864 × 1200) matrix with 16-bit elements. |
[51] | ANN MLP | Substation | Signal | The seven first-order features are mean, variance, standard deviation, skewness, kurtosis, energy, and entropy. |
[53] | SVM CDT LDA | Induction motor | Signal | Feature values: mean, kurtosis, energy, standard deviation, entropy, and skewness. |
[55] | SVM | Composite sample | Image | Not mentioned |
[33] | VGG16 CNN | Calcium fluoride | Image | Not mentioned |
[38] | MLP KNNDT RF ET | Steel plate | Signal | The change in the highest-temperature point on the defect. |
[64] | CNN | Laser welding | Image | 20 features, describing the specimen’s response to laser heat welding excitation, both in time and space. |
[66] | DEEPLAB-V3+ CNN | CFRP | Image | 3 channels and 30 channel images. |
[67] | BI-LSTM | Steel flat-bottom hole | Image and Signal | Time series data. |
[57] | SVM | Metal | Image | Pixels of the image. |
[65] | DNN | Five different metal alloys | Image and Signal | Not mentioned |
[85] | CNN | Mild steel specimen | Signal | Linear fitted temporal thermal profile |
[27] | SVM ANN | FEA plant root | Signal | Temperature data from the cooling process |
[34] | ANN | Thermal barrier coating | Signal | Temperature evolution for each instant of the acquisition time |
[62] | SVM KNN LDA DT | Electronic | Signal | Noisy data of anomaly models |
[18] | SVM | Nylon and PLA | Signal | Regions of interest (ROI) of 4 × 4 pixels, one for the defect area and the other for a non-defect area |
[44] | SVM | CFRP | Signal | Not mentioned |
[70] | CNN (ResNet50) | CFRP | Image | Not mentioned |
[93] | KNN | Composite sample | Image | Damage contour in image |
[61] | RNN | Plexiglass | Signal | Temporal evolutions occurring at specified points on the investigated surface |
[71] | SVM ANN | Wheat leaf | Signal | Wheat leaf nitrogen content |
[60] | Based on regressive neural network | Plexiglass | Signal | Temporal evolution of temperature rise recorded at sampling instants |
[12] | CNN | Plexiglass, CFRP and steel | Image | Defect localized and segmented by the mask |
[69] | RCNN | Flat-bottom hole defects | Image | Region of interest from the raw image |
[72] | ANN | CFRP | Image | Not mentioned |
[73] | MLP | Switchboards of different buildings | Image | Regions of interest (ROI) for both reference and hot components |
[49] | ANN | CFRP | Image | Thermal pattern obtained from pseudo-static sequence is divided into small sections |
[95] | Hybrid neural algorithm | Surface of a coated sample | Signal | Not mentioned |
[48] | RCNN | Fiberboards | Image | Not mentioned |
[74] | TBSS and STSDL | SS-316L plates and one INC718 plate | Image | Condensed 2D data from image pixels |
[69] | GAN | CFRR | Image | ROI containing 308 × 212 pixels |
[56] | LSTM-RNN | GFRP | Signal | Not mentioned |
[37] | GNB | Stator Imbalance | Signal | Selection of the necessary feature vector by PCA |
[76] | ERF EDT ELR | Breast cancer image | Image | Extracted by combining ResNet101 transfer learning and VGG16 transfer learning with their combined functionalities |
[79] | GAN | CFRP | Image | Original image resized to 256 × 256 pixels |
[46] | GAN | CFRP | Image | An 308 × 212 pixel thermogram was selected as the region of interest |
[78] | GAN | CFRP | Image | Images of 64 × 64, 128 × 128, and 256 × 256 pixels compressed from the original image |
[77] | CNN | Eight wood species within the Fabaceae family | Signal | Data matrix extracted by matrix |
[81] | SK-means | CFRP | Image | Image after TSR processing |
[80] | U-Net | Composite film material plate | Image | Grayscale image |
[82] | CNN | Acrylonitrile butadiene styrene (ABS) polymer | Image | Defect area and sound area images cropped from the original image |
References
- Liu, Y.; Wu, J.Y.; Liu, K.; Wen, H.L.; Yao, Y.; Sfarra, S.; Zhao, C. Independent component thermography for non-destructive testing of defects in polymer composites. Meas. Sci. Technol. 2019, 30, 044006. [Google Scholar] [CrossRef]
- Huang, J.; Wei, Q.; Zhuo, L.; Zhu, J.; Li, C.; Wang, Z. Detection and quantification of artificial delaminations in CFRP composites using ultrasonic thermography. Infrared Phys. Technol. 2023, 130, 104579. [Google Scholar] [CrossRef]
- Ali, Z.; Addepalli, S.; Zhao, Y. Thermal Material Property Evaluation Using through Transmission Thermography: A Systematic Review of the Current State-of-the-Art. Appl. Sci. 2024, 14, 6791. [Google Scholar] [CrossRef]
- Wu, D.; Busse, G. Lock-in thermography for nondestructive evaluation of materials. Rev. Générale Therm. 1998, 37, 693–703. [Google Scholar] [CrossRef]
- Jones, R.; Lo, M.; Dorman, M.; Bowler, A.; Roles, D.; Wade, S. Lock-in Thermography for the Wide Area Detection of Paint Degradation and Incipient Corrosion. In Non-Destructive Evaluation of Corrosion and Corrosion-Assisted Cracking; John Wiley & Sons, Ltd.: New York, NY, USA, 2019; Chapter 5; pp. 122–159. [Google Scholar] [CrossRef]
- EN 17119; Non-Destructive Testing—Thermographic Testing—Active Thermography. European Committee for Standardization: Brussels, Belgium, 2018; p. 15.
- Schmid, S.; Reinhardt, J.; Grosse, C.U. Spatial and temporal deep learning for defect detection with lock-in thermography. NDT E Int. 2024, 143, 103063. [Google Scholar] [CrossRef]
- Oliveira, B.C.F.; Seibert, A.A.; Borges, V.K.; Albertazzi, A.J.; Schmitt, R.H. Employing a U-net convolutional neural network for segmenting impact damages in optical lock-in thermography images of CFRP plates. Nondestruct. Test. Eval. 2021, 36, 440–458. [Google Scholar] [CrossRef]
- Cheng, L.; Tian, G.Y. Comparison of Nondestructive Testing Methods on Detection of Delaminations in Composites. J. Sens. 2012, 2012, 408437. [Google Scholar] [CrossRef]
- Chung, Y.; Lee, S.; Kim, W. Latest Advances in Common Signal Processing of Pulsed Thermography for Enhanced Detectability: A Review. Appl. Sci. 2021, 11, 12168. [Google Scholar] [CrossRef]
- Garcia Rosa, R.; Barella, B.P.; Garcia Vargas, I.; Tarpani, J.R.; Herrmann, H.; Fernandes, H. Advanced Thermal Imaging Processing and Deep Learning Integration for Enhanced Defect Detection in Carbon Fiber-Reinforced Polymer Laminates. Materials 2025, 18, 1448. [Google Scholar] [CrossRef]
- Fang, Q.; Ibarra-Castanedo, C.; Garrido, I.; Duan, Y.; Maldague, X. Automatic Detection and Identification of Defects by Deep Learning Algorithms from Pulsed Thermography Data. Sensors 2023, 23, 4444. [Google Scholar] [CrossRef]
- Mulaveesala, R.; Tuli, S. Theory of frequency modulated thermal wave imaging for nondestructive subsurface defect detection. Appl. Phys. Lett. 2006, 89, 191913. [Google Scholar] [CrossRef]
- Vesala, G.T.; Ghali, V.S.; Subhani, S.; Vijaya Lakshmi, A.; Naik, R.B. Convolution Neural Networks Based Automatic Subsurface Anomaly Detection and Characterization in Quadratic Frequency Modulated Thermal Wave Imaging. SN Comput. Sci. 2022, 3, 219. [Google Scholar] [CrossRef]
- Maldague, X.; Marinetti, S. Pulse phase infrared thermography. J. Appl. Phys. 1996, 79, 2694–2698. [Google Scholar] [CrossRef]
- Kuzy, J.; Li, C. A Pulsed Thermographic Imaging System for Detection and Identification of Cotton Foreign Matter. Sensors 2017, 17, 518. [Google Scholar] [CrossRef] [PubMed]
- Kamińska, P.; Ziemkiewcz, J.; Synaszko, P.; Dragan, K. Comparison of Pulse Thermography (PT) and Step Heating (SH) Thermography in Non-Destructive Testing of Unidirectional GFRP Composites. Fatigue Aircr. Struct. 2019, 2019, 87–102. [Google Scholar] [CrossRef]
- Rodríguez-Martín, M.; Fueyo, J.; Pisonero, J.; López-Rebollo, J.; Gonzalez-Aguilera, D.; García-Martín, R.; Madruga, F. Step heating thermography supported by machine learning and simulation for internal defect size measurement in additive manufacturing. Measurement 2022, 205, 112140. [Google Scholar] [CrossRef]
- Almond, D.P.; Angioni, S.L.; Pickering, S.G. Long pulse excitation thermographic non-destructive evaluation. NDT E Int. 2017, 87, 7–14. [Google Scholar] [CrossRef]
- Marani, R.; Campos-Delgado, D.U. Depth classification of defects in composite materials by long-pulsed thermography and blind linear unmixing. Compos. Part B Eng. 2023, 248, 110359. [Google Scholar] [CrossRef]
- Muzika, L.; Svantner, M.; Honner, M.; Houdkova, S. Laser Scanning Thermography for Coating Thickness Inspection. Eng. Proc. 2021, 8, 17. [Google Scholar] [CrossRef]
- Mund, M.; Blass, D.; Dilger, K. Laser excited Thermography—Simulation based Determination of detection thresholds in aluminum welds depending on geometrical and excitation Properties. In Proceedings of the 12th European Conference on Non-Destructive Testing (ECNDT 2018), Gothenburg, Sweden, 11–15 June 2018. [Google Scholar]
- Li, T.; Almond, D.P.; Rees, D.S. Crack imaging by scanning pulsed laser spot thermography. NDT E Int. 2011, 44, 216–225. [Google Scholar] [CrossRef]
- Aujeszky, T.; Korres, G.; Eid, M. Material classification with laser thermography and machine learning. Quant. InfraRed Thermogr. J. 2019, 16, 181–202. [Google Scholar] [CrossRef]
- Roemer, J.; Pieczonka, L.; Uhl, T. Laser spot thermography of welded joints. Diagnostyka 2014, 15, 43–49. [Google Scholar]
- Roemer, J.; Uhl, T.; Pieczonka, L. Laser Spot Thermography for Crack Detection in Aluminum Structures. In Proceedings of the 7th International Symposium on NDT in Aerospace, Bremen, Germany, 16–18 November 2015. [Google Scholar]
- Shi, X.; Hsieh, S.J. Infrared Imaging and Machine Learning Techniques for Plant Root Location and Depth Prediction; SPIE: Philadelphia, PA, USA, 2021; Volume 11743, p. 1174303. [Google Scholar]
- Qiu, Q. Effect of internal defects on the thermal conductivity of fiber-reinforced polymer (FRP): A numerical study based on micro-CT based computational modeling. Mater. Today Commun. 2023, 36, 106446. [Google Scholar] [CrossRef]
- Aldrin, J.; Coughlin, C.; Forsyth, D.; Welter, J. Progress on the Development of Automated Data Analysis Algorithms and Software for Ultrasonic Inspection of Composites. AIP Conf. Proc. 2014, 1581, 1920–1927. [Google Scholar] [CrossRef]
- Bossi, R.H. ASNT Industry Handbook: Aerospace NDT; American Society for Nondestructive Testing: Columbus, OH, USA, 2014. [Google Scholar]
- Booth, A.; Martyn-St James, M.; Clowes, M.; Sutton, A. Systematic Approaches to a Successful Literature Review; SAGE Publications Ltd.: London, UK, 2021. [Google Scholar]
- Marani, R.; Palumbo, D.; Galietti, U.; Stella, E.; D’Orazio, T. Automatic detection of subsurface defects in composite materials using thermography and unsupervised machine learning. In Proceedings of the 2016 IEEE 8th International Conference on Intelligent Systems (IS), Sofia, Bulgaria, 4–6 September 2016; pp. 516–521. [Google Scholar] [CrossRef]
- Klamert, V.; Schmid-Kietreiber, M.; Bublin, M. A deep learning approach for real time process monitoring and curling defect detection in Selective Laser Sintering by infrared thermography and convolutional neural networks. In Proceedings of the 12th CIRP Conference on Photonic Technologies [LANE 2022], Furth, Germany, 4–8 September 2022; Volume 111, pp. 317–320. [Google Scholar] [CrossRef]
- Halloua, H.; Elhassnaoui, A.; Saifi, A.; Elamiri, A.; Obbadi, A.; Errami, Y.; Sahnoun, S. Neural Networks and Genetic Algorithms for the Evaluation of Coatings Thicknesses in Thermal Barriers by Infrared Thermography Data; Elsevier: Amesterdam, The Netherlands, 2017; Volume 5, pp. 997–1004. [Google Scholar] [CrossRef]
- Zhan, Y.; Hu, D.; Wang, Y.; Yu, X. Semisupervised Hyperspectral Image Classification Based on Generative Adversarial Networks. IEEE Geosci. Remote Sens. Lett. 2018, 15, 212–216. [Google Scholar] [CrossRef]
- Shakeel, P.M.; Tobely, T.E.E.; Al-Feel, H.; Manogaran, G.; Baskar, S. Neural Network Based Brain Tumor Detection Using Wireless Infrared Imaging Sensor. IEEE Access 2019, 7, 5577–5588. [Google Scholar] [CrossRef]
- Idrissi, A.E.; Derouich, A.; Mahfoud, S.; Ouanjli, N.E.; Byou, A.; Banakhr, F.A.; Mosaad, M.I. Stator Imbalance Defects Diagnosis of Induction Machine Using Thermography and Machine Learning Algorithms. IEEE Access 2024, 12, 51606–51618. [Google Scholar] [CrossRef]
- Chen, H.; Zhang, Z.; Zhao, C.; Liu, J.; Yin, W.; Li, Y.; Wang, F.; Li, C.; Lin, Z. Depth Classification of Defects Based on Neural Architecture Search. IEEE Access 2021, 9, 73424–73432. [Google Scholar] [CrossRef]
- Zhang, X.; Saniie, J.; Bakhtiari, S.; Heifetz, A. Compression of Pulsed Infrared Thermography Data with Unsupervised Learning for Nondestructive Evaluation of Additively Manufactured Metals. IEEE Access 2022, 10, 9094–9107. [Google Scholar] [CrossRef]
- Daghigh, V.; Naraghi, M. Machine learning-based defect characterization in anisotropic materials with IR-thermography synthetic data. Compos. Sci. Technol. 2023, 233, 109882. [Google Scholar] [CrossRef]
- Atwya, M.; Panoutsos, G. Transient Thermography for Flaw Detection in Friction Stir Welding: A Machine Learning Approach. IEEE Trans. Ind. Inform. 2020, 16, 4423–4435. [Google Scholar] [CrossRef]
- Gupta, K.K.; Vijay, R.; Pahadiya, P.; Saxena, S.; Gupta, M. Novel Feature Selection Using Machine Learning Algorithm for Breast Cancer Screening of Thermography Images. Wirel. Pers. Commun. 2023, 131, 1929–1956. [Google Scholar] [CrossRef]
- Mahami, A.; Rahmoune, C.; Zair, M.; Bettahar, T.; Benazzouz, D. Automated Transformer fault diagnosis using infrared thermography imaging, GIST and machine learning technique. Proc. Inst. Mech. Eng. Part E J. Process Mech. Eng. 2022, 236, 1747–1757. [Google Scholar] [CrossRef]
- Parvez M, M.; Mishra, S.K.; Nandini, K.; Ahammad, S.H.; Inthiyaz, S.; Altahan, B.R.; Smirani, L.K.; Hossain, M.A.; Rashed, A.N.Z. Machine learning based models for defect detection in composites inspected by Barker coded thermography: A qualitative analysis. Adv. Eng. Softw. 2023, 178, 103425. [Google Scholar] [CrossRef]
- Liu, K.; Ma, Z.; Liu, Y.; Yang, J.; Yao, Y. Enhanced Defect Detection in Carbon Fiber Reinforced Polymer Composites via Generative Kernel Principal Component Thermography. Polymers 2021, 13, 825. [Google Scholar] [CrossRef]
- Liu, K.; Wang, F.; He, Y.; Liu, Y.; Yang, J.; Yao, Y. Data-Augmented Manifold Learning Thermography for Defect Detection and Evaluation of Polymer Composites. Polymers 2023, 15, 173. [Google Scholar] [CrossRef]
- Usamentiaga, R.; Ibarra-Castanedo, C.; Klein, M.; Maldague, X.; Peeters, J.; Sanchez-Beato, A. Nondestructive Evaluation of Carbon Fiber Bicycle Frames Using Infrared Thermography. Sensors 2017, 17, 2679. [Google Scholar] [CrossRef]
- Garrido, I.; Erazo-Aux, J.; Lagüela, S.; Sfarra, S.; Ibarra-Castanedo, C.; Pivarčiová, E.; Gargiulo, G.; Maldague, X.; Arias, P. Introduction of Deep Learning in Thermographic Monitoring of Cultural Heritage and Improvement by Automatic Thermogram Pre-Processing Algorithms. Sensors 2021, 21, 750. [Google Scholar] [CrossRef]
- Fernandes, H.; Zhang, H.; Figueiredo, A.; Malheiros, F.; Ignacio, L.H.; Sfarra, S.; Ibarra-Castanedo, C.; Guimaraes, G.; Maldague, X. Machine Learning and Infrared Thermography for Fiber Orientation Assessment on Randomly-Oriented Strands Parts. Sensors 2018, 18, 288. [Google Scholar] [CrossRef]
- Vesala, G.T.; Ghali, V.S.; Lakshmi, A.V.; Naik, R.B. Deep and Handcrafted Feature Fusion for Automatic Defect Detection in Quadratic Frequency Modulated Thermal Wave Imaging. Russ. J. Nondestruct. Test. 2021, 57, 476–485. [Google Scholar] [CrossRef]
- Ullah, I.; Yang, F.; Khan, R.; Liu, L.; Yang, H.; Gao, B.; Sun, K. Predictive Maintenance of Power Substation Equipment by Infrared Thermography Using a Machine-Learning Approach. Energies 2017, 10, 1987. [Google Scholar] [CrossRef]
- Ullah, I.; Khan, R.U.; Yang, F.; Wuttisittikulkij, L. Deep Learning Image-Based Defect Detection in High Voltage Electrical Equipment. Energies 2020, 13, 392. [Google Scholar] [CrossRef]
- Choudhary, A.; Goyal, D.; Letha, S.S. Infrared Thermography-Based Fault Diagnosis of Induction Motor Bearings Using Machine Learning. IEEE Sensors J. 2021, 21, 1727–1734. [Google Scholar] [CrossRef]
- Séguin-Charbonneau, L.; Walter, J.; Théroux, L.D.; Scheed, L.; Beausoleil, A.; Masson, B. Automated defect detection for ultrasonic inspection of CFRP aircraft components. NDT E Int. 2021, 122, 102478. [Google Scholar] [CrossRef]
- Benítez, H.D.; Loaiza, H.; Caicedo, E.; Ibarra-Castanedo, C.; Bendada, A.; Maldague, X. Defect characterization in infrared non-destructive testing with learning machines. NDT E Int. 2009, 42, 630–643. [Google Scholar] [CrossRef]
- Hu, C.; Duan, Y.; Liu, S.; Yan, Y.; Tao, N.; Osman, A.; Ibarra-Castanedo, C.; Sfarra, S.; Chen, D.; Zhang, C. LSTM-RNN-based defect classification in honeycomb structures using infrared thermography. Infrared Phys. Technol. 2019, 102, 103032. [Google Scholar] [CrossRef]
- Wei, Z.; Osman, A.; Gross, D.; Netzelmann, U. Artificial intelligence for defect detection in infrared images of solid oxide fuel cells. Infrared Phys. Technol. 2021, 119, 103815. [Google Scholar] [CrossRef]
- Schmid, J.; Bicat, D.; Elfner, M.; Bauer, H.J. Improved in-situ calibration applied to infrared thermography under high angles of view. Infrared Phys. Technol. 2021, 119, 103952. [Google Scholar] [CrossRef]
- Zhang, S.; Rao, P.; Chen, X.; Li, Y. An FCN-based transfer-learning method for spatial infrared moving-target recognition. Infrared Phys. Technol. 2024, 137, 105145. [Google Scholar] [CrossRef]
- Dudzik, S. Analysis of the accuracy of a neural algorithm for defect depth estimation using PCA processing from active thermography data. Infrared Phys. Technol. 2013, 56, 1–7. [Google Scholar] [CrossRef]
- Dudzik, S. Two-stage neural algorithm for defect detection and characterization uses an active thermography. Infrared Phys. Technol. 2015, 71, 187–197. [Google Scholar] [CrossRef]
- Liu, H.; Tinsley, L.; Addepalli, S.; Liu, X.; Starr, A.; Zhao, Y. Detectability evaluation of attributes anomaly for electronic components using pulsed thermography. Infrared Phys. Technol. 2020, 111, 103513. [Google Scholar] [CrossRef]
- Siljama, O.; Koskinen, T.; Jessen-Juhler, O.; Virkkunen, I. Automated Flaw Detection in Multi-channel Phased Array Ultrasonic Data Using Machine Learning. J. Nondestruct. Eval. 2021, 40, 67. [Google Scholar] [CrossRef]
- Buongiorno, D.; Prunella, M.; Grossi, S.; Hussain, S.M.; Rennola, A.; Longo, N.; Stefano, G.D.; Bevilacqua, V.; Brunetti, A. Inline Defective Laser Weld Identification by Processing Thermal Image Sequences with Machine and Deep Learning Techniques. Appl. Sci. 2022, 12, 6455. [Google Scholar] [CrossRef]
- Adamczyk, W.; Pawlak, S.; Durejko, T.; Łazińska, M.; Białecki, R.; Orlande, H.R.B.; Widuch, A.; Polański, M. A methodology to determine the thermal diffusivity of additively manufactured jet engine blades based on laser-induced temperature field. Measurement 2022, 203, 111955. [Google Scholar] [CrossRef]
- Pedrayes, O.D.; Lema, D.G.; Usamentiaga, R.; Venegas, P.; García, D.F. Semantic segmentation for non-destructive testing with step-heating thermography for composite laminates. Measurement 2022, 200, 111653. [Google Scholar] [CrossRef]
- Wu, Z.; Chen, S.; Feng, F.; Qi, J.; Feng, L.; Tao, N.; Zhang, C. Automatic defect detection and three-dimensional reconstruction from pulsed thermography images based on a bidirectional long-short term memory network. Eng. Appl. Artif. Intell. 2023, 124, 106574. [Google Scholar] [CrossRef]
- Li, J.; Gopalakrishnan, K.; Piao, G.; Pacha, R.; Walia, P.; Deng, Y.; Chakrapani, S.K. Classification of adhesive bonding between thermoplastic composites using ultrasonic testing aided by machine learning. Int. J. Adhes. Adhes. 2023, 125, 103427. [Google Scholar] [CrossRef]
- Liu, H.; Li, W.; Yang, L.; Deng, K.; Zhao, Y. Automatic reconstruction of irregular shape defects in pulsed thermography using deep learning neural network. Neural Comput. Appl. 2022, 34, 21701–21714. [Google Scholar] [CrossRef]
- Deng, K.; Liu, H.; Yang, L.; Addepalli, S.; Zhao, Y. Classification of barely visible impact damage in composite laminates using deep learning and pulsed thermographic inspection. Neural Comput. Appl. 2023, 35, 11207–11221. [Google Scholar] [CrossRef]
- Yao, X.; Huang, Y.; Shang, G.; Zhou, C.; Cheng, T.; Tian, Y.; Cao, W.; Zhu, Y. Evaluation of Six Algorithms to Monitor Wheat Leaf Nitrogen Concentration. Remote Sens. 2015, 7, 14939–14966. [Google Scholar] [CrossRef]
- Balasubramaniam, K.; Sikdar, S.; Ziaja, D.; Jurek, M.; Soman, R.; Malinowski, P. A global-local damage localization and quantification approach in composite structures using ultrasonic guided waves and active infrared thermography. Smart Mater. Struct. 2023, 32, 3. [Google Scholar] [CrossRef]
- Huda, A.S.N.; Taib, S.; Ghazali, K.H.; Jadin, M.S. A new thermographic NDT for condition monitoring of electrical components using ANN with confidence level analysis. ISA Trans. 2014, 53, 717–724. [Google Scholar] [CrossRef]
- Zhang, X.; Saniie, J.; Cleary, W.; Heifetz, A. Quality Control of Additively Manufactured Metallic Structures with Machine Learning of Thermography Images. JOM 2020, 72, 4682–4694. [Google Scholar] [CrossRef]
- Li, X.; Ying, X.; Zhu, W.; Liu, W.; Hou, B.; Zhou, L. Nondestructive detection and analysis based on data enhanced thermography. Meas. Sci. Technol. 2022, 33, 064006. [Google Scholar] [CrossRef]
- Priyadarshni, V.; Sharma, S.K.; Rahmani, M.K.I.; Kaushik, B.; Almajalid, R. Machine Learning Techniques Using Deep Instinctive Encoder-Based Feature Extraction for Optimized Breast Cancer Detection. Comput. Mater. Contin. 2024, 78, 2441–2468. [Google Scholar] [CrossRef]
- Pan, X.; Yu, Z.; Yang, Z. A Multi-Scale Convolutional Neural Network Combined with a Portable Near-Infrared Spectrometer for the Rapid, Non-Destructive Identification of Wood Species. Forests 2024, 15, 556. [Google Scholar] [CrossRef]
- Cheng, L.; Kersemans, M. Dual-IRT-GAN: A defect-aware deep adversarial network to perform super-resolution tasks in infrared thermographic inspection. Compos. Part B Eng. 2022, 247, 110309. [Google Scholar] [CrossRef]
- Cheng, L.; Tong, Z.; Xie, S.; Kersemans, M. IRT-GAN: A generative adversarial network with a multi-headed fusion strategy for automated defect detection in composites using infrared thermography. Compos. Struct. 2022, 290, 115543. [Google Scholar] [CrossRef]
- Zhang, Z.; Hu, J.; Wang, R.; Chen, X.; Yang, D.; Vavilov, V.P.; Duan, Y.; Zhang, H. Automatic segmentation of microporous defects in composite film materials based on the improved attention U-Net module. Quant. InfraRed Thermogr. J. 2025, 22, 313–328. [Google Scholar] [CrossRef]
- Liu, M.; Liu, T.; Liu, B.; Tang, H.; Zhang, H. Defect detection in CFRP combining SK-means clustering and probability of detection analysis. Quant. InfraRed Thermogr. J. 2025, 1–13. [Google Scholar] [CrossRef]
- Szymanik, B.; Psuj, G.; Hashemi, M.; Lopato, P. Detection and Identification of Defects in 3D-Printed Dielectric Structures via Thermographic Inspection and Deep Neural Networks. Materials 2021, 14, 4168. [Google Scholar] [CrossRef]
- Dong, Y.; Zhao, B.; Yang, J.; Cao, Y.; Cao, Y. Two-stage convolutional neural network for joint removal of sensor noise and background interference in lock-in thermography. NDT E Int. 2023, 137, 102816. [Google Scholar] [CrossRef]
- Matarrese, T.; Marani, R.; Palumbo, D.; D’Orazio, T.; Galietti, U. Influence of lock-in thermography set-up parameters on the capability of a temporal convolutional neural network to characterize defects in a CFRP. Opt. Lasers Eng. 2024, 182, 108455. [Google Scholar] [CrossRef]
- Vesala, G.T.; Ghali, V.S.; Naik, R.B.; Lakshmi, A.V.; Suresh, B. Deep Learning in Quadratic Frequency Modulated Thermal Wave Imaging for Automatic Defect Detection; Springer: Singapore, 2021; pp. 433–442. [Google Scholar]
- Helwing, R.; Mrzljak, S.; Hülsbusch, D.; Walther, F. Cycle-consistent generative adversarial networks for damage evolution analysis in fiber-reinforced polymers based on synthetic damage states. Compos. Sci. Technol. 2024, 254, 110695. [Google Scholar] [CrossRef]
- Shepard, S.M. Advances in pulsed thermography. In Proceedings of the Thermosense XXIII, Orlando, FL, USA, 16–19 April 2001; Rozlosnik, A.E., Dinwiddie, R.B., Eds.; International Society for Optics and Photonics: San Diego, CA, USA; SPIE: Philadelphia, PA, USA, 2001; Volume 4360, pp. 511–515. [Google Scholar] [CrossRef]
- Katunin, A.; Dragan, K.; Dziendzikowski, M. Damage identification in aircraft composite structures: A case study using various non-destructive testing techniques. Compos. Struct. 2015, 127, 1–9. [Google Scholar] [CrossRef]
- Wang, Y.; Li, Q.; Chu, M.; Kang, X.; Liu, G. Application of infrared thermography and machine learning techniques in cattle health assessments: A review. Biosyst. Eng. 2023, 230, 361–387. [Google Scholar] [CrossRef]
- Jalloul, R.; Krishnappa, C.H.; Agughasi, V.I.; Alkhatib, R. Enhancing Early Breast Cancer Detection with Infrared Thermography: A Comparative Evaluation of Deep Learning and Machine Learning Models. Technologies 2025, 13, 7. [Google Scholar] [CrossRef]
- Keprate, A.; Ratnayake, R.M. Probability of Detection as a Metric for Quantifying NDE Reliability: The State of The Art. J. Pipeline Eng. 2015, 14, 199–209. [Google Scholar]
- Martinho, M.T.; Booth, N.; Attard, N.; Dillenburger, K. A systematic review of the impact of precision teaching and fluency-building on teaching children diagnosed with autism. Int. J. Educ. Res. 2022, 116, 102076. [Google Scholar] [CrossRef]
- Zhou, J.; Du, W.; Yang, L.; Deng, K.; Addepalli, S.; Zhao, Y. Pattern Recognition of Barely Visible Impact Damage in Carbon Composites Using Pulsed Thermography. IEEE Trans. Ind. Inform. 2022, 18, 7252–7261. [Google Scholar] [CrossRef]
- Virkkunen, I.; Koskinen, T.; Jessen-Juhler, O.; Rinta-aho, J. Augmented Ultrasonic Data for Machine Learning. J. Nondestruct. Eval. 2021, 40, 4. [Google Scholar] [CrossRef]
- Halloua, H.; Saifi, A.; El-amiri, A.; Obbadi, A.; Errami, Y.; Sahnoun, S.; Elhassnaoui, A. The Processing of Active Infrared Thermography Data by a Hybrid Neural Algorithm for the Evaluation of Thermal Barrier Coating Thicknesses. In Proceedings of the 2018 6th International Renewable and Sustainable Energy Conference (IRSEC), Rabat, Morocco, 5–8 December 2018; pp. 1–6. [Google Scholar] [CrossRef]
Sample | Thermography data of metal or composite plates or structures with defects |
Design | Feature extraction, dataset generation, and training design |
Comparison | Different machine learning algorithms and neural network frameworks |
Outcome | Classification accuracy of machine learning for postprocessing of thermography data and accuracy of defect size and depth prediction |
SDCO | Inclusion Criteria | Exclusion Criteria |
---|---|---|
Sample | Thermography data of different materials (both metals and composites) | Other NDT data sources (like vibration) |
Other defect test data sources | ||
Design | Dataset generation from different defect types or samples | Performance indices of infrared camera or other equipment |
Feature extraction from different defect types or samples | ||
Experimental platform building based on thermography | ||
Comparison | Different machine learning algorithms and neural network frameworks | Other variables not related to machine learning algorithms and samples |
Outcome | Performance of machine learning in postprocessing thermography data and accuracy of defect size and depth prediction | Studies that do not report relevant outcome measures |
Name of Conference | Ref. |
---|---|
2016 IEEE 8th International Conference on Intelligent Systems (IS) | [32] |
Thermosense: Thermal Infrared Applications XLIII (2021) | [27] |
12th CIRP Conference on Photonic Technologies [LANE 2022] | [33] |
2018 6th International Renewable and Sustainable Energy Conference (IRSEC) | [34] |
Name of Journal | Ref. |
---|---|
IEEE Geoscience and Remote Sensing Letters | [35] |
IEEE Access | [36,37,38,39,40] |
IEEE Transactions on Industrial Informatics | [41] |
Wireless Personal Communications | [42] |
Proceedings of the Institution of Mechanical Engineers | [43] |
Advances in Engineering Software | [44] |
Polymers | [45,46] |
Sensors | [12,18,47,48,49] |
Composites Science and Technology | [40] |
Russian Journal of Nondestructive Testing | [50] |
Energies | [51,52] |
IEEE Sensors Journal | [53] |
NDT&E International | [54,55] |
Infrared Physics & Technology | [2,56,57,58,59,60,61,62] |
Journal of Nondestructive Evaluation | [63] |
Applied Sciences | [64] |
Measurement | [18,65,66] |
Engineering Applications of Artificial Intelligence | [67] |
international Journal of Adhesion and Adhesives | [68] |
Procedia Structural Integrity | [34] |
Neural Computing and Applications | [69,70] |
Remote Sensing | [35,71] |
Smart Materials and Structures | [72] |
ISA Transactions | [73] |
JOM | [74] |
Measurement Science and Technology | [1,45,75] |
Computers, Materials, Continua | [76] |
Forests | [77] |
Composites Part B: Engineering | [78] |
Composite Structures | [79] |
Quantitative InfraRed Thermography Journal | [80,81] |
Materials | [82] |
True | False | |
---|---|---|
Positive | An item has defects, and the NDT method detects it. | No flaw exists and the NDT method indicates a flaw. |
Negative | No flaw exists, and the NDT method has no indication of a flaw. | An item has defects and the NDT method does not detect it. |
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. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Peng, S.; Addepalli, S.; Farsi, M. Machine Learning in Thermography Non-Destructive Testing: A Systematic Review. Appl. Sci. 2025, 15, 9624. https://doi.org/10.3390/app15179624
Peng S, Addepalli S, Farsi M. Machine Learning in Thermography Non-Destructive Testing: A Systematic Review. Applied Sciences. 2025; 15(17):9624. https://doi.org/10.3390/app15179624
Chicago/Turabian StylePeng, Shaoyang, Sri Addepalli, and Maryam Farsi. 2025. "Machine Learning in Thermography Non-Destructive Testing: A Systematic Review" Applied Sciences 15, no. 17: 9624. https://doi.org/10.3390/app15179624
APA StylePeng, S., Addepalli, S., & Farsi, M. (2025). Machine Learning in Thermography Non-Destructive Testing: A Systematic Review. Applied Sciences, 15(17), 9624. https://doi.org/10.3390/app15179624