Next Article in Journal
Joint User Scheduling and Hybrid Beamforming Design for Massive MIMO LEO Satellite Multigroup Multicast Communication Systems
Next Article in Special Issue
A New Bolt Defect Identification Method Incorporating Attention Mechanism and Wide Residual Networks
Previous Article in Journal
A PI Control Method with HGSO Parameter Regulator for Trajectory Planning of 9-DOF Redundant Manipulator
Previous Article in Special Issue
Transmission Line Object Detection Method Based on Contextual Information Enhancement and Joint Heterogeneous Representation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Two-Level Model for Detecting Substation Defects from Infrared Images

Department of Automation, North China Electric Power University, Baoding 071003, China
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(18), 6861; https://doi.org/10.3390/s22186861
Submission received: 18 August 2022 / Revised: 2 September 2022 / Accepted: 6 September 2022 / Published: 10 September 2022
(This article belongs to the Special Issue Deep Power Vision Technology and Intelligent Vision Sensors)

Abstract

:
Training a deep convolutional neural network (DCNN) to detect defects in substation equipment often requires many defect datasets. However, this dataset is not easily acquired, and the complex background of the infrared images makes defect detection even more difficult. To alleviate this issue, this article presents a two-level defect detection model (TDDM). First, to extract the target equipment in the image, an instance segmentation module is constructed by training from the instance segmentation dataset. Then, the target equipment is segmented by the superpixel segmentation algorithm into superpixels according to obtain more details information. Next, a temperature probability density distribution is constructed with the superpixels, and the defect determination strategy is used to recognize the defect. Finally, experiments verify the effectiveness of the TDDM according to the defect detection dataset.

1. Introduction

Substation equipment is an essential part of the power system [1]. Once defects exist in operating equipment, an abnormal temperature usually occurs at the defective parts, triggering thermal failures that can lead to local equipment burnout or even more severe electric power accidents [2]. Therefore, timely and accurate detection of defects in substation equipment is of great significance to the safety and stability of a power system.
Many methods have been studied for defects detection in substation equipment, including dielectric loss measurement [3], UHF (ultra-high frequency) method [4], FDR (frequency domain reflectometry) method [5], and infrared image-based methods [6,7]. The dielectric loss measurement requires off-line preventive testing, which will delay the operation of substation equipment. The complexity of the UHF method makes directly locating defective regions difficult. The FDR method is sensitive only to defects caused by moisture. Early infrared image-based methods for detecting thermal defects in substation equipment require manual intervention, which is time-consuming and costly. However, with the development of smart grids and the successful application of substation inspection robots, a large number of on-site infrared images needed to be inspected urgently. Intelligent defect detection methods have emerged based on computer vision.
Due to the redundant background and the densely packed targets, applying automatic intelligent defect detection methods directly is difficult. Thus, extracting the target equipment in the complex infrared images is required first. Early researchers studied the methods using traditional digital image processing techniques, including threshold-based, region-based, and edge-based methods. Threshold-based methods separate the foreground from the background of an image by selecting a suitable threshold [8], which is simple and efficient but susceptible to noise interference, causing poor robustness. A typical region-based method is the watershed algorithm [9]. It uses the local minima of the image gradient to form a specific region to segment different image parts. However, it is sensitive to the color changes in the object’s surface, giving rise to over-segmentation. Edge-based methods extract edge features from the image by edge detection operators such as the Sobel operator [10] and Canny operator [11] to realize the segmentation of an image. Nevertheless, it cannot guarantee the existence of closed, continuous edge regions, and it lacks robustness to noise interference. The recent rapid development of deep learning and imaging technologies has brought innovative ideas for extracted methods from infrared images of substation equipment. Instance segmentation is a classic task in the field of computer vision, which can perform object extraction excellently in images. This task, not only locates and classifies all instances but also segments each instance from the images [12]. Many applications benefit from accurate instance segmentation, including electrical systems [13,14], autonomous driving [15], robotics [16,17], and intelligent transportation systems [18]. Consequently, instance segmentation has become an active research topic in the industry, which benefits its powerful ability of object extraction. Xiong et al. [19] proposed a method based on Mask R-CNN and Bayesian context network to recognize power equipment, which is considered the relationship between objects in a complex background. Ling et al. [20] presented a novel deep learning framework to locate the broken insulators, which is address the problem of low signal-noise-ratio (SNR) setting. To detect the transmission line, a transmission line detection (TLD) algorithm is proposed [21], which is a multitask deep neural network with branched outputs. The deep learning-based methods show excellent performance to extract the target object.
In the stage of defect detection, some promising methods for detecting defects are feature extraction and convolutional neural networks. The key to feature extraction-based approaches is acquiring target ontology features and using classifiers to recognize the extracted features [22,23]. However, the effectiveness of feature extraction and the selection of classifiers are great dependence on personal experience. Convolutional neural networks focus on detecting target defects through an object detection model [24,25]. Li et al. [26] proposed a method of insulator defect location, which is cascades detection and segmentation networks from two levels. In view of the characteristics of insulator defects, Wang et al. [27] presented an improved network to detect the defect of aerial insulator photos. The above method achieved excellent results in defect detection, but requires numerous defective insulator images to train the DCNN. In reality, the infrared images of defective substation equipment are difficult to acquire, and the performance of DCNN is difficult to guarantee. Implementing defect detection of substation equipment in infrared images is still challenging. In an infrared image, the different parts of the target corresponding to different heat generation characteristics. Thus, the temperature feature of the target is used to estimate temperature probability density distribution, which is used to identify defects by the presented strategy. The proposed defect detection part is an unsupervised learning method and is not limited by the dataset. Before that, the superpixel processing is used to provide more details, those details offer more information for defect detection. Meanwhile, it reduces the complexity and time spent on the model.
This study proposes the TDDM for defect detection in electric power substations, which is used in infrared images of substation equipment, e.g., insulator, current transformer, lightning arrester, bushing and voltage transformer. The main contributions of this paper are as follows.
(1)
Inspecting the substation equipment from the infrared images with the redundant background and the densely packed targets directly is difficult. The proposed TDDM extracted the target firstly, and then, defect analysis is conducted on a single instance, which is converted to a two-level detection problem.
(2)
Superpixel segmentation is conducted on the extracted target equipment to merge adjacent pixels with similar characteristics. The process is used to provide more details and reduce the complexity of the subsequent detection determination.
(3)
Based on a Gaussian kernel function, the temperature probability density distribution of the target equipment is constructed, which is used in a defect determination strategy to find the defective areas in infrared images of the target substation equipment.
(4)
The experimental results show that the proposed model accurately detects defects in substation equipment in infrared images.
The remainder of this paper is organized as follows. In Section 2, a novel model for detecting these defects in infrared images is provided, including instance segmentation, superpixel segmentation, and defect determination. Section 3 verifies the performance of the proposed model and discusses the influences of superpixel parameters on the results. Section 4 concludes this work.

