Published: 18 September 2015

Rolling element bearings fault diagnosis based on CEEMD and SVM

Tao-tao Zhou1
Xian-ming Zhu2
Yan Liu3
Wei-cai Peng4
1, 2, 3, 4National Key Laboratory on Ship Vibration and Noise, China Ship Development and Design Center, Wuhan 430064, China
Corresponding Author:
Tao-tao Zhou
Views 71
Reads 42
Downloads 1266

Abstract

According to the nonstationary characteristics of rolling element bearing fault vibration signal, a fault diagnosis method of rolling element bearings based on Complementary Ensemble Empirical Mode Decomposition and support machine vector is proposed. The method consists of three stages. Firstly, CEEMD is used to decompose the rolling element bearings signal into several IMFs. Then, the IMF components containing main fault information was selected for constructing the faulty characteristic vector. Secondly, PCA is used to reduce the feature vector dimensions. Finally, the GA-optimized SVM is employed for rolling element bearings fault diagnosis. The presented method is applied to the fault diagnosis of rolling element bearings, and testing results show that the GA-optimized SVM can reliably separate different fault conditions, which has a better classification performance compared to the BP neural networks.

1. Introduction

By reducing costs and decreasing the repair time, condition based maintenance becomes an efficient strategy for modern industry [1]. Rolling element bearings are one of the essential components in most of the machinery [2]. It directly influences the operation of the whole machinery. The majority of the problems in rotating machines are caused by faulty bearings. Faults which typically occur in rolling element bearings are usually caused by localized defects in the outer-race, the inner-race, or the rollers. Such defects generate a series of impact vibrations every time a running roller passes over the surfaces of the defects. Therefore, it is significant to be able to accurately and automatically detect and diagnose the existence and severity of the faults occurring in the bearings. Since vibration signals carry a great deal of information representing mechanical equipment health conditions, the vibration based signal processing technique is one of the principal tools for diagnosing bearing faults [3, 4].

Typically, a fault diagnosis system containing two steps, the first step is to extract fault features by signal processing; the second step is to diagnose the faults by the characteristic information obtained in the first step. With the signal processing techniques, faulty characteristic information can be extracted from the vibration signals [5]. Considering the nonstationary of the rolling element bearing vibration signal, the time frequency analysis methods such as wavelet transform (WT) [6, 7] and Empirical Mode Decomposition (EMD) [8] were used for processing the complex signal. EMD method introduced by Huang et al. is an innovative time-series analysis tool in comparison with traditional methods such as Fourier methods, wavelet methods, and empirical orthogonal functions. A nonstationary and nonlinear signal will be decomposed into several IMF components by the sifting process of EMD. The result is a set of very nearly orthogonal functions and the number of functions in the set depends on the original signal [9, 10]. One of the primary weaknesses of EMD method is the phenomenon of mode mixing, which is defined as either a single intrinsic mode function (IMF) containing signals of widely different scales, or a signal of a similar scale existing in different IMF components. In order to overcome the shortcomings of EMD, A noise-assisted data analysis method called ensemble EMD (EEMD) was proposed by Wu and Huang [11] to restrain the mode mixing problem of EMD by adding white noise to the initial data. The resulting IMFs derived from EEMD, however, would inevitably be polluted by the added noise especially when the number of trials was in appropriate and this can be really true when reconstructing the original signal from the obtained IMFs. Recently, an enhanced EEMD algorithm called complementary EEMD (CEEMD) was proposed to improve the efficiency of the original noise assisted method by adding noise in pairs with plus and minus signs [12]. Compared with EEMD, the greatest advantage of CEEMD is an exact cancellation of the residual noise in reconstruction of the original signal when the results derived by CEEMD are the same as EEMD.

In recent years, SVM has been widely used in many research areas, such as face recognition, signal and image processing and fault diagnosis. SVM based classifiers have better generalization properties than ANN based classifiers. The efficiency of SVM based classifier does not depend on the number of features. This property is very useful in fault diagnostics because the number of features to be chosen is not limited, which make it possible to compute directly using original data without pre-processing them to extract their features. These advantages make SVM an excellent choice for the fault detection and localization applications [13]. Meanwhile SVM kernel function parameters selection problem is an important factor affecting the performance of classification ability, Genetic Algorithm (GA) was used for optimizing the kernel function parameters selection.

In this paper, CEEMD was used to extract fault features of rolling element bearings. In order to eliminate redundancy feature information, Principal Component Analysis (PCA) was used to reduce the dimension of the feature vectors. SVM kernel function parameters were optimized by GA. At last, SVM was selected for rolling element bearings fault condition identifying and its diagnosis ability was compared with BP neural networks.

2. CEEMD and SVM method

2.1. CEEMD method

CEEMD is proposed mainly with the aim to decrease the reconstruction error caused by the added white noise. In CEEMD white noise are added in pairs to the original data (i.e. one positive and one negative) to generate two sets of ensemble IMFs.

The CEEMD algorithm can be given briefly as follows [14].

(1) Add white noise series N(t) and -N(t) to the targeted signal S(t) as:

1
M1M2=111-1SN,

where: S is the original signal; N is the assisted noise; M1 and M2 are the signals added with positive and negative noise.

(2) Decompose the noise-added data series M1 and M2 using EMD, respectively, and two IMF series can be derived, where cij represents the jth IMF derived from the ith noise-added data.

(3) The final IMFs can be obtained by ensemble as:

2
cj=12ni=12ncij.

Then the targeted signal can be formed as St=i=1nci.

2.2. SVM method

SVM is a very useful technique for data classification and regression problems. SVMs were invented by Vladimir Vapnik [15]. SVMs have been used in many pattern recognition and regression estimation problems and have been applied to the problems of dependency estimation, forecasting, and constructing intelligent machines. SVMs have the potential to handle very large feature spaces, because the training of SVM is carried out so that the dimension of classified vectors does not have as a distinct influence on the performance of SVM as it has on the performance of conventional classifiers. That is why it is noticed to be especially efficient in large classification problems. Also, SVM-based classifiers are claimed to have good generalization properties compared to conventional classifiers, because in training the SVM classifier, the so-called structural misclassification risk is to be minimized, whereas traditional classifiers are usually trained so that the empirical risk is minimized.

For linearly separable data, it is possible to determine a hyperplane that separates the data leaving one class on each side of the hyperplane. This plane can be described by the Eq. (3):

3
f(x)=WTx+b=j=1nwjxj+b=0,

where WRn is a weight vector and b is a scalar. The vector w and the scalar b determine the position of the separating hyperplane.

Let us define the label yi associated to xi as yi= 1 if xi belongs to Class I, yi= –1 for Class II. A separating hyperplane satisfies the constraints fyi 0, if yi= +1 and fyi< 0, if yi= –1. If this inequality condition holds that is for linearly separable case optimal hyperplane is found by solving the following convex quadratic optimization problem:

4
minimize γ=ω2/2,
subject to yiWTxi+b1.

For non-linear classification problem, the linear boundary in the input space is not enough to separate the two classes properly. Nonlinear mapping is used to generate the classification features from the original data. The non-linearly separable data to be classified is mapped by using a transformation φ(x) onto a high-dimensional feature space, where the data can be linearly classified or separated. A kernel function is used to perform the transformation. Among the kernel functions in common use are linear functions, polynomials functions, radial basis functions multi layered perceptron and sigmoid functions.

3. Rolling element bearings fault diagnosis method

Rolling element bearings fault diagnosis method based on CEEMD and SVM is showed as follows:

(1) Decomposing the original signal into several IMF components by CEEMD, and then selecting the IMF components containing the main fault information;

(2) Calculating the characteristics factor of the IMF components, total energy Ej, kurtosis Kj, form factor Xsf, peak factor Xcf:

5
Ej=-+cjt2dt,Kj=Ex-μ4/σ4,Xsf=xrms/μ,Xcf=xp/xrms.

(3) Constructing the feature vector P by the total energy Ej, kurtosis Kj, form factor Xsf, peak factor Xcf, P=Ej,Kj,Xsf,Xcf.

(4) Normalizing the feature vectors in order to reduce the interference to SVM caused by the large differences in data.

(5) Using principal component analysis (PCA) method for feature vector dimensions reduction, eliminating data redundancy and shortening the calculation time.

(6) The RBF kernel functions and one-to-one multi-classification method are selected for SVM classification. Because in most cases, they proved to be better than other kernel functions and multi-classification structures.

(7) GA-optimized kernel functions parameters and penalty factor are used for SVM training.

4. Applications

The ball Bearings test data for normal and faulty Bearings is provided by Case Western Reserve University Bearings Data Center [16]. Experiments are conducted using a 2 hp Reliance Electric motor, and acceleration data is measured at locations near to and remote from the motor Bearings.

As shown in Fig. 1, the test stand consists of a 2 hp motor (left), a torque transducer/encoder (center), a dynamometer (right), and control electronics (not shown). The test bearings support the motor shaft. Motor Bearings are seeded with faults using electro-discharge machining (EDM). Faults ranging from 0.007 inches in diameter to 0.040 inches in diameter are introduced separately at the inner raceway, rolling element (i.e. ball) and outer raceway. Faulted Bearings are reinstalled into the test motor and vibration data is recorded for motor loads of 0 to 3 horsepower (motor speeds of 1797 to 1720 RPM). Vibration data is collected using accelerometers, which are attached to the housing with magnetic bases. Accelerometers are placed at the 12 o’clock position at both the drive end and fan end of the motor housing. During some experiments, an accelerometer is attached to the motor supporting base plate as well. In this application, the two typical conditions 1730 RPM and 1772 RPM are selected for the proposed method verification.

Fig. 1Schematic diagram of the Bearings testing setup

Schematic diagram of the Bearings testing setup

The vibration signal is decomposed into 13 IMF components and a residual component (RES) by CEEMD. In Fig. 2, the first figure is the original signal, the remaining are 13 IMF components and a residual component. Limitations of space prevent us from covering all the fault conditions, only give the CEEMD decomposition result of ball defects condition in 1772 RPM. The IMF components containing the key information are selected and then arrange them from low frequency to high frequency, c1(t), c2(t),…, c5(t). After that the fault feature vectors are calculated by foregoing Eq. (5).

In this experiment, there are four fault conditions consisting of Normal Bearings running condition, Inner-race defect, rolling element defect, and Outer-race defect. And 40 samples are selected for training, including 10 normal running samples, 30 samples of failures, and 40 samples for testing (10 in each case). A 20 dimensions feature vector is constructed by the total energy Ej, kurtosis Kj, form factor Xsf and peak factor Xcf in the five IMF components. In order to eliminate data redundancy and reduce computing time, PCA is used for feature vectors dimension reduction. After that, the feature vector of condition 1 (1730 RPM) and condition 2 (1772 RPM) are reduced to five-dimensional feature vectors.

When establishing SVM classification models, kernel function and its parameters puzzle SVM users. Radial Basis Function is selected as kernel function due to it has better generalization ability. GA is used for optimizing kernel functions parameters and penalty factor selecting. In the BP neural networks, input layer neuron number m is 5, output layer neuron number n is 4, the hidden layer neuron number is determined by the empirical formula l=m+n+α and α is generally between (1, 10). So the hidden layer neuron number is set as 8. Then the feature vectors are employed for classification models training.

Fig. 2The CEEMD decomposition results of vibration signal of rolling element bearings with rolling element defect in condition 2 (1772 RPM)

The CEEMD decomposition results of vibration signal of rolling element bearings  with rolling element defect in condition 2 (1772 RPM)

5. Results and discussion

SVM and BP neural networks are adopted for rolling element bearings fault classification in the two conditions respectively, and the results are shown in Table 1.

Table 1The diagnosis results of SVM and BP neural networks in two conditions

Work condition
Diagnosis model
Accuracy
Time (s)
Condition 1 (1730 RPM)
Support vector machine
100 %
1.35
BP neural networks
98 %
1.82
Condition 2 (1772 RPM)
Support vector machine
97 %
1.30
BP neural networks
94 %
1.85

The classification results of SVM and BP neural networks in the two working conditions were showed in the Table 1, including diagnosis accuracy and time. The diagnostic results reach a high accuracy with all of it are higher than 94 %, at the same time, the computing speed is fast with the diagnostic time is less than 2 seconds. Then, the experimental results between SVM and BP neural networks are compared. We can found that the GA-optimized SVM performance better than BP neural networks on not only diagnostic accuracy but also diagnostic time.

The CEEMD method is an adaptive method to analyze instability and nonlinearity that can decompose the vibration signal into several IMF components. The characteristic frequencies of different bearing faults are in different IMF components or different faults conduce to variable feature such as energy or kurtosis in IMF components. PCA method could reduce feature vector dimensions and decrease diagnostic time. The GA-optimized SVM clearly perform better than BP neural networks, which is widely recognized by scholars.

However, in the real world rolling element bearing fault diagnosis, CEEMD is a noise aided method that the CEEMD decomposition results may be disturbed by the noise in the vibration signal. At the same time, the noise affects the CEEMD parameter selection. This might to be a problem when the method used in the real world. Further investigation should be done to decrease the influence of the noise, maybe the denoising method is a solution.

6. Conclusions

In this paper, a novel method for fault diagnosis of rolling element bearings based on CEEMD and SVM is presented. In order to detect the bearing fault occurrence, the improved EMD is employed for decomposing the vibration signal into IMF components, through Fast Fourier transform of the IMF components we can find the faulty characteristic frequency of rolling element bearings. The energy, kurtosis, form factor and peak factor of the IMF components containing main fault characteristic are calculated for constructing the feature vector, and PCA was adopted for feature vector dimensions reduction. Finally, GA-optimized SVM method and BP neural networks are used for fault recognition. The application analysis results indicate that fault feature extracted by CEEMD is effective; PCA can reduce the computational complexity of the data; compared with BP neural networks, SVM not only has better diagnosis accuracy, but also saves the processing time for rolling element bearings diagnosis.

References

  • Peng Z. K., Chu F. L. Application of the wavelet transform in machine condition monitoring and fault diagnostics: a review with bibliography. Mechanical Systems and Signal Processing, Vol. 18, 2004, p. 199-221.
  • Sui W. T. Study on the Feature Extraction and Diagnosis for Surface Damage of Rolling Element Bearings. Dissertation Theses, Shandong University, 2011.
  • Lei Y. G., et al. Fault diagnosis of rotating machinery based on a new hybrid clustering algorithm. International Journal of Advanced Manufacturing Technology, Vol. 35, 2008, p. 968-977.
  • Zarei J., Poshtan J. An advanced Park’s vectors approach for bearing fault detection. Tribology International, Vol. 42, 2009, p. 213-219.
  • Liu B., Riemenschneider S., Xu Y. Gearbox fault diagnosis using empirical mode decomposition and Hilbert spectrum. Mechanical Systems and Signal Processing, Vol. 20, Issue 3, 2006, p. 718-734.
  • Purushotham V., Narayanan S., Prasad S. A. N. Multi-fault diagnosis of rolling bearing elements using wavelet analysis and hidden Markov model based fault recognition. NDT&E International, Vol. 38, 2005, p. 654-664.
  • Li N., et al. Mechanical fault diagnosis based on redundant second generation wavelet packet transform, neighborhood rough set and support vector machine. Mechanical Systems and Signal Processing, Vol. 28, 2012, p. 608-621.
  • Wu F. J., Qu L. S. Diagnosis of subharmonic faults of large rotating machinery based on EMD. Mechanical Systems and Signal Processing, Vol. 23, 2009, p. 467-475.
  • Huang N. E., et al. The Empirical mode decomposition and the Hilbert spectrum for nonlinear and nonstationary time series analysis. Proceedings of the Royal Society of London, Vol. 12, 1998, p. 903-995.
  • Huang N. E., Shen Samuel S. P. Hilbert-Huang Transform and Its Applications. World Scientific Publishing, Singapore, 2005.
  • Wu Z., Huang N. E. Ensemble empirical mode decomposition: a noise assisted data analysis method. Advances in Adaptive Data Analysis, Vol. 1, 2009, p. 1-41.
  • Yeh J. R., Shieh J. S. complementary ensemble empirical mode decomposition: a novel noise enhanced data analysis method. Advances in Adaptive Data Analysis, Vol. 2, Issue 2, 2010, p. 135-156.
  • Hsu C., Lin C. J. A comparison of methods for multi-class support vector machines. IEEE Transactions on Neural Networks, Vol. 13, Issue 2, 2002, p. 415-425.
  • Zheng J. D., Cheng J. S., Yang Y. Modified EEMD algorithm and its application. Journal of Shock and Vibration, Vol. 32, Issue 21, 2013 p. 21-26.
  • Vapnik V. The Nature of Statistics Learning Theory. Springer Verlag, New York, 1995, p. 20-60.
  • http://csegroups.case.edu/bearingdatacenter/pages/download-data-file.

About this article

Received
Accepted
19 August 2015
Published
18 September 2015
SUBJECTS
Fault diagnosis based on vibration signal analysis
Keywords
fault diagnosis
complementary ensemble empirical mode decomposition
principal component analysis
genetic algorithm
support vector machine