Next Article in Journal
Applications of Non-destructive Technologies for Agricultural and Food Products Quality Inspection
Next Article in Special Issue
A Parametric Design Method for Optimal Quick Diagnostic Software
Previous Article in Journal
Comparative Analysis of Deformation Determination by Applying Fiber-optic 2D Deflection Sensors and Geodetic Measurements
Previous Article in Special Issue
Segmentation of the ECG Signal by Means of a Linear Regression Algorithm
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Bio-Inspired PHM Model for Diagnostics of Faults in Power Transformers Using Dissolved Gas-in-Oil Data

1
College of Information Engineering and college of Qianhu, Nanchang University, Nanchang 330031, China
2
College of Information Engineering, Nanchang University, Nanchang 330031, China
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(4), 845; https://doi.org/10.3390/s19040845
Submission received: 30 December 2018 / Revised: 12 February 2019 / Accepted: 13 February 2019 / Published: 18 February 2019
(This article belongs to the Special Issue Sensors for Prognostics and Health Management)

Abstract

:
Prognostics and Health Management (PHM) is an emerging technique which can improve the availability and efficiency of equipment. A series of related optimization of the PHM system has been achieved due to the growing need for lowering the cost of maintenance. The PHM system highly relies on data collected from its components. Based on the theory of machine learning, this paper proposes a bio-inspired PHM model based on a dissolved gas-in-oil dataset (DGA) to diagnose faults of transformes in power grids. Specifically, this model applies Bat algorithm (BA), a metaheuristic population-based algorithm, to optimize the structure of the Back-propagation neural network (BPNN). Furthermore, this paper proposes a modified Bat algorithm (MBA); here the chaos strategy is utilized to improve the random initialization process of BA in order to avoid falling into local optima. To prove that the proposed PHM model has better fault diagnostic performance than others, fitness and mean squared error (MSE) of Bat-BPNN are set as reference amounts to compare with other power grid PHM approaches including BPNN, Particle swarm optimization (PSO)-BPNN, as well as Genetic algorithm (GA)-BPNN. The experimental results show that the BA-BPNN model has increased the fault diagnosis accuracy from 77.14% to 97.14%, which is higher than other power transformer PHM models.

1. Introduction

