Next Article in Journal
Correction: Kudo, K. Localization Detection Based on Quantum Dynamics. Entropy 2022, 24, 1085
Next Article in Special Issue
Multi-Representation Domain Adaptation Network with Duplex Adversarial Learning for Hot-Rolling Mill Fault Diagnosis
Previous Article in Journal
Are Guessing, Source Coding and Tasks Partitioning Birds of A Feather?
Previous Article in Special Issue
Gear Fault Diagnosis Method Based on Multi-Sensor Information Fusion and VGG
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Bearing Fault Diagnosis Method Based on RCMFDE-SPLR and Ocean Predator Algorithm Optimizing Support Vector Machine

1
School of Information Science and Technology, Yunnan Normal University, Kunming 650500, China
2
The Laboratory of Pattern Recognition and Artificial Intelligence, Kunming 650500, China
3
Faculty of Information Engineering and Automation, Kunming University of Science and Technology, Kunming 650500, China
*
Authors to whom correspondence should be addressed.
Entropy 2022, 24(11), 1696; https://doi.org/10.3390/e24111696
Submission received: 8 October 2022 / Revised: 1 November 2022 / Accepted: 11 November 2022 / Published: 20 November 2022

Abstract

:
For the problem that rolling bearing fault characteristics are difficult to extract accurately and the fault diagnosis accuracy is not high, an unsupervised characteristic selection method of refined composite multiscale fluctuation-based dispersion entropy (RCMFDE) combined with self-paced learning and low-redundant regularization (SPLR) is proposed, for which the fault diagnosis is carried out by support vector machine (SVM) optimized by the marine predator algorithm (MPA). First, we extract the entropy characteristics of the bearings under different fault states by RCMFDE and the introduction of the fine composite multiscale coarse-grained method and fluctuation strategy improves the stability and estimation accuracy of the bearing characteristics; then, a novel dimensionality-reduction method, SPLR, is used to select better entropy characteristics, and the local flow structure of the fault characteristics is preserved and the redundancy is constrained by two regularization terms; finally, using the MPA-optimized SVM classifier by combining Levy motion and Eddy motion strategies, the preferred RCMFDE is fed into the MPA–SVM model for fault diagnosis, for which the obtained bearing fault diagnosis accuracy is 97.67%. The results show that the RCMFDE can effectively improve the stability and accuracy of the bearing characteristics, the SPLR-based low-dimensional characteristics can suppress the redundancy characteristics and improve the effectiveness of the characteristics, and the MPA-based adaptive SVM model solves the parameter randomness problem and, therefore, the proposed method has outstanding superiority.

1. Introduction

As a key transmission component in rotating machinery, rolling bearings are widely used in important fields such as metallurgy, chemical industry, aerospace, and so on, and are also one of the main sources of failure of rotating machinery in large equipment such as gas turbines, air compressors, and wind power generation units. The operating environment of this equipment is mostly high temperature, high speed, heavy load, etc., which greatly improves the failure rate of rolling bearings, and its working state also has a direct impact on the safety of mechanical equipment operation. Cerrada M. et al. [1] pointed out that nearly 40% of mechanical equipment faults are caused by bearing faults; therefore, research on fault characteristic extraction and fault diagnosis methods of rolling bearings is particularly important. Effective fault characteristic extraction strategies and reliable fault diagnosis models can improve the safety and reliability of mechanical equipment and reduce maintenance and repair costs.
Traditional linear and stationary signal analysis methods inevitably have some limitations in the analysis of non-stationary and nonlinear signals [2]. Entropy is a measure that monitors kinetic mutations and time series randomness, which can not only measure the randomness between different variables, but also has the characteristics of good stability and strong noise immunity. Therefore, the entropy method is very suitable for characteristic extraction and characteristic analysis of nonlinear non-stationary signals. The existing entropy characteristic extraction methods include permutation entropy (PE) [3], approximate entropy (AE) [4], sample entropy (SM) [5], fuzzy entropy (FE) [6], multiscale entropy (MSE) [7], multiscale fuzzy entropy (MFE), etc. In 2016, Rostaghi et al. [8] proposed dispersion entropy (DE), which can overcome the defect of the original entropy value and detect the change in noise bandwidth, frequency, and amplitude. In 2018, Hamed et al. [9] further proposed multiscale dispersion entropy (MDE), which is a fast signal complexity analysis method. Zhang et al. [10] extracted the MDE characteristics of the bearing and applied them to the identification of the type and degree of fault. However, the coarse-grained process of MDE has the problem of information loss. In 2017, Hamed [9] proposed refined composite multiscale dispersion entropy (RCMDE), and the coarse-grained information loss problem of MDE was improved. Azami [11] verified that RCMDE has higher stability and reliability than MDE through Gaussian white noise and 1/f noise and logic diagrams. Refs. [12,13,14] applies RCMDE to bearing fault diagnosis and achieves good results. However, the dispersion entropy only considers the absoluteness of the amplitude without considering the relativity; therefore, it is unable to evaluate the fluctuation of the signal. Therefore, the accuracy and stability of the entropy estimation of bearing fault characteristics can still be further improved. In 2021, Hong Yang et al. [15] proposed refined composite multiscale fluctuation-based dispersion entropy (RCMFDE), and it was used for the characteristic extraction of ship radiation noise in complex marine environments. It can be seen from the analysis that RCMFDE has good characteristic extraction performance; however, there are still shortcomings such as characteristic redundancy and high dimension. In addition, RCMFDE only now, for the first time, being used for bearing fault characteristic extraction, and its use will provide a good method reference for fault diagnosis.
In this paper, RCMFDE is applied to the extraction of bearing fault characteristics; however, the extracted entropy characteristics have high dimension, characteristic redundancy, and characteristic noise. Therefore, characteristic dimension reduction and characteristic selection are particularly important. Manifold learning is a nonlinear dimensional reduction method that can more accurately reflect the nature of things. Commonly used manifold learning methods are isometric mapping (ISOMAP), local tangent space arrangement (LTSA), locally linear embedding (LLE), linear local tangent space arrangement (LLTSA), etc. Chen [16] applied the ISOMAP algorithm to the selection of eigenvalues. Lu et al. [17] applied LTSA for characteristic fusion to reduce redundant characteristics in high-dimensional characteristic sets. Zhang et al. [18] applied the improved LLE to the fault diagnosis of bearing data. Chen et al. [19] applied LLTSA to the study of planetary gear degradation state recognition. However, in the manifold learning method described above, part of the local structure information is easily lost during the characteristic extraction process, which ultimately affects the expression ability of the extracted main manifold structure. Since the original local neighborhood graph is destroyed, the neighborhood matrix must be reconstructed, which increases the number of calculations and leads to a long calculation time [20]. In 2022, Li et al. [21] proposed self-paced learning and low-redundant regularization (SPLR), which effectively solved the problems of the above method. SPLR utilizes a self-paced learning framework to exclude outliers, while introducing regularization terms in the subspace space learning framework to select low-redundancy characteristics. SPLR considers both characteristic and data diversity, and preserves the local manifold structure of the data. Therefore, in this paper, SPLR is used to extract superior RCMFDE low-dimensional characteristics, and the redundancy of the entropy characteristics is reduced and the reliability is improved.
After obtaining the fault entropy characteristic, it is also necessary to establish the correspondence between the entropy characteristic and the fault category through the classifier. Supervised learning refers to the machine learning method of learning predictive models from labeled data, in which classified learning is the most common supervised learning problem. Supervised learning is widely used in fault diagnosis, showing great advantages for marked sample data [22,23]. In common supervised learning methods, artificial neural networks can easily fall into local extreme value, and the speed of convergence is slow. The decision tree is prone to overfitting, ignoring correlations between attributes. Support vector machine (SVM) is a particularly powerful and flexible supervised learning model that analyzes data for both classification and regression [24], which has unique advantages in solving nonlinear and small-sample characteristic data. In addition, the SVM algorithm has good robustness and generalization, effectively avoiding local extreme value. Therefore, SVM has been widely used in fault diagnosis research, and SVM has also made remarkable achievements in other pattern recognition applications. Bie [25] uses resonance sparse signal decomposition and SVM to accurately identify the faults of gearboxes. Wang et al. [26] utilized integrated fault characteristics and support vector machines to provide both high-precision and fast fault detection. However, SVM also has some defects, such as that the diagnostic accuracy of SVM depends on the selection of kernel function and penalty parameters. Therefore, the optimization of SVM parameters is particularly important. Common parameter optimization algorithms include the genetic algorithm and particle swarm optimization algorithm. Genetic algorithm programming is complex, the search speed is slow, and the particle swarm algorithm will appear premature and easily fall into the local optimum. Compared with the traditional SVM optimization algorithm, in 2020, Faramarzi et al. [27] proposed the MPA algorithm to simulate the behavior between marine predators and prey. At present, MPA has been widely used in reservoir operations [28], frequency regulation in multi-microgrid systems [29], multilevel threshold image segmentation [30], and other fields. The MPA algorithm has faster convergence speed, stronger global search ability, and higher stability. Therefore, in this paper, MPA–SVM is used to establish the corresponding relationship between entropy characteristics and fault categories, and the accuracy of fault diagnosis has been greatly improved.
In summary, in order to solve the problems of bearing fault characteristics being difficult to accurately extract, high characteristic dimension, and low fault diagnosis accuracy, we propose a fault diagnosis method based on the RCMFDE-SPLR entropy characteristic set and MPA–SVM. Firstly, the entropy characteristics of bearings under different fault states are extracted by RCMFDE; then, a better entropy characteristic is selected by SPLR; finally, the fault characteristic set is fed into the MPA-optimized SVM model. The proposed method is applied to the experimental data analysis process of rolling bearing fault diagnosis, and the results show that the method can effectively and accurately distinguish the types of various working conditions. The innovations and contributions of this paper are summarized as follows:
(1) Aiming at the problem of information loss in the MDE coarse-grained process, a fine composite strategy is introduced to improve the stability of entropy characteristics. Aiming at the problem that the characteristic trend of RCMDE is ignored, the fluctuation distribution mode is introduced, and the accuracy of the entropy value is further improved;
(2) Aiming at the problem that the entropy characteristic dimension is too high and there is characteristic redundancy, we select effective low-dimensional characteristics through the latest and most effective SPLR. Those low-dimensional characteristics that are beneficial for identification are effectively retained, the burden of SVM fault diagnosis model is further reduced, and the computational complexity of the method is improved;
(3) A fault diagnosis method based on RCMFDE characteristic extraction, SPLR characteristic selection, and MPA–SVM is proposed, which improves the accuracy and effectiveness of mechanical equipment fault diagnosis.
The rest of this article is arranged as follows: in Section 1, the theory of refine composite multiscale fluctuations dispersion entropy is introduced; in Section 2, the theory of self-paced learning and low-redundant regularization is introduced; in Section 3, the marine predator algorithm and support vector machine theory are introduced; in Section 4, we describe the advantages of RCMFDE-SPLR characteristic optimization and the MPA–SVM fault diagnosis method in detail.

