Abstract

In this paper, a novel model for fault detection of rolling bearing is proposed. It is based on a high-performance support vector machine (SVM) that is developed with a multifeature fusion and self-regulating particle swarm optimization (SRPSO). The fundamental of multikernel least square support vector machine (MK-LS-SVM) is overviewed to identify a classifier that allows multidimension features from empirical mode decomposition (EMD) to be fused with high generalization property. Then the multidimension parameters of the MK-LS-SVM are configured by the SRPSO for further performance improvement. Finally, the proposed model is evaluated through experiments and comparative studies. The results prove its effectiveness in detecting and classifying bearing faults.

1. Introduction

As a basic component, widely, rolling bearing is used in rotating machinery [1]. Rotating machinery is generally in the state of heavy work. Seriously, equipment performance is affected by bearing failure and even damaged [2]. Therefore, it is necessary to study the fault diagnosis of bearing. Intelligent diagnosis does not require people to wait beside the equipment that runs for a long time. It is suitable for monitoring areas that are in harsh environmental conditions, are sparsely populated, and are not suitable for long-term residential areas. Dong-yang Dou pointed out that, commonly, intelligent diagnostic methods include the K-Nearest Neighbor (KNN) algorithm, Probabilistic Neural Network (PNN), particle swarm optimization (PSO) optimized support vector machine (PSO-SVM), and a Rule-Based Method (RBM) based on the MLEM2 algorithm and a new Rule Reasoning Mechanism (RRM) [3]. RBM has the shortest time in the calculation process; relatively, the identification accuracy is low. It takes a long time in the training process of particle swarm optimization algorithm [3]. However, the PSO-SVM model takes a short time in the recognition process, and the time spent in the training process is not concerned. Moreover, its recognition accuracy is high. In terms of fault diagnosis, the PSO-SVM model has a high accuracy which is satisfied by our requirements in the process of fault identification.

As shown in Figure 1, the fault identification accuracy of the support vector machine is mainly affected by the sample feature information and its parameters. The signal can be decomposed by empirical mode to obtain the intrinsic modal function (IMF). In terms of feature extraction, Chen et al. proposed that vibration signals could be decomposed by EMD to obtain the entropy of IMF as the feature vector [4]. Zhu et al. proposed that hierarchical entropy (HE) was calculated through multiscale entropy as the feature vectors [5]. The limitation of fault diagnosis is a single fault signal, and multifeature fusion information is richer [6]. Yu et al. proposed a fault diagnosis method based on multisensor information [7]. Multisensor signal acquisition is considered to be more comprehensive in perceptual cognition, but it is necessary to design the location of sensor installation. When a sensor is used to obtain the vibration signal of the bearing, it shall be installed as close to the bearing as possible. In general, for multisensor information fusion methods, it is considered very difficult to determine the location of each sensor. Xiang and Cen proposed an entropy fusion method based on kernel principal component analysis (KPCA). Firstly, the energy entropy of IMF and the singular entropy of IMF were obtained by EMD of the signal, and then the entropy value was fused by KPCA to obtain the feature vectors [6]. Compared with multiposition sensors, multientropy fusion can obtain comprehensive information without complicated sensor measurement system.

For rolling bearings, the speed varies slightly under different loads. Classification accuracy is what we care about. Generalization is required to provide better performance for SVM. In this paper, firstly, the energy entropy of IMF and the arrangement entropy of IMF are obtained through EMD theory in signal. Secondly, the feature matrix IMF’s energy entropy and IMF’s permutation entropy are fused through PCA to obtain the feature matrix. More comprehensively, the method can describe the bearing fault information, and it makes the SVM have better performance.

The classification accuracy of SVM is limited by kernel parameters, weights between different kernel functions, and penalty factors [8]. Traditional parameter optimization methods have poor convergence and cannot guarantee the maximum optimal solution, including trial and error, grid search, and gradient descent [9]. Zhang et al. proposed to optimize the SVM parameters by intercluster distance (ICD) in the feature space [9]. ICD combines grid search and multiple cross-validation. The method is cumbersome and the convergence is questionable in that Particle swarm optimization (PSO) algorithm is a kind of global random search optimization algorithm, which is easy to implement and has the advantages of low computation demands [10]. It is widely used for optimizing SVM [8, 1113]. Zhu et al. optimized SVM by PSO [5]. Wu Deng optimized SVM by improved PSO [14]. In order to obtain better convergence effect, Chen et al. proposed to optimize SVM parameters through chaotic PSO [4], which effectively improved the training process. However, due to the high degree of nonlinearity involved in modeling multidimensional problems, there are still significant problems in obtaining efficient SVMs for fault identification.