Prognostics and Health Management (PHM) is an emerging technology related to system life-cycle support that enables conspicuously lower expenses on maintenance, usage, and support, and enhances the reliability and availability of the system. It has attracted a great deal of attention in recent years [1,2,3]. It focuses on evaluating the health of equipments according to the related information from abnormal sensing, diagnosis, prognosis, and health management [4]. Several works have attempted to predict the Remaining Useful Life (RUL) of equipment in the system and to prevent ultimate catastrophic failure [5].
Regarded as a complex system with numerous equipment, the power grid has become more intelligent with the continuous promotion of technologies [6]. In general, a power system is composed of many electric transmission and distribution plants the failure of which may lead to the failure of the system, so that fault identification of components such as a power transformer which is a critical component, constitutes an important stake.
A power transformer, with the task of electric transmission and distribution, is a significant equipment within a smart grid [7]. Therefore, prognostics and health management of its potential faults play an important role in ensuring the safe operation of the power system. The faults of a power transformer can be divided into interior and exterior fault modules [8]. In an oil-immersed transformer, any harmful operating conditions to the power transformer may lead to decomposition of insulating materials and release of gaseous decomposition products dissolved in oil [9]. Correspondingly, Dissolved Gas-in-oil Analysis (DGA) as well as its improved approaches including the Rogers Ratios, and IEC Ratio are widely used as an efficient method to analyze the characteristic gases in an oil-immersed transformer and its fault [10,11]. However, traditional DGA methods have their limitations that cannot produce a reasonable fault result by the simple combination of a few ratio coding [12].
To tackle the restrictions mentioned above, artificial intelligence (AI) techniques based on machine-learning theory have been applied to build PHM models including artificial neural network (ANN) [13] and support vector machine (SVM) [14]. Back-propagation neural network (BPNN) is an optimized algorithm of ANN, namely, the error in BPNN can be thrown back after the feed-forward process [15]. BPNN obeys the gradient descent rule, which highly depends on initial weight and threshold. If the parameter selection is improper, it may cause a slow convergence speed and easily relapse into local extremes. A newly metaheuristic method, bat algorithm (BA), was proposed by Yang in 2010 [16]; it is adopted to optimize the initial value of BPNN to obtain a better performance. Recent research has demonstrated that BA outperforms other swarm intelligence optimization methods like Particle swarm optimization (PSO) and Genetic Algorithm (GA) [17]. Therefore, a PHM model based on the theory of machine learning that is combined with BA and BPNN is proposed in this paper. Then, it is employed in a power transformer to test its reliability.
This paper is recommended by the SDPC 2018 committee; concerning the limitation in the previous paper, several modifications have been made in this paper including updating the rule of population initialization and the visualization of some results in the classification process from real oil-immersed power transformer data collected by sensors in a power grid. The major contributions are listed as follows: (1) To validate the BA for the power transformer fault diagnosis problem and utilitie the MSE function to test it. (2) In order to avoid falling into local optima, this paper is based on the chaos strategy proposes modified BA (MBA), which introduces the sinusoidal map instead of the random initialization to modify the population of the standard BA. (3) The evaluation of the proposed machine learning-based PHM model is based on real operational data collected from an oil-immersed transformer in a power grid. The corresponding result proves the better performance of the proposed model for transformer fault diagnosis compared to other traditional PHM methods.
This paper is organized as follows: Section 2 describes the basic methodologies of modified BA and BPNN and modifies the standard BA. The proposed MBA-BPNN PHM model is introduced in Section 3, and the structure flow of the proposed PHM model is drawn in this part. Section 4 employs MBA-BPNN to power transformer fault diagnosis, then tests the model with a DGA dataset from a real oil-immersed power transformer to demonstrate the effectiveness. In addition, Section 4 also compares a series of newly intelligent PHM models to prove that MBA-BPNN has better performance in reaching target values. Section 5 provides several remarks and future modifications in the proposed model.

2. Description of Basic Methods

2.1. Modified Bat Algorithm

2.1.1. Standard Bat Algorithm

Bat algorithm is a novel swarm intelligence optimization algorithm, which was proposed by Yang [18]. It is based on the advanced property of bat species; after emitting ultrasonic pulses into their surroundings, they make use of echolocation to search for prey and to sense distance. The sound pulse varies with distance. In particular, the whole process can be formulated as a multi-objective optimization method. Initially, BA is made up of a great deal of candidate solutions (swam of bats) which fly at a certain velocity. Meanwhile, the individual in each has its own location and is able to adjust the velocity and its location according to the optimal solution [19]. For simplicity, the echolocation characteristics of the artificial bats are represented as follows [18]:
  • All the bats use echolocation property to sense the distance and are able to distinguish the difference between prey and surroundings.
  • Based on the fixed frequency f that fulfills the condition f m i n f f m a x , different loudness A 0 and various wavelength, bats fly randomly with velocity v i at position x i correspondingly. They are able to adjust the wavelength (or frequency) of the pulses and the pulse emission rate r ϵ [ 0 , 1 ] depending on proximity.
  • The loudness A 0 ranging from a small predefined value A m i n to A 0 .
According to the assumptions, the whole process consists of global and local search phases. During the global search phase, the movement at iteration t of each individual bat ith is updated as follows:
x i t = x i t 1 + v i t
v i t = v i t 1 + ( x i t x * ) f i
f i = f m i n + ( f m a x f m i n ) β
Here, x * is the best solution at present, and the random variable β ϵ [ 0 , 1 ] , which represents the uniform distribution. There are some similarities in the update process of the velocities and positions of bats between PSO and BA [20].
Thereafter in the local search phase, a new solution x i t for bat i is generated according to the random walk procedure:
x i t = x * + ε A t
where x * is a solution selected among the current optimal solutions, ε is a random number between [ 1 , 1 ] . A t = A i t is the current mean loudness of all the bats.
Furthermore, the loudness gradually decreases and the pulse emission rate increases as bats get closer to their prey. With the iterations proceeding, the loudness and the pulse rate are updated by:
A i t = α A i t 1
r i t = r i 0 ( 1 e x p ( γ t ) )
Here α is a constant ranging from 0 to 1, another constant γ is larger than 0. As the iteration number tends to infinity,
A i t 0 , r i t r i 0

