Published: 15 September 2020

Gearbox fault diagnosis through quantum particle swarm optimization algorithm and kernel extreme learning machine

Shuo Meng1
Jianshe Kang2
Kuo Chi3
Xupeng Die4
1, 2, 3, 4Shijiazhuang Branch, Army Engineering University, Shijiazhuang, China
Corresponding Author:
Shuo Meng
Views 124
Reads 59
Downloads 998

Abstract

Gearbox is the key component of mechanical transmission system. Accurate fault diagnosis of gearbox is of great significance to ensure the operation of rotating machinery. Based on the comprehensive simulation test-bed in the laboratory, a gearbox fault diagnosis method based on QPSO-KELM is proposed. Firstly, the fault pre planting experiments of gear fault, bearing fault and gear bearing mixed fault are carried out on the comprehensive simulation test-bed. Then, the vibration signals collected are preprocessed by TSA to eliminate noise. The time domain, frequency domain and NASA feature parameters of the preprocessed signals are taken as training samples and test samples of QPSO-KELM. The experimental results show that the proposed method can effectively solve the problem of gearbox fault pattern recognition, and the fault diagnosis accuracy is higher than traditional methods, so the research has certain reference significance and engineering application value.

Gearbox fault diagnosis through quantum particle swarm optimization algorithm and kernel extreme learning machine

1. Introduction

Gearbox is widely used in fans, machine tools, vehicles and other equipments. As a key component of mechanical transmission system, gearbox will cause huge economic losses and even casualties in case of failure during equipment operation. Therefore, the earlier the fault is found in the gearbox and the earlier the maintenance is carried out, the more loss can be reduced. The main components of gearbox are shaft, bearing and gear, among which gear failure and bearing failure are quite common.

At present, the mechanical transmission system fault diagnosis research is extensive, and the method is diverse. As the most mainstream classification method, intelligent classification algorithm has achieved good results in the field of equipment fault diagnosis. Common intelligent classification algorithms include neural network [1, 2], support vector machine (SVM) [3-5], kernel extreme learning machine (KELM) [6, 7], deep learning [8-10] and other methods. Wang [2] proposed a fault diagnosis method based on RDGWPR-MSE and PNN, which is used to realize the automatic fault identification of electric submersible pump. Wang and Yan [4] used the energy of IMF component after SVD decomposition as feature parameters to input and train SVM model, so as to realize bearing fault diagnosis. Saari et al. [5] proposed a fault diagnosis method for wind turbine bearing based on one class SVM. Iosifidis A et al. [7] studied the classification method of KELM, and achieved good results. Yang Yu et al. [9] proposed a structure adaptive DBN algorithm to solve the problem of difficult to determine the structure of DBN, which was successfully applied to the fault classification of rolling bearings. Shao et al. [10] successfully diagnosed the bearing fault by combining the dual tree complex wavelet packet transform with the adaptive DBN algorithm.

Compared with these methods, KELM has a stronger comprehensive advantage in sample size, network generalization, calculation speed and accuracy, so KELM is more suitable for solving gearbox fault diagnosis problems that require higher calculation speed and accuracy. Since the classification capability of KELM network is greatly affected by the value of kernel parameters and penalty coefficient, it is necessary to optimize the above structure parameters. Currently, genetic algorithm [11], fish swarm algorithm [12], whale algorithm[13], ant colony algorithm [14], wolf algorithm [15], particle swarm algorithm [16] and other intelligent algorithms have been widely applied in the field of parameter optimization, such as Xu [13] used whale algorithm to optimize wavelet kernel extreme learning machine (WKELM) and Wang [17] used the modified WKELM wolves algorithm in diagnosing rolling bearing fault; Wu [18] used ant colony algorithm for fault diagnosis of rotating mechanical equipment. Pei [19] used particle swarm optimization algorithm to optimize KELM for transformer fault diagnosis. Liu [20] proposed the method of combining the variational mode decomposition (VMD) with the improved KELM for engine fault diagnosis. However, most of the above parameter optimization methods have the problem of long calculation time and easy to fall into the local optimum. Therefore, the QPSO-KELM (KELM-based on Quantum Particle Swarm Optimization) [21-23] was put forward. With strong global search ability, the QPSO can find the optimal parameters of KELM, thereby, the learning speed and classification accuracy of KELM can be improved and the accuracy of gearbox fault diagnosis will also be improved.

2. Fault diagnosis strategy of gearbox based on QPSO-KELM

The fault diagnosis process of gearbox based on QPSO-KELM is described as follows:

(1) Signal acquisition. In general, the closer the sensor is to the source of the vibration, the better the signal will be.

(2) Extract the fault characteristic parameters. The time-domain characteristic parameters, frequency-domain characteristic parameters and the characteristic parameters in the technical report of NASA were extracted from the collected signals. Then, the corresponding training set and test set were selected from all samples in a ratio of 3:1.