LS-SVM is very suitable for solving small-sample, nonlinear, and high-dimensional problems. However, for solving nonlinear problems, in particular, the classification results of SVM are limited by the selection of kernel functions. Therefore, in order to verify the effectiveness of bearing diagnosis, a novel intelligent bearing diagnosis method is proposed by combining the advantages of empirical mode decomposition, multifeature, SRPSO algorithm, and least square support vector machine.

In this paper, the parameters of MK-LSSVM are optimized by the algorithm of SRPSO to obtain better performance. The fundamental of multikernel least square support vector machine (MK-LS-SVM) is overviewed to identify a classifier that allows multidimension features from empirical mode decomposition (EMD) to be fused with high generalization property. Then the multidimension parameters of the MK-LS-SVM are configured by the SRPSO for further performance improvement. Finally, the proposed model is evaluated through experiments and comparative studies. In the second section, different feature vectors, their fusion methods, and problems in LSSSVM and their parameters to be optimized are introduced. In the third part, the SRPSO algorithm is introduced, which includes the establishment of an objective function for fault identification. The fourth part is the fault diagnosis of the bearing. By fault diagnosis, this way, which is the SRPSO based multikernel LSSVM, is effectively proved to improve the accuracy. In the last section, the method is summarized.

2. Support Vector Machine Based Identification

2.1. Multikernel LSSVM

In fault diagnosis practice, it is usually difficult to obtain sufficient fault samples [5] for developing an intelligent system. Support vector machine can effectively classify small-samples and nonlinear signals and is widely used in mechanical fault identification [14]. The traditional classification recognition method is a combination of many binary classification support vector machines and requires large-scale training to learn [5]. Least square support vector machine (LS-SVM) based on statistical theory and minimal risk structure can be trained with less samples and avoid overfitting, with high generalization accuracy [5, 8, 11, 15]. The kernel of the polynomial kernel function in the kernel of the support vector machine has a strong generalization ability, but the learning ability is weak.

For rolling bearings, the values of speed may have a small difference under different loads. Classification accuracy is what we care about. Generalization is required to provide better performance for SVM. The Gaussian radial basis function kernel is a local kernel, and the learning ability is good, but the generalization ability is weak. Combining with the merits of these kernel functions allows a multikernel least square support vector machine (MK-LS-SVM) [10] to be developed. The basic idea of the support vector machine is to classify the samples by nonlinear function space to high-dimensional spatial mapping so that the samples are classified according to different attributes [16], as shown in Figure 2.

Least squares support vector machine nonlinear estimation:where is a kernel function, b is an offset, and is the weight.

Gaussian radial basis function kernel:

The polynomial function kernel is defined as

The resulting kernel function is obtained:where is the ratio of Gaussian kernel to polynomial kernel, is the parameter for polynomial parameter kernel, and is the Gaussian kernel parameter.

2.2. Selecting the Feature Vector of MK-LSSVM

Due to the different environmental conditions, the rolling bearing signal is nonlinear, nonstationary signal. Traditional time domain analysis and frequency domain analysis are mostly suitable for linear stationary signals [2, 4, 17], while empirical mode decomposition (EMD) is more suitable for nonlinear, nonstationary signal feature extraction [1, 18, 19]. The IMF’s energy entropy and IMF’s permutation entropy are obtained by EMD of bearing failure data.(1)Let the signal be ① Permutation entropy reference [5]:The m-dimensional vector delay of signal :where is the embedded dimension and is the time delay. The -dimensional delay of is sorted in ascending order:When , take the order .The frequency of each arrangement isPermutation entropy:Energy entropy reference [18]:The signal can be obtained by the empirical mode decomposition of the intrinsic modal function:The energy of each intrinsic modal component is obtained:The sum of the energies of all intrinsic modal components:Percentage of each intrinsic modal component:Energy entropy:(2)Different speed will affect the bearing parts of the fault frequency and load changes. The entropy of the bearing under different rotational speeds is fused into the eigenvector. Feature fusion as shown in Figure 2 and its steps are as follows.The energy entropy and permutation entropy of the IMF are obtained by decomposing the vibration signal through empirical modeMark the serial number of the different fault typesUse the fault type serial number to mark the fault featureThe fault feature and its corresponding markings at different rotational speeds are merged as fusion feature vectors

