Literature DB >> 28182678

An improved CS-LSSVM algorithm-based fault pattern recognition of ship power equipments.

Yifei Yang1,2, Minjia Tan2, Yuewei Dai1,2.   

Abstract

A ship power equipments' fault monitoring signal usually provides few samples and the data's feature is non-linear in practical situation. This paper adopts the method of the least squares support vector machine (LSSVM) to deal with the problem of fault pattern identification in the case of small sample data. Meanwhile, in order to avoid involving a local extremum and poor convergence precision which are induced by optimizing the kernel function parameter and penalty factor of LSSVM, an improved Cuckoo Search (CS) algorithm is proposed for the purpose of parameter optimization. Based on the dynamic adaptive strategy, the newly proposed algorithm improves the recognition probability and the searching step length, which can effectively solve the problems of slow searching speed and low calculation accuracy of the CS algorithm. A benchmark example demonstrates that the CS-LSSVM algorithm can accurately and effectively identify the fault pattern types of ship power equipments.

Entities:  

Mesh:

Year:  2017        PMID: 28182678      PMCID: PMC5300116          DOI: 10.1371/journal.pone.0171246

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


1. Introduction

Ship power equipments often work under terrible working conditions. Thus, the occurrence of faults is unavoidable. It should be mentioned that serious faults can lead to economic losses and threaten the safety of the crew's life. However, the structure of ship power equipments is complex, and it is difficult to figure out the fault pattern. Then, it is necessary to analyze the fault pattern of ship power equipments and guarantee the reliability and safety of ship power equipments accordingly. Ship power equipments include diesel, gearbox, air compressor, pump, etc. The fault pattern recognition for these equipments falls into a multi-classification issue which focuses on the fault samples. As observed from [1], neural network demonstrates the characteristics of nonlinear processing, adaption, robustness, etc. Then it can be widely used to deal with nonlinear equipment test signal, complex fault modes, and fault recognition. However, this method does show some shortcomings such as the complex network structure, the occurrence of local extremum, and slow converging speed [2]. Some new algorithms, especially the SSVM in [3] and the CBoPS in [4], are proposed in [3-8] to enhance the searching accuracy and searching speed. Moreover, the proposed algorithms find applications in mobile visual search [4], mobile visual location recognition (MVLR) [5-7], and mobile landmark recognition [8]. The least squares support vector machine (LSSVM), which is a fusion of neural network and support vector machine (SVM), is an extension of SVM [9]. By using equality constraints to substitute inequality constraints and solving linear equations to obtain the support vector, one can simplify the calculation and enhance the training speed [10]. The parameter optimization of LSSVM can affect greatly the prediction model performance of LSSVM. Considering that the optimization of LSSVM parameters is necessary, this paper adopts the Cuckoo search algorithm (CS).

2. Description of the LSSVM method

The LSSVM method introduces the idea of square sum of errors to the objective function of the standard SVM, where a training data with n samples is taken into account. Train = {(x,y)|i = 1,2,⋯,n}, where the input data is x ∈ R, and the output characteristic is y ∈ R. Utilize a nonlinear mapping φ(⋅) to project the sample input space to the feature space φ(x) = {φ(x1),⋯,φ(x)}, and construct the following optimal linear decision function [11] By using the structural risk formula one can calculate the weight vector ω and the offset β in Eq (1). In Eq (2), C and R denote the penalty factor and the loss function, respectively. In LSSVM, the loss function is always equal to the quadratic loss function , where ξ denotes the degree that the mis-classification sample deviates from the ideal sample. Then, getting the solutions of ω and β is equivalent to solving the following optimization problem Introduce the Lagrangian multiplier α = {α1,α2,⋯,α} to formula (3) and construct an equation as Calculate the derivative of every factor in the formula (4). For the purpose of eliminating ω and ξ, introduce the equations and 2C⋅ξ = α to (4). Then one can obtain a new formula described as Suppose that there exists a kernel function K(x,x) = <φ(x),φ(x)> which satisfies the Mecer condition [12]. Then the formula (5) can be described as Solve the formula (6) to get the model parameters β and [α1,⋯,α]. Then the decision function of LSSVM is shown as (see also [13]) It is well-known that different types of kernel function K(x,x) will lead to different performance of LSSVM, while the polynomial kernel function, the sigmoid kernel function, the linear kernel function and the radial basic function (RBF) are widely used now. The experiment in [14] illustrates that the RBF is more general than other functions mentioned above. The RBF is usually described as Thus we choose the formula (8) as the kernel function for constructing the LSSVM classifier of ship power equipments’ fault. However, the factor σ in the kernel function and the penalty factor C should be optimized. The improved Cuckoo Search (CS) algorithm is proposed in this paper to optimize the system performance.