(3) The training of KELM. Aiming at maximizing the training accuracy, the training set is input to KELM, and the QPSO algorithm is used to search the optimal parameters. After that, the trained KELM can be obtained.

(4) Calculate the test accuracy. Input the test samples to the trained KELM, the correct classification times of test samples will be calculated and the test accuracy will be calculated.

The above process is shown in Fig. 1.

Fig. 1The process of fault diagnosis of gearbox based on QPSO-KELM

The process of fault diagnosis of gearbox based on QPSO-KELM

In the Fig. 1, the gearbox fault diagnosis process also involves time-domain synchronous average algorithm [24], time-domain synchronous resampling algorithm [25, 26], pre-whitening algorithm [27], relevant fault characteristic parameters, KELM, QPSO and other relevant contents.

2.1. Signal preprocessing

During the signal acquisition process, the signal are easy interfered by other vibration signals, such as the vibration of the bearing of the equipment itself, the vibration of the motor, the meshing vibration of the gear independent of the synchronous shaft and the vibration from other machines and equipment. As a signal preprocessing technology, time synchronous averaging (TSA) technology can eliminate the signal components irrelevant to the synchronous shaft and enhance the fault signals of the synchronous shaft gear and its meshing gear, making the gear fault diagnosis easier. Where, the reference axis is the synchronous axis and the non-reference axis is the nonsynchronous axis. The theoretical equation of TSA is as follows:

1
yn=1Mm=0M-1xn+mN, n=1,N,

where, yn is the TSA signal, x is the original signal, and M is the average times.

In the actual process, the implementation steps of TSA are as follows:

(1) Determine the zero crossing point of the synchronous axis according to the speed pulse signal, that is, the starting or ending position of each rotation of the synchronous axis.

(2) According to the position of zero crossing, divide the vibration acceleration signal into M-1 segments, and each segment represents the sampling signal of the integer rotation of the synchronous axis.

(3) Perform cubic curve interpolation for each signal segment, so that the sampling points of each signal segment are the same. The newly interpolated sampling points are n=2ceilinglog2g, where g is the mean of sampling points of each signal segment.

(4) Stack and average the resampled signals to obtain the time-domain synchronous average signal.

Based on the speed signal sampled at the same angle, TSA resamples the time-domain vibration acceleration signal to ensure that each revolution has the same number of sampling points, that is, equal angle sampling. The speed signal is usually obtained by the photoelectric sensor, and a rotation of the axis produces several pulses. The more pulses generated by a rotation, the more accurate the speed signal will be. The position of zero crossing can be obtained by rotating speed signal, and it is the key of the TSA algorithm. The gear fault data is mainly the fault characteristic parameters extracted from the time-domain synchronous average signal.

2.2. Extract feature parameters [28]

After preprocessing, the feature extraction of the preprocessed signal is carried out. The feature parameters are the basis for feature classification and fault recognition. The feature parameters adopted in this paper include time-domain feature parameters, frequency-domain feature parameters and some feature parameters mentioned in the report of NASA.

Time-domain characteristic parameters include: maximum (X1), minimum (X2), peak-to-peak (X3), mean value (X4), mean square value (X5), root mean square (X6), variance (X7), standard deviation (X8), energy (X9), root square amplitude (X10), mean square amplitude (X11), mean square amplitude (X12), kurtosis (X13), skewness (X14), waveform index (X15), peak index (X16), pulse index (X17), margin index (X18), clearance coefficient (X19), etc:

X1=maxxi, X2=minxi, X3=xmax-xmin, X4=1Ni=1Nxi,
X5=1Ni=1Nxi2, X6=1Ni=1Nxi2, X7=maxxi, X8=1Ni=1Nxi-X42,
X9=1Ni=1Nxi-X42, X10=i=1Nxi2, X11=1Ni=1Nxi-X43X63,
X12=1Ni=1Nxi-X44X64, X13=1Ni=1Nxi1/22, X14=1Ni=1Nxi,
X15=X6X14, X16=X7X6, X17=X7X14, X18=X7X13, X19=X1X3.

Some common statistical features in the frequency domain are shown below. Feature p1 namely mean frequency. Features p2-p4, p6, and p11-p13 describe the convergence of the spectrum power, reflecting the energy of frequency spectrum. Features p5 and p7-p9 show the change of main frequencies which are dominant in the frequency spectrum. The features in frequency-domain are calculated from the spectrum of the original signal, which contains more effective information than time-domain features:

