Published: 15 August 2019

Fault diagnosis method for rolling bearings based on the interval support vector domain description

Yongqi Chen1
Qinge Dai2
Yang Chen3
1, 2, 3College of Science and Technology, Ningbo University, Ningbo, 315211, P. R. China
Corresponding Author:
Yongqi Chen
Views 48
Reads 24
Downloads 1520

Abstract

Aiming at the fault classification problem of the rolling bearing under the uncertain structure parameters work condition, this paper proposes a fault diagnosis method based on the interval support vector domain description (ISVDD). Firstly, intrinsic time scale decomposition is performed for vibration signals of the rolling bearing to get the time-frequency spectrum samples. These samples are divided into a training set and a test set. Then, the training set is used to train the ISVDD. Meanwhile, the dynamic decreasing inertia weight particle swarm optimization is applied to improve the training accuracy of ISVDD model. Finally, the performance of the four interval classifiers is calculated in rolling bearing fault test set. The experimental results show the advantages of the ISVDD model: (1) ISVDD can extend the support vector domain description to solve the uncertain interval rolling bearing fault classification problem effectively; (2) The proposed ISVDD has the highest classification accuracy in four interval classification methods for the different rolling bearing fault types.

1. Introduction

Rolling bearing is one of the most widely used devices in rotating machinery equipment. Its defects and damage will directly affect the performance and life of the whole mechanical equipment. Therefore, fault classification of the rolling bearing is of great practical significance to the normal operation of mechanical equipment. Under the engineering background, the contact gap will inevitably change when the machine works. This often leads to uncertainty in structural parameters. Therefore, the uncertainty of fault samples should not be ignored. Technically speaking, it is difficult for traditional fault diagnosis methods to have any effective impact on the above situation, because these methods only aim at deterministic fault samples. In recent years, uncertainty interval data classification is a research hotspot. Many scholars have made some representative research achievements in this field. Based on probability density, Sutar etc. put forward an interval data classification in the method of a boundary splitting [1]. This paper extends classical decision tree algorithms to handle data with interval values. Li etc. propose an interval data decision tree classification algorithm which is combined with evidence theory [2]. Aggawal provides a survey of interval data mining and management applications [3]. Naive Bayes, as a widely used classification method for deterministic samples, has aroused a lot of interest among relevant researchers. Qin etc. create the native Bayes uncertain classification method 1(NBU1) and the native Bayes uncertain classification method 2 (NBU2) [4]. NBU1 and NBU2 both use the parameter estimation method based on Gauss distribution assumption to calculate the class conditional probability density function of interval data. There is a slight difference between the two methods in the processing of the interval data model. However, NBU1 and NBU2 need the accuracy type of the class conditional probability density function of uncertain data. The formula-based Bayes classifier (FBC) algorithm, proposed by Ren etc., assumes uncertain interval data to meet the Gauss distribution [5]. The nonparametric estimation in the Parzen window method is applied to calculate the type of the class conditional probability density function of interval samples. However, as a kind of learning method, FBC needs all training samples to predict each rolling bearing fault repeatedly. Therefore, both the computational complexity and the memory requirements of this method are too enormous to be offered in fault diagnosis fields.

Support vector domain description (SVDD) is constructed based on the structured risk minimization theory [6-10]. The structured risk minimization, which is applied in this method, enables SVDD to generalize better in the unseen interval testing samples than neural networks etc. which apply empirical risk minimization. To make full use of these advantages and solve the fault diagnosis problem of rolling bearing interval data, this paper proposes an ISVDD through applying the Euclidean norm of two interval numbers as the distance in tradition SVDD. Because rolling bearing fault diagnosis application is a multi-class classification problem, ISVDD can reach multiple fault classification based on the posterior probability distribution function. In ISVDD model, there are two parameters: one is the penalty parameter which makes a trade-off between maximum margin and classification error, the other one is the radial basis function kernel width parameter. Both of the two parameters are chosen to improve the classification effect. Thus, the dynamic decreasing inertia weight particle swarm optimization (PSO) is utilized to select the optimal parameters [11].

This paper is organized as follows: Section 2 proposes the ISVDD method. Section 3 uses the dynamic decreasing inertia weight PSO to select the parameters for the ISVDD method. Section 4 analyzes the classification results of University of California Irvine (UCI) data. Section 5 applies ISVDD in rolling bearing faults diagnosis, as well as the comparison results with other methods. Finally, the conclusion is presented in Section 6.

2. The proposed ISVDD

The basic idea of the traditional SVDD is that a nonlinear function φ(xi) maps xi into a higher dimensional feature space and finds the smallest sphere that contains most of the mapped data points [9, 10]. This sphere can separate into several components when it is mapped back to the data space. Each component encloses a separate cluster of points. But, the traditional SVDD only aims at deterministic fault samples. Compared with the traditional SVDD, the proposed ISVDD aims at uncertainty interval fault samples. ISVDD is established on the theory of the traditional SVDD and the Euclidean norm of two interval numbers.

To construct ISVDD, there are also some preliminaries:

1) Given training data {(x1,y1),,(xn,yn)}. xi is an interval data xi=[x_i,x¯i], φ(xi) is a nonlinear function which maps xi in to a higher dimension feature space.

2) In the ISVDD, the distance between training data xi and the center of ISVDD is selected as the interval Euclidean norm [12]:

1
φ(xj)-α=d~2φxi,a=12φx_i-a,φx_i-a+φx¯i-a,φx¯i-a12.

Now, the objective function of ISVDD is presented as follows:

2
minω,b,ξiJ=R2+cj=1nξj ,
s.t. φ(xj)-α2=φ(x_j)-a2+φ(x¯j)-a22R2+ξj,
ξj>0, j=1,,n,

where ξi is the slack variable, R is the radius of the minimum sphere, α is the center of the minimum sphere, c is the penalty parameter. Compared with the traditional SVDD, the inequality constraint is replaced by the Euclidean norm of interval data in the proposed ISVDD. This optimization problem, including the constraints, can be resolved by solving the following Wolfe dual problem as follows:

3
max W=12jβj[φ(x_j)φ(x_j)+φ(x¯j)φ(x¯j)]+12jβj[φ(x_j)+φ(x¯j)] ·12iβi[φ(x_i)+φ(x¯i)]-12j,iβjβi[φ(x_j)+φ(x¯j)][φ(x_i)+φ(x¯i)]=12jβj ·Kx_j,x_j+Kx¯j,x¯j-14j,iβjβiKx_j,x_i+Kx¯j,x¯i+Kx_j,x¯i+Kx¯j,x_i,s.t. 0βjC, jβj=1, j=1,,n,

where the RBF kernel K(xi,xj)=φ(xi)φ(xj)=exp(-xi-xj2/2δ2 with width parameter δ is used. Only those points with 0<βj<C lie on the boundary of the sphere and are named support vectors. The trained Gaussian kernel support function, defined by the squared radial distance of the image of x from the sphere center, is then given by:

4
f(x)=R2(x)=φ(x)-α2=φ(x_)-a2+φ(x¯)-a22 =12j[K(x_,x_)+K(x¯,x¯)] +14j,iβjβi[K(x_j,x_i)+K(x¯j,x¯i)+K(x_j,x¯i)+K(x¯j,x_i)] -12jβjKx_j,x_+Kx¯j,x¯+Kx_j,x¯+Kx¯j,x_.

Since rolling bearing fault diagnosis application is a multi-class classification problem, ISVDD can reach multiple fault classification based on the posterior probability distribution function. The detailed procedure of the proposed method is as follows:

Step 1: Training data can be first divided into c-disjoint subsets according to their output classes. For example, the ith class dataset contains Nk elements as {(xi1,ωk),,{xiNk,ωk)}.

Step 2: After solving the dual problem Eq.(8), β-il, l=1, …, Nk and Jk1,,Nk can be worked out as the set of the index of the non-zero β-il.The trained Gaussian kernel support function for each class data set fk(x) is then given by Eq. (4).

Step 3: For each class data set, k=1,,c, a posterior probability distribution function is estimated as δ(ωk|x)=fkx/rk, where rk=R2(xsk) is the radius of the kth class sample sphere. fkx/rk is the relative distance which is adapted to identify the class type of the test object x. the following rules can be gained as the following:

(1) Given a test object a, if fax/r1 <1 and fax/r2 >1 , then a belongs to the 1st class.

(2) Given a test object b, if fbx/r1>1 and fbx/r2>1, then b belongs to the new class.

(3) Given a test object c, if fcx/r1<1 and fcx/r2<1, then c belongs to min{fcx/r1 ,fcx/r2}.

According to these rules, x can be classified as argmink=1,,cδ(ωk|x).

3. ISVDD model based on the dynamic decreasing inertia weight PSO

The dynamic decreasing inertia weight PSO [11]. As mentioned by Shi and Eberhart, is an improved algorithm based on the traditional PSO. It has many advantages, especially its excellent global optimization ability, simple operation and easy implementation, no selection, crossover, mutation and so on. In order to further improve the global optimization ability. Shi and Eberhart do not set the inertia weight as the fixed value, but set it to a function that decreases linearly with time, and the function of the inertia weight is:

ω=ωmax-ωmax-ωminitermax*k.

ωmax= 1.2, ωmin= 0.8. As mentioned by Shi and Eberhart, when the inertia weight is moderate (0.8<ω<1.2), the dynamic decreasing inertia weight PSO will not only have the best chance to find the global optimum but also takes a moderate number of iterations through many experiments. On the contrary, when the inertia weight is low (ω0.8), the search time is very short, that is, all the particles tend to gather together quickly. it will not find the global optimum. On the contrary, when the inertia weight is large (ω1.2), the algorithm always explores new regions. Of course, the algorithm needs more iteration to reach the global optimal. For these advantages, the dynamic decreasing inertia weight PSO is proposed to select the penalty parameter and the RBF kernel parameter of ISVDD model. This paper also draws a flowchart of the dynamic decreasing inertia weight PSO for ISVDD model in Fig. 1. In this method, the penalty parameter and the RBF kernel parameter are defined as the value of particles. The ISVDD classification accuracy is selected as the fitness function. Through the moving process forward and obtaining the optimal classification accuracy, particles will find the most significant the penalty parameter and the RBF kernel parameter for ISVDD.

Fig. 1Flowchart of the dynamic decreasing inertia weight PSO for ISVD model

Flowchart of the dynamic decreasing inertia weight PSO for ISVD model

The detailed algorithm of the dynamic decreasing inertia weight PSO can be summarized as follows:

Step 1: Initialize the particles randomly so that each particle has the initial velocity vik, i=1,,nsw and the initial position xik, i=1,,nsw.

Step 2: Set the test function as the fitness value of the particles, calculates the fitness value of the initial particles according to the test function, and finds the individual extreme value pbestidk and the group extreme value gbestidk.

Step 3: Compare each particle with its fitness fidk and individual extreme pbestidk. If fidk>pbestidk, pbestidk is replaced by fidk.

Step 4: Update the particle position and velocity under the dynamic decreasing inertia weight, and checks whether the updated position xidk+1 and velocity vidk+1 cross the boundary:

5
vidk+1=ωvidk+c1rand pbestidk-xidk+c2rand gbestidk-xidk,
xidk+1=xidk+vidk+1, ω=ωmax-ωmax-ωminitermax*k.

Step 5: Runs at the preset maximum number of iterations, the algorithm stops and outputs the global optimal solution. Otherwise, return to Step 2 to continue the search.

4. The classification experiment of UCI data

In this experiment, the sample needs to introduce uncertain information into the deterministic dataset, because there is no open standard set of uncertain data. The standard data set used in the experiment is selected from UCI database [14]. The method of adding interval uncertain information is to add the uncertain information to each attribute xij of any sample. The detailed method is the same as reference [15]. The interval samples of iris are obtained as in Table 1.

Table 1Interval samples of iris

Iris
Sepal length
Sepal width
Petal length
Petal width
Iris Setosa
[5.0500, 5.1500]
[3.4500, 3.55]
[1.3800, 1.42]
[0.1850, 0.215]
[4.8500, 4.9500]
[2.9500, 3.0500]
[1.38,1. 4200]
[0.185, 0.2150]
Iris Versicolour
[6.3950, 6.6050]
[2.7500, 2.8500]
[4.5200, 4.6800]
[1.4700, 1.5300]
[5.5950, 5.8050]
[2.7500, 2.8500]
[4.4200, 4.5800]
[1.2700, 1.3300]
Iris Virginica
[6.5650, 6.8350]
[2.4450, 2.5550]
[5.6950, 5.9050]
[1.7600, 1.8400]
[7.0650, 7.3350]
[3.5450, 3.6550]
[5.9950, 6.2050]
[2.4600, 2.5400]

Now, the disposed of samples are used to train ISVDD to get the interval classification. In order to improve the classification accuracy of ISVDD, the penalty parameter c and the RBF kernel width parameter δ are chosen by the dynamic decreasing inertia weight PSO algorithm. Generally, the bigger the penalty parameter is, the stronger the non-linear fitting ability is. However, if the penalty factor cis too large, serious over-fitting problems will occur, and the generalization ability of ISVDD will be reduced. In addition, the RBF kernel width parameter affects the kernel mapping distribution of data samples. Usually, the smaller the kernel parameter is, the better the nonlinear fitting performance of SVM is, and the stronger the noise sensitivity is. However, when the kernel parameters are set too small, the smoothing effect will be too small to affect the accuracy of the test set. Two sets of data (iris and wine) from the UCI database are used to estimate the sensitivities of the key parameters (c, δ) on the classification results. Iris data set has 3 types and 4 attributes for each feature vectors. 30 samples are used as training samples. 90 samples are used as testing samples. Wine dataset has 3 types and 12 attributes for each feature vectors. 24 samples are used as training samples. 154 samples is used as testing samples. The dynamic decreasing inertia weight PSO are as follows:

Step 1: Initialize the parameter values of the algorithm as follows:

(1) Number of particles: n= 50.

(2) The largest iteration number: itermax= 100.

(3) Inertia weight of PSO: ωmax= 1.2, ωmin= 0.8.

(4) Positive acceleration constants: c1= 1.4962, c2= 1.4962.

Step 2: The penalty parameter and RBF kernel parameter are used as particles of dynamic decreasing inertia weight PSO, and the particles are initialized by position xid and velocity vid .

Step 3: Calculate the fitness of each particle. In ISVDD, classification accuracy is set as the fitness function.

Step 4: Use the method introduced in Eq. (5) to dynamically adjust the inertia weight value.

Step 5: Determine whether the algorithm satisfies the termination condition. Otherwise, turn back to step 3.

For iris data sets, the penalty parameter and RBF kernel width parameter of ISVDD are selected (27.385, 0.2371) by the dynamic decreasing inertia weight PSO algorithm. For wine data sets, the optimal penalty parameters and RBF kernel parameters of ISVDD are selected (37.17, 0.6759). The detail classification results of ISVDD with different parameters (c, δ) are listed in Table 2. The iris data sets achieve best accuracy 98.98 % with the optimal penalty parameters and RBF kernel parameters. The wine data sets achieve best accuracy 90.91 %. But when (c, δ) is the unreasonable setting of (5,0.1) and (50,1), classification results of ISVDD are affected by these unreasonable setting. In other words, it is very important to select the proper combined parameters (c, δ) by the dynamic decreasing inertia weight PSO algorithm.

Table 2The classification accuracy of ISVDD with different parameters (c, δ)

c= 5, δ= 0.1
c= 50, δ= 1
c= 27.385, δ= 0.371
c= 37.17, δ= 0.6759
Iris
92.2 %
94.4 %
98.89 %
96.67 %
Wine
83.11 %
84.42 %
89.61 %
90.91 %

To further illustrate the effect of the proposed ISVDD, the classification results of NBU1, NBU2, FBC are used to compared with ISVDD. The classification results are shown in Table 3. For Iris data set, the classification accuracy of ISVDD is 3.31 % higher than NBU1 and NBU2. Moreover, the classification accuracy of ISVDD is 2.22 % higher than FBC. For Wine data sets, the classification accuracy of ISVDD is 6.49 % higher than NBU1. The accuracy of the ISVDD is higher than that of NBU1, NBU2, and FBC because the proposed method is constructed based on the structured risk minimization theory. This theory pays attention to the empirical risk minimization and the model complexity minimization simultaneously. For this reason, the over fitting problem can be avoided, and the proposed method has higher generalization ability for testing samples. Furthermore, the dynamic decreasing inertia weight PSO can obtain the optimal penalty parameter and the RBF kernel parameter and improves the accuracy of ISVDD because of its excellent global optimization ability. Classification accuracy of NBU1 and NBU2 algorithm is the same, which is reasonable since the NBU1 and NBU2 are similar and these two methods are only different in the equation of average value and standard deviation. As a lazy learning method, FBC needs all training samples to predict each rolling bearing fault repeatedly. Therefore, the memory requirements of this method are too enormous to be offered in fault diagnosis fields.

Table 3The classification accuracy comparison of ISVDD, NBU1, NBU2 and FBC

ISVDD
FBC
NBU1
NBU2
Iris
98.89 %
96.67 %
95.58 %
95.58 %
Wine
90.91 %
83.77 %
84.42 %
84.42 %

5. Fault diagnosis experiment for the rolling bearing

In this paper, the rolling bearing fault data is used to verify the effect of the proposed ISVDD. Bearing state consists of four categories: normal, inner race fault, outer race fault, and ball fault. Status of fault damage bearings is single damage. Damage diameter is divided into 7 mils, 14 mils, 21 mils, and 28 mils. All the vibration data of rolling bearing analyzed in this paper comes from Case Western Reserve University (CWRU) bearing data center in Fig. 2 [16]. The transducer is used to collect speed and horsepower data. The dynamometer is controlled so that the desired torque load levels could be achieved. The test bearing supports the motor shaft at the drive end. Vibration data are collected by using a recorder at a sampling frequency of 12 kHz for different bearing conditions. Tests are carried out under the different loads varying from 0 hp to 3 hp with1 hp increments. The corresponding speed varies from 1797 rpm to 1730 rpm. The deep groove ball bearing 6205-2RS JEM SKF is used in the tests.

Fig. 2a) Motor drive fault test platform, b) schematic diagram of the tests platform

a) Motor drive fault test platform, b) schematic diagram of the tests platform

a)

a) Motor drive fault test platform, b) schematic diagram of the tests platform

b)

Various defect rolling bearings are produced by the electro-discharge machining in this test platform. Different rolling bearings, such as inner race fault, outer race fault, and ball fault are used to examine the proposed approach. Some defect rolling bearings are shown in Fig. 3

Fig. 3a) Outer race fault, b) inner race fault, c) ball fault

a) Outer race fault, b) inner race fault, c) ball fault

a)

a) Outer race fault, b) inner race fault, c) ball fault

b)

a) Outer race fault, b) inner race fault, c) ball fault

c)

Twelve fault types, such as normal bearing, inner race faults, outer race faults, and ball faults are used in this experiment. Some fault vibration signals are listed in Fig. 4.

Fig. 4Waveforms of rolling bearing fault vibration signals

Waveforms of rolling bearing fault vibration signals

a) Inner race fault (7 mils)

Waveforms of rolling bearing fault vibration signals

b) Inner race fault (14 mils)

Waveforms of rolling bearing fault vibration signals

c) Inner race fault (28 mils)

Waveforms of rolling bearing fault vibration signals

d) Ball fault (14 mils)

Now, intrinsic time scale decomposition (ITD) method is used to decompose the fault signal into several proper rotation components and a baseline component, which are decreased in frequency and amplitude [17-19]. The first few proper rotation components contain more shock signals. For these reasons, the instantaneous amplitude and instantaneous frequency sample entropy of the first three groups of proper rotation components are applied as the fault vibration signals feature vector. The specific operation steps are as follows:

1) After ITD decomposition of the signal, multiple proper rotation components (PR) and a baseline component are obtained. The decomposition results are given as Fig. 5.

2) Obtain the instantaneous amplitude, the instantaneous frequency of the 3 groups of PR.

3) Calculate the sample entropy of the instantaneous amplitude and instantaneous frequency. Each feature vector component is 6 dimensional because it includes the sample entropy of the instantaneous phase and instantaneous frequency of the first 3 group rotation components.

Fig. 5Decomposition results gained by ITD for four kinds of bearing vibration signals: a) the decomposition result of normal condition, b) The decomposition result of inner race fault (7 mils), c) the decomposition result of inner race fault (14 mils), d) the decomposition result of inner race fault (28 mils)

Decomposition results gained by ITD for four kinds of bearing vibration signals:  a) the decomposition result of normal condition, b) The decomposition result of  inner race fault (7 mils), c) the decomposition result of inner race fault (14 mils),  d) the decomposition result of inner race fault (28 mils)

a)

Decomposition results gained by ITD for four kinds of bearing vibration signals:  a) the decomposition result of normal condition, b) The decomposition result of  inner race fault (7 mils), c) the decomposition result of inner race fault (14 mils),  d) the decomposition result of inner race fault (28 mils)

b)

Decomposition results gained by ITD for four kinds of bearing vibration signals:  a) the decomposition result of normal condition, b) The decomposition result of  inner race fault (7 mils), c) the decomposition result of inner race fault (14 mils),  d) the decomposition result of inner race fault (28 mils)

c)

Decomposition results gained by ITD for four kinds of bearing vibration signals:  a) the decomposition result of normal condition, b) The decomposition result of  inner race fault (7 mils), c) the decomposition result of inner race fault (14 mils),  d) the decomposition result of inner race fault (28 mils)

d)

By this means, then, 100 samples for each kind of fault signal can be obtained. Since there is no open, standard uncertainty rolling bearing fault number set, this experiment also introduces uncertainty information on the rolling bearing fault samples [13]. The detailed method for adding uncertainty information is the same as UCI on above.

Then, part of the training samples and testing samples are shown in Table 3. The amplitude entropy 1 in Table 4 represents the first rotation component instantaneous amplitude sample entropy, other characteristics and so on.

Now, the rolling bearing uncertain interval faults is used to compare the classification accuracy of NBU1, NBU2, FBC, and the proposed ISVDD method. In order to improve the accuracy of ISVDD, the penalty parameter and the RBF kernel parameter for ISVDD are chosen as (58.273, 0.8567) by the dynamic decreasing inertia weight PSO. The experimental results are shown in Table 5.

From Table 5, experimental results show that the classification accuracy of the proposed ISVDD is better than NBU1, NBU2 and FBC. According to Inner race fault (14 mils), the accuracy of ISVDD is 6.25 % higher than FBC, NBU1, and NBU2. Moreover, the total accuracy can be calculated:ISVDD: 96.46 %, FBC: 95.31 %, NBU1: 94.79 %, NBU2:94.58 %. The reason for such a high accuracy is the structural risk minimization principle and small sample properties in the learning process of ISVDD. moreover, the dynamic decreasing inertia weight PSO can obtain the optimal penalty parameter and the RBF kernel parameter and improves the accuracy of ISVDD.

Table 4Fault samples for twelve kinds of bearing vibration signals

Fault condition
Fault severity
Amplitude
entropy 1
Amplitude
entropy 2
Amplitude
entropy 3
Frequency
entropy 1
Frequency
entropy 2
Frequency
entropy 3
Normal
0
[0.337,0.381]
[0.169,0.179]
[0.053,0.057]
[0.772,0.797]
[0.323,0.365]
[0.177,0.185]
Inner race fault
7
[0.745,0.756]
[0.423,0.429]
[0.171,0.175]
[0.960,0.967]
[1.058,1.070]
[0.589,0.599]
14
[0.330,0.340]
[0.392,0.398]
[0.137,0.141]
[0.826,0.837]
[0.921,0.941]
[0.527,0.538]
21
[0.340,0.347]
[0.302,0.309]
[0.093,0.099]
[0.5270.534]
[0.676,0.687]
[0.463,0.472]
28
[0.912,0.925]
[0.309,0.316]
[0.132,0.136]
[0.909,0.917]
[0.730,0.739]
[0.471,0.482]
Outer race fault
7
[0.174,0.179]
[0.385,0.396]
[0.136,0.139]
[0.764,0.776]
[0.833,0.854]
[0.532,0.541]
14
[0.993,1.010]
[0.359,0.372]
[0.113,0.118]
[0.841,0.852]
[0.823,0.847]
[0.438,0.449]
21
[0.138,0.143]
[0.225,0.234]
[0.073,0.077]
[0.909,0.918]
[0.674,0.683]
[0.416,0.428]
Ball fault
7
[0.908,0.923]
[0.404,0.412]
[0.137,0.141]
[0.652,0.657]
[0.856,0.881]
[0.483,0.491]
14
[0.722,0.778]
[0.390,0.405]
[0.118,0.124]
[0.809,0.829]
[0.878,0.921]
[0.489,0.504]
21
[0.834,0.889]
[0.441,0.450]
[0.158,0.162]
[0.797,0.810]
[0.944,0.963]
[0.536,0.551]
28
[0.407,0.434]
[0.463,0.476]
[0.176,0.181]
[0.593,0.600]
[1.137,1.150]
[0.579,0.590]

Table 5Classification accuracy comparison of four algorithms

Fault condition
Target output
ISVDD
FBC
NBU1
NBU2
Normal
1
100 %
100 %
100 %
100 %
Ball (7mils)
2
100 %
100 %
93.75 %
93.75 %
Inner race fault (7mils)
3
100 %
100 %
100 %
100 %
Outer race fault (7mils)
4
100 %
100 %
98.75 %
98.75 %
Ball (14mils)
5
67.5 %
62.5 %
67.5 %
65 %
Inner race fault (14mils)
6
100 %
93.75 %
93.75 %
93.75 %
Outer race fault (14mils)
7
98.75 %
97.5 %
97.5 %
97.5 %
Ball (21mils)
8
92.5 %
91.25 %
90 %
90 %
Inner race fault (21mils)
9
100 %
100 %
100 %
100 %
Outer race fault (21mils)
10
100 %
100 %
100 %
100 %
Ball (28mils)
11
100 %
100 %
100 %
100 %
Inner race fault (28mils)
12
98.75 %
98.75 %
96.25 %
96.25 %

6. Conclusions

This paper presents an interval fault classification method of the rolling bearing based on ISVDD. From the theory analysis and experimental results, it can be concluded that: (1) intrinsic time scale decomposition sample entropy is an effective feature index in fault identification for rolling bearing vibration signals. (2) After the hyper parameters of ISVDD are optimized by the dynamic decreasing inertia weight PSO algorithm, ISVDD method has the higher accuracy of the rolling bearing fault classification compared with the traditional interval fault classification methods. (3) The proposed method has been successfully applied to fault identification of the rolling bearing and the application demonstrates that the interval faults can be accurately and automatically identified. For the future work, we are trying to integrate the proposed method to process the rolling bearing compound faults under the uncertain structure parameters work condition.

References

  • Sutar R., Malunjkar A., Kadam A., et al. Decision trees for uncertain data. IEEE Transactions on Knowledge and Data Engineering, Vol. 23, Issue 1, 2011, p. 64-78.
  • Li F., Li Y., Wang C. Uncertain data decision tree classification algorithm. Journal of Computer Applications, Vol. 29, Issue 11, 2009, p. 3092-3095.
  • Aggawal C. C., Yu P. S. A survey of uncertain data algorithms and applications. IEEE Transactions on Knowledge and Data Engineering, Vol. 21, Issue 5, 2009, p. 609-623.
  • Qin B., Xia Y., Wang S., et al. A novel Bayesian classification for uncertain data. Knowledge-Based Systems, Vol. 24, Issue 8, 2011, p. 1151-1158.
  • Ren J., Lee S. D., Chen X. L., et al. Naive Bayes classification of uncertain data. Proceedings of the Ninth IEEE International Conference on Data Mining, 2009, p. 944-949.
  • Vapnik V. The Nature of Statistical Learning Theory. Springer, New York, 1995.
  • Vapnik V. Statistical Learning Theory. Wiley, New York, 1998.
  • Tax D., Duin R. Support vector domain description. Pattern Recognition Letter, Vol. 20, Issue 11, 1999, p. 1191-1199.
  • Tax D., Duin R. Support vector data description. Machine Learning, Vol. 54, Issue 1, 2004, p. 45-66.
  • Tax D., Juszczak P. Kernel whitening for one-class classification. International Journal of Pattern Recognition and Artificial Intelligence, Vol. 17, Issue 3, 2003, p. 333-347.
  • Shi Y. H., Eberhart R. C. A modified particle swarm optimizer. IEEE International Conference on Evolutionary Computation, Vol. 4, Issue 1, 1998, p. 69-73.
  • Sunaga T. Theory of interval algebra and its application to numerical analysis. Japan Journal of Industrial and Applied Mathematics, Vol. 26, Issue 2, 2009, p. 125-143.
  • Tran L., Duckstein L. Comparison of fuzzy numbers using a fuzzy distance measure. Fuzzy Sets and Systems, Vol. 130, Issue 3, 2002, p. 331-341.
  • UCI Machine Learning Repository, http://archive.ics.uci.edu/ml/datasets.html.
  • Li Wenjin, Xiong Xiaofeng Classification method for interval uncertain data based on improved naive Baye. Journal of Computer Applications, Vol. 11, Issue 10, 2014, p. 3268-3272.
  • The Case Western Reserve University Bearing Data Center Website. Bearing Data Center Seeded Fault Test Data [EB/OL], http://cse-groups.case.edu/bearingdatacenter/home.
  • Frei M. G., Osorio I. Intrinsic time scale decomposition: time-frequency-energy analysis and real-time filtering of non-stationary signals. Proceedings of the Royal Society A, Vol. 463, 2007, p. 321-342.
  • Feng Zhipeng, Lin Xuefeng, Zuo Ming J. Joint amplitude and frequency demodulation analysis based on intrinsic time-scale decomposition for planetary gearbox fault diagnosis. Mechanism and Machine Theory, Vol. 72, 2016, p. 223-240.
  • Aijun Hu, Xiaoan Yan, Ling Xiang A new wind turbine fault diagnosis method based on ensemble intrinsic time-scale decomposition and WPT-fractal dimension. Renewable Energy, Vol. 83, 2015, p. 767-778.

About this article

Received
23 July 2018
Accepted
03 February 2019
Published
15 August 2019
SUBJECTS
Fault diagnosis based on vibration signal analysis
Keywords
uncertain
ISVDD
fault diagnosis
rolling bearing
Acknowledgements

This research is supported by Zhejiang Provincial Natural Science Foundation of China under Grant No. LY16E050001, Public Projects of Zhejiang Province (LGF18F030003), Ningbo Natural Science Foundation (2017A610138).