2. Refined Composite Multiscale Fluctuation-Based Dispersion entropy

2.1. Dispersion Entropy

Dispersion entropy simultaneously detects changes in bandwidth, frequency, and amplitude. The calculation time is also greatly shortened, and the anti-interference is strong, which can effectively reflect the fault characteristics of the bearing. The univariate time series with length N is expressed as:
x = x j j = 1 , 2 , , N
(1) Map x to y = y j j = 1 , 2 , , N y j ( 0 , 1 ) using the normal distribution function.
y j = 1 σ 2 π x j e t u 2 2 σ 2 d t
where u is the expectation; σ is the standard deviation.
(2) Map each y j to an integer in the range of [ 1 , c ] using a linear algorithm:
z j c = r o u n d c y j + 0.5
where r o u n d ( ) is the rounding function; z j c is the j-th element of the classification sequence z c .
(3) Use formula (4) to calculate the embedding vector.
z i m , c = z i c , z i + d c , , z i + ( m 1 ) d c i = 1 , 2 , , N ( m 1 ) d
z i c = v 0 , z i + d c = v 1 , z i + ( m 1 ) d c = v m 1
where m is the embedded dimension, d is the delay, and the total number of dispersion modes of z i m , c is c m .
(4) The probability of each dispersion mode r v 0 v 1 v m 1 is:
p r v 0 v 1 v m 1 = N ( r v 0 v 1 v m 1 ) N ( m 1 ) d
(5) According to Shannon’s definition of information entropy, the dispersion entropy E D ( x , m , c , d ) can be expressed as:
E D ( x , m , c , d ) = r = 1 c m p ( r v 0 v 1 v m 1 ) ln p ( r v 0 v 1 v m 1 )

2.2. Refined Composite Multiscale Fluctuation-Based Dispersion Entropy

Fluctuation dispersion entropy (FDE) is a normal cumulative distribution function (NCDF) map that calculates only the first-time scale. Multiscale fluctuation dispersion entropy (MFDE) is mainly based on FDE for the multiscale research of time series. However, the MFDE does not take into account that there is a certain relationship between the segmented data, and it is likely that the statistics will be lost and that there will be some deviation from the initial position. Compared with MFDE, the preprocessing process of raw data is further refined in RCMFDE. When the scale factor is τ , the original data are divided into several non-overlapping segments of length τ and the average of these segments is taken as the RCMFDE characteristic. The specific steps of RCMFDE are as follows:
Step 1: The k-th coarse-grained time series x k τ = { x k , 1 τ , x k , 2 τ , , x k , j τ } is calculated as follows:
x k , j τ = 1 τ b = k + τ ( j 1 ) k + j τ 1 u b , 1 j N τ , 1 k τ
Step 2: RCMFDE is defined as follows:
R C M F D E ( m , c , x , d , τ ) = q = 1 ( 2 c 1 ) m 1 p ( q v 0 v 1 v m 1 ) ln p ¯ ( q v 0 v 1 v m 1 )
p ¯ r v 0 v 1 v m 1 is the average value of the dispersion mode probability corresponding to the coarse-grained sequence, and the expression is as follows:
p ¯ r v 0 v 1 v m 1 = 1 τ k = 1 τ p k τ
where p k τ is the probability of the dispersion pattern corresponding to the k-th coarse-grained sequence at scale τ . The RCMFDE multiscale coarse-grained process is shown in Figure 1, where τ is set to 2.
RCMFDE averages multiple initial point positions, which can reduce the influence of initial point positions on entropy and avoid the loss of statistical information.