p1=Xmf=k=1Ks(k)K, p2=k=1K(s(k)-p1)2K-1, p3=k=1K(s(k)-p1)3K(p2)3,
p4=k=1K((s(k)-p1))4Kp22, p5=Xfc=k=1Kfks(k)k=1Ks(k), p6=k=1K(fk-p5)2s(k)K,
p7=Xrmsf=k=1Kfk2s(k)k=1Ks(k), p8=k=1Kfk4s(k)k=1Kfk2s(k), p9=k=1Kfk2s(k)k=1Ks(k)k=1Kfk4s(k),
p10=p6p5, p11=k=1K(fk-p5)3s(k)Kp63, p12=k=1K(fk-p5)4s(k)Kp64,
p13=k=1K(fk-p5)1/2s(k)Kp6, p14=k=1K(fk-p5)2s(k)k=1Ks(k).

In addition to the common time-domain and frequency-domain features, NASA also proposed some features, such as FM0, ER, FM4, FM4*, M6A, M6A*, M8A, M8A*, NA4, NA4*, NB4, NB4*, ER, EOP, etc. These features are mainly used to assess the gear failure:

FM0=PPxn=0HPn, FM4=Ni=1Ndi-d-4i=1Ndi-d-22, FM4*=1/Ni=1Ndi-d-41/M'j=1M'1/Nk=1Ndjk-d-j22,
M6A=N2i=1Ndi-d¯6i=1Ndi-d¯23, M6A*=1/Ni=1Ndi-d-61/M'j=1M'1/Nk=1Nd'jk-d-'j23,
M8A=N3i=1Ndi-d-8i=1Ndi-d-24, M8A*=1/Ni=1Ndi-d-81/M'j=1M'1/Nk=1Nd'jk-d-'j24,
NA4=Ni=1Nri-r-41/Mj=1Mk=1Nr'jk-r-'j22, NA4*=1/Ni=1Nri-r-41/M1j=1M1k=1Nr'jk-r-'j22,
NB4=1/Ni=1Nsi-s-41/Mj=1M1/Nk=1Nsjk-s-j24s-, NB4*=1/Ni=1Nsi-s-41/M'j=1M'1/Nk=1Nsjk-s-j24,
ER=RMSdiRMSdi'=1/Ni-1N(di)21/Ni-1N(di')2, EOP=Ni=1Nrei-r-e-4i=1Nrei-r-e-22.

3. Research on classification method based on QPSO-KELM

3.1. KELM

In KELM algorithm, the kernel function is introduced into ELM, and the input weights and offsets in ELM are replaced by kernel function mapping, which makes the output of the ELM more stable and solves the over learning problems. Therefore, the KELM is widely used in classification identify areas.

ELM is a single hidden layer feedforward neural network, and its hidden layer weight does not need to be adjusted by feedback regulation. The structure of the ELM is shown in the Fig. 2, including an input layer, a hidden layer and an output layer.

Suppose Z={xi,ti}i=1N are N training sample sets, where xi=[xi1,xi1,,xim]TRm is the input characteristic parameter and ti=[ti1,ti1,,tin]TRn is the sample label, then the output function expression of ELM training model is:

2
i=1Mβigwixi+bi=oi, i=1,2,,N,

where, wi=[w1i,w2i,,wmi] and βi=[βi1,βi2,,βin]T represent the input and output weight matrix of the ith hidden layer node respectively; oj=[oi1,oi2,,oin]T represents the output layer vector of the ELM.

Fig. 2ELM model

ELM model

The goal of ELM training is to make the error between the actual output of the training sample and the sample label close to 0, the equation is:

3
i=1Noi-ti=0, βiwibii=1Mβigwixi+bi=ti, i=1,2,,N, Hβ=T.

So the existence of βi, wi and bi can be used to obtain the Eq. (4), as below:

4
i=1Mβigwixi+bi=ti, i=1,2,,N.

The Eq. (4) can be expressed as a matrix:

5
Hβ=T,

where, H is the output matrix of the hidden layer, which can be expressed in the following equation:

6
Hw1,,wM,b1,,bM,x1,,xN=gw1x1+b1gwMx1+bMgw1xN+b1gwMxN+bMN×M,
7
β=β1TβMTM×n, T=t1T tNTN×n.

For β, the equation is as follows:

8
β'=H+T,

where, H+ represents the inverse matrix of H, β' is the optimal quadratic solution to β.

According to the structural optimization and ERM criteria, the output weight β of ELM can be determined, that is:

9
Minimize: LPELM=12β2+C12i=1Nξi2,Subject to: hxi, β=tiT-ξiT, i=1,,N,

where, ξi=ξi,1,,ξi,mT represents network calculation error, 12β2 is the structural error, 12p=1Nξp2 is the empirical error, and C is the penalty factor.

Through the optimization of the solution, the optimal solution of β can be obtained as follows:

10
β=HTIC+HHT-1T.

Therefore, the output model function of ELM is as follows:

11
oi=hiHTIC+HHT-1T.

By using kernel operation to replace matrix operation H in ELM, the KELM classification model can be established. The kernel matrix is defined as:

12
Ω=HHT: Ωi,j=hxihxj =Kxi,xj,

where Ω is the symmetric matrix of N×N and K(x,y) is the kernel function.

Eq. (11) can be expressed by kernel function as follows:

13
oi=Kxi,xj,,Kxi,xjλ,

where, λ represents the output weight matrix of KELM.

Different support vector machines can be constructed by selecting different kernel functions. Among the commonly used kernel functions, compared with the polynomial kernel function and Sigmoid kernel function, the radial basis kernel function has the advantages of simple parameters and strong adaptability to randomly distributed samples. Therefore, a SVM based on radial basis kernel function is established in this paper, and its expression is shown as follows:

14
Kx, xi=exp-x-xi2σ2.

According to Eq. (9) and (14), it can be seen that KELM contains kernel parameter σ and penalty coefficient C, and it is necessary to find the optimal parameter to make the classification effect of KELM the best.

3.2. QPSO-KELM

By quantizing the iterative updating process of particles of PSO algorithm, the QPSO can reduce the algorithm complexity, improve algorithm convergence speed and global search ability. The basic principles of QPSO are as follows:

Assume that Ω is the d-dimensional search space, and the population number of particles in the space is b, then the position of the ith particle can be expressed as:

15
Vi=vi1,vi2vid.

Suppose the individual optimal position of the particle is pibest, and the global optimal position of the particle is pgbest, the pibest and pgbest are as follows:

16
pibest=pi1,pi2pid,
17
pgbest=pg1,pg2,pgd.

The particle can find and update its individual optimal position pi and population optimal position pg through iterative operation, and the average optimal position mbest can be introduced as the population optimal center. Then the particle optimization process can be expressed as:

18
mbest=1Mi=1Mpibest=1Mi=1Mpi1,1Mi=1Mpi21Mi=1Mpid,
19
pid=φpid+1-φpgd, φ0,1,
20
vid=pid±αmbest-vidln1/u, u0,1,

where, α is the contraction expansion factor, which is dynamically adjusted in the iterative operation according to the Eq. (21):

21
α=α1-α2×N-tN+α2,

where, N represents the maximum number of iterations. α1 and α2 are the initial and final values of α respectively, usually the two parameters are set as: α1=0.5, α2=1.

According to the basic principle of KELM and QPSO, the network training process which is used QPSO to optimize the network structure parameters of KELM is as follows:

(1) Initialize the position of population particles, and set parameters such as particle swarm size, iteration step size, termination conditions and so on.

(2) Initialize the current position of each particle as pibest, define the classification accuracy of KELM as fitness function, and calculate the fitness value of each particle. The position of the particle with the maximum fitness value was initialized as pgbest.

(3) Update the particle position according to Eq. (18-20).

(4) The fitness value of each particle is calculated, and the individual optimal position pbest, the group optimal position pgbest and the group optimal center mbest are updated based on the optimal fitness value.

(5) Judge whether the termination conditions are met. If so, stop the calculation and output the result, if not, return to step (3).

According to the above steps, the modeling flow chart of QPSO-KELM can be drawn as shown in Fig. 3.

Fig. 3Modeling flow chart of QPSO-KELM

Modeling flow chart of QPSO-KELM

4. Experimental verification and discussion

To verify whether the QPSO-KELM is available, the pre planting fault tests are carried out for gear fault, bearing fault and gear-bearing mixed fault. The fault simulation test rig is shown in Fig. 4. The test rig consists of four parts: the power and control part, the bearing fault simulation part (not used), the gear fault simulation part and the data acquisition part (not shown). This section mainly uses the gearbox fault simulation part, which is mainly composed of a two-stage reduction spur gearbox, a magnetic powder brake (supply the load) and a magnetic powder brake controller (control the load change).

The perspective and internal structure of the two-stage reduction spur gearbox are shown in Fig. 5. The teeth number in the gearbox from high speed shaft to low speed shaft is 41, 79, 36 and 90. The fault gear is the intermediate shaft pinion gear (gear 3 with 36 teeth). The fault types include wear, break and miss teeth. The fault bearing is located in the deep groove ball bearing at the end cover of the gear 3 side of the medium-speed shaft (Fig. 5(b)). The deep groove ball bearing type is ER-16k, and its size parameters are shown in Table 1. The fault types include inner race fault, outer race fault and single roller fault.

Fig. 4The mechanical fault simulation test bench

The mechanical fault simulation test bench

In the test, we set two vibration acceleration sensors in vertical and horizontal directions respectively. Both sensors are installed outside the end cover of the fault bearing (Fig. 5(c)), which are used to collect the vibration acceleration data in vertical and horizontal directions. The data acquisition parameters are set as: sampling frequency fs= 20.48 kHz, sampling time t= 48 s, motor speed 30 r/s (the actual motor speed is about 29.602 r/s). According to the speed of the motor, the number of gear teeth of the gearbox and the main dimension parameters of the bearing ER-16K (Table 1), the main relevant frequency of the gearbox can be calculated by the calculation formula of bearing fault characteristic frequency (Table 2). The calculation results are shown in Table 3.