3. The improved CS algorithm

3.1 Description of the standard CS algorithm

The main mechanism of the CS algorithm is based on the strategy of cuckoo’s population with parasitical multiplying. This algorithm is to find out the optimal egg through its Lévy flight, which approach can achieve a high efficiency optimization [15] with one egg representing one optimal solution. The nest host will abandon its own nest once an outside egg is discovered, and then rebuild the nest in another place, where the new nest represents the new optimal solution. Therefore, the main idea of the CS algorithm is to adopt new and good solutions to substitute bad solutions [16]. There are two methods to signify the process of producing offspring.

3.1.1 The Lévy flight

If the Lévy flight [15] is introduced, the path of seeking nest and the expression of location updating can be described as where represents the location of the ith nest in the kth generation, ∘ denotes Hadamard product, α is the degree of step control, L(λ) is a random searching path which satisfies Lévy flight distribution, while s is the random step length satisfying Adopt a formula about the path of Lévy flight which is proposed by Mantegna to describe this distribution (see also [17]) where β = λ−1 with β being usually chosen as β = 1.5. The parameters μ, ν satisfy a normal distribution.

3.1.2 Deviation of random walking

Under some cases, the nest host will probably discover the eggs of cuckoos. Define the probability of the nest host discovering the cuckoo egg as P. Then one has where x, x x are randomly chosen different solutions, H(⋅) is a Heaviside function and r is a random number which satisfies the (0,1) uniform distribution.

3.2 The improved CS algorithm

3.2.1 The improvement of the recognition probability

When the nest location is updated, if r > P, the nest location will be updated, otherwise, it will keep unchanged. Then, the smaller the P, the larger the probability of discovering outside eggs, and the number of updated nests will increase. One should choose an appropriate P to achieve a balance between the influences of the global extremum and the local extremum. As observed from [18], if the probability falls into the interval [0.1, 0.75], the global search capability will increase with the increase of the number of iterations. Introduce a dynamic adaptive mechanism to improve the probability within an appropriate range where represents the probability of the ith nest host finding outside eggs in the kth generation. Similarly, P and P represent the bounds of maximum and minimum probabilities of recognition. At the kth generation population, represents the best individual and represents the ith individual fitness. Note that if , the computation process will terminate. Thus, the value of P in formula (13) will increase with nests fitness values getting close to each other. Since the adaptive strategy of the algorithm is fully realized, the CS algorithm can achieve a balance between the global random searching ability and the local searching ability.

3.2.2 The improvement of adaptive step

In the Standard CS algorithm, the Lévy flight is adopted to generate a randomly variable step length. For the searching process, a large step length will lead to the increase of the probability of getting the global optimum. However, the searching precision will decrease and the phenomenon of oscillation is unavoidable. If a small step length is adopted, the searching precision is increased at the cost of reduced searching speed. To reduce the influence of the Lévy flight randomly determined searching step length, and deal with the relationship between the ability of global optimization and the accuracy of optimization, we introduce the following equation (see also [19]) Based on formula (14), one can propose an adaptive strategy to renew the step length which is described as In the above given formula, n represents the ith position of the nest, n represents the best nest corresponding to the best position, dmax represents a maximum value of the distance between the optimal nest location and the others, while stepmax and stepmin represent the maximum and the minimum searching step lengths. The smaller the distance between the ith nest position and the best nest position, the smaller the step length, otherwise, the larger the mentioned distance, the larger the step length. Then, the step length of the current iteration can be updated dynamically via the result of the last iteration, which demonstrates a good adaptivity. Then one can choose α = step, and adopt formula (9) to calculate the path of seeking nest and the nest location update.

