Next Article in Journal
Learning Knowledge Using Frequent Subgraph Mining from Ontology Graph Data
Previous Article in Journal
Mitigating DDoS Attacks in SDN-Based IoT Networks Leveraging Secure Control and Data Plane Algorithm
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Automatic Detection of Linear Thermal Bridges from Infrared Thermal Images Using Neural Network

1
Institution of Green Building and New Technology, Mirae Environment Plan, Seoul 01905, Korea
2
Department of Architectural Engineering, Inha University, Incheon 22212, Korea
*
Authors to whom correspondence should be addressed.
Appl. Sci. 2021, 11(3), 931; https://doi.org/10.3390/app11030931
Submission received: 28 December 2020 / Revised: 19 January 2021 / Accepted: 19 January 2021 / Published: 20 January 2021
(This article belongs to the Section Civil Engineering)

Abstract

:
Detecting thermal bridges in building envelopes should be a priority to improve the thermal performance of buildings. Recently, thermographic surveys are being used to detect thermal bridges. However, conventional methods of detecting thermal bridges from thermal images rely on the subjective judgment of audits. Research has been conducted to automatically detect thermal bridges from thermal images to improve problems caused by such subjective judgment, but most of these studies are still in the early stage. Therefore, this study proposes a linear thermal bridge detection method based on image processing and machine learning. The proposed method includes thermal anomaly area clustering, feature extraction, and an artificial-neural-network-based thermal bridge detection. The proposed method was validated by detecting the thermal bridges in actual buildings. As a result, the average precision, recall, and F-score were 89.29%, 87.29, and 87.63%, respectively.

1. Introduction

According to ISO 10211:2007, a thermal bridge is defined as “part of the building envelope where the otherwise uniform thermal resistance is significantly changed by full or partial penetration of the building envelope” [1]. Thermal bridges account for a significant proportion of the heating load in buildings [2]. Previous studies have reported that thermal bridges increase the heating load by up to 30% [3,4]. Thermal bridges not only increase the amount of energy consumed to cool and heat buildings, but also lower the thermal comfort of occupants because of cold outer walls [5] and cause serious problems, such as condensation [6]. As described above, thermal bridges in building envelopes have negative effects on the thermal performance of buildings, so detecting the location of these thermal bridges helps to develop a strategy to retrofit building envelopes [7]. Therefore, detecting thermal bridges in building envelopes should be a priority to improve the thermal performance of buildings. Thermographic surveys are recently being used as a useful method to detect thermal bridges in building envelopes [8]. Thermal anomalies, including thermal bridges in buildings, affect the surface temperature of the envelope. An infrared thermal imaging camera is a device that converts the radiation emitted by an object into temperature and presents it in the form of images [9]. The infrared thermal images acquired by a thermal imaging camera shows thermal anomalies caused by the surface temperature differences in the envelope, and an audit can visually detect thermal defects in building envelopes through these images [10,11]. In general, a thermographic survey proceeds as follows. First, the auditor moves around the building and uses a thermal imaging camera to check the temperature distribution of the building envelope. If the auditor finds areas with abnormal temperature distribution in the thermal images, the auditor analyzes these areas. During this analysis, the auditor generally uses experience and subjective judgment to detect thermal bridges [12,13]. Therefore, as these results are significantly influenced by the auditor’s experience and subjective judgment, the auditor may either identify or fail to detect actual thermal bridges.
Recently, several studies have been performed to automatically detect thermal bridges from thermal images, to improve problems caused by reliance on auditors [8,12]. Previous studies have shown that thermal bridges can be detected from thermal images, based on thresholds such as the temperature difference and the shape of thermal bridges. However, threshold-based methods produce good results in certain cases, but there are difficulties in finding an optimized threshold applicable to all cases [14]. In the case of thermal images of building envelopes, the objects displaying abnormal temperature are different depending on the target and time of imaging. Furthermore, the thermal bridges in the thermal images always change in temperature and shape, depending on the circumstances. In such complicated situations, machine learning, rather than thresholds, can increase the detection accuracy in various cases [15,16].
This study proposes a method for detecting linear thermal bridges from thermal images based on machine learning. This article is structured as follows. Section 2 reviews studies on detecting thermal anomalies from thermal images. Section 3 describes the machine-learning-based thermal bridge detection method proposed in this study. Section 4 presents the results of applying this method to actual thermal images. Finally, Section 5 describes the conclusions of this study and future research.

2. Literature Review

