Next Article in Journal
Machining Accuracy Enhancement of a Machine Tool by a Cooling Channel Design for a Built-in Spindle
Previous Article in Journal
Cyst Detection and Motion Artifact Elimination in Enface Optical Coherence Tomography Angiograms
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Classification System for Insulation Defect Identification of Gas-Insulated Switchgear (GIS), Based on Voiceprint Recognition Technology

Department of Electrical Engineering, Shanghai Jiao Tong University, Shanghai 200240, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2020, 10(11), 3995; https://doi.org/10.3390/app10113995
Submission received: 13 May 2020 / Revised: 3 June 2020 / Accepted: 5 June 2020 / Published: 9 June 2020
(This article belongs to the Section Electrical, Electronics and Communications Engineering)

Abstract

:
Insulation defects that occur in gas-insulated switchgear (GIS), which is one of the most important types of equipment in the power grid, can lead to serious accidents. The ultrasonic detection method is commonly used to detect partial discharge (PD) signals in power equipment to discover defects. However, the traditional method to diagnose defects in GIS with ultrasonic PD signals is still based on the experience of testers. In this study, a classification system was proposed to identify insulation defects of GIS, based on voiceprint recognition technology. Twelve coefficients from mel frequency cepstral coefficient (MFCC) and 24 delta MFCC features were extracted as the acoustic features of the system. A support vector machine (SVM) multi-classifier was constructed to perform the classification and the sequential minimal optimization (SMO) algorithm was used to optimize the computational efficiency of the SVM. The experiments were conducted on a 110 kV GIS with different kinds of insulation defects. The results verified that the classification system with SMO-SVM achieved better identification accuracy and efficiency than the system with SVM. Therefore, it reveals the feasibility of the system to realize identification of insulation defects in GIS automatically and accurately.

1. Introduction

Gas-insulated switchgear (GIS) is a metal switchgear which encloses circuit breakers, isolating switches, earthing switches, transformers, surge arresters, busbars, and other electrical devices [1,2]. Since it was invented, GIS has been one of the most important and widely used types of power equipment in the power grid [3]. However, the occurrence of insulation defects, which are generated in the process of production, transportation, and maintenance, results in potential risks of serious accidents [4]. Various methods such as measurement and evaluation of return voltage, tanδ, partial discharge (PD), insulation resistance, as well as polarization and depolarization current have been studied and applied to condition monitoring on insulations of high voltage equipment in order to avoid serious accidents [5,6,7,8]. As partial discharge is the most prominent indicator of insulation degradation in GIS [9,10], researchers have presented a variety of techniques to detect PD signals in GIS for insulation monitoring, such as UHF (ultra-high frequency) detection, ultrasonic detection, optical detection, and chemical detection [11,12,13,14]. As ultrasonic detection is a noninvasive and nondestructive measurement method and it processes high sensitivity, as well as strong resistance to electromagnetic interference, it has been increasingly used for defect diagnosis of GIS in normal operation [11,15]. The traditional diagnostic technique for GIS, based on ultrasonic detection, is to analyze the peak value, RMS, 50 Hz correlation, and 100 Hz correlation of the detected PD signals according to the experience of testers, resulting in unstable accuracy [15,16,17]. Otherwise, the methods based on the analysis of waveform features and wavelet transform are also applied for defect diagnosis of power equipment [18,19,20]. Wang et al. [18] extracted waveform features (rise time, pulse width, amplitude, energy, and ringing) from the first detected PD pulse and used a probabilistic neural network to diagnose the defects of transformers. Tang et al. [19] used wavelet transform and singular value decomposition to extract features from PD signals and adopted artificial neural network to identify the types of insulation defects in XLPE cable. However, as the waveform features cannot discriminate the defects of floating electrode and creeping discharge precisely [18] and the wavelet transform is unable to conduct analysis on the whole frequency of signals [21], these methods still have limitations to obtain high accuracy in defect identification.
This paper presents a classification system based on the technology of voiceprint recognition to automatically and precisely identify the insulation defects of GIS. Voiceprint recognition was invented and originally applied to speaker identification based on the acoustic features of speech signals [22]. Due to its significant advantages including low cost, less complexity, and high accuracy [23,24], the application of voiceprint recognition technology has been extended to the engineering and medical fields and has achieved positive results. Wang et al. [25] adopted voiceprint recognition technology to investigate the characteristics of the transformer noise. Jiang et al. [26] tried to use the technology to diagnose the faults in axial piston pumps and the effect of this method was verified by experience results [26]. The technology has also been applied to emboli detection based on ultrasonic signals, which has achieved great classification accuracy of 83.04% [27]. Acoustic feature extraction and pattern recognition are the key to voiceprint recognition technology [28,29,30]. The most common acoustic features include mel frequency cepstrum coefficients (MFCC), linear prediction cepstrum coefficients (LPCC), and perceptual linear prediction [30]. Among these acoustic features, the outstanding advantages of MFCC include simple extraction method, high accuracy, and strong resistance to noise [31]. A support vector machine (SVM) is one of the most used pattern recognition classifiers in voiceprint recognition technology because SVM possesses simple theoretical analysis and excellent generalization performance [32]. Moreover, the central minimization task of SVM, stated as convex quadratic programming, guarantees that the training of SVM converges to a single global optimum [33], whereas the neural network tends to a local optimum [34,35]. However, SVM is computationally expensive especially while dealing with a large quantity of training samples [36]. Sequential minimal optimization (SMO) can solve the problem to increase the efficiency and accuracy of the SVM classifiers [37]. Therefore, the classification system constructed for the insulation defect diagnosis of GIS adopts MFCC feature extraction and SVM classifiers optimized by SMO to realize automatic and accurate identification. Experiments were conducted on a 110 kV GIS with four kinds of defects to test the performance of the system and the results indicated that with the optimization of SMO, the accuracy and efficiency of the system were increased effectively.