3.3 Performance analysis of improved CS algorithm

To verify the effectiveness of the improved CS algorithm, we compare the performance between the improved CS (ICS) algorithm and the existing particle swarm optimization (PSO), genetic algorithm (GA), and standard CS algorithm. The parameter optimization results of the PSO method, the GA method, the standard CS method, and the ICS method are presented in Fig 1(A), 1(B), 1(C) and 1(D), respectively.
Fig 1

Optimization parameters of the PSO method, the GA method, the CS method and the improved CS method.

(a) Curve of fitness (PSO method) with c1 = 1.5, c2 = 1.7, and number of the populations = 20. (b) Curve of fitness (GA method) with number of the populations = 20. (c) Curve of fitness (CS method) with number of the nests = 20. (d) Curve of fitness (ICS method) with number of the nests = 20.

Optimization parameters of the PSO method, the GA method, the CS method and the improved CS method.

(a) Curve of fitness (PSO method) with c1 = 1.5, c2 = 1.7, and number of the populations = 20. (b) Curve of fitness (GA method) with number of the populations = 20. (c) Curve of fitness (CS method) with number of the nests = 20. (d) Curve of fitness (ICS method) with number of the nests = 20. As one can see from Fig 1, the improved CS method provides better fitness and higher optimization speed than other algorithms. Moreover, the average fitness of ICS is relatively stable. Choosing the mean square error of test sample’s predictive value as fitness, one can obtain the convergence speeds of the standard CS method and the improved CS method, see Fig 2.
Fig 2

Convergence speeds of the CS method and the improved CS (ICS) method.

(a) The convergence speed of the CS method. (b) The convergence speed of the ICS method.

Convergence speeds of the CS method and the improved CS (ICS) method.

(a) The convergence speed of the CS method. (b) The convergence speed of the ICS method. As one can see from Fig 2, the improved CS method provides a higher speed of optimization convergence than the standard CS method, which illustrates the merits of the newly proposed improved algorithm.

4. The improved CS-LSSVM algorithm-based fault pattern recognition

4.1 The process of fault pattern recognition

Step 1: In order to reduce the dimensionality, the equipment vibration signal data is collected and extracted from the kernel principal component by using the KPCA method for reducing the correlation between the characteristics of the data. The LSSVM training samples and testing samples are generated later. Step 2: Initialize parameters which include the number of nests n, searching accuracy, the maximum number of iterations, the maximum and the minimum step length stepmax and stepmin of the CS algorithm. Generate initial locations of n nests randomly, which are defined as here. Assume that the location of a nest can be defined as (C,σ). Then we can find out the best nest location and the best fitness , where t = 0. Step 3: Reserve the location of last generation’s nest as . Calculate the step length of Lévy flight by using formula (14) and (15). Update the locations of n nests. For n nests, one can get the new locations from formula (12) and calculate the fitness by using LSSVM. Step 4: Compare the newest locations with the last nests locations . Update them for getting better locations . Step 5: Determine to reserve or change the locations of nests according to the adaptive recognition probability of formula (13). Generate a random number r, which is uniformly distributed, as the probability of nest host recognizing the outside eggs, and compare r with P. Reserve the nest which is unidentified, in the meantime, change the nest location which can recognize the outside eggs according to formula (12). Get new locations of the nests . Step 6: Compare p in Step 5 with p in Step 4. Substitute the location in p with the location which provides better fitness in p. Judge whether the best fitness meets the searching accuracy or not. If this condition is satisfied, go to Step 7, otherwise, go to Step 3. Step 7: Adopt the best nest location and the corresponding value (C,σ) as the optimal parameters for LSSVM to recognize the fault pattern. Judge whether the recognition accuracy meets the requirement or not. If this condition is satisfied, output the result, otherwise, go to Step 3. The process of the improved CS-LSSVM-based fault pattern recognition is presented in Fig 3.
Fig 3

Flow chart of the improved CS-LSSVM-based fault pattern recognition.