Thermal imaging cameras were introduced to detect various thermal anomalies in building envelopes via non-destructive methods. In recent years, several studies have been performed to automatically detect thermal anomalies in building envelope by using image processing, in addition to thermal imaging cameras. Asdrubali et al. [8] detected thermal bridges from thermal images of specific areas, such as pillars and beam-pillar joints. This study proposed a method for determining the threshold to distinguish the temperature distribution in areas with normal and abnormal temperatures, to detect thermal bridges. Garrido et al. [12] conducted a study to automatically detect thermal bridges from thermal images by adding thresholds for geometric characteristics in addition to temperature differences caused by thermal bridges. As a result of applying the proposed method to thermal images, the precision, recall, and F-score were 55%, 68%, and 61%, respectively. As presented above, previous studies showed that areas classified as thermal bridges from thermal images can be recognized based on thresholds. However, there are difficulties in selecting a commonly used threshold when using threshold-based methods. There are also limitations in detecting and distinguishing thermal defects other than thermal bridges within thermal images.
In addition to architecture, a wide variety of studies have been performed to automatically detect problems, using thermal images in objects such as pipelines [16], turbojet engines [17], photovoltaic module [18,19], and belt conveyors [20]. In particular, some of these studies have proposed an intelligent method, such as machine learning, to increase the accuracy of detection. Tong et al. [16] proposed a method using machine learning, to detect leaks in pipelines. Thermal images of pipelines contain pipes and the background, so the Otsu–Grabcut image segmentation algorithm was applied to segment only the areas corresponding to pipes. Then, the Histogram of Oriented Gradient and Gray-Level Co-Occurrence Matrix were extracted from the segmented thermal images, as features for training. The extracted features were learned via a support vector machine. Through the proposed method, the normal pipeline, leaking pipeline, worn pipeline, and the normal valve were classified with an accuracy of 96.00%. Andoga et al. [17] proposed a method using machine learning to detect defects in a turbojet engine. The Kohonen neural network was applied to segment and recognize the defects. Through the proposed method, the defects were classified with an accuracy of 91.8%. As described above, various studies are being performed to apply image processing and machine learning techniques, to improve the accuracy of recognizing defects from thermal images. Since each application has different characteristics, each application requires a suitable method for segmenting images and extracting features to apply machine learning. However, such methods have not been proposed for thermal bridges in building structures.

3. Thermal Bridge Detection Method Using Neural Network

This study proposes a method for automatically detecting thermal bridges in building envelopes from thermal images. Figure 1 shows the method proposed in this study. First, the areas with thermal anomalies in the envelopes are clustered. Thermal anomaly area clustering involves three processes. The first process is clustering according to the temperature distribution, wherein areas with similar temperatures are considered as one cluster. Second, only clusters considered to be abnormal temperature distributions are segmented among the clusters with different temperature distributions. The results of classifying thermal anomaly areas are considered one cluster, even if the physical distance is distant, because clustering was performed by temperature distribution, as specified above. In the third process, clustering according to distance is performed, to recognize physically separated areas as different defects. The results of thermal anomaly area clustering allow us to obtain physically separated clusters with an abnormal temperature distribution. Features to detect thermal bridges are extracted from these individual clusters. Because thermal bridges have long vertical or horizontal shapes, this study selected linear distribution and complex boundaries as the features. After extracting the features, a pre-trained thermal bridge detection model is used to recognize areas corresponding to thermal bridges within the thermal image.

3.1. Thermal Anomaly Area Clustering

3.1.1. Temperature Clustering

Thermal anomalies in building envelopes, including thermal bridges, have a clear temperature difference from normal areas. These characteristics are used to detect the thermal anomalies of buildings through thermal images. Previous studies have confirmed that the temperature distribution of normal areas and abnormal areas with thermal anomalies follows a multi-modal Gaussian distribution [8,12]. The Gaussian Mixture Model (GMM) is a clustering method that configures multiple Gaussian components, to perform clustering [21]. Due to the nature of clustering based on Gaussian components, this study applied GMM for clustering between similar temperature distributions.
The temperature clustering based on GMM, proposed in this study, is performed as follows. First, clustering is performed by applying GMM with the temperature of each pixel constituting the thermal image as input. As shown in Figure 2a, the results produce mixture components with K Gaussian distributions. Figure 2a shows the temperature distribution histogram for four mixture components. Figure 2b shows the location of each distribution in the thermal image, and the colors between Figure 2a,b correspond to each other. As shown in the figure, temperatures belonging to the same mixture component are regarded as clusters with the same temperature characteristics. The Bayesian Information Criterion (BIC) is applied to determine K, which represents the number of mixture components. BIC is the most widely used method to determine the optimized K of GMM [22]. Since the K-value to minimize BIC is the optimized K-value in GMM fitting, this study set the range for finding the optimal K from 2 to 8 and selected the K-value with the lowest BIC value.