3. Self-Regulating PSO Optimized MKLS-SVM for Fault Identification

3.1. Self-Regulating PSO

The American social psychologist James Kennedy and electrical engineer Kennedy and Ebenhart proposed the particle swarm optimization in 1995 [20]. The basic idea is to assume that there are groups of N particles in D-dimensional space, and the position and speed of each particle have been constantly updated.

The corresponding position of each particle in the D-dimensional space:

The corresponding velocity of each particle in the D-dimensional space:where the speed of each particle will be based on its own -generation previous speed (), self-awareness (), and social awareness () of three aspects of the update speed [21]. The velocity update of the particle in the generation in dimension satisfies:

The position update of the particle in the generation is satisfied:

In addition to each particle history best position,

Particle history global best position:

Velocity range is and position range is , where , is the inertia weight. , is the random number uniformly distributed between 2 [0, 1]. is the inertia weight, and the linear decreasing rate of each generation makes the convergence of the particle swarm optimization algorithm better [21]. represents the dimension of the particle.

Traditional particle swarm optimization algorithm because of the performance depends on the preset parameters and is therefore easy to fall into the local optimal [4]. In recent years, people can do this for the improvement can be divided into four categories: (a) based on the parameter setting algorithm, (b) based on neighborhood topology algorithm, (c) based on learning strategy algorithm, and (d) mixed type algorithm, which is based on learning strategies and mixed. Among them, the optimization of the type of algorithm is better [21]. As shown in Figure 3, based on the human cognitive psychology decision-making, the self-regulating particle swarm optimization algorithm introduces two strategies in the learning strategy. The first strategy is the setting of the inertia weight; that is, for the increase of the inertia weight of the optimal particles to accelerate the exploration of the optimal particles in the whole, and the rest of the particles are explored along the linearly decreasing inertia weight [21]. The second strategy is to select the search direction for the particles according to the self-cognition [21].

It is best for the particle to have the optimal search direction for its previous velocity direction and not to be influenced by self-cognition () and social cognition (). Besides the direction of other particles’ speed, the impact of self-cognition () and social cognition () on the speed has also to be considered. The ordinary particles are perceived by a uniformly distributed random number a of [0, 1] to the global search direction. The ordinary particles will choose the social cognitive direction according to the uniform distribution random number a and the set threshold . If the uniform random number a reaches the threshold , it is considered that the social cognition is chosen; otherwise it is considered to abandon the social cognition. The size of the threshold has a certain screening effect on the choice of social cognition. From the point of view of probability, the greater the value of , the smaller the effect of social cognition on ordinary particles. The smaller the value of , the greater the effect of nonholonomic optimal particles on social cognition. That is, the logical value of the self-cognition and social cognitive part of the global optimal particle is 0; the logical value of the self-cognition part of the other particles is 1; the social cognitive part is the logical value of 1 when the uniform distribution random number a satisfies the threshold ; and the logic value is zero when is not satisfied.

3.2. Implementation Steps

(1)Initialize the position and velocity of each particle.(2)Calculate the fitness value of each particle.(3)The initial particle position is set to the historical optimal position and the fitness value is compared to obtain the initial historical global optimal position .(4)Calculate the self-regulating inertia weight () of each particle.For the best particles,Other particles:where satisfies condition . is the initial value of the inertia weight. is the inertia weight termination value. is the number of iterations and is a constant that controls the acceleration rate.(5)Update the particle velocity and position.where , is the acceleration coefficient. , is the random number in the range of (0, 1). P is the particle social cognition:where is a random number and is the set threshold, typically 0.5.(6)Calculate the particle fitness value after updating the position.(7)Update the best position of each particle and the global best position of the particle swarm.(8)To determine if the end of the conditions is not met, the conditions are returned 4).

In this paper, r1, r2 is the random number in the range of (0, 1); c1 = 1.49445; c2 = 1.49445; λ = 0.5.

3.3. The SRPSO Optimized MKLS-SVM Model

SRPSO optimization MKLS-SVM fault diagnosis process shown in Figure 4. From formula (8) we can see that there are three parameters in the multikernel least squares support vector machine. Difficulty: Gaussian radial basis function kernel , polynomial function kernel parameter , and weight . The energy entropy and permutation entropy are obtained by empirical mode decomposition of the fault signals of bearings under different rotational speeds. The different entropy values at different rotational speeds are used as the eigenvectors of the signals for the training and testing of multikernel least squares support vector machines. SRPSO in CEC2005 for single-peak, basic multichannel, extended multichannel, and mixed type function test shows a better convergence [15]. The adaptive parameters of the multikernel support vector machine can be found by SRPSO. The appropriate parameters can reduce the SVM classification error ratio. The ratio of the correct number of SVM fault classification and the number of sample signals under different parameters are taken as the fitness target of particle swarm optimization algorithm. The self-regulating PSO can optimize the SVM parameters and can be realized by optimizing the fitness function values in the training samples. Finally, the test samples are entered into the trained SVM, and the classification accuracy of the test samples can be obtained.