2.1.2. Modification of Initial Population

According to the description of original BA, the random initialization of bats leads to the lack of population versatility, which can easily cause local optima [21]. Thus, in order to improve the ability and to overcome the problem, a modification of the initial population inspired by the chaos strategy [22] is proposed in [23]. The dynamic characteristics of the chaos strategy allow the algorithm-generated solution to be fully diversified, potentially reaching each mode in a multi-objective environment [23], which is the main reason to apply the chaotic initialization of the bat population.
In the modification of the initial population of standard BA, the random initialization of the bat population is replaced by chaotic maps. Compared with other chaotic maps [24], The Sinusoidal map has the best performance, which can be described specifically as follows:
x i + 1 = α x i 2 s i n ( π x i )
All the N bats fly in d-dimensional space, they are randomly distributed in a vector z i , and its iteration obeys Equation (8). Correspondingly, the location x of the bat i can be calculated by:
x i = x m a x d x m i n d 2 z i + x m a x d + x m i n d 2 ( i = 1 , 2 , , N )
The pseudo-code of modified BA is shown as Algorithm 1.
Algorithm 1: Pseudo-code of the modified BA.
Sensors 19 00845 i001

2.2. Back-Propagation Neural Network

Back-propagation Neural Network (BPNN) is an erroneous reverse transmission algorithm [25] with the property of nonlinear mapping between any input and output as well as self-learning, which makes it extensively used for the diagnosis of transformer faults [26]. It is a local search algorithm based on the input-hidden-output layer structure to speed up the process of gaining a weight matrix and threshold. The classification and forecasting process consists of feed-forward and back-propagation. The Back-Propagation neural network model structure can be seen in Figure 1. The whole iteration process is expressed as follows:
P ( k + 1 ) = P ( k ) η Δ f ( P ( k ) )

2.2.1. Feed-Forward

After recording the input value vector x, the activation a l in the input layer l can be computed in a simple and compact vectorized form:
a l = f ( ω l a l 1 + b l ) ( l = 2 , 3 , , L )
here, ω l and b l are the weight and the bias between the ( l 1 ) t h and the ( l ) t h layer.
To set the corresponding activation, this paper uses the Sigmoid function as the transfer function, which has good performance in solving the relationship between nonlinear input and output [27]:
σ ( x ) = 1 1 + e x
The quadratic error criterion function of sample n is C:
C = 1 2 n x y ( x ) a L ( x ) 2

2.2.2. Back-Propagation

While reaching at the layer L,the output error δ L can be calculated by
δ L = a C σ ( z L )
a C contains the rate of C changing. ⊙denotes the entry-wise product of two vectors. Subsequently, the error in the next layer is
δ l = ( ( ω l + 1 ) T ) δ l + 1 ) σ ( z l )
where ( ω l + 1 ) T is the transpose for the ( l + 1 ) t h layer. σ ( z l ) is Hadamard product within interval [ 0 , 1 ] .
The back-propagation network obeys the steepest descent algorithm to adjust the weights and the thresholds, and the threshold can be calculated as follows:
C b j l = δ j l
Any weight in the network is:
C ω j k l = a k l 1 δ j l
The error is obtained through the activation function in layer l by combining above equations; the problem of slow convergence rate of BPNN is solved correspondingly [28].

3. The Proposed MBA-BPNN PHM Model