3. Self-Paced Learning and Low-Redundant Regularization

SPLR integrates a self-paced learning and subspace learning framework, and the redundancy of characteristics is constrained by two regularization terms and the local popular characteristics are retained. The SPLR algorithm parameters are shown in Table 1.

3.1. Self-Paced Learning Framework

In 2009, Bengio et al. [31] proposed curriculum learning. Based on this, M. Kumar et al. proposed self-paced learning (SPL) [32], for which the expression is as follows:
min w , v E ( w , v ; λ ) = v i L ( y i , g ( x i , w ) ) + f ( v i , λ )
where v i is the weight of x i , f ( v i , λ ) is a regularization term, and L ( y i , g ( x i , w ) is the loss function, which represents the residual between the true label y i and the predicted g ( x i , w ) .
SPLR integrates hybrid regularizers in a self-paced learning framework. Not only can the importance of samples be distinguished but, also, when the losses of samples x i and x j are small enough, their weights are set to 1, which tolerates small errors. The expression of the hybrid regularizer and the corresponding solution are as follows:
f M ( v ; λ , γ ) = γ 2 v + γ / λ , v * ( λ , γ ; l ) = 1 , i f l ( λ γ λ + γ ) 2 ; 0 , i f l λ 2 ; γ ( 1 l 1 λ ) , o t h e r w i s e

3.2. Low-Redundant Regularization

The learning framework of the low-redundancy subspace is as follows:
arg min W , H 1 2 X X H W F 2 + λ 1 t r ( S T W 1 W T ) s . t . W 0 , H 0 , W T W = E K
where the first term is the subspace learning framework, and the second term is the pairwise similarity regularizer. Based on the fact that similar samples existing in the original space should be similar when embedded in the subspace, the above objectives can be met by minimizing the following problems.
arg min W 1 2 i , j x i W x j W 2 2 z i j = t r ( W T X T L X W )
where, z i j is the similarity value between samples, L is the Laplace matrix, and D is the diagonal matrix. In combination with formulas (13) and (14), the expression of the low-redundancy subspace learning framework that preserves local manifold characteristics is as follows:
arg min W , H 1 2 X X W H F 2 + λ 1 t r ( S T W 1 W T ) + λ 2 t r ( W T X T L X W ) s . t . W 0 , H 0 , W T W = E K
In addition, a sparsity regularization term is added, and by taking advantage of the advantages of l 2 , 1 / 2 norm, the final objective function of the proposed algorithm is expressed as follows:
min W , H , v i = 1 n v i x i = x i W H 2 2 + = 1 n γ 2 v i + γ / η + λ 1 t r ( S T W 1 W T ) + λ 2 t r ( W T X T L X W ) + α W 2 , 1 / 2 1 / 2 s . t . 0 v i 1 , i = 1 , 2 , , n , W 0 , H 0 , W T W = I K
where α > 0 , λ 1 > 0 , and λ 2 > 0 are trade-off parameters and γ > 0 is an interval control parameter. The first and second terms in formula (16) are intended to maintain the global reconstruction information and mitigate the influence of noise to some extent. The third item is introduced to reduce redundancy between characteristics. The fourth item is for the preservation of local geometry. The fifth term aims to promote row sparsity of the projection matrix.

4. Adaptive SVM Model Based on Ocean Predator Algorithm

4.1. Support Vector Machine Theory

A small sample classification method maximizes the distance between different classes of samples on both sides of the hyperplane by constructing an optimal hyperplane. When using support vector machines to make correlation predictions, for a given training set, we always hope to get a regression modelsuch as f ( x ) = ω T φ ( x ) + b , so that f ( x ) is as close as possible to the actual value y , the weight vector w and the offset b are the model parameters to be determined, and φ ( x ) is a nonlinear mapping. The dual problem of SVM can be obtained by introducing a Lagrange multiplier:
max i = 1 m ( α ^ i α i ) y i j = 1 m ( α ^ j + α j ) ε 1 2 i = 1 m j = 1 m ( α ^ i α i ) ( α ^ j + α j ) K ( x i , x j )
where α i , α ^ i , α j and α ^ j are Lagrange multipliers; K ( x i , x j ) is the kernel function.
Solving formula (17) can obtain the SVM regression model:
f ( x , α ^ i , α i ) = i = 1 m ( α ^ i α i ) K ( x i , x j ) + b ^

4.2. Marine Predator Optimization Support Vector Machine

MPA is mainly inspired by the foraging strategies of marine predators—the optimal encounter strategies of Levy and Eddy motions and interactions between predator and prey. Levi’s flight includes random motions of small-step walks and occasional large-step long jumps, which can be accurately and deeply searched. Brownian motion can track and explore distant regions. MPA initializes the prey location by searching the spatial range:
X 0 = X min + r a n d ( X max X min )
where, X max and X min are the upper and lower limits of the search space, respectively; r a n d (   ) is a random number in the range of [0,1].
In view of the advantages of marine predator optimization algorithm, which is applied to the optimization process of SVM, and the flow chart of marine predator optimization support vector machine is shown in Figure 2. The specific steps are described as follows:
Step 1: Input the samples to the SVM;
Step 2: Set the algorithm parameters and initialize the population;
Step 3: Calculate the fitness value of prey matrix P, record the optimal position, and calculate the predator matrix E;
Step 4: According to the iteration stage, the predator selects the corresponding update method to update the predator position;
Step 5: Calculate the fitness value and update the optimal position;
Step 6: To solve the eddy current formation and FADs effects, the algorithm jumps out of the local optimal solution as much as possible during the iteration process;
Step 7: Determine whether the stopping condition is satisfied, if not, repeat steps 3~6, otherwise output the optimal result of the algorithm (c, g);
Step 8: Build a predictive model of the SVM and make predictions about the test set.

5. Experimental Analysis

5.1. Experimental Data and the Method of This Paper

In order to get closer to the slight stage of rolling bearing fault, the bearing data of Case Western Reserve University in the United States were used to verify the effectiveness and accuracy of the diagnosis method proposed in this paper. Figure 3 shows the rolling bearing experimental platform of Case Western Reserve University. In order to enhance the persuasiveness, for the selection of vibration signal, the influence of bearing fault type and fault degree were fully considered in the experiment. The sampling frequency of the data selected in the experiment was fs = 12,000 Hz, the bearing test speed was 1797 r/min, and the motor load (horsepower) was 0. These data are vibration data collected by the accelerometer. The accelerometer was placed on the drive end, fan end and base of the motor housing; therefore three different types of data were generated. The acceleration data of the driving end was selected for the experiment.
The experimental data specifically include vibration signals under four different working conditions (normal state, inner ring fault, outer ring fault, and rolling element fault). Table 2 details the label information of the experimental data. Among them, each group of fault data has 120,000 sampling points. Each sample takes 2000 sampling points, and each group of fault data has 60 samples. There are 10 groups of fault data with a total of 600 samples. A total of 1~60 are normal data; 61~120, 121~180, and 181~240 are inner ring fault data; 241~300, 301~360, and 361~420 are outer ring fault data; 421~480, 481~540, and 541~600 are the rolling element fault data. In this paper, a fault diagnosis method for RCMFDE-SPLR entropy characteristic optimization and MPA–SVM classifier is established. The process is shown in Figure 4. Specific steps are as follows:
Step 1: Under the condition that the sampling frequency fs is 12 k, 60 groups of vibration acceleration signals of 10 different working conditions are collected; 30 groups are selected as training samples under each working state, and the remaining 30 groups are used as test samples;
Step 2: Calculate the RCMFDE entropy values of the training and test samples through the RCMFDE algorithm, and combine them into the original high-dimensional fault characteristic set F 10 × 60 × τ , where τ is the scale factor;
Step 3: Compress the original high-dimensional characteristic set through the SPLR algorithm to obtain a low-dimensional sensitive characteristic vector F 10 × 60 × τ where d is the intrinsic dimension;
Step 4: The low-dimensional characteristic sets of training samples and test samples are input into the MPA–SVM multi-fault classifier to identify and diagnose the type of working condition.

5.2. Experiment Analysis of RCMFDE Characteristic Extraction

In a complex environment, the key of characteristic extraction is to obtain more representative target characteristic parameters. When the rolling bearing of the motor breaks down, the amplitude of the vibration signal will change correspondingly, and the entropy value can accurately identify this change. Therefore, it is necessary to introduce the concept of entropy. First, the vibration signal is multi-scaled to obtain the RCMFDE coarse-grained time series. The experiment intercepts the vibration signal of the bearing in normal state with a data length of 2000 and the vibration signal of the inner ring fault, outer ring fault, and rolling element fault with a fault size of 0.007 mm, and draws the original vibration signal spectrum and the RCMFDE coarse-grained sequence spectrum. Figure 5 is the spectrum of the original vibration signal, and Figure 6 is the spectrum of the RCMFDE coarse-grained sequence. In the figure, NOR, IRF, ORF, and BF represent normal signal, inner ring fault, outer ring fault, and rolling element fault, respectively. Among them, the scale factor of RCMFDE is τ = 3 , the sampling frequency is f = f s / 3 , that is, f = 4000 Hz, and the spectral bandwidth is 2000 Hz. It can be seen from the figure that the RCMFDE coarse-grained sequence spectrum is basically the same as the original vibration signal spectrum.
Then, we extract the RCMFDE entropy characteristic. Taking the first sample, NOR, as an example, Table 3 shows the extracted first 24-dimensional entropy characteristics. Figure 7 shows the analysis results of 10 groups of RCMFDE entropy characteristics with different working states. Figure 7a is a box diagram of the 24-dimensional entropy of the first fault data, which shows the range of entropy. The graph reflects the central position and dispersion range of 24-dimensional entropy features. The red mark in the figure indicates the outlier of the dimensional feature, that is, the value separated from other entropy values. The outlier of the first dimension data in Figure 7a corresponds to the value of Abscissa 1~60 of attrib1 in Figure 7b. Figure 7b shows the visualization of the entropy values in the first four dimensions, and the entropy values of 10 different working states are shown in each dimension. Among them, the abscissa represents the sample, and the ordinate is the entropy value. Every 60 samples represent a running state. Furthermore, 1~60 represent normal samples, 61~240, 241~420, and 421~600 represent inner ring fault, outer ring fault, and rolling element fault samples, respectively. It can be seen from the figure that there is partial aggregation between the samples, and the normal samples are separated from the rest of the samples. In order to verify the characterization performance of RCMFDE for bearing fault characteristics, we also extracted the RCMDE, MFDE, MFE, and MDE fault characteristics of each signal sample for comparative analysis. Figure 8 is the entropy analysis curve of 10 groups of different working states. It can be roughly seen that the RCMFDE entropy curve is relatively sparse, which can better characterize the characteristics of different working states. In Figure 8a, when the scale factor is less than 1, the RCMFDE entropy values for normal working conditions are lower than the other entropy values. With the increase in scale, the entropy curves of different running states appear as obvious separation, and, for the same fault type, the trend of entropy curves is roughly the same. Figure 9 is the entropy curve of four different working conditions: normal, inner ring, outer ring, and rolling element. In Figure 9a, when the scale factor is greater than 1, the entropy curves of different working conditions have no cross phenomenon. In general, the RCMFDE entropy value of the normal state is larger than the restof the entropy values in most cases. The RCMFDE entropy curve is distinguishable.
To illustrate the superiority of RCMFDE bearing characteristics, we input the extracted entropy characteristics into a classifier for experimental analysis. In the experiment, the embedding dimension m = 2, the delay tau = 1, and the number of categories c = 5. In order to verify the influence of the scale factor τ on the experimental results, we analyze the experimental results of different scale factors τ . Figure 10 shows the recognition accuracy of multiple sets of entropy characteristics (RCMFDE, RCMDE, MFDE, MDE, and MFE) at different τ . As can be seen from the figure, compared with other entropy characteristics, RCMFDE has the highest recognition accuracy. At the same time, it can be seen that, with the increase in the scale factor τ , that is, the increase in the characteristic dimension of entropy value, the accuracy of MPA–SVM recognition has fluctuated slightly. As shown in Figure 11 below, there are many outliers in the generated 32–50-dimensional characteristics, which means invalid characteristics. Therefore, the predicted recognition rate eventually reaches a stable value. It can be seen from Figure 10a that the recognition accuracy reaches 97% with the increase in the RCMFDE entropy dimension. RCMFDE improves the stability and noise resistance of entropy characteristics, and the accuracy of entropy values is further improved, making it very suitable for characteristic extraction of bearing vibration signals in complex industrial environments.

5.3. Experimental Analysis of SPLR Characteristic Optimization

The scale factor τ is set to 50 above. Therefore, a 50-dimensional entropy value characteristic is extracted. Although the RCMFDE entropy characteristic has achieved good results, the characteristic set still has redundant information and reduces the recognition accuracy. Therefore, this paper reduces the dimensionality of the RCMFDE fault characteristic set through self-rhythm learning and low-redundant regularization (SPLR). In other words, we select the optimal subset from the original characteristic space. SPLR is a dimensionality reduction method that considers the training order of samples. At the same time, SPLR eliminates the noise and redundancy characteristics that may suppress the performance in the training process. Specifically, combining self-paced learning and subspace learning frameworks not only reduces the effect of noise, but also makes the reconstructed information more accurate. The basic idea of SPLR is to rank entropy characteristics according to their importance. It can be seen from Figure 11 that the 33–50-dimensional characteristics are mostly outliers. This results in SPLR not being able to obtain a unique sequence of important characteristics. Therefore, the RCMFDE entropy value characteristics of from 1 to 32 dimensions are selected in the experiment. In the experiment, the algorithm runs for 1.873 s, which verifies the efficiency of this method. In the experiment, 30 sets of data under different working conditions are selected as the training set, and the other 30 sets of data are used as the test set. In order to evaluate the influence of SPLR on the fault recognition rate, we input the selected fault characteristics into MPA–SVM for fault diagnosis.
For SPLR, there are five parameters that need to be studied, namely α , λ 1 , λ 2 , λ 3 , and γ . According to the literature [33], γ is fixed to 2. Weiyi Li et al. [20] did multiple sets of experiments, and the results showed that, with the change of α and λ 3 , the clustering accuracy was relatively stable; however, with the change of λ 1 and λ 2 , the clustering accuracy fluctuated to a certain extent. That is, SPLR is not sensitive to α and λ 3 , but is sensitive to λ 1 and λ 2 . A smaller λ 1 means that more redundant characteristics are selected, and a larger λ 1 means that the redundancy between characteristics is as small as possible but the regularization term is too strong. The smaller the λ 2 is, the more weakly the local geometric structure is preserved. The larger the λ 2 is, the more strongly the local geometric structure is preserved; however, the regularization term is too strong. Therefore, with the increase in the values of λ 1 and λ 2 , no matter how many characteristics are selected, the corresponding clustering accuracy will first rise and then fall.
In this experiment, the SPLR parameters are fixed as α = 1 , λ 3 = 1 , the interval control parameter is β = 2 , the update parameter of k is μ = 1 . 05 , the maximum number of iterations is maxIter=50, the subspace dimension is K=600, and K is consistent with the number of samples. Considering that over-fitting will occur when λ 1 and λ 2 take { 10 2 , 10 3 }, this paper selects parameters from { 10 3 , 10 2 , 10 1 , 1, 10 1 } and conducts experimental analysis. If the resulting dimensionality reduction sequence is not unique in the experiment, the accuracy is set to a null value. The results are shown in Figure 12, where τ represents the characteristic dimension after dimensionality reduction.
It can be seen from the figure that, when λ 1 = 10 - 1 and λ 2 = 10 , the experiment has achieved ideal results. Therefore, in this paper, λ 1 = 10 - 1 , λ 2 = 10 . In order to explore the influence of the number of iterations on the experimental results, maxIter is set to 50, 100, 150, and 200, respectively, in the experiment, while other parameters are fixed. The results are shown in Table 4. It can be seen from the table that the number of iterations, 50, has achieved the best results in multiple characteristic dimensions. Among them, the accuracy of the characteristic prediction of the first seven dimensions reached 97.67%. This shows that SPLR can extract more favorable low-dimensional fault characteristics, and the burden of fault diagnosis model is further reduced. At the same time, when d = 32 , the prediction accuracy reaches 97%, which shows that the MPA–SVM algorithm can avoid the redundancy of entropy characteristics to a certain extent. Although more entropy characteristics can improve the diagnostic accuracy, the experimental results verify that SPLR can effectively reduce high-dimensional characteristic sets and improve the robustness of the learning method.

5.4. Experimental Analysis of Bearing Fault Diagnosis

We randomly select 50% of the RCMFDE-SPLR characteristic samples as the training set and 50% as the test set, that is, 300 training samples and 300 test samples. Subsequently, the bearing fault types are diagnosed by the MPA–SVM model. To verify the superiority of the RCMFDE-SPLR method, we compare it with RCMFDE, RCMDE, MFDE, MFE, and MDE entropy extraction methods. In the MPA–SVM fault diagnosis model, the penalty parameter is c = 4.0007 , and the kernel parameter is g = 4.0006 . The recognition rate of the fault classifier to the test samples is shown in Table 5. For the MPA–SVM multi-classification model, the proposed RCMFDE-SPLR characteristic obtains the highest diagnostic accuracy. In addition, the accuracy of RCMFDE is higher than that of MFDE, and the accuracy of RCMDE is higher than that of MDE. The results show that the fine composite coarse-grained strategy reduces the coarse-grained loss of vibration signals and improves the entropy stability. The accuracy obtained by RCMFDE is higher than that obtained by MFDE, and the accuracy obtained by MFDE is higher than that obtained by MDE, indicating that the introduction of the fluctuation strategy can preserve the amplitude information of the vibration signal sequence, which is more conducive to fault diagnosis. The accuracy obtained by the four characteristics of MDE, MFDE, RCMDE, and RCMFDE in Table 5 is 89.33%, 93%, 94.33%, and 97%, respectively. Figure 13 is the multi-category confusion matrix obtained by MPA–SVM. If the MDE characteristic is extracted, there will be misdiagnosis among the six states of IR1, OR1, OR3, B1, B2, and B3, and the fault mode is difficult to accurately identify. If the characteristics of MFDE and RCMDE are extracted, there will be misdiagnosis among the five states. Compared with MFDE and RCMDE characteristics, if RCMFDE characteristics are extracted, the probability of B2 being misdiagnosed as B3 is reduced by 20% and 16%, respectively. If RCMFDE-SPLR characteristics are extracted, the problem that 7% of IR1 samples in RCMFDE characteristics are misdiagnosed as OR1 and B3 states is resolved. The experimental results show that the fine composite coarse-grained strategy and the fluctuation dispersion entropy can effectively characterize the bearing fault characteristics. At the same time, the RCMFDE-SPLR method can effectively improve the accuracy of bearing fault diagnosis.
In order to verify the superiority of the MPA–SVM classifier over the fault diagnosis of the motor rolling bearing, we input the extracted entropy characteristics into the SVM and MPA–SVM classifier for diagnostic identification. Under the same entropy characteristics, the diagnostic accuracy of the MPA–SVM model is greater than that of the SVM model. Compared with the fault diagnosis method of MDE combined with SVM, the fault diagnosis method of RCMFDE-SPLR combined with MPA–SVM improves the diagnosis accuracy from 87.33% to 97.67%, which is improved by 10.34%. Moreover, we selected a sampling frequency of fs = 12,000 Hz, bearing test speed of 1772 r/min and 1730 r/min, and corresponding motor load (horsepower) of 1 and 3, respectively, for the experiment. The recognition rate of the fault classifier to the test sample is shown in Table S1. Among them, Figures S1 and S2 are their corresponding confusion moment matrices. The results show that the RCMFDE-SPLR characteristic extraction method and the MPA–SVM fault identification mode proposed in this paper are very effective.
In general, we can draw the following three conclusions: (1) The recognition rate size relationship of the five entropy characteristic extraction methods is: RCMFDE > MFDE > RCMDE > MDE > MFE; (2) compared with the RCMFDE characteristic extraction method (the recognition rate is 97%), the RCMFDE-SPLR characteristic extraction method can improve the recognition accuracy (increased by 1.33% and 0.67%, respectively) under both SVM and MPA–SVM fault classifiers; (3) the fault recognition rate of the MPA–SVM multi-fault classifier for the six entropy characteristics is higher than those of RCMFDE + SVM, RCMDE + SVM, MFDE + SVM, MFE + SVM, and MDE + SVM.
There are three reasons for the above conclusion: (1) RCMFDE not only considers the amplitude information of the vibration signal, but also overcomes the defect that the entropy error will increase with the increase in the scale factor, so it has high diagnostic accuracy; (2) the RCMFDE-SPLR characteristic extraction method removes the redundant information of the characteristic; therefore, the recognition effect is better than the original RCMFDE entropy characteristic, and the superiority of the SPLR algorithm is also verified. (3) The MPA algorithm combines Levy flight and Brownian motion, and adopts different random walk methods in different predation stages to achieve a balance between exploration and development, which improves the SVM fault identification rate.

6. Conclusions

In complex operating environments such as high temperature and high speed, bearing parts are damaged by coupling phenomenon and are interfered by noise, resulting in nonlinear and non-stationary signals. In a complex operating environment such as those having high temperature and high speed, the coupling phenomenon of bearing parts occurs and is interfered with by noise, resulting in nonlinear and non-stationary signals. However, the traditional MDE fault characteristic has three defects, that is, it does not consider the relationship between segmented data, the loss of amplitude information, or the poor stability of noise resistance. In addition, the SVM model is greatly affected by parameters and the recognition accuracy is reduced. Therefore, this paper proposes the fault characteristic extraction method of RCMFDE-SPLR, and constructs the MPA–SVM diagnosis model. The diagnostic results of the bearing verify the superiority of the proposed method, and the main work and analysis conclusions of this paper are as follows:
(1) In the bearing diagnosis experiment, the accuracy of the method based on RCMDE and SVM is 89%, which is higher than that of the method based on MDE and SVM, which is 87.33%. The experiments show that the composite coarse granularity suppresses the loss of information and improves the noise resistance of the fault features of mechanical parts. In addition, after introducing the fluctuation strategy, the accuracy of RCMFDE combined with SVM is improved to 94%. RCMFDE improves the stability of features, which further improves the fault diagnosis accuracy. The proposed RCMFDE solves the problems of loss of MDE feature information and the poor stability of noise resistance, which can effectively identify and diagnose bearing faults, providing an idea for on-line monitoring of motor rolling bearing faults under the background of strong noise.
(2) In the bearing diagnosis experiment, SPLR is added to select effective low-dimensional characteristics from the extracted entropy characteristics. The method of RCMFDE-SPLR combined with SVM improves the accuracy to 95.33%. It is shown that the subspace learning and the low-redundant regularization framework suppress the redundancy of entropy characteristics, and the favorable characteristics are retained, which further improves the diagnostic recognition accuracy.
(3) In bearing fault diagnosis, the method of RCMFDE-SPLR combined with MPA–SVM improves the diagnosis accuracy to 97.67%. In summary, the accuracy of bearing fault diagnosis has been increased from 89% to 97.67%, an increase of 8.67%. In addition, in the case of the same entropy value characteristics, the diagnostic accuracy of the LPV-SVM model based on Levy and Eddy is better than that of the SVM fault identification model, and the classification accuracy and efficiency are improved. It is shown that the proposed method can effectively diagnose different fault types of rolling bearings in 10 fault types.

Supplementary Materials

The following supporting information can be downloaded at: https://www.mdpi.com/article/10.3390/e24111696/s1, Table S1: Analysis of fault recognition rate results under MPA-SVM for RCMFDE-SPLR of different data; Figure S1: Recognition rate confusion matrix under MPA-SVM for RCMFDE-SPLR of data 1; Figure S2: Recognition rate confusion matrix under MPA-SVM for RCMFDE-SPLR of data 2.

Author Contributions

Conceptualization: M.Y., C.Z. and J.Y.; methodology: M.Y. and C.Z.; software: L.Y.; validation: L.Y., J.Y. and M.Y.; formal analysis: T.T.; investigation: M.Y.; resources: C.Z.; data curation: X.Y.; writing—original draft preparation: M.Y.; writing—review and editing: M.Y.; visualization: Y.J.; supervision: C.Z. and X.Y.; project administration: C.Z.; funding acquisition: C.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China Program (No. 51765022 and No. 41971392), PhD research startup foundation of Yunnan Normal University (No. 01000205020503131), Fundamental Research Program of Yunnan Province (No. 202201AU 070055), Project of Educational Commission of Yunnan Province of China (2022J0131).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

The data used to support the findings of this study are available from the corresponding author upon request.

Acknowledgments

The author sincerely thanks the team for their guidance, and thanks the Case West Reserve University for their bearing datasets. The author sincerely expresses thanks to the reviewers for taking the time to review the paper in a busy schedule.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cerrada, M.; Sanchez, R.V.; Li, C.; Pacheco, F.; Cabrera, D.; Oliveira, J.V.D.; Vasquez, R.E. A review on data-driven fault severity assessment in rolling bearings. Mech. Syst. Signal Process. 2018, 99, 169–196. [Google Scholar] [CrossRef]
  2. Li, C.; Zheng, J.; Pan, H.; Tong, J.; Zhang, Y. Refined Composite Multivariate Multiscale Dispersion Entropy and Its Application to Fault Diagnosis of Rolling Bearing. IEEE Access 2019, 7, 47663–47673. [Google Scholar] [CrossRef]
  3. Feng, F.; Rao, G.; Jiang, P.; Min, Q. Analysis on comparison of Permutation Entropy with Correlation Dimension for abnormality detection of a rolling bearing. In Proceedings of the 2012 International Conference on Quality, Reliability, Risk, Maintenance, and Safety Engineering, Chengdu, China, 15–18 June 2012. [Google Scholar]
  4. An, X.; Pan, L. Wind turbine bearing fault diagnosis based on adaptive local iterative filtering and approximate entropy. Proc. Inst. Mech. Eng. Part C J. Mech. Eng. Sci. 2017, 231, 3228–3237. [Google Scholar] [CrossRef]
  5. Xuguang, L.; Liyou, F. Rolling bearing fault diagnosis based on MEEMD sample entropy and SSA-SVM. In Proceedings of the 4th International Conference on Mechanical, Electrical and Material Application, Chongqing, China, 29–31 October 2021; Volume 2125. [Google Scholar]
  6. Minh-Quang, T.; Mahmoud, E.; Meng-Kun, L. Effective feature selection with fuzzy entropy and similarity classifier for chatter vibration diagnosis. Measurement 2021, 184, 109962. [Google Scholar]
  7. Wang, Z.; Yao, L.; Cai, Y. Rolling bearing fault diagnosis using generalized refined composite multiscale sample entropy and optimized support vector machine. Measurement 2020, 156, 107574. [Google Scholar] [CrossRef]
  8. Rostaghi, M.; Azami, H. Dispersion Entropy: A Measure for Time-Series Analysis. IEEE Signal Process. Lett. 2016, 23, 610–614. [Google Scholar] [CrossRef]
  9. Azami, H.; Rostaghi, M.; Abásolo, D.; Escudero, J. Refined Composite Multiscale Dispersion Entropy and its Application to Biomedical Signals. IEEE Trans. Bio Med. Eng. 2017, 64, 2872–2879. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  10. Zhang, X.; Zhang, M.; Wan, S.; He, Y.; Wang, X. A bearing fault diagnosis method based on multiscale dispersion entropy and GG clustering. Measurement 2021, 185, 110023. [Google Scholar] [CrossRef]
  11. Azami, H.; Rostaghi, M.; Escudero, J. Refined Composite Multiscale Dispersion Entropy: A Fast Measure of Complexity. arXiv 2016, arXiv:1606.01379. [Google Scholar]
  12. Zhiming, Z. Bearing Fault Diagnosis Based on Refined Composite Multi-Scale Dispersion Entropy and Extenics. IEEE Trans. Electr. Electron. Eng. 2021, 17, 479–485. [Google Scholar]
  13. Jie, L.; Wenlei, S.; Hongwei, W.; Fan, Z. Coordinated Approach Fusing RCMDE and Sparrow Search Algorithm-Based SVM for Fault Diagnosis of Rolling Bearings. Sensors 2021, 21, 5297. [Google Scholar]
  14. Zhang, X.; Zhao, J.; Teng, H.; Liu, G. A novel faults detection method for rolling bearing based on RCMDE and ISVM. J. Vibroengineering 2019, 21, 2148–2158. [Google Scholar] [CrossRef] [Green Version]
  15. Yang, H.; Li, L.-L.; Li, G.-H.; Guan, Q.-R. A novel feature extraction method for ship-radiated noise. Def. Technol. 2022, 18, 604–617. [Google Scholar] [CrossRef]
  16. Song, C.; LiAi, C.; DaGui, W.; HeSheng, C. Rolling Bearing Fault Diagnosis Method Based on Eigenvalue Selection and Dimension Reduction Algorithm. Int. J. Pattern Recognit. Artif. Intell. 2021, 35, 9. [Google Scholar]
  17. Lu, N.; Zhang, G.; Xiao, Z.; Malik, O.P. Feature Extraction Based on Adaptive Multiwavelets and LTSA for Rotating Machinery Fault Diagnosis. Shock Vib. 2019, 2019, 1201084. [Google Scholar] [CrossRef]
  18. Zhang, Y.; Ye, D.; Liu, Y.; Cai, Y. Machinery fault diagnosis via an improved multi-linear subspace and locally linear embedding. Trans. Inst. Meas. Control 2018, 40. [Google Scholar] [CrossRef]
  19. Chen, X.; Li, H.; Cheng, G.; Peng, L. Study on planetary gear degradation state recognition method based on the features with multiple perspectives and LLTSA. IEEE Access 2019, 7, 7565–7576. [Google Scholar] [CrossRef]
  20. Qiang, G.; Shen, F.; Zhao, J. Improved Manifold Learning with competitive Hebbian rule. In Proceedings of the International Joint Conference on Neural Networks (IJCNN), Killarney, ON, Canada, 12–17 July 2015. [Google Scholar]
  21. Li, W.; Chen, H.; Li, T.; Wan, J.; Sang, B. Unsupervised feature selection via self-paced learning and low-redundant regularization. Knowl.-Based Syst. 2022, 240, 108150. [Google Scholar]
  22. Zheng, J.; Pan, H.; Tong, J.; Liu, Q. Generalized refined composite multiscale fuzzy entropy and multi-cluster feature selection based intelligent fault diagnosis of rolling bearing. ISA Trans. 2021, 123, 136–151. [Google Scholar] [CrossRef]
  23. Hong, G.; Suh, D. Supervised-Learning-Based Intelligent Fault Diagnosis for Mechanical Equipment. IEEE Access 2021, 9, 116147–116162. [Google Scholar] [CrossRef]
  24. Ding, C.; Bao, T.Y.; Huang, H.L. Quantum-Inspired Support Vector Machine. IEEE Trans. Neural Netw. Learn. Syst. 2021. [Google Scholar] [CrossRef]
  25. Fengfeng, B.; Yifan, W.; Ying, Z.; Jian, P.; Hongfei, Z. An Integrated Model of Atom Search Optimization-Based Resonance Sparse Signal Decomposition and Cross-Validation SVM for Gearbox Fault Diagnosis. Shock Vib. 2022, 2022, 4069180. [Google Scholar]
  26. Wang, M.; Chen, Y.; Zhang, X.; Chau, K.; Iu, C.; Ho, H.; Fernando, T.; Li, Z.; Ma, M. Roller Bearing Fault Diagnosis Based on Integrated Fault Feature and SVM. J. Vib. Eng. Technol. 2021, 10, 853–862. [Google Scholar] [CrossRef]
  27. Faramarzi, A.; Heidarinejad, M.; Mirjalili, S.; Gandomi, A.H. Marine Predators Algorithm: A Nature-inspired Metaheuristic. Expert Syst. Appl. 2020, 152, 113377. [Google Scholar] [CrossRef]
  28. Ratsuda, N.; Anongrit, K. Applying of Marine Predators Algorithm Linked with Reservoir Simulation Model considering Sedimentation for Reservoir Operation. Adv. Civ. Eng. 2022, 2022, 1631914. [Google Scholar]
  29. Padhy, S.; Sahu, P.R.; Panda, S.; Padmanaban, S.; Guerrero, J.M.; Khan, B. Marine predator algorithm based PD-(1+PI) controller for frequency regulation in multi-microgrid system. IET Renew. Power Gener. 2022, 16, 2136–2151. [Google Scholar] [CrossRef]
  30. Abualigah, L.; Al-Okbi, N.K.; Elaziz, M.A.; Houssein, E.H. Boosting Marine Predators Algorithm by Salp Swarm Algorithm for Multilevel Thresholding Image Segmentation. Multimed. Tools Appl. 2022, 81, 16707–16742. [Google Scholar] [CrossRef] [PubMed]
  31. Bengio, Y.; Louradour, J.; Collobert, R.; Weston, J. Curriculum learning. In Proceedings of the 26th Annual International Conference on Machine Learning, ICML 2009, Montreal, QC, Canada, 14–18 June 2009. [Google Scholar]
  32. Kumar, M.P.; Packer, B.; Koller, D. Self-Paced Learning for Latent Variable Models. Int. Conf. Neural Inf. Process. Syst. 2010, 23, 1189–1197. [Google Scholar]
  33. Zhu, X.; Zhang, Z. Improved self-paced learning framework for nonnegative matrix factorization. Pattern Recognit. Lett. 2017, 97, 1–7. [Google Scholar] [CrossRef]
Figure 1. Coarse-grained process of RCMFDE ( τ = 2 ).
Figure 1. Coarse-grained process of RCMFDE ( τ = 2 ).
Entropy 24 01696 g001
Figure 2. MPA–SVM process.
Figure 2. MPA–SVM process.
Entropy 24 01696 g002
Figure 3. Case Western Reserve University rolling bearing testing platform and schematic diagram.
Figure 3. Case Western Reserve University rolling bearing testing platform and schematic diagram.
Entropy 24 01696 g003
Figure 4. Flow chart of fault diagnosis method.
Figure 4. Flow chart of fault diagnosis method.
Entropy 24 01696 g004
Figure 5. Raw vibration signal spectrum. (a) NOR, (b) IRF, (c) ORF, (d) BF.
Figure 5. Raw vibration signal spectrum. (a) NOR, (b) IRF, (c) ORF, (d) BF.
Entropy 24 01696 g005
Figure 6. RCMFDE coarse-grained sequence spectrum. (a) NOR, (b) IRF, (c) ORF, (d) BF.
Figure 6. RCMFDE coarse-grained sequence spectrum. (a) NOR, (b) IRF, (c) ORF, (d) BF.
Entropy 24 01696 g006
Figure 7. RCMFDE analysis results of different working conditions of rolling bearings. (a) Box diagram of RCMFDE; (b) Multidimensional visualization of RCMFDE.
Figure 7. RCMFDE analysis results of different working conditions of rolling bearings. (a) Box diagram of RCMFDE; (b) Multidimensional visualization of RCMFDE.
Entropy 24 01696 g007
Figure 8. Analysis curve of entropy value under 10 different working states. (a) RCMFDE, (b) RCMDE, (c) MFDE, (d) MFE, (e) MDE.
Figure 8. Analysis curve of entropy value under 10 different working states. (a) RCMFDE, (b) RCMDE, (c) MFDE, (d) MFE, (e) MDE.
Entropy 24 01696 g008
Figure 9. Entropy curve under different working conditions. (a) RCMFDE, (b) RCMDE, (c) MFDE, (d) MFE, (e) MDE.
Figure 9. Entropy curve under different working conditions. (a) RCMFDE, (b) RCMDE, (c) MFDE, (d) MFE, (e) MDE.
Entropy 24 01696 g009aEntropy 24 01696 g009b
Figure 10. Recognition accuracy of multiple entropy values with different scale factors. (a) RCMFDE, (b) RCMDE, (c) MFDE, (d) MFE, (e) MDE.
Figure 10. Recognition accuracy of multiple entropy values with different scale factors. (a) RCMFDE, (b) RCMDE, (c) MFDE, (d) MFE, (e) MDE.
Entropy 24 01696 g010
Figure 11. Visualization 32~50-dimensional characteristic box.
Figure 11. Visualization 32~50-dimensional characteristic box.
Entropy 24 01696 g011
Figure 12. MPA−SVM recognition accuracy under different λ values.
Figure 12. MPA−SVM recognition accuracy under different λ values.
Entropy 24 01696 g012
Figure 13. Recognition rate confusion matrix under MPA–SVM for each entropy value feature. (a) RCMFDE-SPLR, (b) RCMFDE, (c) RCMDE, (d) MFDE, (e) MFE (f) MDE.
Figure 13. Recognition rate confusion matrix under MPA–SVM for each entropy value feature. (a) RCMFDE-SPLR, (b) RCMFDE, (c) RCMDE, (d) MFDE, (e) MFE (f) MDE.
Entropy 24 01696 g013
Table 1. SPLR algorithm parameters.
Table 1. SPLR algorithm parameters.
NotationDescription
X R n × d Original data matrix
W R d × K Projection matrix
H R K × d Reconstruction matrix
S R n × n Similarity matrix of characteristic space
Z R d × d Similarity matrix of data space
t r ( X ) The trace of X
X F The   Frobenius   norm   of   X ,   i . e . ,   X F = i = 1 n j = 1 d x i j 2
X p , q The   Frobenius   norm   of   X ,   i . e . ,   X p , q = i = 1 n j = 1 d x i j p q p 1 q
Table 2. Bearing experimental data.
Table 2. Bearing experimental data.
CategorySize/mmAbbreviationRotating Speed/(r/min)Label
Normal0NOR17971
Inner ring failure0.007IR117972
0.014IR217973
0.021IR317974
Outer ring failure0.007OR117975
0.014OR217976
0.021OR317977
Balling failure0.007B117978
0.014B217979
0.021B3179710
Table 3. RCMFDE values for different dimensions.
Table 3. RCMFDE values for different dimensions.
Number12345678
RCMFDE1.23931.71101.94942.03982.05001.99401.84131.6508
Number910111213141516
RCMFDE1.46471.37041.35031.36451.40191.46481.54021.6051
Number1718192021222324
RCMFDE1.63611.63071.61741.60811.59101.58561.59201.6009
Table 4. MPA–SVM recognition accuracy under different iterations.
Table 4. MPA–SVM recognition accuracy under different iterations.
Accuracyd = 7d = 8d = 9d = 10d = 32
maxIter = 5097.67%96%96.33%95.67%97%
maxIter = 10095.67%96.67%95.33%95%97%
maxIter = 15096.67%96.67%95.33%95.33%97%
maxIter = 20095%95.33%95.33%94.67%97%
Table 5. Fault recognition rate of each information entropy method.
Table 5. Fault recognition rate of each information entropy method.
MethodSVM
Recognition Rate
MPA–SVM
Recognition Rate
MDE87.33%89.33%
MFE91%93%
MFDE93%93%
RCMDE89%94.33%
RCMFDE94%97%
RCMFDE-SPLR95.33%97.67%
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Yi, M.; Zhou, C.; Yang, L.; Yang, J.; Tang, T.; Jia, Y.; Yuan, X. Bearing Fault Diagnosis Method Based on RCMFDE-SPLR and Ocean Predator Algorithm Optimizing Support Vector Machine. Entropy 2022, 24, 1696. https://doi.org/10.3390/e24111696

AMA Style

Yi M, Zhou C, Yang L, Yang J, Tang T, Jia Y, Yuan X. Bearing Fault Diagnosis Method Based on RCMFDE-SPLR and Ocean Predator Algorithm Optimizing Support Vector Machine. Entropy. 2022; 24(11):1696. https://doi.org/10.3390/e24111696

Chicago/Turabian Style

Yi, Mingxiu, Chengjiang Zhou, Limiao Yang, Jintao Yang, Tong Tang, Yunhua Jia, and Xuyi Yuan. 2022. "Bearing Fault Diagnosis Method Based on RCMFDE-SPLR and Ocean Predator Algorithm Optimizing Support Vector Machine" Entropy 24, no. 11: 1696. https://doi.org/10.3390/e24111696

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop