Abstract

In order to identify the fault of rotating machine effectively, a new method based on the morphological filter optimized by particle swarm optimization algorithm (PSO) and the nonlinear manifold learning algorithm local tangent space alignment (LTSA) is proposed. Firstly, the signal is purified by the morphological filter; the filter’s structure element (SE) is selected by PSO method. Then the filtered signals are decomposed by the empirical mode decomposition (EMD) method, and the extract features are mapped into the LTSA to extract the character features; then the support vector machine (SVM) model is used to achieve the rotating machine fault diagnosis. The proposed method is evaluated by vibration signals measured from bearings with faults. Results show that the method can effectively remove the noise and extract the fault features, so the rotating machine fault diagnosis can be achieved effectively.

1. Introduction

Rotating machinery is widely used in industry. Unexpected machine faults could cause unscheduled downtime and loss. So it is very important to diagnose the fault of the rotating machinery [1]. To diagnose the fault, we should take three main steps: (1) the collection of the fault signals of the machine, (2) the extraction of the fault features though signal processing methods, and (3) condition identification and fault diagnosis. In this research, we choose the vibration signals to identify the faults. However, the vibration signals, collected by a sensor, are often severely polluted by various noises, for example, the background noise presented in the measurement device, and the interfering vibrations generated by other mechanical components which are of no significance for condition monitoring [2]. The noise can seriously affect the results, so we need to remove it. There are many methods for filtering the noise, but they have different shortcomings [3]. This paper uses the morphological filter to remove the noise [4]. It can decompose the original signal into several physical parts according to certain geometric characteristics. The people who first introduced morphological filter into fault diagnosis of rotating machinery were Nishida et al. [5]. To construct the filter, we should first select the filter’s structure element (SE); SE can decide the shape of the filter and determine the performance of morphological filter, so many researches had been done to select the optimal SE. In this paper, the SE is chosen through PSO algorithm to optimize the SE and construct an effective morphological filter.

After removing the noise, the EMD method is used to decompose the signal and the Shannon entropy of the intrinsic mode function (IMF) is used to extract the features; however, the extracted features remained high-dimensional and has the characteristic of nonlinear, so we need to reduce the dimensionality in order to extract the feature and diagnose the fault of the rotating machine [6]. In this paper a new fault feature extraction method LTSA [7] is used. Through LTSA we can observe high-dimensional nonlinear data sets directly [8]. It can be used as a preprocessing method to reduce high-dimensional data into more easily handled low-dimensional data, so it has been used in many fields, such as face recognition, character recognition, and image recognition [9]. After the features are treated by the LTSA, the SVM model [10] is used to achieve the bearing fault diagnosis.

The rest of this paper is organized as follows. In Section 1, the morphological filter is described and the character of it is discussed. The PSO algorithm is proposed to optimize the SE. In Section 2, the theory of LTSA is described. In Section 3, the proposed method is validated by practical examples. Then, we conclude this work in Section 4.

2. Optimized Morphological Filter for Noise Removing

The main characteristic of morphological filter is that it can keep the phase and amplitude while filtering the signal; the whole work is done in the time domain and is compared with other methods such as Fourier transform and the wavelet transform; this calculation is simpler [11]. To deal with the signal only the calculation of adding and subtracting is done. The performance of the transformation is decided by the SE and the corresponding transformation operations.

2.1. The Fundamental Theory of Morphological Filter

Morphological filter with functional SE for one-dimensional time series data was first presented by Maragos and Schafer [12] in 1987; it requires less computational time than other traditional filters. Through constantly moving the SE to match the signal, the purposes of denoising can be achieved. The transformation consists of four basic operations: erosion, dilation, opening, and closing operation. The operations between two sets and of numbers are defined as follows:

In formula, , symbols correspond to the dilation and erosion operations. Erosion means to filter the noise in the internal of the signal. The dilation has the role of extending the signal. The opening and closing operations are defined as follows:

In formula, , symbols correspond to the opening operation and closing operation. But the erosion operation can remove all structures that do not accommodate with the SE and can cause the contraction of the other structures which may contain useful information. So the operation of dilation can resume those structures which contain useful information.

2.2. Design of Morphology Filter

Supposing the original signal is a discrete function defined on boundary and the structural element is a discrete function defined on boundary, form of open-closing and close-opening filters is

The morphological filter removes the positive and negative noise by constructing a form of open-closing and close-opening operation. But the opening operation leads to the contraction of the output of the open-closing operation and the closing operation leads to the expansion of the output of the close-opening operation, so there is something wrong with the value, which directly affect the denoising effort of the filter. In order to avoid this problem, we construct the nonlinear filter in the following form:

In this research, the PSO algorithm is used to choose the amplitudes of the SEs.

There are various kinds of SEs, such as flat SE, triangular SE, and semicircular SE [13]. The size of the SE relies on the period length of the noise, so the size of the SE is chosen from 3 to (), where is the estimated length of the noise period [4].

2.3. The Optimization of Morphological Filter

Now there are many optimal algorithms, for example, genetic algorithm (GA), ant colony algorithm, particle swarm optimization algorithm (PSO), and so on. PSO is a population based algorithm developed in 1995 [14, 15]; it is based on the theory of swarm intelligence which is similar to GA but it searches the optimal particle in the whole space and does not achieve optimization through evolution. Compared with the GA and ant colony, the PSO is easy to implement and is an effective global optimization algorithm. PSO searches the space in the -dimension through the change of the position and the speed to find the optimal solution of the current population. Therefore, we choose the PSO to optimize the SE of the morphological filter. Each individual (particle) adjusts its flight speed and position according to the following formula: where “” represents the -dimension. The subscript “” represents the -dimension. The subscript “” represents the generation. The represents the weight which has a great influence on the performance of optimizing, the larger value of the can help the PSO avoid the local minimum value but may cause local oscillator, and the smaller value of the can help the PSO concentrate accurately but may be too slow to achieve the result. So we change the way to construct the as follows:where , , respectively, represent the maximum and minimum inertia weight.

, are learning factors; the represents the best flight speed in the memory location. The represents the best position of particle groups in the memory. , represent two independent random functions.

2.4. Determination of the Fitness Function

In order to obtain the optimized SE, a criterion should be built as the fitness function of the PSO. There is some relationship between the fitness function and the signal. The fitness function should be selected according to the characteristics of the fault signal and this process needs the criteria to be changed according to the optimization process. Therefore, the signal-to-noise ratio (SNR) is selected as the fitness function. The function is defined in the following form:where is the SNR function of the system, is the output of the filter, is the power spectrum of the output signal, and is the power spectrum of the noise signal.

The process of optimizing the SE based on the PSO is given as follows.(1)At the beginning of the optimization process, randomly initialize positions and velocities, pbest, gbest of the particles.(2)Set the parameters of SEs equal to the parameters of the particles’ positions.(3)Use the SEs to construct the morphological filters.(4)Use the morphological filters to remove the noise and get the filtered signal ; then use (7) to calculate the current fitness value of each particle.(5)Use the pbest to construct the morphological filter, calculate the fitness value , and compare the with . If is greater than , set the parameters of particle to the pbest.(6)Use the gbest to construct the morphological filter, calculate the fitness value , and compare the with . If is greater than , set the parameters of pbest to the gbest.(7)For each particle in the swarm, calculate positions , velocities using (5).(8)If the termination conditions have not been met, return to Step (3). Otherwise, end the loop.

2.5. Comparison among Different Methods

To evaluate the denoising efficiency of different methods, the comparison between the optimal morphological filter and other filtering techniques (i.e., the morphological filter of flat SE and the wavelet of Morlet) is carried out. The simulated signal is formulated as follows (the sampling frequency is 1000 Hz and the sampling time is 1 s):where is the sum of three harmonic waves , is , and is the Gaussian noise ( dB).