Fig. 5The structure of gearbox

The structure of gearbox

a) Perspective view

The structure of gearbox

b) The inner structure

The structure of gearbox

c) The outer structure

4.1. Bearing fault diagnosis

Firstly, the single fault of bearing is analyzed. In the experiment, the motor speed is set to 30 r/s, and the signal sampling frequency is 20.48 kHz. The analysis data is mainly collected by sensor1 (vertical direction). The test data types include bearing normal data, rolling element fault data, inner ring fault data and outer ring fault data, each type contains 240 groups of data, and 960 groups of data is in total. The sampling time of each group of data is 2 seconds.

Table 1Main dimensions of bearing ER-16K

Number of rolling elements Nb
Ball diameter d / inch
Pitch diameter D / inch
Contact angle θ (°)
9
0.3125
1.516
0

Table 2The formulas of fault characteristic frequencies to bearings

Name
Formulas
Fault characteristic frequencies of outer race
fBPFO=Nb2fr1-dcosθD
Fault characteristic frequencies of inner race
fBPFI=Nb2fr1+dcosθD
Fault characteristic frequencies of ball spin
fBSF=Ddfr1-d2cos2θD2
Nb is the number of rolling elements, d means the Ball diameter, D means the Pitch diameter, θ means the Contact angle, fr is the bearing rotation frequency

Table 3Relevant frequencies of the gearbox

Rotating frequency / r∙s-1
Meshing frequency / Hz
Fault feature frequency of bearing/ Hz
fr1
fr2
fr3
fm1
fm2
fBPFO
fBPFI
fBSF
29.602
15.363
6.145
1213.662
553.061
54.882
82.448
35.681
fr1 is the rotating frequencies of high speed axis, fr2 is the rotating frequencies of medium speed axis, fr3 is the rotating frequencies of low speed axis; fm1 is the meshing frequencies of gear 1 and gear 2, fm2 is the meshing frequencies of gear 3 and gear 4; fBPFO is the fault characteristic frequencies of the bearing outer race, fBPFI is the fault characteristic frequencies of the bearing inner race, fBSF is the fault characteristic frequencies of the bearing ball spin

When diagnosing the bearing fault, follow the procedure shown in Fig. 1. Firstly, the time-domain, frequency-domain and NASA characteristic parameters of the bearing fault were extracted from the bearing data of each group, and 960 samples will be obtained. And each group of the samples is marked with the following rules: normal-1, roller-2, inner-3, outer-4. Then, the training set and test set are selected from all samples in a ratio of 3:1, and the training set is input to KELM for training. In order to maximize the test accuracy, QPSO is used to optimize the parameters of KELM. Finally, in order to verify the superiority and effectiveness of the method, the ELM and PSO-KELM are also applied to bearing fault diagnosis, and the experiment results of different methods are used to compare with each other.

Since the standard elm algorithm uses a single layer feedforward neural network structure, it is unnecessary to consider the parameter optimization of ELM. So the parameter optimization process of PSO-KELM and QPSO-KELM are analyzed, the results is shown in Fig. 6. Therefore, it is only necessary to analyze the parameter optimization process of PSO-KELM and QPSO-KELM.

Fig. 6a) Iterative process of the two methods, b) the local amplify of a)

a) Iterative process of the two methods, b) the local amplify of a)

a)

a) Iterative process of the two methods, b) the local amplify of a)

b)

Fig. 6(a) is iterative process of the two methods, Fig. 6(b) is the local amplify of Fig. 6(a). It can be seen from the figure that PSO-KELM and QPSO-KELM algorithm have the highest test accuracy from the beginning, which shows that the fault characteristics of bearing single fault are obvious, and it can achieve high classification accuracy without parameter iteration optimization. The initial parameters setting of QPSO-KELM is C0.01,1000, σ0.01,100, and the optomized parameters are C= 1000, σ= 18.

The final training accuracy and test accuracy of the methods are shown in Table 4. It can be seen from Table 4 that both of the training accuracy and the test accuracy of QPSO are the highest and reach 99.58 %. The QPSO-KELM classification results of the test dataset are shown in Fig. 7, in which there is only one misjudgment point, so the accuracy of the trained QPSO-KELM model is reliable.

Table 4Bearing fault classification accuracy

SVM
CNN
ELM
PSO-KELM
QPSO-KELM
Training accuracy
90.43 %
98.89 %
91.74 %
98.47 %
99.58 %
Testing accuracy
89.97 %
98.74 %
91.74 %
97.92 %
99.58 %

Fig. 7Classification results of bearing test dataset based on QPSO-KELM

Classification results of bearing test dataset based on QPSO-KELM

4.2. Gear fault diagnosis

Secondly, the single fault of gear is analyzed. The fault gear is the medium-speed shaft pinion in the gearbox, which is gear 3 in Fig. 5(b). In the experiment, the motor speed and the signal sampling frequency are the same as in section 4.1. The analysis data is mainly collected by sensor 1 (vertical direction). The test data types include gear normal data, worn teeth data, broken tooth data and missing tooth data, each type contains 240 groups of data, and 960 groups of data is in total. The sampling time of each group of data is 2 seconds.

When diagnosing the gear fault, follow the procedure shown in Fig. 1. Firstly, the characteristic parameters of gear fault in time-domain, frequency-domain and NASA are extracted from each group of gear data, and 960 samples will be gotten. And each group of the samples is marked with the following rules: normal-1, wear-2, miss-3, break-4. Then, the training set and test set are selected from all samples in a ratio of 3:1, and the training dataset is input to KELM for training. In order to maximize the test accuracy, QPSO is used to optimize the parameters of KELM. Finally, in order to verify the effectiveness of the method and highlight the advantages of the proposed method. The ELM and PSO-KELM are also used for gear fault diagnosis to compare with QPSO-KELM.

The parameters optimization of PSO-KELM and QPSO-KELM are analyzed, the iteration process is shown in Fig. 8. It can be seen from the figure that the QPSO-KELM algorithm has the highest test accuracy from the beginning, which indicates that the QPSO-KELM has stronger learning ability, while PSO-KELM reaches the maximum value at the 11th iteration, which indicates that its learning ability is slightly inferior to the method proposed in this paper. The initial setting of parameters is the same as that in Section 4.1, and the settings after parameter optimization are as follows: C= 1000, σ= 19.

The final training accuracy and test accuracy of the methods are shown in Table 5. It can be seen from Table 5 that both of the training accuracy and the test accuracy of QPSO are the highest and the test accuracy reaches 98.75 %. The QPSO-KELM classification results of the test dataset are shown in Fig. 9, in which there are only three error points, so the accuracy of the trained QPSO-KELM model is available. From the iteration process and fault diagnosis accuracy, it can be seen that the fault features of bearing are more obvious than that of gear. Therefore, gear fault diagnosis needs less iteration times, but higher test accuracy can be achieved.

Fig. 8Iterative process of the two methods

Iterative process of the two methods

Fig. 9Classification results of gear test dataset based on QPSO-KELM

Classification results of gear test dataset based on QPSO-KELM

Table 5Gear fault classification accuracy

SVM
CNN
ELM
PSO-KELM
QPSO-KELM
Training accuracy
83.41 %
98.43 %
80.88 %
98.75 %
99.31 %
Testing accuracy
81.57 %
97.69 %
80.88 %
97.92 %
98.75 %

4.3. Gear-bearing fault diagnosis

At last, the composite faults of gear-bearing are analyzed. The fault parts are the gear and bearing mentioned in the previous section. There are 10 types of gear-bearing data: normal gear-normal bearing data, worn gear – faulty bearing rolling element data, worn gear-faulty bearing inner race data, worn gear-faulty bearing outer race data, gear tooth missing-faulty bearing rolling element data, missing gear tooth-faulty bearing inner race data, missing gear tooth-faulty bearing outer race data, broken gear tooth-faulty bearing rolling element data, broken gear tooth-faulty bearing inner race data, broken gear tooth-faulty bearing inner race data. The mixed faults of gear-bearing is shown in Table 6.

In the experiment, the motor speed is set to 30 r/s, and the signal sampling frequency is 20.48 kHz. The sampling time of each group of data is 2 seconds. The total data is 2472, except the data of the normal state (sample size is 288) and the broken tooth- faulty inner race (sample size is 264), the sample sizes of the other states are all 240 of each group.

Table 6The mixed faults of gear-bearing

Combinations
Gear fault
Bearing fault
Normal
Wear
Miss
Break
Normal
Roller
Inner
Outer
1
+
+
2
+
+
3
+
+
4
+
+
5
+
+
6
+
+
7
+
+
8
+
+
9
+
+
10
+
+

When diagnosing the gear-bearing fault, follow the procedure shown in Fig. 1. Firstly, the feature parameters of gear-bearing fault in time-domain, frequency-domain and NASA are extracted from each group of gear-bearing data, and 2742 samples will be gotten. Each group of samples is labeled with the following rules: normal-1, wear-roller-2, wear-inner-3, wear-outer-4, miss-roller-5, miss-inner-6, miss-outer-7, break-roller-8, break-inner-9, break-outer-10. Then, the training set and test set are randomly selected from all samples in a ratio of 3:1, and the training dataset is input to KELM for training. In order to maximize the test accuracy, QPSO is used to optimize the parameters of KELM. Finally, in order to verify the effectiveness of the method and the superiority of the method, the ELM and PSO-KELM are also used for gear-bearing fault diagnosis to compare with QPSO-KELM.

The optimization process of PSO-KELM and QPSO-KELM are shown in Fig. 10. It can be seen from the figure that the test progress of QPSO-KELM algorithm reach the highest after six iterations, while the PSO-KELM algorithm has no transformation from the beginning, and the accuracy is low, indicating that the classification ability of PSO-KELM is weaker than that of QPSO-KELM. The initial setting of parameters is the same as that in Section 4.1, and the settings after parameter optimization are as follows: C= 1000, σ=20.

The final classification accuracy of the three methods for mixed faults of gear-bearing is shown in Table 7. It can be seen from Table 7 that the training accuracy of QPSO is not the highest in the training process, but when comparing the final test accuracy, the classification accuracy of QPSO is far higher than that of the other two calculations, and the test accuracy is 90.13 %. However, the test accuracy of the other two methods are no higher than 60 %. The QPSO-KELM classification results of the test dataset are shown in Fig. 11. As can be seen from Fig. 11, the error points are mainly concentrated in three states: the worn-rolling element fault state, worn-outer race fault state and broken-outer race fault state. Therefore, more sensitive feature parameters should be extracted for these three states.

Fig. 10Iterative process of the two methods

Iterative process of the two methods

Table 7Classification accuracy of mixed faults of gear-bearing

SVM
CNN
ELM
PSO-KELM
QPSO-KELM
Training accuracy
58.43 %
90.67 %
53.34 %
92.27 %
92.45 %
Testing accuracy
55.52 %
89.49 %
53.34 %
89.64 %
90.13 %

Fig. 11Classification results of gear-bearing test dataset based on QPSO-KELM

Classification results of gear-bearing test dataset based on QPSO-KELM

5. Conclusions

A novel QPSO-KELM method is proposed in this paper and applied to gearbox fault diagnosis. The method is implemented by using QPSO algorithm to select the proper KELM parameters, kernel parameter σ and penalty coefficient C. In order to verify the effectiveness and the superiority of the method, the time-domain, frequency-domain and NASA features are collected, the results of the bearing single fault, gear single fault and gear-bearing fault are analyzed. After comparing with two other methods (ELM and PSO-KELM), and analyzing the test results, the following conclusions can be given: (1) Experimental results show that the proposed method is effective, it can identify the types of faults mentioned above; (2) Compared with SVM, ELM, CNN and PSO-KELM, OPSO-KELM has more advantages. The accuracy of QPSO-KELM is more than 90 % in both training data and test data, which is higher than other methods.

The study focuses on optimizing the structural parameters of KELM and the application in gearbox fault diagnosis. From the analysis of experimental results, however, it can be found that there is still a space to improve the identification accuracy of gear-bearing hybrid fault. Since the accuracy of fault judgment is closely related to fault feature extraction, in order to further improve the fault identification accuracy of composite faults, the next step of the study is to extract more sensitive and effective fault feature parameters.

References

  • Qu Jianling, Yu Lu, Yuan Tao Adaptive fault diagnosis algorithm for rolling bearing based on one-dimensional convolutional neural network. Chinese Journal of Scientific Instrument, Vol. 39, Issue 7, 2018, p. 134-143.
  • Wang Yakun A diagnosis method for electrical submersible pump based on RSGWPT-MSE and PNN. Mechanical Engineer, Vol. 1, 2018, p. 167-170.
  • Yu Yang, Bai Rui, Yang Ping Application of support vector machine based on genetic algorithm optimization on acoustic emission detection of gear fault. Journal of Mechanical transmission, Vol. 29, Issue 9, 2017, p. 2189-2197.
  • Wang X., Yan W. Fault diagnosis of roller bearings based on the variational mode decomposition and SVM. Journal of Vibration and Shock, Vol. 36, Issue 18, 2017, p. 252-256.
  • Saari J., Strombergsson D., Lundberg J., et al. Detection and identification of windmill bearing faults using a one-class support vector machine (SVM). Measurement, Vol. 137, 2019, p. 287-301.
  • Huang G. B., Zhou H., Ding X. Extreme learning machine for regression and multiclass classification. IEEE Transactions on Systems, Man and Cybernetics, Part B (Cybernetics), Vol. 42, Issue 2, 2012, p. 513-529.
  • Iosifidis A., Tefas A., Pitas I. On the kernel extreme learning machine classifier. Pattern Recognition Letters, Vol. 54, Issue 1, 2015, p. 11-17.
  • Wen Jiangtao, Yan Changhong, Sun Jiedi Bearing fault diagnosis method based on compression acquisition and deep learning. Chinese Journal of Scientific Instrument, Vol. 39, Issue 1, 2018, p. 171-179.
  • Yang Yu, Lu Peng, Gan Lei, et al. SADBN and its application in rolling bearing fault identification and classification. Journal of Vibration and Shock, Vol. 38, Issue 15, 2019, p. 11-16.
  • Shao H., Jiang H., Wang F., et al. Rolling bearing fault diagnosis using adaptive deep belief network with dual-tree complex wavelet packet. ISA Transactions, Vol. 3, Issue 69, 2017, p. 187-201.
  • He Guangyu, Liu Xinxue, Wei Xuenkai Applications of genetic algorithm to aeroengine fault diagnosis. Fire Control and Command Control, Vol. 31, Issue 11, 2006, p. 82-84.
  • Zhang Ning, Wei Xiuye, Guo Xiaoyong, et al. Study on fault diagnosis for bearings based on improved fish swarm algorithm to optimize neural network. Bearing, Vol. 474, Issue 5, 2019, p. 49-53.
  • Xu J., Wang Y., Ji Z. Fault diagnosis method of rolling bearing based on WKELM optimized by whale optimization algorithm. Journal of System Simulation, Vol. 29, Issue 9, 2017, p. 2189-2197.
  • Duan Haibin, Wang Daobo, Yu Xiufen Ant colony algorithm: survey and prospect. Engineering Science, Vol. 9, Issue 2, 2007, p. 98-102.
  • Wu Husheng, Zhang Fengming, Wu Lushan New swarm intelligence algorithm – wolf pack algorithm. Systems Engineering and Electronics, Vol. 35, Issue 11, 2013, p. 2430-2438.
  • Agrawal S., Panigrahi B. K., Tiwari M. K. Multiobjective particle swarm algorithm with fuzzy clustering for electrical power dispatch. IEEE Transactions on Evolutionary Computation, Vol. 12, Issue 5, 2008, p. 529-541.
  • Wang Tiantian, Wang Yan, Ji Zhicheng Fault diagnosis of rolling bearing based on improved extreme learning machine. Journal of System Simulation, Vol. 30, Issue 11, 2018, p. 390-397.
  • Wu Wei, Gui Boxiang Research on intelligent diagnosis method of machinery fault based on ant colony algorithm. Mechanical Research and Application, Vol. 6, 2014, p. 15-17.
  • Pei Fei, Chen Xuechen, Zhu Yongli, et al. Transformer fault diagnosis based on particle swarm optimization and kernel-based extreme learning machine. Computer Engineering and Design, Vol. 5, 2015, p. 1327-1331.
  • Liu Min, Zhang Yingtang, Li Zhining, et al. Engine fault diagnosis based on IVMD and modified KELM. Journal of Vibration, Measurement and Diagnosis, Vol. 39, Issue 4, 2019, p. 875-883.
  • Coello C. A. C., Pulido G. T., Lechuga M. S. Handling multiple objectives with particle swarm optimization. IEEE Transactions on Evolutionary Computation, Vol. 8, Issue 3, 2004, p. 256-279.
  • Pang S., Yang X., Lin X. Evolutionary extreme learning machine optimized by quantum-behaved particle swarm optimization. Journal of System Simulation, 2017.
  • Rehman O. U., Yang S., Khan S. A quantum particle swarm optimizer with enhanced strategy for global optimization of electromagnetic devices. IEEE Transactions on Magnetics, Vol. 55, Issue 8, 2019, p. 7000804.
  • Luo Deyang Principle and application of time-domain synchronous averaging. Journal of Vibration, Measurement & Diagnosis, Vol. 19, Issue 3, 1999, p. 202-207.
  • Li Jie, Zhao Jianmin Chaotic characteristic verification of gearbox vibration signal based on the time synchronous averaging and separation technology. Journal of Mechanical Transmission, Vol. 7, 2018, p. 33.
  • Del Moral P., Doucet A., Jasra A. On adaptive resampling strategies for sequential Monte Carlo methods. Bernoulli, Vol. 18, Issue 1, 2012, p. 252-278.
  • Sawalhi N., Randall R. B. Signal pre-whitening using cepstrum editing (liftering) to enhance fault detection in rolling element bearings. Proceedings of the 24th International Congress on Condition Monitoring and Diagnostic Engineering Management, 2011.
  • Li Haiping, Zhao Jianmin, Song Wenyuan Method of planetary gearbox feature extraction and condition recognition based on EMD and EDT. Journal of Vibration and Shock, Vol. 35, Issue 3, 2016, p. 48-54.

About this article

Received
17 June 2020
Accepted
03 August 2020
Published
15 September 2020
SUBJECTS
Fault diagnosis based on vibration signal analysis
Keywords
quantum particle swarm optimization
kernel extreme learning machine
gearbox
feature extraction
fault diagnosis