3.1.2. Thermal Anomaly Area Segmentation

Thermal images of building envelopes contain both areas with normal temperature distributions and areas with abnormal temperature distributions. In general, areas with normal temperature distributions occupy a large proportion within the thermal image, and areas with abnormal temperature distributions cover a relatively small area. Based on this assumption, this study segmented areas with abnormal temperature distributions based on the temperature of each cluster.
As mentioned above, GMM-based clustering allows us to obtain the temperature of the pixels included in each cluster. The average temperature in each cluster is calculated by using the temperature of the pixels in each cluster. After calculating the average temperature of each cluster, the number of pixels in each cluster is counted. The cluster with the most pixels is regarded as the area corresponding to the normal outer wall. As shown in Figure 3a, the clusters are distinguished with an abnormal temperature distribution by reflecting the season based on the average temperature µ2 of the cluster with the most pixels. For example, during winter, the normal outer wall shows a relatively lower temperature than areas with thermal anomalies, such as thermal bridges. Therefore, in the case of thermal images measured in winter, clusters with an average temperature higher than the average temperature of the cluster with the most pixels are classified as abnormal areas. In terms of thermal images measured in summer, clusters with an average temperature lower than the average temperature of the cluster with the most pixels are classified as abnormal areas. Since the example in Figure 3 was measured in winter, clusters with average temperatures (µ3 and µ4) higher than µ2, the average temperature of the cluster with the most pixels, are classified as abnormal clusters. Figure 3b shows an example of abnormal temperature areas segmentation.

3.1.3. Thermal Anomaly Clustering

This study applied Density-Based Spatial Clustering of Applications with Noise (DBSCAN) [23], to segment physically separated clusters. DBSCAN is a density-based clustering method that has been successfully applied in many real-world applications [24]. In particular, it is designed to find clusters in noisy data [25].
The segmentation process of abnormal area pixels by applying DBSCAN is as follows. First, the pixels in the abnormal areas are converted into 2D coordinate values. The pixels converted into 2D coordinate values have x and y coordinates, respectively. After selecting a random starting point among the points converted into 2D coordinates, the neighboring points located within a certain distance (ε) are identified from this starting point. If the number of points within ε is equal to or greater than the minimum number of points (MinPts), the corresponding point and neighboring point are considered as one cluster. Then, the process is repeated for all the neighbors. If the number of neighboring points is less than MinPts, the corresponding point is considered as noise. After repeating this for all the neighbors, the procedure above is repeated for all the remaining points. Figure 4 below shows the clustering process of pixels segmented as abnormal areas by applying DBSCAN.

3.2. Feature Extraction

3.2.1. Data Distribution Linearity

Thermal bridges in building envelopes are caused by structural insulation loss and mainly occur at the joints between wall–slab or wall–wall structures. Therefore, thermal images of the outer structure of buildings show long thermal bridges in a specific direction, such as the cross-sectional shape of slabs and walls. This study selected the ratio of the main axis in which data are distributed and the data perpendicular to the main axis as the first feature to reflect the linear shape of thermal bridges. Even if the shape of the thermal bridge is not vertical or horizontal in the thermal image, the feature proposed in this study can be applied robustly, because it calculates the main axis according to the distribution of data.
To extract the features of the main axis and data distribution of the clusters segmented above, a covariance matrix is calculated by using the 2D coordinates of the data included in each cluster. The covariance matrix is calculated as follows:
Covariance   matrix =   1 N i = 1 N ( X i X ¯ ) ( X i X ¯ ) T
where N is the number of points in each cluster, X i is the coordinates of the i-th point, and X ¯ is the average of the coordinates of all the points in the cluster.
The eigenvector and eigenvalue of each cluster can be obtained through decomposition of the covariance matrix. This eigenvector is the principal component vector, which shows the direction in which the variance is large in the distribution of the data, and the corresponding eigenvalue indicates the size of the variance in the that direction. This study extracted the first feature value F 1 by calculating the ratio of the eigenvalue corresponding to the first eigenvector and the eigenvalue corresponding to the second eigenvector. The first feature is calculated as follows:
F 1 =   λ 2 λ 1
where λ 1 is the eigenvalue corresponding to the first eigenvector, and λ 2 is the eigenvalue corresponding to the second eigenvector.

3.2.2. Complexity of Data Boundaries