2. Procedure for the Proposed Model

The model proposed is designed for automatically detecting defects of substation equipment in infrared images.The model transforms defect detection into a two-level detection problem. First, an instance segmentation algorithm directly extracts the target equipment from infrared images with complex backgrounds. After that, a superpixel segmentation algorithm merges similar characteristics and captures the details of the target equipment. Finally, the defect position is determined. Figure 1 is a flowchart of the proposed TDDM procedure.

2.1. Instance Segmentation

To detect substation equipment in infrared images, we must first extract the target equipment from the image. Instance segmentation is a basic task of DCNN, which is to extract the target from a complex background and distinguish different instances in the image’s foreground [28]. There are three commonly used instance segmentation methods: top-down detection-based methods, bottom-up semantic segmentation-based methods and direct instance segmentation at the pixel level. Top-down detection-based methods perform instance segmentation in a bounding box, such as the Mask R-CNN [29], Mask Scoring R-CNN [30], and YOLACT [31] networks. In bottom-up semantic segmentation-based methods, the pixels are labeled for prediction and clustered [32,33]. The SOLO algorithm [34] performs end-to-end optimization of instance segmentation by mask labeling, which directly segments instances at the pixel level.
This study extracted target equipment images using YOLACT. Its backbone is the feature extraction part used to obtain different resolution feature maps C i ( i = 2 , 3 , 4 , 5 ) from the input infrared image. The description of specific backbone configuration parameters as shown in Table 1. To obtain the multiscale features, C i ( i = 2 , 3 , 4 , 5 ) are fused by the horizontal connection with the feature pyramid. Then multiscale features P j ( j = 3 , 4 , 5 , 6 , 7 ) are connected to prediction heads for multiscale prediction of objects. There are two branches after the feature pyramid. The one branch predicts the object category, the bounding box, and the mask coefficients; the higher score bounding box is obtained through non-maximum suppression (NMS) [35]. The other branch is a fully convolutional network called protonet, which generates a series of prototype masks based on the feature map P 3 . Finally, the prototype masks obtained from protonet are linearly combined with mask coefficients to get m instance c m ( m { 1 , 2 , , M } . We can perform defect analysis on a single instance, removing interference from complex backgrounds.

2.2. Superpixel Segmentation

In the previous section, the image of each type of target equipment in the infrared image is segmented. In this section, the target equipment is detected individually. To make defect detection easier, we first perform superpixel segmentation. Superpixel segmentation forms superpixels from adjacent pixels in the image of target equipment with similar texture, color, luminance, or other characteristics. Thus, superpixels can be treated as processing units, reducing the complexity and time spent on the subsequent processing of the image [36]. Superpixel segmentation methods are generally classified into graph theory-based methods [37,38] and clustering-based methods [39,40,41]. Computation of cost functions in graph theory-based methods is complicated. In contrast, clustering-based methods has simple principles and good interpretability. The clustering-based simple linear iterative clustering (SLIC) algorithm obtains uniform compact superpixels, and it has good controllability and low operational complexity than other superpixel algorithms [42].
Inspired by the SLIC algorithm, the proposed model forms adjacent pixels with similar temperature characteristics t and spatial characteristics into superpixels c m n , n { 1 , 2 , , N } . Assume that there are I pixels in infrared image c, and the number of superpixels is K. Then the interval between the clustering centers C k is S = I / K . The pixels 2 S distance from the clustering center is iteratively clustered based on spatial similarity and temperature similarity, until the maximum number of iterations is reached. The formula for calculating the distance D between pixel i and the cluster center C k is as follows:
D = ( d t m t ) 2 + ( d x y m x y ) 2 ,
d t = ( t k t i ) 2 ,
d x y = ( x k x i ) 2 + ( y k y i ) 2 ,
where d t is the temperature distance between pixel i and the cluster center C k , d x y is the spatial distance between pixel i and the cluster center C k , m t and m x y are the maximum temperature distance and spatial distance obtained in the previous iteration, respectively.
Further, the superpixels c m n of each instance are obtained, and the corresponding temperature characteristic T m n , n { 1 , 2 , , N } is calculated by averaging the temperature of pixels in the superpixel. All temperature characteristics of c m n lie between the maximum temperature T m max and the minimum temperature T m min , i.e., T m n [ T m min , T m max ] .

2.3. Defect Determination

After superpixel segmentation of the target equipment, we inspect the target equipment one by one to determine whether there exist defects. Figure 2 shows the target equipment of the background, normal region, and defective region with different temperature characteristics in the infrared image. The range of temperatures that the defect determination algorithm can identify is even broader than the temperatures range in Figure 2.
Different temperature characteristics correspond to different temperature probability densities. Thus, we can model the temperature probability density distribution of the instances to determine whether there are defects.
For instance c m , the temperature probability density T m n can be calculated by Equation (4), as shown by the blue histogram in Figure 3.
f m ( n ) = T m n i = 1 N T m i , n [ 1 , N ] .
However, the temperature probability density data are discretized, which cannot be used directly. Thus, we need to estimate the probability density function to approximate its specific distribution. The common probability density estimation methods include parametric probability density estimation and non-parameter probability density estimation. Kernel density estimation (KDE) [43] is a non-parameter probability density estimation method used to estimate the temperature probability density distribution of the data.
If there is a sufficiently small temperature region A = [ T m A min , T m A max ] with bandwidth h, the probability P m ( A ) of T m n in A is
P m ( A ) = A f m ( x ) d x f m ( x ) T m A min T m A max d x = f m ( x ) h .
Suppose the probability of Z out of N data falling into region A is
P m ( A ) = Z N .
Then the temperature probability density becomes
f m ( x ) = Z N h .
The kernel density estimation of Equation 7 using the Gaussian kernel function obtains the temperature probability density function of instance c m .
f m ( x ) = 1 N h j = 1 N 1 2 π e 1 2 ( x T m j h ) 2 .
After that, the temperature probability density distribution function is visualized in Figure 3 by the red curve. The point of local maximum O m q ( ( x m q , y m q ) , q = 1 , 2 , , Q ) is obtained, which is denoted by the black dots in Figure 3.
Based on the temperature probability density distribution function, we propose a determination strategy to find defects in infrared images. Due to the different temperature characteristics in the background, normal region, and defective region. Meanwhile, different temperature areas are shown in the temperature probability density distribution. Thus, the presence of O m q and Q 3 indicate the presence of a defect in the target equipment in this strategy. Then, through the application of the proposed algorithm, x m 3 is used as the threshold, superpixels c m n with temperature characteristics T m n higher than x m 3 are determined to be defective superpixels, automatically. Then, all adjacent defective superpixels are merged to determine the defective regions D m in instance c m . Finally, all instances of the infrared image are traversed to obtain all the defective regions automatically. In addition, Algorithm 1 summarizes the whole programming procedure of the proposed TDDM.
Algorithm 1 TDDM
1:
Input: Infrared image c, Number of superpixels K.
2:
Output: All defect regions in the infrared image.
3:
Obtain instance c m = Seg c , m = 1 , 2 , , M
4:
for   m = 1 to M do
5:
   for  n = 1 to N  do
6:
     Compute superpixels c m n
7:
     Obtain temperature characteristic T m n
8:
   end for
9:
   Compute temperature probability density distribution f m
10:
   Compute the local maximum O m q ( x m q , y m q ) of f m , where q = 1 , 2 , , Q
11:
   if  Q 3  then
12:
     for  n = 1 to N  do
13:
        if  T m n > x m 3  then
14:
          Determine c m n defective
15:
        else
16:
          Determine c m n normal
17:
        end if
18:
     end for
19:
     Merge all adjacent defective superpixels to obtain D m
20:
   else
21:
     Output: No defect in the instance.
22:
   end if
23:
end for

3. Experiments

3.1. Data Preparation

The experimental infrared images in this article consist of five types of substation equipment, including insulator, current transformer, voltage transformer, bushing, and lightning arrester. The images were captured in a substation by the FLIR T600, where the infrared image resolution is 480 × 360 and the temperature resolution is 0.04 ℃. The dataset composition of the substation equipment infrared images in the experiments is illustrated in Figure 4. The instance segmentation dataset is used to train the instance segmentation module, in which the dataset all consists of the normal substation equipment images. The number of each type of equipment is shown in Table 2. In addition, the defect detection dataset is used to evaluate the performance of the TDDM.

3.2. Instance Segmentation Results and Analysis

The instance segmentation algorithm ran on Ubuntu 18.04LTS with NVIDIA 2080Ti. The training was conducted under the network framework PyTorch through Python3.8, accelerated by CUDA11.2. The current advanced instance segmentation algorithms, including SOLO, Mask R-CNN, MS R-CNN, and YOLACT, were compared experimentally. For training the instance segmentation algorithm, the batch size was set to 2, the SGD optimizer was used, the momentum value was 0.9, the initial learning rate was 0.001, and the number of training iterations was 60 epochs.
To choose the optimal instance segmentation algorithm, a multi-target scene with a complex background was selected for testing. The performance indexes were mAP (mean average precision) and mAR (mean average recall), which are commonly used indexes in the current instance segmentation. SOLO, Mask R-CNN, Mask Scoring R-CNN, and YOLACT were tested on the instance segmentation dataset. The experiment results are shown in Figure 5 and Table 3.
In Table 3, YOLACT had the highest segmentation accuracies compared with the other three algorithms. The values are 67.0% and 74.0% in terms of the mAP and mAR metrics, which were 10.1% and 12.5% higher than the SOLO algorithms. As shown in Figure 5, Figure 5a are the original images and Figure 5f are the ground truth. The four algorithms are intuitively compared in Figure 5b–e, where the white rectangle represents the location of the substation equipment by the model. The pixels of instances belonging to the different categories are marked with different colors. It can be seen from Figure 5 that the YOLACT algorithm accurately located the substation equipment in infrared images and had typically higher quality masks. Thus, this study chose the YOLACT algorithm to segment substation equipment infrared images.

3.3. Compared with Other Superpixel Segmentation Methods

In this section, we compare SLIC [40] to several popular superpixel segmentation algorithms including Felzenszwalb [44], Quickshif [45], and Watershed [46] by the defect detection dataset. The performance of superpixel segmentation is quantitatively evaluated by two metrics, which are boundary recall (BR) and under-segmentation error (UE). BR is the most commonly used metric, which is the percentage of superpixels boundaries coinciding with ground truth boundaries.
BR = SP GP ,
where SP is the number of segmentation results that meet the condition that should be the ground truth. GP is the total number of the segmentation result. The higher the BR denotes the better performance. UE is the ratio of calculated over-segmented superpixels. The more approaches zero of the UE, the superpixel approaches the ground truth. UE is defined as follow
UE = 1 + 1 N u m u n > ω u m u n ,
where u m and u n are the pixel sets of the m-th superpixel and ground truth, respectively. ω is set to 0.05 for well established [47]. The lower the UE denotes the better performance.
As shown in Figure 6, it illustrates the comparative performance the methods on the defect detection dataset. The numbers of superpixels are set to 250, 500, 750, 1000, 1250, and 1500, respectively. From Figure 6, SLIC, Watershed, and Quickshif all obtain good performance since BR is higher than 0.86. The value of UE in SLIC is the lowest among all methods, this means that better compactness of superpixel segmentation can be achieved.

3.4. Defect Detection Results and Analysis

We adopted four widely used metrics for the quantitative evaluations of defect detection performance: precision ( P r ), recall ( R e ), F 1 , and mean running time ( m R N ). A higher evaluation value indicates better performance, calculated as follows.
P r = TP TP + FP ,
R e = TP TP + FN ,
F 1 = 2 P r R e P r + R e ,
where TP and denote the number of correctly detected defects. TP + FP and TP + FN denote the total number of detected defects and the total number of actual defects, respectively. F 1 is the harmonic mean of P r and R e .
We use mean intersection over union (mIoU) to calculate the accuracy of defect region localization. The mIoU is defined as
mIoU ( G T , P M ) = m = 1 M Area ( G T m P D m ) Area ( G T m P D m ) ,
where G T m is the ground truth and P D m is the predicted region.
To verify the effectiveness of the TDDM, the defect detection datasets are input to the TDDM. To choose the best parameter of the number of superpixels K, we set K from 250 to 3000 with an interval of 250 for the ablation experiments. When K = 1000 , TDDM has achieved the best defect detection performance. The values of precision, recall, F 1 , and mIoU were 0.812, 0.928, 0.866 and 0.831. When K = 2250 , the model had acceptable precision and recall values performance, but the model running time became longer. Moreover, the running time of TDDM increased with K. Thus, in a word, the selection of an appropriate K is important. Table 4 and Figure 7 show the comparison with a different number of superpixels K to the defect detection dataset.
To evaluate the superiority of the proposed method, some ablation experiments were performed on TDDM. (1) Evaluate the advantage of the superpixel segmentation algorithm (SSA) as a preprocessing for defect detection. (2) Evaluate the advantage of the DCNN + superpixel method for defect detection. Table 5 lists the results of the ablation experiment. As shown in Table 5, the SSA can provide more details and reduce the complexity of the subsequent detection determination. When the objects are extracted firstly by DCNN, the metrics for evaluating accuracy have improved. It indicates that DCNN can overcome the problem of complex background in infrared images. The model achieved superior results when both DCNN and SSA were used. P r , R e , F 1 , mIoU are reached 0.812, 0.928, 0.866, and 0.831, respectively, which were the highest values.
As shown in Figure 8 and Figure 9, the intuitive defect detection process of the TDDM in this paper is on the defect detection dataset.In the intuitive experiment results, the different categories have displayed.
Figure 8 shows the process of the normal bushing infrared image detection. In the fourth column, the temperature probability density distribution of the bushing has only two local maxima, which reflects that the substation equipment is no defect. This demonstrates that the TDDM is effectively applied in detecting normal substation equipment.
Figure 9 shows the entire detection flow of the TDDM to the defect-located infrared images. From left to right are the input infrared images, instance segmentation, superpixel segmentation, defect determination, and defect detection results. At the penultimate column, there are three maxima in the temperature probability density distribution of target equipment, representing the equipment exist defect. The target equipment defect detection results are shown in the last column. The white rectangle denotes the target equipment, and the red rectangle represents the location of the defective regions. As can be seen that, TDDM accurately located the defect in substation equipment against a complex background.

4. Discussion

In this paper, a two-level model is proposed for the problem of defect detection in substation equipment infrared images. On the basis of extracting substation equipment in the complex background through instance segmentation and superpixel segmentation methods, and realizing defect detection of substation equipment through temperature probability density distribution calculation and adaptive defect detection strategy. Compared with the traditional manual inspection, the proposed method can reduce the resources of labor and material; compared with the end-to-end deep learning method, the presented method in this paper does not require many defect datasets. The operating status of the substation equipment is closely relevant to the stability of the power system, which makes the defects detection of the substation equipment significant.
In the future, our research will not be limited to the substation equipment in this paper and will be applied to other electrical equipment. In fact, according to the characteristic of infrared thermal imaging, the majority of electrical equipment infrared images will show a certain temperature probability density distribution, which is the physical characteristic. The proposed method is based on this characteristic to detect defects precisely. Thus, based on this physical characteristic, we believe the method will be applicable to other cases where may occur defects in electric power, such as medical equipment, airplanes, and industrial equipment.

5. Conclusions

This study proposes a novel defect detection model named TDDM for infrared images of substation equipment. Considering the defective substation equipment infrared images are difficult to acquire, and the data-driven end-to-end model cannot be trained. Thus, the two-level defect detection method is presented. In the proposed TDDM, we take advantage of the fact that the instance segmentation has superior performance to extract the target in the redundant background. Meanwhile, the part of defect detection of TDDM is unsupervised and is not limited by the dataset. Furthermore, we evaluated the proposed model on the defect detection dataset, which accurately detects defects of substation equipment in infrared images. In the future, we would like to combine the RGB information to improve substation inspection tasks. In addition, the technology will be applied to more substation equipment.

Author Contributions

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

Funding

This work was supported in part by the National Natural Science Foundation of China (NSFC) under grant number U21A20486, 61871182, by the Natural Science Foundation of Hebei Province of China under grant number F2020502009, F2021502008, F2021502013.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Acknowledgments

Special thanks are given to the Department of Automation and North China Electric Power University.

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.

Abbreviations

The following abbreviations are used in this manuscript:
DCNNDeep Convolutional Neural Network
TDDMTwo-level Defect Detection Model
UHFUltra-high Frequency
FDRfrequency Domain Reflectometry
SNRSignal-noise-ratio
TLDTransmission Line Detection
NMSNon-maximum Suppression
SLICSimple Linear Iterative Clustering
KDEKernel Density Estimation
mAPMean Aaverage precision
mARMean Aaverage Recall
mRNMean Running Time
SSASuperpixel Segmentation Algorithm
TPTrue Positive
FPFalse Positive
FNFalse Negative

References

  1. Han, S.; Yang, F.; Jiang, H.; Yang, G.; Zhang, N.; Wang, D. A smart thermography camera and application in the diagnosis of electrical equipment. IEEE Trans. Instrum. Meas. 2021, 70, 1–8. [Google Scholar] [CrossRef]
  2. Wang, H.; Zhou, B.; Zhang, X. Research on the remote maintenance system architecture for the rapid development of smart substation in China. IEEE Trans. Power Deliv. 2017, 33, 1845–1852. [Google Scholar] [CrossRef]
  3. Maina, R.; Tumiatti, V.; Pompili, M.; Bartnikas, R. Dielectric loss characteristics of copper-contaminated transformer oils. IEEE Trans. Power Deliv. 2010, 25, 1673–1677. [Google Scholar] [CrossRef]
  4. Ozawa, J.; Shindo, K.; Saruta, H.; Yamashita, M.; Takahashi, E. Ultra high frequency electromagnetic wave detector for diagnostic of metal clad switchgear insulation. IEEE Trans. Power Deliv. 1994, 9, 675–679. [Google Scholar] [CrossRef]
  5. Kwon, G.Y.; Lee, C.K.; Lee, G.S.; Lee, Y.H.; Chang, S.J.; Jung, C.K.; Kang, J.W.; Shin, Y.J. Offline fault localization technique on HVDC submarine cable via time–frequency domain reflectometry. IEEE Trans. Power Deliv. 2017, 32, 1626–1635. [Google Scholar] [CrossRef]
  6. Zheng, H.; Sun, Y.; Liu, X.; Djike, C.L.T.; Li, J.; Liu, Y.; Ma, J.; Xu, K.; Zhang, C. Infrared image detection of substation insulators using an improved fusion single shot multibox detector. IEEE Trans. Power Deliv. 2020, 36, 3351–3359. [Google Scholar] [CrossRef]
  7. Wang, B.; Dong, M.; Ren, M.; Wu, Z.; Guo, C.; Zhuang, T.; Pischler, O.; Xie, J. Automatic fault diagnosis of infrared insulator images based on image instance segmentation and temperature analysis. IEEE Trans. Instrum. Meas. 2020, 69, 5345–5355. [Google Scholar] [CrossRef]
  8. Wang, Y. Improved OTSU and adaptive genetic algorithm for infrared image segmentation. In Proceedings of the 2018 Chinese Control And Decision Conference (CCDC), Shenyang, China, 9–11 June 2018; pp. 5644–5648. [Google Scholar]
  9. Dongmei, W.; Ruyi, W.; Lihua, L. Automatic Detection of Oil Level of Transformer Oil Conservator Based on Infrared Image Segmentation Technology. In Proceedings of the 2011 Fourth International Conference on Intelligent Computation Technology and Automation, Shenzhen, China, 28–29 March 2011; Volume 1, pp. 596–599. [Google Scholar]
  10. Niu, H.; Guo, S.; Xu, T.; Song, T.; Xu, L. Infrared image edge extraction of cable terminal based on improved eight direction Sobel operator. In Proceedings of the 2018 International Conference on Power System Technology (POWERCON), Guangzhou, China, 6–8 November 2018; pp. 3295–3300. [Google Scholar]
  11. Canny, J. A computational approach to edge detection. IEEE Trans. Pattern Anal. Mach. Intell. 1986, PAMI-8, 679–698. [Google Scholar] [CrossRef]
  12. Liu, S.; Qi, X.; Shi, J.; Zhang, H.; Jia, J. Multi-scale patch aggregation (mpa) for simultaneous detection and segmentation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 3141–3149. [Google Scholar]
  13. Ma, J.; Qian, K.; Zhang, X.; Ma, X. Weakly supervised instance segmentation of electrical equipment based on RGB-T automatic annotation. IEEE Trans. Instrum. Meas. 2020, 69, 9720–9731. [Google Scholar] [CrossRef]
  14. Shu, J.; He, J.; Li, L. MSIS: Multispectral instance segmentation method for power equipment. Comput. Intell. Neurosci. 2022, 2022, 2864717. [Google Scholar] [CrossRef]
  15. Cordts, M.; Omran, M.; Ramos, S.; Rehfeld, T.; Enzweiler, M.; Benenson, R.; Franke, U.; Roth, S.; Schiele, B. The cityscapes dataset for semantic urban scene understanding. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 3213–3223. [Google Scholar]
  16. Gupta, S.; Girshick, R.; Arbeláez, P.; Malik, J. Learning rich features from RGB-D images for object detection and segmentation. In Proceedings of the European Conference on Computer Vision, Zurich, Switzerland, 6–12 September 2014; pp. 345–360. [Google Scholar]
  17. Hou, H.Q.; Liu, Y.J.; Lan, J.; Liu, L. Adaptive Fuzzy Fixed time Time-varying Formation Control for Heterogeneous Multi-agent Systems with Full State Constraints. IEEE Trans. Fuzzy Syst. 2022, 1–10. [Google Scholar] [CrossRef]
  18. Li, J.; Luo, G.; Cheng, N.; Yuan, Q.; Wu, Z.; Gao, S.; Liu, Z. An end-to-end load balancer based on deep learning for vehicular network traffic control. IEEE Internet Things J. 2018, 6, 953–966. [Google Scholar] [CrossRef]
  19. Siheng, X.; Yadong, L.; Rui, X.; Ying, D.; Zihan, C.; Yingjie, Y.; Xiuchen, J. Power equipment recognition method based on mask R-CNN and bayesian context network. In Proceedings of the 2020 IEEE Power & Energy Society General Meeting (PESGM), Montreal, QC, Canada, 2–6 August 2020; pp. 1–5. [Google Scholar]
  20. Ling, Z.; Zhang, D.; Qiu, R.C.; Jin, Z.; Zhang, Y.; He, X.; Liu, H. An accurate and real-time method of self-blast glass insulator location based on faster R-CNN and U-net with aerial images. CSEE J. Power Energy Syst. 2019, 5, 474–482. [Google Scholar]
  21. Li, B.; Chen, C.; Dong, S.; Qiao, J. Transmission line detection in aerial images: An instance segmentation approach based on multitask neural networks. Signal Process. Image Commun. 2021, 96, 116278. [Google Scholar] [CrossRef]
  22. Dey, D.; Chatterjee, B.; Dalai, S.; Munshi, S.; Chakravorti, S. A deep learning framework using convolution neural network for classification of impulse fault patterns in transformers with increased accuracy. IEEE Trans. Dielectr. Electr. Insul. 2017, 24, 3894–3897. [Google Scholar] [CrossRef]
  23. Hui, Z.; Fuzhen, H. An intelligent fault diagnosis method for electrical equipment using infrared images. In Proceedings of the 2015 34th Chinese Control Conference (CCC), Hangzhou, China, 28–30 July 2015; pp. 6372–6376. [Google Scholar]
  24. Liu, Y.; Pei, S.; Fu, W.; Zhang, K.; Ji, X.; Yin, Z. The discrimination method as applied to a deteriorated porcelain insulator used in transmission lines on the basis of a convolution neural network. IEEE Trans. Dielectr. Electr. Insul. 2017, 24, 3559–3566. [Google Scholar] [CrossRef]
  25. Wen, L.; Li, X.; Gao, L.; Zhang, Y. A new convolutional neural network-based data-driven fault diagnosis method. IEEE Trans. Ind. Electron. 2017, 65, 5990–5998. [Google Scholar] [CrossRef]
  26. Li, X.; Su, H.; Liu, G. Insulator defect recognition based on global detection and local segmentation. IEEE Access 2020, 8, 59934–59946. [Google Scholar] [CrossRef]
  27. Wang, S.; Liu, Y.; Qing, Y.; Wang, C.; Lan, T.; Yao, R. Detection of insulator defects with improved resnest and region proposal network. IEEE Access 2020, 8, 184841–184850. [Google Scholar] [CrossRef]
  28. Zhang, H.; Luo, G.; Tian, Y.; Wang, K.; He, H.; Wang, F.Y. A virtual-real interaction approach to object instance segmentation in traffic scenes. IEEE Trans. Intell. Transp. Syst. 2020, 22, 863–875. [Google Scholar] [CrossRef]
  29. He, K.; Gkioxari, G.; Dollár, P.; Girshick, R. Mask r-cnn. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 2961–2969. [Google Scholar]
  30. Huang, Z.; Huang, L.; Gong, Y.; Huang, C.; Wang, X. Mask scoring r-cnn. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019; pp. 6409–6418. [Google Scholar]
  31. Bolya, D.; Zhou, C.; Xiao, F.; Lee, Y.J. Yolact: Real-time instance segmentation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Seoul, Korea, 27 October–2 November 2019; pp. 9157–9166. [Google Scholar]
  32. Gao, N.; Shan, Y.; Wang, Y.; Zhao, X.; Yu, Y.; Yang, M.; Huang, K. Ssap: Single-shot instance segmentation with affinity pyramid. In Proceedings of the IEEE/CVF International Conference on Computer Vision, Seoul, Korea, 27 October–2 November 2019; pp. 642–651. [Google Scholar]
  33. Liu, S.; Jia, J.; Fidler, S.; Urtasun, R. Sgn: Sequential grouping networks for instance segmentation. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 3496–3504. [Google Scholar]
  34. Wang, X.; Kong, T.; Shen, C.; Jiang, Y.; Li, L. Solo: Segmenting objects by locations. In Proceedings of the European Conference on Computer Vision, Glasgow, UK, 23–28 August 2020; pp. 649–665. [Google Scholar]
  35. Salscheider, N.O. Featurenms: Non-maximum suppression by learning feature embeddings. In Proceedings of the 2020 25th International Conference on Pattern Recognition (ICPR), Milan, Italy, 10–15 January 2021; pp. 7848–7854. [Google Scholar]
  36. Gaur, U.; Manjunath, B. Superpixel embedding network. IEEE Trans. Image Process. 2019, 29, 3199–3212. [Google Scholar] [CrossRef] [PubMed]
  37. Liu, M.Y.; Tuzel, O.; Ramalingam, S.; Chellappa, R. Entropy rate superpixel segmentation. In Proceedings of the CVPR 2011, Colorado Springs, CO, USA, 20–25 June 2011; pp. 2097–2104. [Google Scholar]
  38. Ren, X.; Malik, J. Learning a classification model for segmentation. In Proceedings of the Computer Vision, IEEE International Conference on IEEE Computer Society, Nice, France, 13–16 October 2003; Volume 2. [Google Scholar]
  39. Li, Z.; Chen, J. Superpixel segmentation using linear spectral clustering. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015; pp. 1356–1363. [Google Scholar]
  40. Achanta, R.; Shaji, A.; Smith, K.; Lucchi, A.; Fua, P.; Süsstrunk, S. Slic Superpixels; Technical Report; EPFL: Lausanne, Switzerland, 2010. [Google Scholar]
  41. Veksler, O.; Boykov, Y.; Mehrani, P. Superpixels and supervoxels in an energy optimization framework. In Proceedings of the European Conference on Computer Vision, Crete, Greece, 5–11 September 2010; pp. 211–224. [Google Scholar]
  42. Levinshtein, A.; Stere, A.; Kutulakos, K.N.; Fleet, D.J.; Dickinson, S.J.; Siddiqi, K. Turbopixels: Fast superpixels using geometric flows. IEEE Trans. Pattern Anal. Mach. Intell. 2009, 31, 2290–2297. [Google Scholar] [CrossRef] [PubMed]
  43. Liu, Z.; Shi, R.; Shen, L.; Xue, Y.; Ngan, K.N.; Zhang, Z. Unsupervised salient object segmentation based on kernel density estimation and two-phase graph cut. IEEE Trans. Multimed. 2012, 14, 1275–1289. [Google Scholar] [CrossRef]
  44. Felzenszwalb, P.F.; Huttenlocher, D.P. Efficient graph-based image segmentation. Int. J. Comput. Vis. 2004, 59, 167–181. [Google Scholar] [CrossRef]
  45. Fulkerson, B.; Soatto, S. Really quick shift: Image segmentation on a GPU. In Proceedings of the European Conference on Computer Vision, Crete, Greece, 5–11 September 2010; pp. 350–358. [Google Scholar]
  46. Neubert, P.; Protzel, P. Compact watershed and preemptive slic: On improving trade-offs of superpixel segmentation algorithms. In Proceedings of the 2014 22nd International Conference on Pattern Recognition, Stockholm, Sweden, 24–28 August 2014; pp. 996–1001. [Google Scholar]
  47. Ban, Z.; Liu, J.; Cao, L. Superpixel segmentation using Gaussian mixture model. IEEE Trans. Image Process. 2018, 27, 4105–4117. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Flowchart of TDDM.
Figure 1. Flowchart of TDDM.
Sensors 22 06861 g001
Figure 2. Infrared image of substation equipment and its temperature distribution.
Figure 2. Infrared image of substation equipment and its temperature distribution.
Sensors 22 06861 g002
Figure 3. Temperature probability density distribution of c m .
Figure 3. Temperature probability density distribution of c m .
Sensors 22 06861 g003
Figure 4. Dataset composition of the substation equipment infrared images.
Figure 4. Dataset composition of the substation equipment infrared images.
Sensors 22 06861 g004
Figure 5. Comparison of segmentation results of different instance segmentation algorithms. (a) Original Images. (b) SOLO. (c) Mask R-CNN. (d) Mask Scoring R-CNN. (e) YOLACT. (f) Ground Truth.
Figure 5. Comparison of segmentation results of different instance segmentation algorithms. (a) Original Images. (b) SOLO. (c) Mask R-CNN. (d) Mask Scoring R-CNN. (e) YOLACT. (f) Ground Truth.
Sensors 22 06861 g005
Figure 6. Comparison of superpixel segmentation algorithms performances.
Figure 6. Comparison of superpixel segmentation algorithms performances.
Sensors 22 06861 g006
Figure 7. Results of ablation experiments on the number of superpixels.
Figure 7. Results of ablation experiments on the number of superpixels.
Sensors 22 06861 g007
Figure 8. Process of the normal bushing infrared image detection.
Figure 8. Process of the normal bushing infrared image detection.
Sensors 22 06861 g008
Figure 9. Process of the defect infrared image detection. (a) Insulator. (b) Bushing. (c) Voltage Transformer. (d) Current Transformer.
Figure 9. Process of the defect infrared image detection. (a) Insulator. (b) Bushing. (c) Voltage Transformer. (d) Current Transformer.
Sensors 22 06861 g009aSensors 22 06861 g009b
Table 1. The description of specific backbone configuration parameters.
Table 1. The description of specific backbone configuration parameters.
Layer NameStructureConvolution KernelFeature Map Size
Input Layer--640 × 640
Conv1-7 × 7 × 64, stride 2320 × 320
Pool1Maxpool3 × 3 × 64, stride 2160 × 160
Conv2_xBottleneck 1 × 1 × 64 3 × 3 × 64 1 × 1 × 256 × 3 160 × 160
Conv3_xBottleneck 1 × 1 × 128 3 × 3 × 128 1 × 1 × 512 × 4 80 × 80
Conv4_xBottleneck 1 × 1 × 256 3 × 3 × 256 1 × 1 × 1024 × 6 40 × 40
Conv5_xBottleneck 1 × 1 × 512 3 × 3 × 512 1 × 1 × 2048 × 3 20 × 20
Table 2. Number of each type of equipment in the instance segmentation dataset.
Table 2. Number of each type of equipment in the instance segmentation dataset.
EquipmentNumber
Insulator919
Current transformer413
Lightning arrester289
Bushing161
Voltage transformer153
Table 3. Comparison of instance segmentation algorithms.
Table 3. Comparison of instance segmentation algorithms.
MethodmAP/%mAR/%
SOLO56.961.5
Mask R-CNN63.670.4
Mask Scoring R-CNN65.170.9
YOLACT67.074.0
Table 4. Detection performance for different numbers of K.
Table 4. Detection performance for different numbers of K.
Number of K P r R e F 1 mIoUmRN
2500.3150.4280.3620.1451.47
5000.1900.2850.2280.0981.91
7500.5550.7140.6240.5822.73
10000.8120.9280.8660.8314.30
12500.7050.8570.7730.6834.36
15000.7220.9280.8120.7385.54
17500.7640.9280.8380.7965.64
20000.7640.9280.8380.7966.82
22500.8120.9280.8660.8176.68
25000.7640.9280.8380.7968.64
27500.7640.9280.8380.79610.42
30000.7640.9280.8380.79611.97
Table 5. Ablation experiment of TDDM.
Table 5. Ablation experiment of TDDM.
DCNNSSA P r R e F 1 mIoUmRN
0.7640.9280.8380.79621.34
0.5550.7140.6240.5823.62
0.8120.9280.8660.8314.30
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Li, B.; Wang, T.; Hu, Z.; Yuan, C.; Zhai, Y. Two-Level Model for Detecting Substation Defects from Infrared Images. Sensors 2022, 22, 6861. https://doi.org/10.3390/s22186861

AMA Style

Li B, Wang T, Hu Z, Yuan C, Zhai Y. Two-Level Model for Detecting Substation Defects from Infrared Images. Sensors. 2022; 22(18):6861. https://doi.org/10.3390/s22186861

Chicago/Turabian Style

Li, Bing, Tian Wang, Zhedong Hu, Chao Yuan, and Yongjie Zhai. 2022. "Two-Level Model for Detecting Substation Defects from Infrared Images" Sensors 22, no. 18: 6861. https://doi.org/10.3390/s22186861

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