2. Algorithms in the Classification System

2.1. Extraction Method of MFCC

The core of MFCC is to simulate the characteristics of human beings’ auditory perception to obtain a set of characteristic parameters of acoustic signals [38]. The sensitivity of the human auditory system is unstable and varies with frequency. MFCC attempts to simulate this kind of nonlinear characteristic of the human ear by converting the actual frequency into the mel frequency domain. The conversion relationship between mel frequency and actual frequency is as follows [39]:
f m e l = 2952 × l g ( 1 + f 700 ) ,
where f m e l represents the mel frequency and f is the actual frequency, as shown in Figure 1.
MFCC features are extracted through the following steps: FFT transform, mel filtering, logarithmic transform, and discrete cosine transform (DCT) [38]. Mel filtering uses the filter bank composed of several triangle bandpass filters which are distributed evenly on the mel frequency domain to convert the signal to mel frequency and the filter bank [40] is
H m ( k ) = { 0 ,     f ( k ) < f ( m 1 )   o r   f ( k ) > f ( m + 1 ) 2 [ k f ( m 1 ) ] [ f ( m + 1 ) f ( m 1 ) ] [ f ( m ) f ( m 1 ) ] , f ( m 1 ) f ( k ) f ( m ) 2 [ f ( m + 1 ) k ] [ f ( m + 1 ) f ( m 1 ) ] [ f ( m + 1 ) f ( m ) ] , f ( m ) f ( k ) f ( m + 1 )
where f ( m ) is the center frequency of the m-th triangular filter, and M is the total number of triangular filters, then, calculate as Equation (3) to obtain M features where X (k) is the FFT of the signal and N is the FFT length.
s ( m ) = ln [ k = 0 N 1 | X ( k ) | 2 H m ( k ) ] ,   0 < m < M
Finally, MFCC features are obtained through discrete cosine transform with c ( i ) representing the i-th MFCC feature.
c ( i ) = 2 N j = 1 p m j cos [ ( j 0.5 ) π i M ] ,   1 i , j M
Since the features extracted above are static MFCC features which cannot reflect the changing trends of the acoustic signal, the delta MFCC features which are composed of the first- and second-order differences of the static MFCC features are proposed to describe dynamic characteristics of the signal. The delta MFCC features are calculated as Equations (5) and (6). In order to obtain the delta MFCC features of the same length as the static MFCC features, the forward difference and the backward difference are used to complement the first frame and the last frame, respectively [40].
Δ n = { c n + 1 c n ,       n K k = 1 K k ( c n + k c n k ) 2 k = 1 K k 2 ,   K + 1 n N K c n c n 1 ,       n N K + 1
Δ Δ n = { Δ n + 1 Δ n ,       n K k = 1 K k ( Δ n + k Δ n k ) 2 k = 1 K k 2 ,   K + 1 n N K Δ n Δ n 1 ,       n N K + 1
where, respectively, Δ n , Δ Δ n   represent the first- and second-order differences of static MFCC features of the n-th frame and K is the difference coefficient, generally K = 2.

2.2. Classification Algorithm of SVM

The principle of support vector machine (SVM) to classify samples is to obtain a hyperplane that can separate different kinds of samples in a high-dimensional space where the input space has been mapped [41]. The expression of the hyperplane is
w T X + b = 0 ,
where X represents the training set including N samples x i   ( i = 1 , , N ) and the corresponding class label y i { 1 , 1 } so X = { ( x i , y i ) | i = 1 , , N } ; b is the bias term; and w is a vector of tunable weights.
The closest sample to the hyperplane on each side is called support vector (SV). The sum of the distance between the SVs on both sides and the classification hyperplane is the classification interval. To ensure the best classification performance, the classification interval must be the largest. The one-sided distance is approximately 1 | | w | | , then for linear separable samples, the optimization problem in SVM is expressed as follows [41]:
min w , b 1 2 | | w | | 2 s . t . y i ( w T x i + b ) 1 0 ,   i = 1 , , N
But for nonlinear separable samples, the above constraints cannot be met, which results in no feasible solution to the optimization problem. Therefore, a nonnegative relaxation variable ζ i is introduced, and the corresponding penalty term is added to the original objective function. Then, the optimization problem turns to be [42]
min w , b , ζ 1 2 | | w | | 2 + C i = 1 N ζ i s . t . y i ( w T x i + b ) 1 ζ i ,   i = 1 , , N ζ i 0 ,   i = 1 , , N
where C represents penalty variable.
By introducing the high-dimensional space mapping kernel function K ( x , y ) and adopting Lagrange multiplier method, the optimization problem is turned into a convex quadratic programming problem to solve (α is a set of Lagrange multipliers) [42]:
min α i   Ψ ( α i ) = 1 2 i = 1 N j = 1 N y i y j K ( x i , x j ) α i α j i = 1 N α i s . t . 0 α i C ,   i = 1 , , N i = 1 N y i α i = 0
Solve the problem above to obtain the optimal solution of w , b (shown as w , b ) and the optimal classification hyperplane w T X + b = 0 . Finally, the training of SVM is completed and the samples can be recognized through the model.

2.3. Optimization Algorithm of SMO

Sequential minimal optimization (SMO) is a kind of optimization algorithm to increase the efficiency of solving quadratic programming problems [37,43]. The principle of SMO is to decompose the large-scale quadratic programming problem into a series of subproblems with the smallest possible quadratic programming, and then solve them analytically in inner loops to obtain the solution of the original problem [44]. It can be divided into the following three steps for SMO to solve the quadratic programming problem:
First Initialize variables including Lagrange multiplier α and threshold b, and set accuracy parameter ε.
Second According to heuristic rules, select a pair of optimization variables ( α u ,   α v ) and solve the quadratic subproblems of ( α u , α v ) to obtain the optimal solution and update variables. The heuristic rules are as follows:
  • The outer loop is the selection of the first optimization variable α u . Search out and optimize all the samples that violate the KKT condition, and then optimize the others. Traverse and optimize all the unbound samples (the samples that meet the condition 0 < α i < C ) until they all meet KKT conditions. To be noticed, the samples that violate KKT conditions are prioritized to take optimization. The outer loop does not stop until all the samples satisfy KKT conditions.
  • The inner loop is the selection of the second optimization variable α v . After selecting ( x u , y u ) to take optimization, the sample ( x v , y v ) is chosen according to a certain calculation method to ensure the optimized step is maximum, which determines α v .
Third Check whether the stopping condition of SMO is satisfied within the accuracy ε. If the condition is met, the solution is completed and the optimal solution of the original quadratic programming problem (shown as α , b ) is obtained. Otherwise, return to the second step.

3. Diagnosis System

3.1. Signal Preprocessing

In order to facilitate feature extraction and recognition of ultrasonic signals, preprocessing needs to be performed on ultrasonic signals at first, which includes denoising, frequency shifting, framing, and windowing.
The collected ultrasonic signals should be denoised to eliminate the negative effect of environmental noises on diagnosis. The wavelet denoising method is adopted to denoise the signals with a posterior median threshold rule.
Frequency shifting is essential for the collected ultrasonic PD signals to make their MFCC features more distinguishable. According to the relationship of the actual frequency and mel frequency, the growth rate of the mel frequency gradually slows down with the increase of the actual frequency, as shown in Figure 1. This indicates that the sensitivity of the signal in the high-frequency domain gradually reduces when they are converted into mel frequency, which will vague the differences of MFCC features. The ultrasonic PD signal of GIS ranges from 20 to 80 kHz [45], obviously located in the high-frequency domain. Therefore, the reduced sensitivity has a significant negative impact on the accuracy of insulation defects diagnosis of GIS. Shifting the ultrasonic spectrum to a lower frequency range with higher sensitivity in mel spectral can solve the problem, and therefore the accuracy of the diagnosis can be enhanced. The collected ultrasonic signal is frequency modulated with a 38.4 kHz sinusoid to downshift it to be centered at 1.6 kHz.
Since short signals are more stable than long signals, signal framing is a method to facilitate signal analysis with MFCC. Take the length of one frame of the ultrasonic signal the same as its period, which is 20 ms. In order to avoid excessive changes between two adjacent frames and ensure the continuity of the framed signal, there should be an overlapping area between two adjacent frames. In this paper, the overlap rate is 50%.
The framed signal being windowed is indispensable for improving the continuity of the ends of each frame. Hamming window (11) is chosen because it can help prevent spectral leakage and reduce attenuation at FFT when MFCC features are extracted.
W ( n , a ) = ( 1 a ) a × c o s [ 2 π n N 1 ] , 0 n N 1
where N is the length of the Hamming window, and a is a specific parameter of the Hamming window because the value of a affects the performance of the Hamming window, generally a = 0.46.

3.2. SMO-SVM Multi-Classifier

The system adopts SMO-SVM classifying to improve the computational problem of SVM while dealing with a lot of training samples. By using SMO to optimize SVM, the objective function of SMO-SVM with two variables ( α u , α v ) in a single cycle can be rewritten as follows [37]:
min α u , α v Ψ ( α u , α v ) = 1 2 K u u α u 2 + 1 2 K v v α v 2 + y u y v K u v α u α v + p u y u α u + p v y v α v α u α v s . t .       0 α 1 C 0 α 2 C y u α u + y v α v = i u , v N y i α i 0 = y u α u 0 + y v α v 0
where p u = j u , v N y j K u , j α u and p v = j u , v N y j K v , j α v . With the KKT conditions [43] shown as Equation (13), the first variable α u can be selected by the method mentioned in Section 2.3.
α i = 0   y i d i 1 0 < α i < C   y i d i = 1 α i = C   y i d i 1 ,
The second variable α v is selected based on the difference between   y i and d i represented by E i :
E i = d i y i
where d i = j = 1 N y j α j K i j + b and b is the threshold. By setting | E u E v | to approximate the step size, after the sample ( x u , y u ) is determined in the outer loop, the sample ( x v , y v ) which makes | E u E v | maximum is selected to maximize the step size of optimization.
The solution is
α v = α v 0 + y v ( E u E v ) η
α u = α u 0 + y u y v ( α v 0 α v )
where α v has a range of value [ α v , m i n ,   α v , m a x ]. The value of α v , m a x and α v , m i n   is calculated as
α v , m a x = { min ( C , α v 0 + α u 0 ) ,   y u y v = 1 min ( C , α v 0 α u 0 + C ) , y u y v = 1
α v , m i n   = { max ( 0 , α v 0 + α u 0 C ) ,   y u y v = 1 max ( 0 , α v 0 α u 0 ) , y u y v = 1
If α v calculated by Equation (15) is above α v , m a x , α v = α v , m a x . If it is below α v , m i n   , α v = α v , m i n . In addition, b needs to be updated along with the change of α u and α v as Equation (19) to ensure ( x u , y u ) and ( x v , y v ) satisfy KKT conditions and update E i as Equation (20):
{ i f   0 < α u < C ,   b = E u 0 y u K u u ( α u α u 0 ) y v K v u ( α v α v 0 ) + b 0 i f   0 < α v < C , b = E v 0 y v K u v ( α u α u 0 ) y v K v v ( α v α v 0 ) + b 0  
E i = E i 0 + y u K i u ( α u α u 0 ) + y v K i v ( α v α v 0 ) + ( b b 0 )
Then, continue the loop with new α u , α v , b , and E i until the stopping conditions [43] are satisfied.
{ 0 α i C ,   i = 1 N i = 1 N y i α i = 0 y i d i { [ 1 , + ) ,   { ( x i , y i ) | α i = 0 } [ 1 ] ,   { ( x i , y i ) | 0 < α i < C } ( , 1 ] , { ( x i , y i ) | α i = C }
Furthermore, since the type of common insulation defects is more than two kinds, the multi-classifier is demanded in the system. However, according to the classification principle of SVM, it is originally designed for binary classification [34], therefore, SVM cannot be used directly to recognize multiple types of insulation defects. In order to implement the requirement of the system, it is indispensable to extend SVM to the multi-class scenario. A multi-class problem can be divided into a series of two-class problems. Construct a binary SVM classifier for any two types of samples, thus, for an N-class problem, the number of binary classifiers is k = N ( N 1 ) 2 . A sample is identified by all the binary classifiers in turn and get k results to vote for a final classification result.

3.3. System Construction

The voiceprint recognition system to diagnose insulation defects of GIS based on ultrasonic PD signals is composed of the following three main parts: signal preprocessing, feature extraction and defect recognition. Four kinds of common defects of GIS are designed in the system, i.e., free metal particles, floating electrode, metal protrusions, and creeping discharge. Therefore, six binary classifiers are demanded to constitute the four-class classifier in the system. The whole flow chart of diagnosis is shown in Figure 2.
The whole process of diagnosing the type of insulation defects of GIS based on the ultrasonic PD signals can be divided into three steps. Firstly, the collected signals go through denoising, frequency shifting, framing, and windowing to make the features extracted from them more distinguishable. Secondly, MFCC feature extraction method is conducted to the preprocessed signals to acquire the static MFCC features and calculate the delta MFCC features. Both constitute the acoustic features of GIS. Finally, the SMO-SVM multi-classifier recognizes the type of the insulation defects according to the acoustic features.

4. Experiments and Result Analysis

4.1. Experimental Setup

The experiment was conducted on a 110 kV GIS (Sieyuan ZF28A-145, rated voltage 145 kV, rated frequency 50 Hz) in the laboratory. Figure 3 shows the detection system of the experiment. The AE sensor used to detect ultrasonic PD signals were mounted on the surface of the GIS with a thin layer of acoustic couplant to assure great sensitivity and fixed by tape. The signals detected by the sensor were amplified by the preamplifier and transmitted to the LeCroy storage oscilloscope. The AC free-halo test transformer (YDTW-25/100) was adopted as a power supply. The average temperature of the test environment was 25 °C. The sampling frequency of the oscilloscope was set to 50 Ms/s.
Four typical insulation defect models of GIS were designed, as shown in Figure 4.
The steps of the experiment are as follows:
  • Test air tightness for safety. Pump the chamber of the GIS to vacuum, and 24 h later, measure the pressure in the device. The GIS can be used for experiments only if the air leakage is less than 0.001 MPa/h.
  • Place the defect model into the chamber of the GIS shown as Figure 5.
  • Evacuate the chamber, and then charge with SF6 gas of about 0.5 MPa.
  • Connect the experimental devices according to the wiring in Figure 3.
  • Apply voltage to the device and increase the voltage slowly and observe the screen of partial discharge detector (DDX9101) and the waveform on the oscilloscope.
  • When a partial discharge occurs, stop increasing the voltage and collect several sets of signals with the storage oscilloscope.
  • Before replacing another defect model in the tank of the GIS, slowly decrease the voltage applied to the device to 0, turn off the high-voltage power supply, and remove the wiring.
  • Repeat Steps 2–7 until all the defect models have been tested.

4.2. Result Analysis

Totally, 160 pieces of signals were collected by sensors, 40 for each kind of defect. To make a comparison with the common method for defect diagnosis of GIS, the peak value, RMS, 50 Hz correlation, and 100 Hz correlation were also extracted for identification. With these features, it was easy to discover the existence of insulation defects, but it was time-consuming and difficult to recognize the type of defects based on the experience of testers, which has verified the inefficiency of the traditional method.
With the classification system, the detected signals were processed according to the steps in Figure 2. The denoised signals of different kinds of insulation defects are shown in Figure 6. The length of the ultrasonic signal was 500 ms. The frame length was 20 ms and the overlap rate was set as 50%. Consequently, one piece of collected signals could be divided into 49 frames. Static MFCC features and delta MFCC features were extracted from signals. The static MFCC features owned 12 dimensions. Because delta MFCC features contained the first- and second-order differences of the static features and each maintained the same dimensions of the static ones, the dimensions of delta features were 24. The static and delta MFCC features of different kinds of insulation defects are presented in Figure 7 and Figure 8, respectively. Since the features under different dimensions have a large gap, normalization was applied to static MFCC features and delta MFCC features separately to reduce the negative effect of the large gap on defect recognition.
For each kind of defect, 20 samples were selected randomly into the training set and the rest were the test set. The construction of SMO-SVM and SVM multi-classifiers was realized on MATLAB R2019b and the convex programming solver CVX was used. Both of them were trained by the training set, and then used to recognize the samples in the test set to test the recognition accuracy of the system in order to compare the performance in defect identification. The recognition system was evaluated from two perspectives, i.e., accuracy and sensitivity. Accuracy is the proportion of samples which are correctly classified. Sensitivity is the proportion of samples correctly classified into a certain type of defect. The results of the insulation defects identified by different classifiers are listed in Table 1.
It is obvious that SMO-SVM has achieved better performance of defect diagnosis than SVM, with an accuracy value of 93.75% and sensitivity value of 94.14%. To verify the computational improvement, the operation time of classifiers was recorded as follows: the SMO-SVM multi-classifier took 4.65 s to train and test samples, whereas the SVM multi-classifier took 13.78 s. The comparison indicates that the classification system with SMO-SVM is more efficient to diagnose insulation defects.

5. Conclusions

In order to automatically identify the defects of GIS and help avoid serious accidents resulting from insulation defects, the classification system using MFCC features and SMO-SVM multi-classifiers based on ultrasonic PD signals was proposed. The acoustic feature extraction of the system contains 12 static MFCC features and 24 delta MFCC features. The classification of the system is performed by SMO-SVM. Through the experiments conducted on a 110 kV GIS with four kinds of insulation defects, it is verified that the system has excellent performance in the defect identification of GIS. With the optimization of SMO, the multi-classifier improves the accuracy from 82.5% to 93.75% and sensitivity from 83.18% to 94.14%. Furthermore, SMO-SVM is more efficient in training and testing samples than SVM. It is confirmed that the classification system with MFCC and SMO-SVM can be used to accurately and efficiently identify the defects of GIS.

Author Contributions

Conceptualization, W.Y. and Y.Q.; methodology, W.Y.; supervision, G.S. and X.J.; writing—original draft preparation, W.Y.; writing—review and editing, Y.X. and Y.Q. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by China Postdoctoral Science Foundation (2019M661505).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Baumgartner, R.; Fruth, B.; Lanz, W.; Pettersson, K. Partial discharge. IX. PD in Gas-Insulated Substations-fundamental considerations. IEEE Electr. Insul. Mag. 1991, 7, 5–13. [Google Scholar] [CrossRef]
  2. Koo, J.Y.; Jung, S.Y.; Ryu, C.H.; Lee, S.W.; Lee, B.W. Identification of insulation defects in gas-insulated switchgear by chaotic analysis of partial discharge. Sci. Meas. Technol. IET 2010, 4, 115–124. [Google Scholar] [CrossRef]
  3. Li, J.; Zhao, X.; Yang, J.; Li, D.J.; Yang, J.M. Measurement and Analysis of Partial Discharge on Typical Defects in GIS. High Volt. Eng. 2009, 35, 2440–2445. [Google Scholar]
  4. Gao, W.; Ding, D.; Liu, W. Research on the Typical Partial Discharge Using the UHF Detection Method for GIS. IEEE Trans. Power Deliv. 2011, 26, 2621–2629. [Google Scholar] [CrossRef]
  5. Okubo, H. Recent progress and future perspective on condition monitoring and diagnostic techniques for power equipment in Japan. In Proceedings of the 2008 International Conference on Condition Monitoring and Diagnosis, Beijing, China, 21–24 April 2008; pp. 13–18. [Google Scholar] [CrossRef]
  6. Yuan, Y.L.; Li, S.S.; Dong, J.; Gao, J.F.; Huang, S.L.; Zhao, W. A review on diagnostic testing technique of electrical power cables. Electr. Meas. Instrum. 2016, 53, 1–7. [Google Scholar]
  7. Chen, W.R.; Song, Y.H.; Sun, J.X. Concept and Present Situation of Condition Monitoring of Power System Equipment. Power Syst. Technol. 2000, 24, 12–17. [Google Scholar]
  8. Tamus, Z.A.; Csábi, D.; Csányi, G.M. Characterization of dielectric materials by the extension of voltage response method. J. Phys. Conf. Ser. 2015, 646, 012043. [Google Scholar] [CrossRef]
  9. Jin, L.J.; LIU, W.D.; Huang, J.; Qian, J. Examination and Research of the Partial Discharge of Metallic Particles in GIS. High Volt. Appar. 2002, 38, 10–13. [Google Scholar]
  10. Han, X.; Li, J.; Zhang, L.; Liu, Z. Partial discharge characteristics of metallic protrusion in GIS under different lightning impulse voltage waveforms based on UHF method. IEEE Trans. Dielectr. Electr. Insul. 2017, 24, 3722–3729. [Google Scholar] [CrossRef]
  11. Si, W.; Lu, Q.; Fu, C.; Hu, Z.; Gao, K.; Bao, H. Research on a General Fast Analysis Algorithm Model for PD Acoustic Detection System: Experimental Research. In Proceedings of the 2018 3rd International Conference on Smart City and Systems Engineering (ICSCSE), Xiamen, China, 29–30 December 2018; pp. 613–617. [Google Scholar]
  12. Li, J.H.; Han, X.T.; Liu, Z.H.; Li, Y.M. Review on Partial Discharge Measurement Technology of Electrical Equipment. High Volt. Tech. Eng. 2015, 41, 2583–2601. [Google Scholar]
  13. Song, H.; Dai, J.; Li, Z.; Luo, L.; Sheng, G.; Jiang, X. An Assessment Method of Partial Discharge Severity for GIS in Service. Proc. CSEE 2019, 39, 1231–1241. [Google Scholar]
  14. Wei, C.; Xiong, J.; Yang, S. Analysis and Field Application of Live Detection of Partial GIS Discharge. Electr. Autom. 2016, 38, 106–108+114. [Google Scholar]
  15. Chen, M.; Chen, J.; Liu, C.; Lu, J. Applicability Research with Field Applications on Ultrasonic and UHF Partial Discharge Detection Methods for GIS. High Volt. Appar. 2015, 51, 186–191. [Google Scholar]
  16. Si, W.R.; Huang, H.; Fu, C.Z.; Li, Y.M. Integrated Classification Technique for Typical Insulation Flaws in Gas Insulated Switchgear Based on Acoustic Detection. High Volt. Appar. 2011, 47, 11–18. [Google Scholar]
  17. Wang, W.B.; Li, Y.N.; Zhou, Y.X.; Yang, Q.X.; Qi, W. Application Analysis of Ultrasonic Detection of Partial Discharge Signal for GIS. Electr. Eng. 2012, 49–52. [Google Scholar] [CrossRef]
  18. Wang, Y.C.; Du, J.Z.; Gao, C.F.; Song, S.; Wang, W. Study on Partial Discharge Pattern Recognition in Oil Based on F-P Fiber Optic Ultrasonic Sensor and Probabilistic Neural Network. High Volt. Appar. 2018, 54, 152–158. [Google Scholar]
  19. Tang, J.; Wei, L.; Ouyang, Y.P. Partial Discharge Pattern Recognition Using Discrete Wavelet Transform and Singular Value Decomposition. High Volt. Eng. 2010, 36, 1686–1691. [Google Scholar]
  20. Cheng, W.; Yue, L.; Fu, Z.; Wang, N. Ultrasonic Direct Wave Extraction of Transformer Partial Discharge Signal Based on Wavelet Transform. Electr. Meas. Instrum. 2013, 50, 46–50. [Google Scholar]
  21. Wang, Y.; Yang, D.; He, J.; Ma, L.; Wang, Z. Pattern Recognition of Partial Discharge Ultrasonic Signal for Dry-type Transformer Based on Wavelet Packet Transform. Insul. Mater. 2015, 48, 61–67. [Google Scholar]
  22. Zheng, F.; Li, L.; Zhang, H.; Askar, R. Overview of Voiceprint recognition technology and applications. J. Inf. Secur. Res. 2016, 2, 44–57. [Google Scholar]
  23. Yao, Y.; Xiao, B.; Wu, G.; Liu, X.; Yu, Z.; Zhang, K.; Zhou, X. Voiceprint: A Novel Sybil Attack Detection Method Based on RSSI for VANETs. In Proceedings of the 2017 47th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN), Denver, CO, USA, 26–29 June 2017; pp. 591–602. [Google Scholar]
  24. Benba, A.; Jilbab, A.; Hammouch, A.; Sandabad, S. Voiceprints analysis using MFCC and SVM for detecting patients with Parkinson’s disease. In Proceedings of the 2015 International Conference on Electrical and Information Technologies (ICEIT), Marrakech, Morocco, 25–27 March 2015; pp. 300–304. [Google Scholar]
  25. Wang, F.; Wang, S.; Chen, S.; Yuan, G.; Zhang, J. Voiceprint Recognition Model of Power Transformers Based on Improved MFCC and VQ. Proc. CSEE 2017, 37, 1535–1543. [Google Scholar]
  26. Jiang, W.; Li, Z.; Li, J.; Zhu, Y.; Zhang, P. Study on a Fault Identification Method of the Hydraulic Pump Based on a Combination of Voiceprint Characteristics and Extreme Learning Machine. Processes 2019, 7, 894. [Google Scholar] [CrossRef] [Green Version]
  27. Ramli, D.; Ghazali, N.; Jaafar, H. Microembolus Classification Using MFCC and LPC Feature Extractions. In Proceedings of the 2nd International Conference on Electronics, Signal Processing and Communications (ESPCO 2014), Athens, Greece, 29–30 April 2014; pp. 185–190. [Google Scholar]
  28. Zhou, Y.; Kong, Q. Research of Feature Parameters in Voiceprint Recognition Technology Based on GMM-UBM. Comput. Technol. Dev. 2020, 30, 76–83. [Google Scholar]
  29. Yang, D.; Qi, Y.; Zhang, H.; Wu, J. Overview on Speaker Recognition. Electron. Sci. Technol. 2012, 25, 162–165. [Google Scholar]
  30. Lawson, A.; Vabishchevich, P.; Huggins, M.; Ardis, P.; Battles, B.; Stauffer, A. Survey and evaluation of acoustic features for speaker recognition. In Proceedings of the 2011 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), Prague, Czech Republic, 22–27 May 2011; pp. 5444–5447. [Google Scholar]
  31. Shi, L.; Ahmad, I.; He, Y.; Chang, K. Hidden Markov model based drone sound recognition using MFCC technique in practical noisy environments. J. Commun. Netw. 2018, 20, 509–518. [Google Scholar] [CrossRef]
  32. You, C.H.; Lee, K.A.; Li, H. An SVM Kernel with GMM-Supervector Based on the Bhattacharyya Distance for Speaker Recognition. IEEE Signal. Process. Lett. 2009, 16, 49–52. [Google Scholar]
  33. Chorowski, J.; Wang, J.; Zurada, J.M. Review and performance comparison of SVM- and ELM-based classifiers. Neurocomputing 2014, 128, 507–516. [Google Scholar] [CrossRef]
  34. Abiodun, O.I.; Jantan, A.; Omolara, A.E.; Dada, K.V.; Umar, A.M.; Linus, O.U.; Kiru, M.U.; Kazaure, A.A.; Gana, U. Comprehensive Review of Artificial Neural Network Applications to Pattern Recognition. IEEE Access 2019, 7, 158820–158846. [Google Scholar] [CrossRef]
  35. Gao, H.B.; Gao, L.; Zhou, C.; Yu, D.Y. Particle Swarm Optimization Based Algorithm for Neural Network Learning. Acta Electron. Sin. 2004, 32, 1572–1574. [Google Scholar]
  36. Li, Q.; Liu, Y.H. SVM-GMM Based Speaker Identification. Adv. Mater. Res. 2014, 1044–1045, 1370–1374. [Google Scholar] [CrossRef]
  37. Cai, F.; Cherkassky, V. Generalized SMO Algorithm for SVM-Based Multitask Learning. IEEE Trans. Neural Netw. 2012, 23, 997–1003. [Google Scholar]
  38. Hu, Z.Q.; Zeng, Y.M.; Zong, Y.; Li, M.C. Improvement of MFCC parameters extraction in speaker recognition. Comput. Eng. Appl. 2014, 50, 217–220. [Google Scholar]
  39. Muda, L.; Begam, M.; Elamvazuthi, I. Voice Recognition Algorithms using Mel Frequency Cepstral Coefficient (MFCC) and Dynamic Time Warping (DTW) Techniques. J. Comput. 2010, 2, 139–143. [Google Scholar]
  40. Hossan, M.A.; Memon, S.; Gregory, M.A. A novel approach for MFCC feature extraction. In Proceedings of the 2010 4th International Conference on Signal Processing and Communication Systems, Gold Coast, Australia, 13–15 December 2010; pp. 1–5. [Google Scholar]
  41. Wang, H.Y.; Li, J.H.; Yang, F.L. Overview of support vector machine analysis and algorithm. Appl. Res. Comput. 2014, 31, 1281–1286. [Google Scholar]
  42. Lewin, P.L.; Hunter, J.A.; Hao, L.; Contin, A. Identification of PD defect typologies using a support vector machine. In Proceedings of the 2013 IEEE Electrical Insulation Conference (EIC), Ottawa, ON, USA, 2–5 June 2013; pp. 333–336. [Google Scholar]
  43. Meng, H.; Yan, T.H.; Yuan, F. The SVM based on SMO optimization for Speech Emotion Recognition. In Proceedings of the 2019 Chinese Control Conference (CCC), Guangzhou, China, 27–30 July 2019; pp. 7884–7888. [Google Scholar]
  44. Enyinnaya, R. Predicting Cancer-Related Proteins in Protein-Protein Interaction Networks using Network Approach and SMO-SVM Algorithm. Int. J. Comput. Appl. 2015, 115, 5–9. [Google Scholar] [CrossRef]
  45. LI, C.R.; Wang, H.; Zheng, S.S. Experiment Research on Ultrasonic Band Selection of GIS Partial Discharge Detection. South. Power Syst. Technol. 2007, 1, 41–45. [Google Scholar]
Figure 1. Graph indicating the relationship between mel frequency and actual frequency directly.
Figure 1. Graph indicating the relationship between mel frequency and actual frequency directly.
Applsci 10 03995 g001
Figure 2. The flowchart for constructing the voiceprint recognition system for insulation defects identification of gas-insulated switchgear (GIS).
Figure 2. The flowchart for constructing the voiceprint recognition system for insulation defects identification of gas-insulated switchgear (GIS).
Applsci 10 03995 g002
Figure 3. The detection system of insulation defects of GIS.
Figure 3. The detection system of insulation defects of GIS.
Applsci 10 03995 g003
Figure 4. The designs of four typical kinds of insulation defects. (a) Metal protrusion; (b) Floating electrode; (c) Free metal particles; (d) Creeping discharge.
Figure 4. The designs of four typical kinds of insulation defects. (a) Metal protrusion; (b) Floating electrode; (c) Free metal particles; (d) Creeping discharge.
Applsci 10 03995 g004
Figure 5. The experimental site. (a) Photo of the GIS; (b) A defect model placed in the GIS.
Figure 5. The experimental site. (a) Photo of the GIS; (b) A defect model placed in the GIS.
Applsci 10 03995 g005
Figure 6. Collected and denoised ultrasonic partial discharge (PD) signals of GIS with different defects. (a) Free metal particles; (b) Floating electrode; (c) Creeping discharge; (d) Metal protrusions.
Figure 6. Collected and denoised ultrasonic partial discharge (PD) signals of GIS with different defects. (a) Free metal particles; (b) Floating electrode; (c) Creeping discharge; (d) Metal protrusions.
Applsci 10 03995 g006
Figure 7. Static mel frequency cepstral coefficient (MFCC) features extracted from ultrasonic PD signals of GIS under different kind of insulation defects. (a) Free metal particles; (b) Floating electrode; (c) Creeping discharge; (d) Metal protrusions.
Figure 7. Static mel frequency cepstral coefficient (MFCC) features extracted from ultrasonic PD signals of GIS under different kind of insulation defects. (a) Free metal particles; (b) Floating electrode; (c) Creeping discharge; (d) Metal protrusions.
Applsci 10 03995 g007
Figure 8. Delta MFCC features calculated from static MFCC features under different kind of insulation defects. (a) Free metal particles; (b) Floating electrode; (c) Creeping discharge; (d) Metal protrusions.
Figure 8. Delta MFCC features calculated from static MFCC features under different kind of insulation defects. (a) Free metal particles; (b) Floating electrode; (c) Creeping discharge; (d) Metal protrusions.
Applsci 10 03995 g008aApplsci 10 03995 g008b
Table 1. The results of insulation defect identification based on ultrasonic signals of GIS.
Table 1. The results of insulation defect identification based on ultrasonic signals of GIS.
Pattern Recognition ModelDefect Type 1Classified NumbersCorrectly Classified NumbersAccuracySensitivity
SMO-SVMP202093.75%94.14%
F2218
C1919
M1918
SVMP181882.50%83.18%
F2015
C2017
M2216
1 Defect types are shortened as P, free metal particles; F, floating electrode; C, creeping discharge; and M, metal protrusions.

Share and Cite

MDPI and ACS Style

Yao, W.; Xu, Y.; Qian, Y.; Sheng, G.; Jiang, X. A Classification System for Insulation Defect Identification of Gas-Insulated Switchgear (GIS), Based on Voiceprint Recognition Technology. Appl. Sci. 2020, 10, 3995. https://doi.org/10.3390/app10113995

AMA Style

Yao W, Xu Y, Qian Y, Sheng G, Jiang X. A Classification System for Insulation Defect Identification of Gas-Insulated Switchgear (GIS), Based on Voiceprint Recognition Technology. Applied Sciences. 2020; 10(11):3995. https://doi.org/10.3390/app10113995

Chicago/Turabian Style

Yao, Weijia, Yongpeng Xu, Yong Qian, Gehao Sheng, and Xiuchen Jiang. 2020. "A Classification System for Insulation Defect Identification of Gas-Insulated Switchgear (GIS), Based on Voiceprint Recognition Technology" Applied Sciences 10, no. 11: 3995. https://doi.org/10.3390/app10113995

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