The thermal bridges in thermal images show simple trends similar to straight lines without complex boundaries in addition to linear shapes. This study proposes the ratio of actual data relative to the area surrounding individual clusters to extract features with uncomplicated boundary surfaces. The features of the trend with complex data boundaries proposed in this study are calculated as follows. First, the convex hull algorithm is applied to calculate the area surrounding the individual clusters. The convex hull algorithm is defined as a convex polygon that includes all the points in a binarized image [26]. The convex hull algorithm is widely used to extract specific shapes within an image. Figure 5 below shows an example of applying convex hull in a 2D image. The line surrounding the cluster represents the convex hull of that cluster, and the black shading represents the points constituting the cluster.
A convex polygon that contains the points constituting each cluster can be obtained by calculating the convex hull. Based on the convex polygons, the area occupied by the convex polygons constituting each cluster is calculated. Among the areas occupied by the convex polygons, the proportion of the actual points depends on the distribution of the points in the cluster. As shown in Figure 5a, in the case of thermal bridges, the actual points account for a large proportion of the area of the convex polygon. However, in the case of clusters that are not thermal bridges, the actual points account for only a small proportion of this area, as shown in Figure 5b. Since each pixel has an area of 1 by 1, this study calculated feature F 2 , which determines the complexity of data boundaries, as the number of pixels relative to the area enclosed by a convex hull. The second feature is calculated as follows:
F 2 =   N p A c
where A c is the area of the convex polygon, and N p is the number of points in the cluster.

3.3. Thermal Bridge Modeling

The purpose of this study was to detect thermal bridges from thermal images, which have morphologically distinct features that are slightly different from case to case, making them difficult to detect by only using thresholds. An artificial neural network was applied to achieve this purpose. Because of their ability to solve non-linear problems, artificial neural networks (ANNs) are used in applications for predicting the relationship between complex inputs and outputs including subjective judgment and experience [27].
The ANN is a method developed based on the behavior and structure of the human brain [28]. The ANN is a mathematical model depicting biological neurons. A typical ANN model consists of an input layer, an output layer, and a hidden layer [29]. Neurons are arranged in each layer and fully connected with weights that affect results [30]. Each weight is defined in an optimization way to increase the accuracy in predicting target values. For the non-linear feature of the transfer function between neurons, the ANN is also good at solving the non-linear problems.
In the case of thermal images including thermal bridges, images of actual thermal bridges must be obtained because there is no large-scale public database. Therefore, this study constructed a structure for learning small datasets because of the lack of training datasets for thermal-bridge modeling. The training process was performed by extracting features from images of previously collected thermal bridges and other thermal-anomaly areas. This study applied a backpropagation neural network, which is appropriate for processing small amounts of data to train the ANN [31]. Among the training parameters, the number of hidden layers has a significant influence on prediction results [32]. This study set the number of hidden layers to one by considering the number of input and output layers. The sigmoid function was applied as the activate function of the hidden layer. Figure 6 shows the structure of the ANN in this study. The datasets for training were randomly divided into training at 70%, validation at 15%, and testing at 15%, which is a good ratio for small datasets [33].

4. Experimental Results

4.1. Collection of Thermal Bridge Data

Thermal images of old houses were acquired to develop a model for classifying thermal bridges. Thermal images were taken when environmental conditions suggested by ISO 6781 [34] were satisfied. The images were taken at dawn before sunrise because thermal images can be influenced by solar radiation. In addition, the images were taken in winter because a high temperature difference between the indoor and outdoor may distinguish thermal bridges from other normal thermal images. Actually, the average outdoor and indoor temperature were −1.02 and 12.78 °C, respectively. This satisfied the indoor and outdoor temperature difference of 10 °C or more, following ISO 6781. Finally, all the measurements were achieved with a wind speed of less than 5 m/s. This study chose the conventional walk-through thermal imaging method to take the images. In this method, a person walks around the target to check the building envelope with thermal images and takes images of thermal anomalies. In this study, the thermographer walked around the target building and took images of all the thermal anomalies in the building envelope, even if they were not thermal bridges. In the conventional method, the audit records while moving around the building and interprets the pattern based on the apparent temperature [13]. Therefore, in this study, the apparent temperature was measured by using default parameters for emissivity and reflected temperature. This study used a Testo 882 thermal imaging camera, the specifications of which are shown in Table 1.
After taking the thermal images, the thermal bridges and the other anomalies were classified, cropped, and used as data for training. This study acquired a total of 134 thermal images for thermal bridge modeling. These thermal images contain thermal anomaly areas. A total of 151 thermal bridge cases and 223 other cases were cropped. All of these data were used for thermal bridge modeling. In addition to the thermal images used for thermal bridge modeling, eight more thermal images were acquired and used to validate the methodology proposed in this study.