4.2 The case analysis of fault pattern recognition

The analysis of fault pattern recognition is based on a practical MTU diesel engine. The feasible fault patterns include that fuel delivery valve is worn (FW), fuel feeding is abnormal (FA), fuel supply advance is late (FL), fuel supply advance is early (FE), needle valve is stuck (NS), needle valve is worn (NW), and so on. The definition of different fault patterns is shown in Table 1.
Table 1

The definition of different fault patterns.

Fault labelPatternFault labelPattern
1Normal5FE
2FW6NS
3FA7NW
4FLnullnull
The diesel engine vibration signal is collected under the sampling frequency 6000Hz. Then the KPCA method is adopted to reduce the dimensionality of itself for getting 8 characteristic values including peak-to-peak value x, mean of absolute value , root-mean-square x, kurtosis β, wave index s, peak index C, impulse index I, and margin index CL [20]. There are 7 different vibration signals. Every vibration signal includes 8 characteristic values. Every characteristic value includes 10 samples. Then the total number of sample data is 560. Choose 5 samples among them as training samples with the total number being equal to 35. The other 35 samples are test samples. Use the improved CS-LSSVM algorithm to deal with these samples. Because of the randomness of the meta-heuristic algorithm, we take 200 iterations here. By using the improved CS-LSSVM, we can get C and σ. The corresponding recognition result is shown in Fig 4.
Fig 4

The improved CS-LSSVM-based recognition result.

As one can see in Fig 4, the recognition rate is close to 100% under the improved CS-LSSVM algorithm, which illustrates the effectiveness of the newly proposed algorithm. Compared with other intelligent algorithms, the proposed algorithm in this paper can improve the recognition accuracy greatly, refer to Table 2 for more details.
Table 2

The fault pattern recognition results based on different methods.

AlgorithmNumber of SamplesCσPrecision
PSO-LSSVM356.70518.67585.71%
GA-LSSVM3513.0679.710391.43%
CS-LSSVM3517.7176.561094.29%
ICS-LSSVM3512.3738.654699.96%

5. Conclusions

For LSSVM, precise selection of the parameter in RBF kernel function and the penalty factor is the key to recognize the fault pattern. Since the artificial parameter setting may lead to inaccurate recognition, an improved CS algorithm has been proposed in this paper to optimize parameters. The simulation results have illustrated that the improved CS algorithm can converge to the global optimum quickly, and lead to perfect fault pattern recognition performance of ship power equipments. The improved CS-LSSVM can provide a technical support for maintaining ship power equipments timely and accurately.
  3 in total

1.  A comparison of methods for multiclass support vector machines.

Authors:  Chih-Wei Hsu; Chih-Jen Lin
Journal:  IEEE Trans Neural Netw       Date:  2002

2.  Fast, accurate algorithm for numerical simulation of Lévy stable stochastic processes.

Authors: 
Journal:  Phys Rev E Stat Phys Plasmas Fluids Relat Interdiscip Topics       Date:  1994-05

3.  Mining compact bag-of-patterns for low bit rate mobile visual search.

Authors:  Rongrong Ji; Ling-Yu Duan; Jie Chen; Tiejun Huang; Wen Gao
Journal:  IEEE Trans Image Process       Date:  2014-07       Impact factor: 10.856

  3 in total
  3 in total

1.  A Fuzzy Comprehensive CS-SVR Model-based health status evaluation of radar.

Authors:  Yifei Yang; Maohui Zhang; Yuewei Dai
Journal:  PLoS One       Date:  2019-03-18       Impact factor: 3.240

2.  Multi-packet transmission aero-engine DCS neural network sliding mode control based on multi-kernel LS-SVM packet dropout online compensation.

Authors:  Li Guangfu; Wang Xu; Ren Jia
Journal:  PLoS One       Date:  2020-06-17       Impact factor: 3.240

3.  An online identification approach for ship domain model based on AIS data.

Authors:  Wei Zhou; Jian Zheng; Yingjie Xiao
Journal:  PLoS One       Date:  2022-03-10       Impact factor: 3.240

  3 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.