According to the description of conventional BPNN, the initial value is of great significance to the descent method. Once the selection of the related value is highly biased, BPNN falls into the local minimum. BA has strong global search and fast convergence speed capabilities, which is adopted to optimize the initial value of BPNN. In this section, this paper combines two sorts of bio-inspired algorithms, modified BA with BPNN, to complement each other. The modified BA is utilized to optimize the structure of the BPNN, the matrix weight of which is initialized firstly with the bat population. Following that, the weight and threshold are passed to BPNN to start the training state; correspondingly, the best solution among the results of the neural network is selected out. Here, a random walk of BPNN is imbedded to search new solutions and each new acceptable solution should be updated by the best solution if it is optimal. This process is accomplished if the last iteration is reached or if MSE (Mean Square Error) is achieved. Thus, the optimal values of the weight matrix are found. The combination of modified BA and BPNN can increase the learning ability and make up for the disadvantage of slow convergence speed [29].
This paper applies MSE between the factual results Y i and expected output O i to evaluate the performance of MBA-BPNN, which is calculated by:
f = 1 n i = 1 n Y i O i 2
where n is the number of training sample.
The flowchart of proposed to improve BA-BPNN is drawn in Figure 2 and the main steps are discussed below:
Step 1: Randomly load the attribute data and obey the characteristics mentioned in Section 2.2.
Step 2: Initialize the related parameters of the BPNN including the node number of input, hidden and output layers.
Step 3: Initialize the bat population characteristics, which are positions x i , velocity v i , loudness A i , pulse emission rate r i as well as frequencies f i .
Step 4: Set the current optimal solution x * .
Step 5: Get the global new solution for each individual bat of the population by BPNN.
Step 6: Compare whether the new solution is better than the current solution. The new solution is accepted if the fitness is better; then, update the location of a bat i and loop to Step 9; if not, return to Step 7.
Step 7: Calculate the new solution according to the equations and generate a random number rand, if r a n d > r ; generate a local solution around the best solution.
Step 8: If r a n d < A & & f ( x i ) < f ( x * ) , accept the new solution, update the loudness A i and pulse emission rate r i .
Step 9: Rank the bats and update the global optimal solutions.
Step 10: Determine whether the last iteration is reached or MSE is achieved, then, end the process; if not, return to Step 5.

4. Validation of the Proposed PHM Model for Power Transformer Fault Diagnosis

In this section, the proposed PHM model is employed in a power transformer, specifically, it focuses on the relationship between the typical gas-in-oil-immersed transformer and actual fault type.
Each set of characteristics gas is mapped to a sort of fault type, which is called classification process. Following that a new set is produced by the power transformer, it can be predicted the related fault type based on the MBA-BPNN model as shown in Figure 3. Those two parts of the process achieve the goal of PHM that the prognostic and health management of equipment. The whole process of fault diagnosis is simplified as four parts including collection and preprocessing of data, segmentation of dataset, training process of BPNN, as well as comparison between test set output and training set output, which is shown as follows.

4.1. The Initialization of BPNN

In this paper, 109 sets of DGA data are collected from power transformer in State Grid of Jiangxi Province in China and used for the validation of the proposed MBA-BPNN 163 model for power transformer fault diagnosis. Those power transformers operate in 220 kVA of voltage and 50 Hz of power frequency. The temperature is 25 C and the humidity is 50%. Each data group consists of the characteristics gases ( H 2 , C H 4 , C 2 H 6 , C 2 H 4 , C 2 H 2 ) and its actual fault type. The normalization process samples are 165 to [ 1 , 1 ] which are used as the input dataset.
According to IEC60599, the fault type is classified into five sorts including local discharge, middle-low temperature overheat, high temperature overheat, low-energy discharge and high-energy discharge. In addition, humidification fault is a complex type, which is challenging to differ based on the analysis result [30]. It should be decided comprehensively combined with exterior check and other experimental result. Thus, power transformer faults in this paper discussed are middle-low temperature overheat (LT), high temperature overheat (HT), low-energy discharge (LD), high-energy discharge (HD), and partial discharge (PD), as the output, the corresponding code is shown in Table 1.
Depending on the input and output set, the structure of BPNN is set as 3-30-5, namely, the input layer has three nodes, the hidden-layer has 25 nodes, the output layer has five nodes. As the description of BPNN in Section 2, the weights of BPNN are 3 × 30 + 30 × 5 = 240 and the threshold are 30 + 5 = 35 . So, the total number of parameters optimized by MBA is 275.
The validation of the proposed MBA-BPNN model is shown in Figure 4. This paper sets different number of hidden-layer neurons ranging from 5 to 50. Ceteris paribus, the error varies along with the numbers of hidden-layer neurons. When the hidden-layer neuron is 30, the error reaches the smallest 0.013.

4.2. The Training Process of BPNN

The training part is a process in which weight and threshold, the key parameters of the structure of BPNN, are adjusted continuously in order to decrease the error as much as possible. The training target of the proposed model is 0.01, the learning rate is set at 0.2, the iteration number is 1000. During the training process, the weight can be corrected in order to get the BP neural network error smaller.
In BA, the bat population size is set to 20 and the number of generations is 50. The initial loudness is set to 0.5, the initial pulse emission rate set at 0.5.

4.3. Classification and Prediction of Bat-BPNN PHM Model

In the experiments, 3 / 4 of the DGA data (79 objects) is chosen as the training set, and 1 / 4 of the DGA data (30 objects) is used as the testing set. The experiment is carried out in the environment of Matlab and related results are shown in Table 2. The other three PHM methods, traditional BPNN, GA-BPNN and PSO-BPNN, based on the same DGA data are compared in order to prove that the proposed method is valid. It is apparently to see MBA-BPNN outperform the traditional BPNN (77.14%), GA-BPNN (88.57%), PSO-BPNN (91.43%) with higher diagnosis accuracy 95.22%. Moreover, BA-BPNN is simpler than those optimized methods with less memory usage.
To analyze the bat behavior of MBA-BPNN, a fitness function is employed to calculate the error in this paper; the curve of fitness improves (in Figure 5) as the number of iterations increases. That fitness value drops rapidly from 0.297 to 0.235 within two generations, which shows high efficiency of global and local optimization of the MBA-BPNN PHM model, but following that the MBA-BPNN falls into a local extremum point, the proposed PHM model continues to search for the optimal solutions, while the fitness is always staying at 0.235. Furthermore, MBA can minimized the training error in a lower number of set iterations, and succeed to optimize the performance of BPNN in power transformer fault diagnosis.
In terms of MSE that represents the performance of prediction, MBA-BPNN has outstanding performance compared to other PHM models, as is shown in Table 3. The proposed PHM model has both the smallest MSE on training and test samples compared with traditional BPNN, GA-BPNN as well as PSO-BPNN, which approaches the expected value better.
Figure 6 shows the ability of prediction among a few PHM models, the more points overlapping indicates a better prediction effect. Compared with other optimized models, BA outperforms other bio-inspired algorithms in predicting the output. It improves the ability of the trained model to predict that the output is closer to the actual value after acquiring the DGA data. Based on the same data sample, MBA-BPNN can easily avoid the problem of over-fitting. Therefore, the MBA-BPNN PHM model is an efficient tool for power transformer fault diagnosis.

5. Conclusions

Prognostic and health management of oil-immersed transformers are vital to ensure the stable reliability. A series of relevant diagnostic models including BPNN based on the relationship between characteristic gas and typical fault type has been established in recent years, but the accuracy of classification and prediction cannot meet actual needs.
As a sort of data-driven PHM model, BPNN highly depends on its parameters of structure (weight and threshold), which are set by experience in the initialization. This paper employs a bio-inspired BA to BPNN, which can make them complement each other. Here, BA is excellent in a global search to find the best parameters of BPNN; then, BPNN utilizes the data collected by sensors to predict the next stage of the power transformer. While standard BA is easy to fall into local optima, a chaos strategy is applied to make BA fully adopt the dynamic environment and get diverse solutions. Results in Section 4 demonstrate that the accuracy for fault diagnosis has been increased. Compared with other PHM models, MBA-BPNN has properties of getting closer to the target value and fast speed of convergence.
However, humidification fault cannot be identified by the proposed PHM model due to the similarity between both. Future modifications to the MBA-BPNN PHM model are to tune the other parameters mentioned in Section 2.1 based on the theory of machine-learning. In particular, the updating rule of location should be adjusted by a fixed vector, which can avoid the numeral operation executing in just one physical dimension. In addition, the procession rule of data collected by the sensors can be replaced by an IEC-Three Ratio, which can be coded in another form.
In conclusion, the MBA-BPNN model is not only adopted for power transformer fault diagnosis, but is also suitable for other classification and prediction problems in prognostic and health management with better performance and high accuracy.