4.2. Evaluation Metrics

To validate the methodology proposed in this study, the results were compared with the ground truth. To create the ground truth, the author checked each thermal image and designated the areas corresponding to thermal bridges. The comparison between the thermal bridge detection results and the ground truth was measured through precision, recall, and F-score. These three metrics have been used to validate methodologies for detecting thermal anomalies in thermal images, including thermal bridges [12] and moisture [35]. All three metrics are calculated as true positive, false positive, and false negative. True positive refers to the number of pixels predicted as thermal bridges that are actual thermal bridges. False positive refers to the number of pixels predicted as thermal bridges that are not actual thermal bridges. False negative refers to the number of pixels predicted not to be thermal bridges that are actual thermal bridges. Precision, recall, and F-score are calculated as follows:
Precision =   T P T P + F P
Recall =   T P T P + F N
F score =   2 × P r e c i s s i o n × R e c a l l P r e c i s i o n + R e c a l l
where TP is true positive, FP is false positive, and FN is false negative.

4.3. Results

Figure 7 shows the thermal images, segmentation results, and thermal bridge detection results used for validation. The segmentation results are the results of performing GMM-based clustering, thermal anomaly area detection, and DBSCAN-based clustering. In Figure 7, each cluster is displayed in different colors, and the pixels of the same color are in the same cluster. When the thermal images only displayed a wall, as in Cases 3, 6, and 8, the areas corresponding to thermal bridges were segmented well. However, as shown in Cases 1, 2, 4, 5, and 7, if a thermal image contains areas that appear to be thermal defects due to low thermal performance, such as windows and walls, the image contains clusters that are both thermal bridges and not thermal bridges.
When there are clusters that are thermal bridges and not thermal bridges, clusters corresponding to thermal bridges can be classified by performing machine-learning-based classification after feature extraction. Figure 7c shows the thermal bridge detection results for each case. In the detection results, the areas highlighted in green represent the thermal bridge areas detected by the proposed method. As shown in the results, when there is only one thermal bridge, as in Case 1, Case 2, Case 3, Case7, and Case 8, only one cluster was detected as a thermal bridge in the detection results. In Case 6, where there are two thermal bridges, two clusters were detected as thermal bridges. However, in Case 4 and Case 5, the areas where heat was generated because of the window frame and heating pipe were classified as thermal bridges, but they actually were not thermal bridges. This was because these areas had similar shapes as thermal bridges. The results below show that the thermal bridge detection method proposed in this study can automatically detect multiple thermal bridges, even when thermal images contain patterns that appear to be thermal defects other than thermal bridges.
Table 2 shows the comparison with the ground truth after applying the proposed method to eight thermal images. The results vary from case to case, but the maximum and minimum precisions were 99.25% and 75.97%, respectively. In terms of cases with low precision, several pixels were recognized as thermal bridges that were not actual thermal bridges, as shown in Cases 4 and 5 in Table 2. This is because the upper frame of the window and the outer wall area adjacent to a hot water pipe, which displayed similar shapes as thermal bridges, were recognized as thermal bridges. The maximum and minimum recalls were 99.08% and 71.46%, respectively. In Case 1, which has a low recall, there are many areas of pixels that are not recognized as thermal bridges, even though they are thermal bridges. This is because they were segmented into different clusters due to temperature differences during the segmentation process. In terms of F-Score, the minimum score was 81.39%, and all the other cases were more than 80%. The average precision, recall, and F-score of the eight thermal images used for validation were 89.29%, 87.29%, and 87.63%, respectively. Although the validation targets are different, the detection results showed improvement, compared to the results of previous studies, as follows: precision, 55%; recall, 68%; and F-score, 61%.

5. Conclusions

This study proposed a new method for detecting linear thermal bridges from thermal images, using image processing and ANN. After performing GMM-based clustering, using temperature, the average temperature of each cluster was calculated, to compare with normal walls. Based on winter measurements, areas with higher temperatures than normal walls were classified as thermal anomaly areas, and DBSCAN was applied to divide the thermal anomaly areas into individual defects, to perform density-based clustering. Subsequently, feature values reflecting morphological characteristics of thermal bridges were extracted from each cluster. Based on the extracted feature values, only thermal bridges were classified by using a trained model, using ANN. A field experiment was performed to validate the thermal bridge detection method proposed in this study. Thermal images were taken of buildings with actual thermal bridges, and the precision, recall, and F-score were calculated. As a result, the average precision, recall, and F-score were 89.29%, 87.29%, and 87.63%, respectively.
The contributions of this study are as follows. First, it proposed a feature extraction method that reflects the morphological characteristics of thermal bridges. The proposed features can be used in other fields that require feature extraction of objects with linear or flat shapes, in addition to thermal bridges. Second, this study proposed a thermal bridge detection process using machine learning. Finally, from a practical aspect, the method proposed in this study secures objectivity by automatically detecting thermal bridges, which relied on subjective judgment in conventional audits. This study proposed a method for detecting only thermal bridges among various thermal defects in building envelopes. Further research will be conducted to propose a method to detect defects other than thermal bridges.

Author Contributions

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

Funding

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korean government (MSIT) (No. NRF-2018R1D1A1B07041890). This work was supported by the Korea Agency for Infrastructure Technology Advancement (KAIA) grant funded by the Ministry of Land, Infrastructure and Transport (Grant 20CTAP-C152248-02).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.

References

  1. ISO 10211. Thermal Bridges in Building Construction—Heat Flows and Surface Temperatures—Detailed Calculations. 2007. Available online: https://www.iso.org/standard/40967.html (accessed on 19 January 2021).
  2. Quinten, J.; Feldheim, V. Dynamic modelling of multidimensional thermal bridges in building envelopes: Review of existing methods, application and new mixed method. Energy Build. 2016, 110, 284–293. [Google Scholar] [CrossRef]
  3. Erhorn-Kluttig, H.; Erhorm, H. Impact of Thermal Bridges on the Energy Performance of Buildings. 2009. Available online: https://www.buildup.eu/en/practices/publications/impact-thermal-bridges-energy-performance-buildings (accessed on 19 January 2021).
  4. Theodosiou, T.G.; Papadopoulos, A.M. The impact of thermal bridges on the energy demand of buildings with double brick wall construction. Energy Build. 2008, 40, 2083–2089. [Google Scholar] [CrossRef]
  5. Alhawari, A.; Mukhopadhyaya, P. Thermal bridges in building envelopes-An overview of impacts and solutions. Int. Rev. Appl. Sci. Eng. 2018, 9, 31–40. [Google Scholar] [CrossRef]
  6. Theodosiou, T.; Tsikaloudaki, K.; Kontoleon, K.; Giarma, C. Assessing the accuracy of predictive thermal bridge heat flow methodologies. Renew. Sustain. Energy Rev. 2021, 136, 1–11. [Google Scholar] [CrossRef]
  7. Baldinelli, G.; Bianchi, F.; Rotili, A.; Costarelli, D.; Seracini, M.; Vinti, G.; Asdrubali, F.; Evangelisti, L. A model for the improvement of thermal bridges quantitative assessment by infrared thermography. Appl. Energy 2018, 211, 854–864. [Google Scholar] [CrossRef]
  8. Asdrubali, F.; Baldinelli, G.; Bianchi, F.; Costarelli, D.; Rotili, A.; Seracini, M.; Vinti, G. Detection of thermal bridges from thermographic images by means of image processing approximation algorithms. Appl. Math. Comput. 2018, 317, 160–171. [Google Scholar] [CrossRef]
  9. Masri, Y.E.; Rakha, T. A scoping review of non-destructive testing (NDT) techniques in building performance diagnostic inspections. Constr. Build. Mater. 2020, 265, 1–12. [Google Scholar] [CrossRef]
  10. Kirimtat, A.; Krejcar, O. A review of infrared thermography for the investigation of building envelopes: Advances and prospects. Energy Build. 2018, 176, 390–406. [Google Scholar] [CrossRef]
  11. Kylili, A.; Fokaides, P.A.; Christou, P.; Kalogirou, S.A. Infrared thermography (IRT) applications for building diagnostics: A review. Appl. Energy 2014, 134, 531–549. [Google Scholar] [CrossRef]
  12. Garrido, I.; Lagüela, S.; Arias, P.; Balado, J. Thermal-based analysis for the automatic detection and characterization of thermal bridges in buildings. Energy Build. 2018, 158, 1358–1367. [Google Scholar] [CrossRef]
  13. Fox, M.; Goodhew, S.; Wilde, P.D. Building defect detection: External versus internal thermography. Build. Environ. 2016, 105, 317–331. [Google Scholar] [CrossRef] [Green Version]
  14. Yan, H.; Wang, L.; Lu, Y. Identifying cluster centroids from decision graph automatically using a statistical outlier detection method. Neurocomputing 2019, 329, 348–358. [Google Scholar] [CrossRef]
  15. Yang, C.; Sun, Y.; Ladubec, C.; Liu, Y. Developing machine learning-based models for railway inspection. Appl. Sci. 2021, 11, 13. [Google Scholar] [CrossRef]
  16. Tong, K.; Wang, Z.; Si, L.; Tan, C.; Li, P. A novel pipeline leak recognition method of mine air compressor based on infrared thermal image using IFA and SVM. Appl. Sci. 2020, 10, 5991. [Google Scholar] [CrossRef]
  17. Andoga, R.; Fozo, L.; Schrötter, M.; Ceškovi, M.; Szabo, S.; Bréda, R.; Schreiner, M. Intelligent thermal imaging-based diagnostics of turbojet engines. Appl. Sci. 2019, 9, 2253. [Google Scholar] [CrossRef] [Green Version]
  18. Henry, C.; Poudel, S.; Lee, S.; Jeong, H. Automatic detection system of deteriorated PV modules using drone with thermal camera. Appl. Sci. 2020, 10, 3802. [Google Scholar] [CrossRef]
  19. Fernández, A.; Usamentiaga, R.; Arquer, P.; Fernández, M.A.; Fernández, D.; Carús, J.L.; Fernández, M. Robust detection, classification and localization of defects in large photovoltaic plants based on unmanned aerial vehicles and infrared thermography. Appl. Sci. 2020, 10, 5948. [Google Scholar] [CrossRef]
  20. Szrek, J.; Wodecki, J.; Błazej, R.; Zimroz, R. An inspection robot for belt conveyor maintenance in underground mine—Infrared thermography for overheated idlers detection. Appl. Sci. 2020, 10, 4984. [Google Scholar] [CrossRef]
  21. Garg, G.; Prasad, G.; Coyle, D. Gaussian mixture model-based noise reduction in resting state fMRI data. J. Neurosci. Methods 2013, 215, 71–77. [Google Scholar] [CrossRef]
  22. Li, K.; Ma, Z.; Robinson, D.; Ma, J. Identification of typical building daily electricity usage profiles using Gaussian mixture model-based clustering and hierarchical clustering. Appl. Energy 2018, 231, 331–342. [Google Scholar] [CrossRef]
  23. Ester, M.; Kiregel, H.; Sander, J.; Xu, X. A density-based algorithm for discovering clusters in large spatial databases with noise. KDD-96 Proc. 1996, 96, 226–231. [Google Scholar]
  24. Schubert, E.; Sander, J.; Ester, M.; Kriegel, H.P.; Xu, X. DBSCAN revisited, revisited: Why and how you should (still) use DBSCAN. ACM Trans. Database Syst. 2017, 42, 1–21. [Google Scholar] [CrossRef]
  25. Czerniawski, T.; Sankaran, B.; Nahangi, M.; Haas, C.; Leite, F. 6D DBSCAN-based segmentation of building point clouds for planar object classification. Automat. Constr. 2018, 88, 44–58. [Google Scholar] [CrossRef]
  26. Yang, Z.; Cohen, F.S. Image registration and object recognition using affine invariants and convex hulls. IEEE Trans. Image Process. 1999, 8, 934–946. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  27. Golnaraghi, S.; Zangenehmadar, Z.; Moselhi, O.; Alkass, S. Application of artificial neural network(s) in predicting formwork labour productivity. Adv. Civ. Eng. 2019, 2019, 1–11. [Google Scholar] [CrossRef] [Green Version]
  28. McCulloch, W.S.; Pitts, W. A logical calculus of the ideas immanent in nervous activity. Bull. Math. Biophys. 1943, 5, 115–133. [Google Scholar] [CrossRef]
  29. Hijazi, A.; Al-Dahidi, S.; Altarazi, S. A novel assisted artificial neural network modeling approach for improved accuracy using small datasets: Application in residual strength evaluation of panels with multiple site damage cracks. Appl. Sci. 2020, 10, 8255. [Google Scholar] [CrossRef]
  30. Aamior, M.; Tolouei-Rad, M.; Vafadar, A.; Raja, M.N.A.; Giasin, K. Performance analysis of multi-spindle drilling of AI2024 with TiN and TiCN coated drills using experimental and artificial neural network technique. Appl. Sci. 2020, 10, 8633. [Google Scholar] [CrossRef]
  31. Xiao, R.; Li, K.; Sun, L.; Zhao, J.; Xing, P.; Wang, H. The prediction of liquid holdup in horizontal pipe with BP neural network. Energy Sci. Eng. 2020, 8, 2159–2168. [Google Scholar] [CrossRef] [Green Version]
  32. Jiang, H.; Dong, S.; Liu, Z.; He, Y.; Ai, F. Performance prediction of the centrifugal compressor based on a limited number of sample data. Math. Probl. Eng. 2019, 2019, 5954128. [Google Scholar] [CrossRef] [Green Version]
  33. Bekkari, N.; Zeddouri, A. Using artificial neural network for predicting and controlling the effluent chemical oxygen demand in wastewater treatment plant. Manag. Environ. Qual. Int. J. 2019, 30, 593–608. [Google Scholar] [CrossRef]
  34. ISO 6781. Thermal Insulation-Qualitative Detection of Thermal Irregularities in Building Envelopes—Infrared Method. 1983. Available online: https://www.iso.org/standard/13277.html (accessed on 19 January 2021).
  35. Garrido, I.; Lagüela, S.; Sfarra, S.; Madruga, F.J.; Arias, P. Automatic detection of moistures in different construction materials from thermographic images. J. Therm. Anal. Calorim. 2019, 138, 1649–1668. [Google Scholar] [CrossRef]
Figure 1. Proposed thermal bridge detection method using neural network.
Figure 1. Proposed thermal bridge detection method using neural network.
Applsci 11 00931 g001
Figure 2. Temperature area clustering based on Gaussian Mixture Model (GMM): (a) histogram of temperature and (b) clustering result.
Figure 2. Temperature area clustering based on Gaussian Mixture Model (GMM): (a) histogram of temperature and (b) clustering result.
Applsci 11 00931 g002
Figure 3. Thermal anomaly cluster classification: (a) criterion to classify abnormal cluster and (b) segmentation result.
Figure 3. Thermal anomaly cluster classification: (a) criterion to classify abnormal cluster and (b) segmentation result.
Applsci 11 00931 g003
Figure 4. Thermal anomaly clustering based on Density-Based Spatial Clustering of Applications with Noise (DBSCAN).
Figure 4. Thermal anomaly clustering based on Density-Based Spatial Clustering of Applications with Noise (DBSCAN).
Applsci 11 00931 g004
Figure 5. Complexity of data boundaries based on convex hull: (a) a cluster that is a thermal bridge and (b) a cluster that is not a thermal bridge.
Figure 5. Complexity of data boundaries based on convex hull: (a) a cluster that is a thermal bridge and (b) a cluster that is not a thermal bridge.
Applsci 11 00931 g005
Figure 6. Structure of a neural network.
Figure 6. Structure of a neural network.
Applsci 11 00931 g006
Figure 7. Experimental results: (a) thermal image, (b) clustering results, and (c) thermal bridge detection results.
Figure 7. Experimental results: (a) thermal image, (b) clustering results, and (c) thermal bridge detection results.
Applsci 11 00931 g007aApplsci 11 00931 g007b
Table 1. Specification of infrared thermal imaging camera used to collect thermal bridge data.
Table 1. Specification of infrared thermal imaging camera used to collect thermal bridge data.
Title Specification
Measurement range−20 °C~+550 °C
Accuracy±2 °C or ±2%
Thermal sensitivity0.005 °C at 30 °C
Wavelength range8~14 μm
IR resolution320 × 240 pixels
Table 2. Precision, recall, and F-score of the proposed thermal bridge detection method.
Table 2. Precision, recall, and F-score of the proposed thermal bridge detection method.
Case NumberPrecision (%)Recall (%)F-Score (%)
194.5271.4681.39
289.6294.4491.97
385.3391.6988.39
478.1286.6482.16
575.9799.0886.00
694.9389.5492.12
796.6073.6883.60
899.2591.8195.38
Average89.2987.2987.63
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kim, C.; Choi, J.-S.; Jang, H.; Kim, E.-J. Automatic Detection of Linear Thermal Bridges from Infrared Thermal Images Using Neural Network. Appl. Sci. 2021, 11, 931. https://doi.org/10.3390/app11030931

AMA Style

Kim C, Choi J-S, Jang H, Kim E-J. Automatic Detection of Linear Thermal Bridges from Infrared Thermal Images Using Neural Network. Applied Sciences. 2021; 11(3):931. https://doi.org/10.3390/app11030931

Chicago/Turabian Style

Kim, Changmin, Jae-Sol Choi, Hyangin Jang, and Eui-Jong Kim. 2021. "Automatic Detection of Linear Thermal Bridges from Infrared Thermal Images Using Neural Network" Applied Sciences 11, no. 3: 931. https://doi.org/10.3390/app11030931

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