4. Fault Detection

In order to verify the effectiveness of the proposed method, the experimental data of the Electrical Engineering Laboratory at Case Western Reserve University were selected [22], which have been explored by many researchers. The tested bearing was a drive end bearing Type 6205-2RS.

4.1. Experimental Data

The sampling frequency is 12,000 Hz. Defect dimensions for bearings are 0.021″, 0.014″, 0.021″, 0.028″. For each original collected signal that represents one working condition, the first 120,000 points (the sampling time is 10 s) were divided into 50 subsignals. Each subsignal contains 2400 points (sampling time is 0.2 s). A set of signals is composed of all subsignals in different environments. A sample is randomly selected in the set of vibration signals in various environments, as shown in Figure 5. The IMF of this sample is calculated through EMD, as shown in Figure 6.

As shown in Figure 6, comparing with other IMF components, it can be seen that the amplitude of the 7th to 8th IMF component is very small. Therefore, taking the first six IMF components is enough to express the original signal. The entropy value of IMF was obtained through EMD. Some entropy values are listed below:IMF’s energy entropy, as shown in Tables 14:

IMF’s permutation entropy, as shown in Tables 58.
4.2. Fault Detection

The process of SVM classification is influenced by its parameters. Generally, PSO is used as a method to optimize parameters. To do this, we need to compare the performance of PSO and SRPSO. The parameters of LSSVM are optimized by PSO, as shown in Figure 7(a). The parameters of LSSVM are optimized by SRPSO, as shown in Figure 7(b).

Figures 7(a) and 7(b) show that SRPSO has a good convergence for optimization of SVM parameters, and no more than 6 generations can be obtained to obtain the optimal solution, thus, selecting the update of the sixth passage.

The study was divided into three parts:(a)How the eigenvectors are obtained has been given. Firstly, the EE and PE of each subsignal are obtained through EMD, and then the entropy value is fused to form the eigenvector.(b)The model for fault identification has been obtained. The parameters of MK-LSSVM were optimized by SRPSO, and the theoretical model of MK-LSSVM to identify fault defects was constructed.(c)The defect of rolling bearing has been identified. The model is used for signal detection to complete the flaw detection of bearing signal.

In this paper, compared with other methods, the superiority of the proposed method is reflected. The first group is the method mentioned in the literature [5]. The second group is the method proposed in the literature [10]. The third group is IPSO-LSSVM. The proposed method is shown in group 4 [14].

Classification accuracy refers to the ratio of the number of correct classifications to the total samples. As can be seen from Table 9, the average classification accuracy of the SRPSO optimized MK-LSSVM proposed in this paper is 99.72%. It can be seen that the fault defect classification accuracy of SRPSO optimized MK-LSSVM is higher. The average recognition accuracy of type 1 is 97.75%. The average recognition accuracy of type 2 is 97.91–100%. Type 3 shows that the recognition accuracy of improved PSO optimized support vector machine under a single feature is 89.50%. The experimental results show that this method can improve the recognition accuracy of rolling bearing by SVM. Comprehensively, SRPSO optimized MK-LSSVM can extract the information of the signal.

5. Conclusions

Based on the analysis of the existing fault diagnosis methods, this paper proposes a SRPSO optimized MK-LSSVM. In this paper, the selection of support vector machine and the feature fusion of signal are given, and the parameters of MK-LSSVM are optimized by SRPSO. The actual results show that the integration of fault feature vectors can improve the adaptability of support vector machines. The optimized MK-LSSVM can obtain more intrinsic information in the signal through the SRPSO theory. Obviously, it has been improved that the classification accuracy was calculated by SRPSO optimized MK-LSSVM.

Data Availability

As for the data, it is put forward by the authors’ laboratory experiment table, which is a confidential data, so the authors are sorry for not being able to disclose the data.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This research was supported by the National Natural Science Foundation of China (51565046, 51965052, and 51865045) and Science and Technology Plan Project of Inner Mongolia Autonomous Region, China (KJJH007).