Author Contributions

H.D. designed the whole method for research. H.D., A.L. and Z.X. wrote the draft. H.D. and A.L. contributed to the experiment. Y.Z. gave a detailed revision. X.Y. provided important guidance for this paper. All authors have read and approved the final manuscript.

Funding

This work was supported in part by the National Science Foundation of China (51765042, 61463031, 61662044, 61862044) and Educational Reform Project of JiangXi Provincial Department of Education (JXYJG-2017-02 and JXJG-18-1-43.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Tang, D.; Makis, V.; Jafari, L.; Yu, J. Optimal maintenance policy and residual life estimation for a slowly degrading system subject to condition monitoring. Reliab. Eng. Syst. Saf. 2015, 134, 198–207. [Google Scholar] [CrossRef]
  2. Compare, M.; Bellani, L.; Zio, E. Availability Model of a PHM-Equipped Component. IEEE Trans. Reliab. 2017, 66, 487–501. [Google Scholar] [CrossRef] [Green Version]
  3. Kalgren, P.W.; Byington, C.S.; Roemer, M.J.; Watson, M.J. Defining PHM, a Lexical Evolution of Maintenance and Logistics. In Proceedings of the 2006 IEEE Autotestcon, Anaheim, CA, USA, 18–21 September 2006; pp. 353–358. [Google Scholar]
  4. Kwon, D.; Hodkiewicz, M.R.; Fan, J.; Shibutani, T.; Pecht, M.G. IoT-Based Prognostics and Systems Health Management for Industrial Applications. IEEE Access 2016, 4, 3659–3670. [Google Scholar] [CrossRef] [Green Version]
  5. Zio, E. Some Challenges and Opportunities in Reliability Engineering. IEEE Trans. Reliab. 2016, 65, 1769–1782. [Google Scholar] [CrossRef]
  6. Han, D.; Sun, W.; Fan, X. Dynamic energy management in smart grid: A fast randomized first-order optimization algorithm. Int. J. Electr. Power Energy Syst. 2018, 2018, 179–187. [Google Scholar] [CrossRef]
  7. Liu, J.; An, F.; Lin, D. Prediction of gas emission from coalface by intrinsic mode SVM modeling. Syst. Eng. Theory Pract. 2013, 33, 505–511. [Google Scholar]
  8. Sun, H.Q.; Sun, L.H.; Liang, Y.C.; Guo, Y.J. The module fault diagnosis of power transformer based on GA-BP algorithm. In Proceedings of the International Conference on Machine Learning and Cybernetics, Guangzhou, China, 18–21 August 2005; Volume 3, pp. 1596–1598. [Google Scholar]
  9. Zhao, B.; Yang, M.; Diao, H.; An, B.; Zhao, Y.; Zhang, Y. A novel approach to transformer fault diagnosis using IDM and naive credal classifier. Int. J. Electr. Power Energy Syst. 2019, 105, 846–855. [Google Scholar] [CrossRef]
  10. Singh, S.; Bandyopadhyay, M.N. Dissolved Gas Analysis Technique for Incipient Fault Diagnosis in Power Transformers: A Bibliographic Survey. IEEE Electr. Insul. Mag. 2010, 26, 41–46. [Google Scholar] [CrossRef]
  11. Engineers, E.E.; Board, I.S. IEEE Guide for the Interpretation of Gases Generated in Oil-Immersed Transformers; IEEE: Piscataway, NJ, USA, 2009. [Google Scholar]
  12. Li, S.; Wu, G.; Gao, B.; Hao, C.; Xin, D.; Yin, X. Interpretation of DGA for transformer fault diagnosis with complementary SaE-ELM and arctangent transform. IEEE Trans. Dielectr. Electr. Insul. 2016, 23, 586–595. [Google Scholar] [CrossRef]
  13. Ghoneim, S.S.M.; Taha, I.B.M.; Elkalashy, N.I. Integrated ANN-based proactive fault diagnostic scheme for power transformers using dissolved gas analysis. IEEE Trans. Dielectr. Electr. Insul. 2016, 23, 1838–1845. [Google Scholar] [CrossRef]
  14. Bacha, K.; Souahlia, S.; Gossa, M. Power transformer fault diagnosis based on dissolved gas analysis by support vector machine. Electr. Power Syst. Res. 2012, 83, 73–79. [Google Scholar] [CrossRef]
  15. Hirose, H.; Hikita, M.; Ohtsuka, S.; Tsuru, S.I.; Ichimaru, J. Diagnosis of Electric Power Apparatus using the Decision Tree Method. IEEE Trans. Dielectr. Electr. Insul 2008, 15, 1252–1260. [Google Scholar] [CrossRef]
  16. Yang, X.S. A New Metaheuristic Bat-Inspired Algorithm. In Nature Inspired Cooperative Strategies for Optimization (NICSO 2010). Studies in Computational Intelligence; González, J.R., Pelta, D.A., Cruz, C., Terrazas, G., Krasnogor, N., Eds.; Springer: Berlin/Heidelberg, Germany, 2010; Volume 284, pp. 65–74. [Google Scholar]
  17. Khan, K.; Sahai, A. A Comparison of BA, GA, PSO, BP and LM for Training Feed forward Neural Networks in e-Learning Contex. Int. J. Intell. Syst. Appl. 2012, 4, 23–29. [Google Scholar]
  18. Pelta, D.A.; Krasnogor, N. Nature-inspired cooperative strategies for optimization. Int. J. Intell. Syst. 2010, 24, 723–725. [Google Scholar] [CrossRef]
  19. Al-Betar, M.A.; Awadallah, M.A. Island Bat Algorithm for Optimization. Expert Syst. Appl. 2018, 107, 126–145. [Google Scholar] [CrossRef]
  20. Gandomi, A.H.; Yang, X.S. Chaotic bat algorithm. J. Comput. Sci. 2014, 5, 224–232. [Google Scholar] [CrossRef]
  21. Meng, X.B.; Gao, X.Z.; Liu, Y.; Zhang, H. A novel bat algorithm with habitat selection and Doppler effect in echoes for optimization. Expert Syst. Appl. 2015, 42, 6350–6364. [Google Scholar] [CrossRef]
  22. Tavazoei, M.S.; Haeri, M. An Optimization Algorithm Based on Chaotic Behavior and Fractal Nature; Elsevier Science Publishers B.V.: Amsterdam, The Netherlands, 2007; pp. 1070–1081. [Google Scholar]
  23. Liu, Q.; Wu, L.; Xiao, W.; Wang, F.; Zhang, L. A novel hybrid bat algorithm for solving continuous optimization problems. Appl. Soft Comput. 2018, 73, 67–82. [Google Scholar] [CrossRef]
  24. Liu, Q. An improved bat optimization algorithm of Sports Video. In Proceedings of the 2016 4th International Conference on Machinery, Materials and Computing Technology, Hangzhou, China, 23–24 January 2016; Atlantis Press: Paris, France, 2016. [Google Scholar] [CrossRef] [Green Version]
  25. Xiao, Z.; Ye, S.J.; Zhong, B.; Sun, C.X. BP neural network with rough set for short term load forecasting. Expert Syst. Appl. 2009, 36, 273–279. [Google Scholar] [CrossRef]
  26. Sadeghi, B.H.M. A BP-neural network predictor model for plastic injection molding process. J. Mater. Process. Technol. 2000, 103, 411–416. [Google Scholar] [CrossRef]
  27. Wang, F.; Liu, G.; Wang, J. An Unconstrainted Optimization Method Based on BP Neural Network. In Proceedings of the International Conference on E-Product E-Service and E-Entertainment, Henan, China, 7–9 November 2010; pp. 1–4. [Google Scholar]
  28. Guo, Z.H.; Wu, J.; Lu, H.Y.; Wang, J.Z. A case study on a hybrid wind speed forecasting method using BP neural network. Knowl. Based Syst. 2011, 24, 1048–1056. [Google Scholar] [CrossRef]
  29. Mo, Y.; Hong, Y. Application of model in construction cost evaluation. Comput. Eng. Appl. 2013, 49, 19–23. [Google Scholar]
  30. Zheng, Q.; Li, Y.; Zhang, Y. Selection of Typical Training Samples in Combined Neural Network Model High Voltage Technology. Knowl. Based Syst. 1999, 25, 1–6. [Google Scholar]
  31. Li, A.; Yang, X.; Dong, H.; Xie, Z.; Yang, C. Machine Learning-Based Sensor Data Modeling Methods for Power Transformer PHM. Sensors 2018, 18, 4430. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Back-Propagation neural network model structure.
Figure 1. Back-Propagation neural network model structure.
Sensors 19 00845 g001
Figure 2. Flowchart of MBA-BPNN model.
Figure 2. Flowchart of MBA-BPNN model.
Sensors 19 00845 g002
Figure 3. MBA-BPNN PHM model for power transformer fault diagnosis.
Figure 3. MBA-BPNN PHM model for power transformer fault diagnosis.
Sensors 19 00845 g003
Figure 4. The error of MBA-BPNN PHM model as the number of Hidden-layer neurons increasing.
Figure 4. The error of MBA-BPNN PHM model as the number of Hidden-layer neurons increasing.
Sensors 19 00845 g004
Figure 5. The fitness curve of MBA-BPNN PHM model.
Figure 5. The fitness curve of MBA-BPNN PHM model.
Sensors 19 00845 g005
Figure 6. Classification results of several PHM models. (a,c,e,g) are the classification results of train sample for different methods, respectively. (b,d,f,h) represent the classification results of test sample for different methods, respectively.
Figure 6. Classification results of several PHM models. (a,c,e,g) are the classification results of train sample for different methods, respectively. (b,d,f,h) represent the classification results of test sample for different methods, respectively.
Sensors 19 00845 g006
Table 1. Output code of various fault types.
Table 1. Output code of various fault types.
No.Fault TypeFault Type
1HT00001
2LT00010
3HD00100
4LD01000
5PD10000
Table 2. Fault Diagnosis Accuracy of MBA-BPNN and other PHM models [31].
Table 2. Fault Diagnosis Accuracy of MBA-BPNN and other PHM models [31].
Fault TypeMBA-BPNNBA-BPNNPSO-BPNNGA-BPNNBPNN
1100%100%100%100%100%
285.71%100%85.71%57.14%100%
3100%100%85.71%100%85.71%
4100%66.67%100%100%100%
5100%100%85.71%85.71%0%
Average accuracy97.14%93.33%91.43%88.57%77.14%
Table 3. Comparison of MSE of MBA-BPNN and other PHM models.
Table 3. Comparison of MSE of MBA-BPNN and other PHM models.
Fault TypeMBA-BPNNBA-BPNNBPNNGA-BPNNPSO-BPNN
MSE_Train Sample0.00540.00920.03300.01960.0124
MSE_Test Sample0.01900.02870.15710.03780.0484

Share and Cite

MDPI and ACS Style

Dong, H.; Yang, X.; Li, A.; Xie, Z.; Zuo, Y. Bio-Inspired PHM Model for Diagnostics of Faults in Power Transformers Using Dissolved Gas-in-Oil Data. Sensors 2019, 19, 845. https://doi.org/10.3390/s19040845

AMA Style

Dong H, Yang X, Li A, Xie Z, Zuo Y. Bio-Inspired PHM Model for Diagnostics of Faults in Power Transformers Using Dissolved Gas-in-Oil Data. Sensors. 2019; 19(4):845. https://doi.org/10.3390/s19040845

Chicago/Turabian Style

Dong, Huanyu, Xiaohui Yang, Anyi Li, Zihao Xie, and Yuanlong Zuo. 2019. "Bio-Inspired PHM Model for Diagnostics of Faults in Power Transformers Using Dissolved Gas-in-Oil Data" Sensors 19, no. 4: 845. https://doi.org/10.3390/s19040845

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