We use the following three methods to filter the signal: the optimal filter (the optimal size of the SE is 3, and the optimal amplitudes of the SE are (0.0032, 0.0151, 0.0031)); the morphological filter of flat SE (the size of the SE is 3, and the amplitudes of the SE are (0,0,0)); and the wavelet of Morlet (the optimal parameters and  Hz). Among them, the parameters of the PSO for optimizing the SE are set as the original position (0,0,0) and velocity (0,0,0), pbest (0,0,0), gbest (0,0,0), the population scale , the terminal interaction time , the inertia weight , , and the search space dimension . The obtained results are shown in Figure 1.

From the results we can conclude that the optimal morphological filter effectively extract the impulse signal and remove the noise. In contrast, the morphological filter of flat SE and the Morlet wavelet can eliminate most of the noise, but there is still a certain noise reserved. Therefore, we choose the optimal morphological filter to remove the noise.

3. Basic Concepts of Local Tangent Space Alignment

The basic idea of LTSA is to use the tangent space of sample points to represent the geometry of the local character. Then these local manifold structures of space are lined up to construct the global coordinates. Given a data set ,  , a mainstream shape of -dimension () is extracted. The LTSA feature extraction algorithm is as follows:(1)extracting local information: for each ,  , the Euclidean distance to determine a set of its neighborhood adjacent points ( nearest neighbors, e.g.) is used;(2)local linear fitting: in the neighborhood of data points , a set of orthogonal basis can be selected to construct the -dimension neighborhood space of and the orthogonal projection of each point can be calculated to the tangent space of ; is the mean data for the neighborhood; the orthogonal projection in the tangent space of neighborhood data of is composed of local coordinate that describes the most important information of the geometry of the ;(3)global order of the local coordinates: supposing the global coordinates of converted by the is , then the error iswhere the is the identity matrix, the is the unit vector, the is the points number of the neighborhood, and the is the transformation matrix; in order to minimize the error, the and should be found; then where the is the Moor-Penrose generalized inverse of ; supposing the let , , is a selected matrix from 0-1, and is global coordinates; their weight matrixthe constraint is (4)extract of the low-dimensional manifolds feature: since the is the eigenvalue of matrix , so the corresponding minimum eigenvectors matrix is composed of eigenvalue; Section 2 to section of matrix make of the . is the global coordinate mapping in the Mainstream form of low-dimensional transformed from the nonlinear high-dimensional data set of .

The method consists of four procedures sequentially: data processing and features extracting, merging of the original features, and constructing-training SVM model for fault diagnosis. The role of each procedure is explained as follows.

Step 1 (data processing and features extraction). The optimized morphological filter is used to filter the signal, and the EMD signal processing methods are used to extract the original features from the collected mass vibration data.

Step 2 (merging of the original features). The LTSA method is used to extract the typical features and reduce the dimension of the features. The extracted features are used for training the SVM model.

Step 3 (construct the SVM model). The SVM model is constructed. The rotating machine fault diagnosis is achieved.

The flowchart of the proposed method is shown in Figure 2.

4. Experimental Validation

The proposed method is applied to bearing fault signals obtained from the Case Western Reserve University [16]. The bearing type in the experiments is SKF 6205-2RS JEM. Experiments were conducted by using a 2 hp reliance electric motor. Bearings were seeded with faults by using electrodischarge machining. Faults were 0.021 inches in diameter and 0.011 inches in depth and were introduced at the inner raceway, rolling element (i.e., ball), and outer raceway. Motor speeds is set to 1797 RPM. Data were collected at 12,000 samples/second.

The parameters of the PSO for optimizing the SE are set to the following: the original position (0,0,0) and velocity (0,0,0), pbest (0,0,0), gbest (0,0,0), the population scale , the terminal interaction time , the inertia weight , , and the search space dimension . The curve of the PSO optimization process is shown in Figure 3.

The fault signals are mashed with a lot of impulse, random signals, and noise. In order to verify the denoising effect of the optimized filter, the fault signals of inner and outer rings were used to be denoised. Filtering results are shown in Figures 4 and 5.

From the results we can get that Morlet wavelet can filter out some noise, but the effect is not very conspicuous; there is still some noise in the signal. The effect of the morphological filter of flat SE for denoising is better than the wavelet of Morlet. The optimal filter works very well in denoising and effectively shows the impact within and outside the bearing.

After the fault signals are filtered, 40 specimens are collected from each type of the three different faults; every specimen has 1024 points. The EMD method is used to decompose the filtered signals and the Shannon entropy of the IMFs works as the original features.

The LTSA algorithm is used to deal with the original features. It switches the features from high-dimensional to the low-dimensional space to construct the liner one-dimension characteristic curves of the faults. In this paper the parameters of the neighborhood factor equal 10 and the embedding dimension equals 3. To demonstrate the superiority of the LTSA in this paper, the PCA was used. Figure 6 illustrated the result of the signal not purified by morphological filter and use of the LTSA to extract the original features and Figure 7 illustrated the result of the purified signal and use of the PCA to extract the original features, while using the purified signal and the LTSA to extract the original features in Figure 8.

It can be seen from Figure 6 that because of the effect of the noise, the LTSA analysis result is not very good; it cannot extract the typical features of the faults effectively. So it is necessary to remove the noise firstly.

It can be seen from Figure 7 that the effect of clustering the data types based on the purified signal and the PCA analysis is also not very good. The main reason is that the PCA analysis is mainly for the linear data; while dealing with the nonlinear data, it cannot work effectively.

From Figure 8, we can get that the combining of the purified signal and the LTSA can work well in clustering the data types and extracting the features effectively.

Then the extracted features are input into the SVM to train the model and recognize the fault states (with penalty factor set to 100 and nuclear parameter is set to 0.1) and the BP neural network (with the learning rate of the neural network 0.01; the iteration number is 2000; the training error is 0.001; the hidden number ). The comparison results are shown in Table 1.

From Table 1 we can see that the SVM can better identify and approach the sensitive features. So the choice of SVM to determine the bearing running states can effectively improve the recognition accuracy.

A comparison between the training and test time loss of different methods is implemented.(1)The vibration data is filtered by the optimized morphological filter, and the EMD Shannon entropy is used to extract the typical features, the extract features are direct input into the SVM, without the LTSA dimension reduction.(2)The vibration data is filtered by the optimized morphological filter, and the EMD Shannon entropy is used to extract the typical features; the features are processed by LPP to reduce the dimension; then the extracted features are input into the BP neural network.(3)The proposed method in this research.

The comparison results are shown in Table 2.

From Table 2 we can see that, after the dimension reduction, the recognition speed of SVM improved significantly. The time loss of the proposed method is the shortest; the reason is that the proposed method uses the LTSA to extract the typical features to make sure the SVM can efficiently deal with the fault.

5. Conclusion

(1)This research proposed uses the optimized morphological filter to purify the signal, so as to extract the character features effectively from background noise more than other methods.(2)The manifold learning method LTSA is used to reduce the dimension and data redundancy of the entropy features.(3)In order to more accurately identify the bearing running state, the SVM is used to achieve the bearing fault diagnosis.(4)Despite the different comparisons we can see that the proposed method makes good use of the advantage of all parts and together to obtain a better recognition accuracy and efficiency.

Conflict of Interests

The authors declare that there is no conflict of interests regarding to the publication of this paper.

Acknowledgments

This research is supported by the National Natural Science Foundation of China (nos. 51405047, 51275546, and 51405048), Natural Science Foundation Project of CQ cstc2013jcyjA70012. China Postdoctoral Science Foundation funded this research, Project no. 2014M552316. The authors are grateful to the anonymous reviewers for their helpful comments and constructive suggestions.