Next Article in Journal
Design of a Novel RFID Reader for Oilwell Downhole Applications
Previous Article in Journal
PRISMA on Machine Learning Techniques in Smart City Development
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on the Fault Diagnosis Method of Rotating Machinery Based on Improved Variational Modal Decomposition and Probabilistic Neural Network Algorithm

1
School of Mechanical and Electronic Engineering, Wuhan University of Technology, Wuhan 430070, China
2
China Ship Development and Design Center, Wuhan 430070, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this study.
Appl. Sci. 2024, 14(16), 7380; https://doi.org/10.3390/app14167380 (registering DOI)
Submission received: 14 July 2024 / Revised: 19 August 2024 / Accepted: 20 August 2024 / Published: 21 August 2024

Abstract

:
The fault diagnosis of rotating machinery is vital in industry but traditionally depends on manual expertise, requiring substantial resources. To improve diagnostic accuracy, enable effective condition monitoring, and minimize the impact of faults on operations, advanced diagnostic techniques are essential. Hence, we propose an advanced fault diagnosis framework that leverages improved particle swarm optimization (IPSO), variational mode decomposition (VMD), and probabilistic neural networks (PNN) to accurately diagnose faults in rotating machinery using gear and rolling bearing vibration signals. Initially, the vibration signals are decomposed into intrinsic mode functions via VMD, enabling the capture of subtle but critical fault features. To address parameter selection challenges in VMD, we employed IPSO to optimize the VMD parameters, ensuring the optimal decomposition effect. Further, we refined the feature set by applying Laplace fraction optimization and feature dimensionality reduction, isolating sensitive features that serve as input to a PNN-based fault classification model. Experimental results demonstrated that this IPSO-VMD-PNN framework achieves high diagnostic accuracy for various fault types, establishing it as an effective tool for fault identification in rotating machinery.

1. Introduction

New methods and techniques in technical diagnostics enable improved planning, reduced downtime, and a significant increase in the time between failures. Additionally, understanding the status of rotating machinery helps to boost profits [1]. Rotating machinery, as an important component of mechanical systems, plays a crucial role in power transmission and motion transformation. Due to their harsh working environments and the influence of factors such as vibration, noise, temperature, and humidity, rotating machinery frequently experiences failures during operation. These failures exhibit characteristics such as low magnitude, nonlinearity, complexity, and non-stationarity. Therefore, condition monitoring and fault diagnosis are essential for the normal operation of rotating machinery [2].
Early fault diagnosis techniques relied primarily on manual experience, making it difficult to identify accurately the causes of complex equipment and systems, and requiring significant human and material resources. Later, rule-based expert systems emerged, but they were limited by the formulation of rules and knowledge acquisition. In recent years, data mining-based machine learning has emerged, which can learn complex nonlinear relationships from extracted features and establish diagnostic models for fault diagnosis, demonstrating good performance. However, the application of deep learning, which has gained popularity recently, is still subject to scrutiny in the field of fault diagnosis due to the greediness of data and the lack of model interpretability.
Scholars have developed various methods for analyzing and processing rotating machinery vibration signals, such as empirical mode decomposition (EMD), ensemble empirical mode decomposition (EEMD), and local mean decomposition (LMD) [3,4,5,6,7]. The EMD method can adaptively decompose signals without the need for any predefined basis functions. However, it lacks a rigorous mathematical foundation, leading to potential instability and inconsistency in the decomposition results. The EEMD method improves the stability of the decomposition results by averaging multiple decompositions. By adding white noise and performing multiple decompositions, it effectively reduces mode mixing. Nevertheless, this approach requires numerous decompositions, resulting in high computational costs and potentially introducing additional noise components that may affect the results. The LMD method yields clearer spectra for each component, offering excellent frequency resolution. However, it faces issues with endpoint effects, the decomposition process is relatively complex, and the computational load is significant.
VMD proposed in 2014 [8], effectively avoids mode mixing and is supported by a rigorous mathematical framework. The decomposition process is scientifically grounded and applicable to linear, nonlinear, and non-stationary signals, addressing the aforementioned limitations. Consequently, scholars have extensively employed the VMD method for fault diagnosis in rotating machinery [9,10]. Lin [11] optimized the decomposition layers and penalty parameters of VMD using improved envelope entropy, selecting components with high correlation to the original signal. By integrating sample entropy, Lin achieved fault diagnosis of bearings. Liu [12] determined the number of VMD decomposition layers by observing the center frequency of VMD components and utilizing fuzzy c-means clustering, achieving effective fault diagnosis. Li [13] applied the VMD algorithm for adaptive decomposition of vibration signals and used an improved extreme learning machine to diagnose faults in rolling bearings.
However, the two key parameters in VMD—the number of modes K and the penalty factor ω —directly affect the VMD decomposition effect and need to be optimized [14]. Wang et al. proposed the center frequency ratio method, which uses the center frequency ratio of adjacent modal components to select K , but ω cannot be determined [15]. Xiao [16] proposed using the average instantaneous frequency as the basis for selecting the number of decomposition modes K in the VMD algorithm. He utilized the unsupervised learning algorithm, self-organizing map (SOM), to classify gear faults, achieving effective gear fault diagnosis. Zhang [17] optimized the decomposition layers K of VMD by combining the artificial fish swarm algorithm with envelope entropy. Zhu [18] employed a swarm algorithm using kurtosis as a criterion for parameter optimization. Zhang [19] used the particle swarm optimization algorithm to optimize the decomposition layers of VMD. These studies indicate that most scholars focus on the impact of the number of VMD decomposition layers on the decomposition performance, while often neglecting the coupled effect of decomposition layers K and penalty parameters ω [20,21].
To address this issue, this paper proposes an improved VMD method based on PSO, which comprehensively analyzes the coupled effects of the decomposition layers and penalty factors on the decomposition performance. PSO is an intelligent search method that simulates the collaborative behavior of a group of organisms. It iteratively adjusts computing parameters by searching for local and global optimal solutions to approach the global optimal solution. However, the selection of various hyperparameters in particle swarm will greatly affect the optimization rate of the algorithm, and inappropriate hyperparameters will also cause the algorithm to fall into the local optimal solution prematurely. By incorporating the adaptive inertia weight strategy to accelerate the convergence speed and using the compression factor method to solve the problem of getting stuck in local optima, the optimized particle swarm algorithm is employed to search adaptively for the optimal K and penalty parameters α . The optimized results are combined with feature extraction on the original signal, and finally, a probabilistic neural network is used for fault mode recognition, achieving high-precision fault diagnosis.
The remainder of this paper is structured as follows. To fully leverage the performance advantages of VMD and its suitability for local damage fault feature extraction, as well as to address the difficulty in selecting key parameters in VMD, Section 2 combines VMD with an improved particle swarm optimization algorithm to achieve the optimal combination of VMD key parameters. With this optimal parameter combination, VMD is utilized to decompose vibration signals. In Section 3, effective modal components are extracted based on the correlation coefficient threshold. To mitigate the loss of signal features due to the VMD strong penalty on signal discontinuities, multi-domain feature parameters are selected using the Laplacian score method, collectively constructing a fault-sensitive feature vector. Based on this, a probabilistic neural network model is built to achieve fault diagnosis of rotating machinery. In Section 4, the signal processing and fault diagnosis algorithm proposed in the previous sections are validated using public data of gears and rolling bearings, demonstrating that IPSO-VMD-PNN possesses strong feature extraction capabilities and high fault diagnosis accuracy.
In summary, the main contributions of this paper are as follows:
(1) A vibration analysis model for key components of rotating machinery is established by analyzing failure mechanisms and signal characteristics. VMD is proposed for fault feature extraction and its effectiveness is verified through simulated fault signals.
(2) The PSO is improved using adaptive inertia weights and compression factor methods. Optimal parameters K and penalty parameters α for VMD are determined. VMD decomposes the vibration signal, and effective components are identified using correlation coefficient thresholding. Multi-domain features are selected using the Laplace score method, constructing a fault-sensitive feature vector.
(3) The PNN is used for fault classification based on the extracted feature vector. The model’s accuracy is verified using public data.

2. Vibration Signal Processing Method Based on VMD

2.1. IPSO-VMD Algorithm Design

VMD algorithm analyzes the original signal according to the number of modal decompositions, obtains K modal functions u k t with center frequency ω t , and performs Hilbert transform on u k t to obtain the bandwidth and spectrum information of each IMF component. By adding an exponential term to u k t , and determining the bandwidth of the IMF component according to the L 2 norm, the solution formula is as follows [22,23]:
min u k , ω k k t δ ( t ) + j π t u k ( t ) e j ω k t 2 2   s . t .   k = 1 K u k = f ( t ) , u k = u 1 , u 2 , , u K
where, u k is the IMF component obtained after VMD decomposition, ω k = ω 1 , ω 2 , , ω K is the center frequency of each IMF component, and δ t is the pulse function.
PSO [24] is widely used in parameter selection as a global search algorithm. Suppose that the domain of definition to be searched is a D dimensional space, where there is a population of m particles, and each particle itself contains information such as position and velocity. The position of the i -th particle in this space is represented by vector X i = x i 1 , x i 2 , , x i D T , and its velocity is represented by vector V i = v i 1 , v i 2 , , v i D T . The best position of particle i is P b e s t = p i 1 , p i 2 , , p i D T , and the best position of all particles in the whole population can be expressed as P g b e s t = p g 1 , p g 2 , , p g D T . In the PSO algorithm, each particle can update its speed and position information iteratively according to the information such as the best position of the individual and the best position of the population:
v i d k + 1 = ω v i d k + c 1 r 1 p i d x i d k + c 2 r 2 p g d x i d k x i d k + 1 = x i d k + v i d k + 1 t = x i d k + v i d k + 1
where, i = 1 , 2 , , m ; d = 1 , 2 , , D ; k is the current number of evolutions; c 1 and c 2 are learning factors; ω is the inertia weight; r 1 and r 2 are random numbers in 0 , 1 , t is the time of each step of movement, and t = 1 is taken here.
In the particle swarm optimization algorithm, the parameters to be designed mainly include the following: population size m , learning factors c 1 and c 2 , maximum speed V m a x , inertia weight ω [25,26,27,28], among which the learning factor and inertia weight are the key objects of optimization.
  • Adaptive inertia weight strategy
First, the most important inertia weight ω in the PSO algorithm is optimized by using the adaptive inertia weight strategy, which can realize the automatic optimization of the inertia weight, and then make the algorithm converge to the optimal solution quickly. In the adaptive inertia weight strategy, if the minimum value of the objective function is solved, the more is the fitness and the closer is the distance to the optimal solution. At this time, a smaller weight is needed to facilitate local search. On the contrary, a larger weight should be adopted to improve the global search ability of particles [29,30]. The adjustment method is as follows:
ω i k = ω min + ω max ω min f x i k f min k f average   k f min k , f x i k f average   k ω max , f x i k > f average   k
where,
  • ω min and ω max are the preset minimum and maximum values of inertial weight ω , taking ω min = 0.4 , ω max = 0.9 ;
  • f average   k = i = 1 n f x i k / n is the average value calculated by the fitness of the whole population at k-th iteration;
  • f min k = min f x 1 k , f x 2 k , , f x n k is the minimum fitness of the whole population at iteration.
2.
Compressibility factor method
Different from inertia weight ω , the individual learning factor c 1 and social learning factor c 2 represent the influence of the historical information of particles themselves and other particles on the later behavior of particles, while the learning factor describes the information interaction between populations. Therefore, individual learning factor c 1 and social learning factor c 2 have great influence on the PSO method. In order to balance the global search ability and local search ability of the algorithm, the PSO method is optimized with compression factor, which can ensure that the PSO algorithm has strong convergence in solving, and can reduce its speed limit [31].
If c 1 = c 2 = 2.05 , then C = c 1 + c 2 = 4.1 , compression factor Ψ = 2 / 2 C C 2 4 C . For the speed in Equation (3), it can be updated as follows:
v i d k + 1 = Ψ ω v i d k + c 1 r 1 p i d x i d k + c 2 r 2 p g d x i d k
3.
Elite Learning Strategies
Elite learnt strategy is an improved algorithm that enhances search efficiency and accuracy by introducing an elite guidance mechanism. In each iteration, the best-performing particles or a small number of good particles are selected as ‘elites’, and the other particles in the population are allowed to take into account the position information of these elites in addition to the p B e s t and g B e s t when updating themselves. Non-elite particles can update their velocity and position by introducing the influence of the positions of the elite particles:
v i t + 1 = ω v i t + c 1 r 1 p B e s t i x i t + c 2 r 2 g B e s t x i t + c 3 r 3 E l i t e i x i t
where E l i t e i is the position of the i -th elite particle, c 3 is the elite learning factor, and r 3 is a random number between [0,1].
4.
Fitness Distance Ratio Optimization Strategy
The Fitness Distance Ratio (FDR) is a measure of the relative strengths and weaknesses of particles in relation to other particles. It combines the fitness value of a particle with information about the distance between particles and is used to guide the search behaviors of the particles. The fitness distance ratio is defined as follows:
F D R i = f x i x i P B e s t i
where f P B e s t i is the fitness value of particle i and x i P B e s t i is the Euclidean distance between the current position of the particle and its individual optimal position. F D R i is a factor that adjusts the speed of the particle as it moves towards b to enhance the algorithm to pay more attention to particles with high adaptation whose distance is far away, and the updated formula for the speed is as follows:
v i t + 1 = ω v i t + c 1 r 1 p B e s t i x i t + c 2 r 2 g B e s t x i t F D R i
This approach improves the ability of the particle swarm to concentrate towards more optimal solution regions, as the elite particles represent the currently searched optimal solution regions, and guiding the other particles towards these regions helps to avoid premature convergence and accelerates the finding of the global optimal solution. With this elite guidance mechanism, the ELPSO algorithm is able to balance the need for global and local searches more efficiently, in line with the need for efficient and reliable optimization methods in complex optimization problems.
For the selection of fitness function, a new fitness function f i t n e s s can be constructed based on envelope entropy E p [32] and envelope spectrum sparsity S [33]:
f i t n e s s = E p / S
It can be observed that the sparser the signal, the smaller the E p , and the larger the S , the smaller is the value calculated by the fitness function f i t n e s s . To determine parameter combination K , α in VMD, after VMD decomposition of different parameter combinations for the original signal, the f i t n e s s value of each component under different parameter combinations is calculated, respectively, and the global minimum f i t n e s s value is the optimization object. The minimum f i t n e s s value corresponds to the optimal parameter combination K , α , which is expressed as follows:
K ^ , α ^ = arg   min K , α f i t n e s s i
Based on the adaptive inertia weight and compression factor method, the original particle swarm optimization algorithm is improved in the early stage, and IPSO is obtained, while f i t n e s s = E p / S is determined as the fitness function.
Comparison experiments are designed to verify the improvement strategies for the several particle swarm algorithms above, and the best improvement strategy is selected as the improvement strategy for the particle swarm algorithm in the final diagnostic architecture, and the final iterative graph results are as follows:
Where IPSO stands for PSO based on adaptive inertia weight and compression factor method, PSO stands for unimproved PSO, EL-PSO stands for improved PSO based on elite learning strategy, and FDR-PSO stands for PSO based on fitness distance ratio optimization. According to Figure 1 it can be observed that the IPSO gives the best results and has the fastest convergence rate.
When VMD decomposition is carried out on the original vibration signal, the IPSO algorithm is used to carry out adaptive optimization on the two parameters K and α in VMD to obtain the best combination of parameters, while the corresponding VMD decomposition is carried out based on the best combination of parameters. The design idea of the IPSO-VMD algorithm shown in Figure 2 can be constructed.

2.2. Fault Simulation Experiment

The real vibration signal of gear bearing usually contains three signal components—impact signal, noise signal, and harmonic interference signal—in order to verify the effectiveness of VMD decomposition for fault signals. The simulation signal f t of rolling bearing outer ring local damage fault is constructed as follows:
f t = x 1 t + x 2 t + x 3 t x 1 t = 2 e x p a t 0 c o s 2 π f 1 t x 2 t = s i n 2 π f 2 t + s i n 2 π f 3 t
It can be observed from the formula that the simulation signal f t is composed of x 1 t , x 2 t , and x 3 t , where x 1 t is the simulation signal of impact attenuation caused by fault, which is represented by a pulse sequence with periodicity that obeys the exponential attenuation law. The amplitude of x 1 t is 2, t 0 = m o d k / f s , 1 / f m , k = 0 , 1 , , 2047 , the sampling frequency f s = 2048 Hz, the number of sampling points N = 2048 , the attenuation coefficient a = 100 , the carrier frequency f 1 = 200 Hz, and the fault feature frequency f m = 16 Hz. x 2 t is the sine superposition signal of frequency f 2 = 20 Hz and f 3 = 30 Hz, which is used to simulate harmonic interference. x 3 t is the Gaussian white noise of mean value x ¯ = 0 and standard deviation σ = 0.1 , which is used to simulate the background noise. As shown in Figure 3, the time-domain waveforms of f t , x 1 t , x 2 t , and x 3 t are given, respectively.
Figure 4 shows the time-domain waveform and spectrum of simulation signal f t , and the obvious fault feature frequencies cannot be obtained from both the time-domain and frequency-domain perspectives. In the spectrum diagram, obvious harmonic interference components of 20 Hz and 30 Hz can be observed while the fault feature frequency f m = 16 Hz is submerged in the interference signal and noise. The envelope waveform and envelope spectrum of simulation signal f t obtained based on Hilbert transform are shown in Figure 5. It is impossible to identify accurately whether there is a fault from the envelope waveform. In the envelope spectrum, there are both 16 Hz feature frequency with small amplitude and 10 Hz interference component with large amplitude in the envelope spectrum. The low amplitude spike around 200 Hz in the figure is a resonance frequency band.
VMD decomposition result of simulation signal f t (the best parameter combination obtained after optimization by IPSO-VMD is K ^ , α ^ = 3 , 5500 ), as shown in Figure 6, IMF1 perfectly corresponds to the harmonic interference x 2 t in the original signal, and the periodic shock attenuation can be observed in IMF2. The corresponding fault characteristic frequency 16 Hz and its frequency multiplication components (32 Hz, 48 Hz, etc.) can be clearly identified from the IMF2 and IMF3 components. Therefore, VMD can effectively decompose the x 1 t and x 2 t components of the rolling bearing fault simulation signal.

3. Feature Extraction and Recognition Based on IPSO-VMD

3.1. Feature Extraction Based on VMD

The failure of different components in the system will change the frequency distribution of the signal, further leading to the adjustment of the energy distribution of the signal. In order to avoid the dependence of traditional fault diagnosis methods on abnormal samples, VMD decomposition results under the optimal parameter combination are used to determine the effective components in combination with the correlation coefficient method. Finally, the energy ratio of the first five effective components is used as the feature parameter.
  • Correlation Coefficient
Correlation coefficient is a statistical indicator to measure the closeness of correlation between different variables. The correlation coefficient of sample X and sample Y is defined as follows:
ρ ( X , Y ) = Cov ( X , Y ) D ( X ) D ( Y )
where, Cov ( X , Y ) is the covariance of sample X and sample Y, D ( X ) and D ( Y ) are the variances of sample X and Y, respectively. The correlation coefficient ρ [ 1 , 1 ] ; the larger the absolute value of the correlation coefficient, the closer is the correlation between the two samples.
For discrete digital signals, the correlation coefficients of signals x i and y i can be described as follows:
ρ x i , y i = i = 0 x ( i ) y ( i ) / i = 0 x 2 ( i ) i = 0 y 2 ( i ) 1 / 2
For signals, the correlation coefficient ρ describes the similarity of two signals if ρ = 1 represents that the two signals are completely correlated. On setting the threshold value σ = 0.1 , if the correlation coefficient between the i -th IMF component and the original signal is ρ > σ , the IMF component is considered as an effective component.
2.
IMF Energy Ratio
First, the original signal is processed by IPSO-VMD to obtain K IMF components. The energy i m f   E i of each IMF component is calculated according to Equation (10):
i m f   E i = 0 T i m f i 2 ( t ) d t ,   i = 1 , 2 , , K
The obtained i m f   E i is normalized, and the normalized i m f   E i of the effective components is constructed as the eigenvector T :
T = i m f   E 1 E , i m f   E 2 E , , i m f   E n E
where, E is the energy of the original signal, and n is the number of effective components.

3.2. Multi-Dimension Sensitive Feature Optimization

For the time-domain parameters, they are closely related to the mechanical system parameters, operating conditions, and signal distribution. For the frequency-domain parameters, they can well reflect the spectral changes of the vibration signals of the mechanical components and determine the operating status of the mechanical components. Because the VMD algorithm will have a greater degree of punishment for abrupt signals, some abrupt information in the original signal will be lost in the VMD decomposition process. Considering the time domain or the frequency domain alone has its own limitations, because they can capture different information and characteristics of the signals, and only by considering them together can the sensitive feature vectors be better constructed.
  • Time-Domain Parameters
Time-domain parameters are closely related to mechanical system parameters, working conditions, and signal distribution. For time series signal x i , the time-domain parameters used in this paper include 12 indicators: maximum x max , absolute mean x ¯ , effective value x r m s , peak to peak value x p p , average amplitude M A , variance σ x 2 , deviation S c , waveform index S f , peak index C f , pulse index I f , margin index C L f , kurtosis β .
2.
Frequency-Domain Parameters
Based on the frequency-domain parameters, the frequency spectrum changes of the vibration signals of mechanical components can be well reflected, and the running state of the mechanical components can be judged. The frequency-domain parameter indexes adopted in this paper include: mean frequency M f , center frequency F c , root mean square frequency R m s f , standard deviation frequency S d f , frequency-domain amplitude skewness index S c f , and frequency kurtosis β f .
3.
Other Parameters
Energy operator [34] is as follows:
T e o = N n = 1 N ( r ( n ) r ¯ ( n ) ) 4 n = 1 N ( r ( n ) r ¯ ( n ) ) 2 2
where, r ¯ n represents the mean value of r n , and r n represents the Teager energy differential signal, r n = x 2 n x n 1 x n + 1 .
A total of 19 fault feature parameters are extracted based on time domain and frequency domain. Although they can reflect different information of vibration signals and system faults, the sensitivity of different fault feature parameters is different, and there is partial irrelevance or redundancy. The Laplacian score (LS) method is used to extract the inherent information architecture of the feature set, map the complex and high-dimensional feature space to the low dimensional space, and achieve the optimization of multi-dimensional feature [35]. The specific steps of the LS method are as follows:
Step 1: Input the training sample feature matrix F m × n , where m is the number of samples, n is the feature dimension, and f r i is the r -th dimension feature of the i -th sample.
Step 2: Build a neighbor graph G , where G has m sample points; x i corresponds to the i -th node. If x i and x j are “neighbors”, they are connected at two points. x i and x j are defined as neighbors. On the contrary, the two points are not connected.
Step 3: Define the weight matrix S i j as below:
S i j = e x i x j 2 t   i f   x i   c l o s e   t o   x j 0     o t h e r w i s e
where t is a suitable constant.
Step 4: L r is defined as the Laplace score of the r -th feature f r . The calculation method of L r is as follows:
L r = i j f r i f r j 2 S i j v a r f r
where, f r = f r 1 , f r 2 , f r m T , D = d i a g S I , I = 1 , 1 , 1 T , L = D S , matrix L is the Laplace matrix of neighborhood graph G :
Where
i j f r i f r j 2 S i j = i j f r i 2 S i j 2 f r i f r j S i j + f r j 2 S i j = i j 2 f r i 2 S i j 2 f r i f r j S i j = 2 i j f r i 2 S i j f r i f r j S i j = 2 f r T D f r 2 f r T S f r = 2 f r T L f r
v a r f r = i f r i μ r 2 D i i
where, v a r f r is the variance of the r -th feature f r , and standardization f r can obtain the following:
f ~ = f r f r T D I I T D I I
Further, we can find the Laplacian score of the r -th feature:
L r = f ~ r T L f ~ r f ~ r T D f ~ r
Step 5: Sort L r in ascending order and output L r in turn.
According to Equation (14), the smaller the molecular f r i f r j , the smaller is the feature difference within the representative sample. The greater the variance of the r -th feature f r , the greater is the feature difference between samples and the higher is the separability. Therefore, the smaller the Laplace score L r corresponding to the feature, the more important it is. The final multi-dimensional sensitive feature vector T m u l t i can be obtained by combining the first five order IMF component ratios of feature vector T constructed earlier and the five feature parameters extracted in this section:
T m u l t i = i m f   E 1 E , i m f   E 2 E , i m f   E 3 E , i m f   E 4 E , i m f   E 5 E , S c , T e o , S d f , x ¯ , Scf

3.3. Probabilistic Neural Networks

PNN is an artificial neural network model utilizing Bayes law and Palzen window. The PNN model has the advantages of simple structure, fast calculation speed, and high classification accuracy. Furthermore, the PNN learning algorithm is based on sample distribution, it does not require extensive parameter tuning like other machine learning algorithms, and it can automatically learn and classify based on the provided data without complex parameter tuning. At the model architecture level, the PNN model consists of four parts: input, mode, sum, and output, and its network model structure is shown in Figure 7. For pattern recognition, the input layer is used to receive input samples, and the number of nodes depends on the dimension of the input feature matrix. The function of the mode layer is to calculate the matching relationship between input samples and each node of the mode layer, and the number of nodes depends on the number of training samples. The function of the summation layer is to calculate the probability belonging to the same category in the model layer, whose number of nodes equals the number of categories of input samples, while the output layer outputs the probability density estimates of different categories through a competitive method and determines that the corresponding type of the maximum value is the judgement result [36].
The spread parameter is one of the most important parameters in PNN, which controls the smoothness of the radial basis function. The smaller the spread parameter, the more complex is the decision boundary, which may lead to overfitting. The larger the spread parameter, the smoother is the model, which may lead to underfitting.
At the same time the size of the data volume and the data dimension have a significant impact on the PNN network, which is directly related to the training effect and generalization ability of the model. Larger data volume can provide richer information to help the PNN model better learn and understand the distribution of data, thus improving the training effect and prediction accuracy of the model. A larger data volume also helps to improve the generalization ability of the model and reduce the risk of overfitting. When the data volume is small, the model may overlearn the noise in the training data, leading to performance degradation on new data. However, with too large data dimensions, it is difficult for the network to maintain sparse invariance, and it is difficult to train the PNN network under high-dimensional data, and some irrelevant or redundant features may interfere with the learning process of the PNN model, leading to performance degradation.

4. Experimental Verification

To verify the effectiveness of the fault diagnosis algorithm proposed in this paper, two different cases of open data from rotating machinery parts were used for fault diagnosis.

4.1. Case 1

Gears are the core components of rotating machinery. The quality of gears can affect the performance of rotating machinery. In this case, the gear failure is analyzed by spur gear failures from the University of Connecticut gear public data set as an example [37]. This data set contains a full set of gearbox vibration data. The experimental bench used is composed of drive motor, reducer, brake, and speed controller.
As shown in Figure 8, the transmission diagram of the gearbox in the University of Connecticut data test bench is a two-stage reduction structure. The gear box contains input shaft, intermediate shaft, and output shaft. ER-10K rolling bearings are used on both sides of each stage shaft to connect with the reducer box. The number of teeth of gear 1 is 32, gear 2 is 80, gear 3 is 48, and gear 4 is 64. Therefore, the first stage reduction ratio i 1 = 2.5 , the second stage reduction ratio i 2 = 4 / 3 , and the detailed parameters of data acquisition are shown in Table 1.
In this experiment, the information of the experiment is that only gear fault data collected from this data set are used, bearing #1~bearing #6 are normal, input and output shaft are normal, gear fault includes flaking and pitting, and fault occurs on gear 1 and 3, respectively. Fault label and status information are shown in Table 2.
In the experiment, 100 samples are collected for each status, with each sample consisting of 3600 data points covering three periods of experimental data. As shown in Figure 9, the time-domain diagram of three different state data after down-sampling is shown.
IPSO adaptive search is performed on three types of fault data and the best parameter combination K ^ , α ^ is shown in Table 3. The best combination of parameters obtained by optimizing label 1 data is 10 , 2000 , label 2 is 10 , 3150 , and label 3 is 8 , 4950 .
The data of the three labels are processed by IPSO-VMD and each IMF component is calculated. The correlation coefficient between each IMF component and the original signal is shown in Figure 10. It can be observed from the diagram that the correlation coefficient between all IMF components and the original signal under the three labels is greater than the set threshold σ = 0.1 . It is concluded that all IMF components from the three different fault data of the gear wheel are effective components.
Further, the energy ratio feature of the effective components is shown in Figure 11. It can be observed that the energy ratio of the IMF3 component of label 1 data is the largest, accounting for 0.325, while the IMF5 component is the smallest, accounting for 0.06. IMF1 and IMF3 are the first two components in the proportion of label 2 data, 0.376 and 0.4039, respectively, and the other three components are close to each other. The proportion of label 3 data in IMF1 and IMF2 is the first two, 0.3259 and 0.2035, respectively. The proportion of other components decreases as they move forward.
The extracted IMF component energy ratio feature and the time–frequency domain feature are collected as feature vectors and input into PNN model. Then, 70% of the 300 sets of gear fault data are randomly selected as training set data and the remaining 30% as test set data. Using the rule of thumb to determine the size of the spread parameter the following is carried out: first select the initial value of spread = 0.1, and then gradually increase the size of the parameter, and finally in spread = 1.5 when the final diagnostic effect is the best, then select spread = 1.5.
After the fault diagnosis, the confusion matrices for the training and test sets of the gear fault data are shown in Figure 12. At the model training level, label 1 in the training set has a total of 70 data and there are two misclassifications (both sample 7 and sample 16 classify label 1 as label 2) with an accuracy of 97.14%. Label 2 has a total of 70 data with one misclassification (sample 19 classifies label 2 as label 1) with an accuracy of 98.57%. Label 3 has 70 data and has an accuracy rate of 100%. Label 1 with 30 data in the test set is misclassified by one with an accuracy of 96.67%. Label 2 has 30 data, one misclassification and 96.67% accuracy. Label 3 has 30 data with 100% accuracy. The misclassification that occurred is that Sample 27 predicted label 1 as label 2 and sample 7 predicted label 2 as label 1, with some confusion between label 1 and label 2.
The PSO-VMD feature extraction algorithm is compared with the optimized IPSO-VMD, EMD and compared with PNN, support vector machines using extreme learning machine (ELM) [38]. The diagnostic results for the gear fault samples are shown in Table 4. It can be seen that for the gear data, the IPSO-VMD-PNN algorithm is the most effective with an overall accuracy of 97.78%.

4.2. Case 2

As a critical component of rotating machinery, rolling bearings can significantly impact its performance. This case conducts signal processing research on the open bearing fault data set [39] of Case Western Reserve University (CWRU) bearing data center and the rolling bearing data measured in the laboratory. The test bench used by the mechanism is shown in Figure 13, including drive motor, load motor, coupling, torque sensor, and other components, providing measured fault data of different fault positions and sizes. Among them, the drive end bearing is an SKF 6205, and the fan end bearing is an SKF 6203. The acceleration sensor is used for data acquisition and installed above the bearing pedestal at the drive end and fan end. The sampling frequency of the data acquisition system is 12 kHz.
Based on the PNN model, this section carries out diagnostic experiments on four states of the rolling bearing in the CWRU open data set. The technical information is shown in Table 5.
The data of four states are searched by IPSO adaptive search, and the best parameter combination K ^ , α ^ is shown in Table 6.
Each IMF component of four status data processed by IPSO-VMD is obtained, and the correlation coefficient between each IMF component and the original signal is calculated as shown in Figure 14. The figure shows that all other IMF components are valid components.
Further, the energy ratio feature of effective components is shown in Figure 15. It can be observed that the distribution trend of the five IMF components of the rolling element fault and inner ring fault is similar. The proportion of IMF2 and IMF3 is small while IMF5 is the largest, but the proportional energy ratio of the inner ring fault is larger than that of the rolling element fault. For outer ring faults, IMF1 and IMF5 are 0 in the first five order components, and the ratios of IMF1 and IMF2 are close, while there is little difference in energy; IMF3 accounts for the largest proportion, about 4.5 times of IMF3. For normal conditions, IMF1 accounts for the largest proportion, exceeding 0.5, while IMF5 accounts for the smallest. In summary, the energy ratios of IMF components of each order for different faults can effectively distinguish different types of faults.
Consistent with the previous method of constructing the training set and test set, the confusion matrix of the rolling bearing fault data training set and test set is obtained as shown in Figure 16. Using the rule of thumb to determine the size of the spread parameter, the following is carried out: first select the initial value of spread = 0.1, and then gradually increase the size of the parameter, and finally in spread = 2.3 when the final diagnostic effect is the best, then select spread = 2.3.
At the model training level, sample number 57 in the normal class is mis-predicted as an outer ring failure and sample number 35 in the inner ring failure class is mis-predicted as a rolling element failure. In the test set, the model is able to diagnose the inner ring of the rolling bearing with 100% accuracy, while there is one misclassification in the normal condition, which predicted sample No. 90 as a rolling element fault. There are two misclassifications for rolling element faults; samples #4 and #25 are predicted as normal, and in the case of the outer ring fault, sample #56 is predicted as a rolling element fault.
PSO-VMD, optimized IPSO-VMD and EMD, PNN and SVM, and ELM methods are compared and analyzed. The diagnostic results for the rolling bearing fault samples are shown in Table 7. In general, for the rolling bearing fault data, IPSO-VMD-PNN has the best diagnostic performance in the test set, with an overall accuracy of 98.3%. In summary, the above proposed IPSO-VMD fault feature extraction method can be combined with the PNN model to achieve higher fault diagnosis accuracy.

5. Conclusions and Future Work

In this study, a fault diagnosis framework for rotating machinery based on IPSO-VMD-PNN was established by the combination of numerical simulation and experimental verification, and the effectiveness of the framework was verified with the open data of gears and rolling bearings.
  • In view of the difficulty in selecting the two key parameters K and α in VMD, the adaptive inertia weight strategy and compression factor method were used to improve the PSO algorithm, and the adaptive optimization of parameters was carried out by combining the fitness function, so as to avoid the instability of manual value taking and cumbersome operation.
  • In the extracted multi-dimensional feature vectors, the sensitivity of different fault feature parameters varies, and some parameters may be irrelevant or redundant. Laplace score was used to select sensitive feature parameters from multi-domain feature parameters, and the fault sensitive feature vector was constructed and input into the PNN model to realize fault diagnosis.
  • Through the validation of simulated and real signals, the proposed IPSO-VMD-PNN framework shows excellent robustness and adaptability, demonstrating its potential for application in practical engineering.
Future research will focus on further optimizing the proposed method to enhance its fault diagnosis accuracy under more complex conditions. Additionally, the potential application of this method in intelligent diagnosis under varying rotational speeds will be explored.

Author Contributions

Conceptualization, Z.L.; methodology, C.Z.; software, C.Z.; validation, Z.L. and C.Z.; investigation, J.H.; data curation, S.X.; writing—original draft preparation, Z.L. and C.Z.; writing—review and editing, Z.L. and Z.C.; visualization, W.Z.; supervision, H.L.; funding acquisition, H.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was supported by the National Natural Science Foundation of China (grant number 52275505), and the Key Research and Development project of Hubei Science and Technology Plan (grant number 2023BEB013).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The original contributions presented in the study are included in the article, further inquiries can be directed to the corresponding author/s.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Desnica, E.; Ašonja, A.; Radovanović, L.; Palinkaš, I.; Kiss, I. Selection, Dimensioning and Maintenance of Roller Bearings. In 31st International Conference on Organization and Technology of Maintenance (OTO 2022); Lecture Notes in Networks and Systems; Blažević, D., Ademović, N., Barić, T., Cumin, J., Desnica, E., Eds.; Springer: Cham, Switzerland, 2023; Volume 592. [Google Scholar] [CrossRef]
  2. Xu, X.; Yan, X.; Yang, K.; Zhao, J.; Sheng, C.; Yuan, C. Review of condition monitoring and fault diagnosis for marine power systems. Transp. Saf. Environ. 2021, 3, 85–102. [Google Scholar]
  3. Chen, Q.; Dai, S.; Bi, X. Fault diagnosis of rolling bearing based on EEMD. Comput. Simul. 2021, 38, 361–364. [Google Scholar]
  4. Wang, J.; Du, G.; Zhu, Z.; Shen, C.; He, Q. Fault diagnosis of rotating machines based on the EMD manifold. Mech. Syst. Signal Process. 2020, 135, 106443. [Google Scholar]
  5. Xu, M.; Yao, H. Fault diagnosis method of wheelset based on EEMD-MPE and support vector machine optimized by quantum-behaved particle swarm algorithm. Measurement 2023, 216, 112923. [Google Scholar]
  6. Zhao, H.; Li, X.; Liu, Z.; Wen, H.; He, J. A double interpolation and mutation interval reconstruction LMD and its application in fault diagnosis of reciprocating compressor. Appl. Sci. 2023, 13, 7543. [Google Scholar] [CrossRef]
  7. Goyal, D.; Choudhary, A.; Sandhu, J.K.; Srivastava, P.; Saxena, K.K. An intelligent self-adaptive bearing fault diagnosis approach based on improved local mean decomposition. Int. J. Interact. Des. Manuf. 2022, 16, 1–11. [Google Scholar] [CrossRef]
  8. Dragomiretskiy, K.; Zosso, D. Variational mode decomposition. IEEE Trans. Signal Process. 2014, 62, 531–544. [Google Scholar]
  9. Li, F.; Li, R.; Tian, L.; Chen, L.; Liu, J. Data-driven time-frequency analysis method based on variational mode decomposition and its application to gear fault diagnosis in variable working conditions. Mech. Syst. Signal Process. 2019, 116, 462–479. [Google Scholar]
  10. Lin, S.L. Intelligent fault diagnosis and forecast of time-varying bearing based on deep learning VMD-Densenet. Sensors 2021, 21, 7467. [Google Scholar] [CrossRef] [PubMed]
  11. Li, L.; Meng, W.; Liu, X.; Fei, J. Research on rolling bearing fault diagnosis based on variational modal decomposition parameter optimization and an improved support vector machine. Electronics 2023, 12, 1290. [Google Scholar] [CrossRef]
  12. Liu, C.; Wu, Y.; Zhen, C. Rolling bearings fault diagnosis based on variational mode decomposition and fuzzy c means clustering. Proc. CSEE 2015, 35, 3358–3365. [Google Scholar]
  13. Li, K.; Su, L.; Wu, J.; Wang, H.; Chen, P. A rolling bearing fault diagnosis method based on variational mode decomposition and an improved kernel extreme learning machine. Appl. Sci. 2017, 7, 1004. [Google Scholar] [CrossRef]
  14. Wang, X.; Yang, Z.; Yan, X. Novel particle swarm optimization-based variational mode decomposition method for the fault diagnosis of complex rotating machinery. IEEE/ASME Trans. Mechatron. 2017, 23, 68–79. [Google Scholar]
  15. Wang, C.; Li, H.; Huang, G.; Ou, J. Early fault diagnosis for planetary gearbox based on adaptive parameter optimized VMD and singular kurtosis difference spectrum. IEEE Access 2019, 7, 31501–31516. [Google Scholar]
  16. Xiao, D.; Ding, J.; Li, X.; Huang, L. Gear fault diagnosis based on kurtosis criterion VMD and SOM neural network. Appl. Sci. 2019, 9, 5424. [Google Scholar] [CrossRef]
  17. Zhang, J.; Ji, J.; Xu, T. A bearing fault diagnosis method based on variational mode decomposition parameter optimization. Sci. Technol. Eng. 2021, 21, 3601–3605. [Google Scholar]
  18. Zhu, S.; Xia, H.; Peng, B.; Zio, E.; Wang, Z.; Jiang, Y. Feature extraction for early fault detection in rotating machinery of nuclear power plants based on adaptive VMD and Teager energy operator. Ann. Nucl. Energy 2021, 15, 108392. [Google Scholar]
  19. Zhang, Q.; Chen, S.; Fan, Z.P. Bearing Fault Diagnosis based on Improved Particle Swarm Optimized VMD and SVM models. Adv. Mech. Eng. 2021, 13, 16878140211028451. [Google Scholar]
  20. Song, X.; Wang, H.; Chen, P. Weighted kurtosis-based VMD and improved frequency-weighted energy operator low-speed bearing-fault diagnosis. Meas. Sci. Technol. 2020, 32, 035016. [Google Scholar]
  21. Chang, Y.; Bao, G.; Cheng, S.; He, T.; Yang, Q. Improved VMD-KFCM algorithm for the fault diagnosis of rolling bearing vibration signals. IET Signal Process. 2021, 15, 238–250. [Google Scholar]
  22. Jin, Z.; He, D.; Wei, Z. Intelligent fault diagnosis of train axle box bearing based on parameter optimization VMD and improved DBN. Eng. Appl. Artif. Intell. 2022, 110, 104713. [Google Scholar]
  23. Sharma, V.; Parey, A. Extraction of weak fault transients using variational mode decomposition for fault diagnosis of gearbox under varying speed. Eng. Fail. Anal. 2020, 107, 104204. [Google Scholar]
  24. Lv, X.; Zhou, D.; Ma, L.; Zhang, Y.; Tang, Y. An Improved Lagrange Particle Swarm Optimization Algorithm and Its Application in Multiple Fault Diagnosis. Shock Vib. 2020, 2020, 1091548. [Google Scholar]
  25. Zhu, J.; Wang, C.; Hu, Z.; Kong, F.; Liu, X. Adaptive variational mode decomposition based on artificial fish swarm algorithm for fault diagnosis of rolling bearings. Proc. Inst. Mech. Eng. Part C J. Mech. Eng. Sci. 2017, 231, 635–654. [Google Scholar]
  26. Liu, Y.; Mu, C.; Kou, W.; Liu, J. A simple multi-population evolutionary algorithm using PSO strategy for constrained engineering design optimization. Int. J. Digit. Content Technol. Appl. 2012, 6, 532–541. [Google Scholar]
  27. Li, K.; Zhou, G.; Zhai, J.; Li, F.; Shao, M. Improved PSO_AdaBoost ensemble algorithm for imbalanced data. Sensors 2019, 19, 1476. [Google Scholar] [CrossRef] [PubMed]
  28. Mjahed, S.; El Hadaj, S.; Bouzaachane, K.; Raghay, S. Improved PSO based K-means clustering applied to fault signals diagnosis. In Proceedings of the 2018 International Conference on Control, Automation and Diagnosis (ICCAD), Marrakech, Morocco, 19–21 March 2018; pp. 1–6. [Google Scholar]
  29. Zhou, S.; Li, G.; Wang, Q.; Zheng, C.; Wen, Y. Improved particle swarm optimization algorithm based driving strategy research for permanent magnet spherical motor. Trans. China Electrotech. Soc. 2023, 38, 166–176+189. [Google Scholar]
  30. Feng, Z.; Zhang, C.; Li, B. Optimization of MFAC parameters based on improved particle swarm optimization algorithm. Control Eng. China 2021, 28, 766–773. [Google Scholar]
  31. Yang, J.; He, L.; Fu, S. An improved PSO-based charging strategy of electric vehicles in electrical distribution grid. Appl. Energy 2014, 128, 82–92. [Google Scholar]
  32. Yan, X.; Xu, Y.; She, D.; Zhang, W. A Bearing Fault Diagnosis Method Based on PAVME and MEDE. Entropy 2021, 23, 1402. [Google Scholar] [CrossRef] [PubMed]
  33. Peeters, C.; Antoni, J.; Helsen, J. Blind filters based on envelope spectrum sparsity indicators for bearing and gear vibration-based condition monitoring. Mech. Syst. Signal Process. 2020, 138, 106556. [Google Scholar]
  34. Xu, Y.; Wang, Y.; Lingzhi, W.; Qu, J. Bearing fault detection using an alternative analytic energy operator: A fast and non-filtering method. Meas. Sci. Technol. 2021, 32, 105101. [Google Scholar]
  35. Yan, X.; Liu, Y.; Huang, D.; Jia, M. A new approach to health condition identification of rolling bearing using hierarchical dispersion entropy and improved Laplacian score. Struct. Health Monit. 2021, 20, 1169–1195. [Google Scholar]
  36. Ma, J.; Li, Z.; Li, C.; Zhan, L.; Zhang, G.-Z. Rolling bearing fault diagnosis based on refined composite multi-scale approximate entropy and optimized probabilistic neural network. Entropy 2021, 23, 259. [Google Scholar] [CrossRef] [PubMed]
  37. Jing, L.; Zhao, M.; Li, P.; Xu, X. A convolutional neural network based feature learning and fault diagnosis method for the condition monitoring of gearbox. Measurement 2017, 111, 1–10. [Google Scholar]
  38. He, C.; Wu, T.; Gu, R.; Jin, Z.; Ma, R.; Qu, H. Rolling bearing fault diagnosis based on composite multiscale permutation entropy and reverse cognitive fruit fly optimization algorithm–extreme learning machine. Measurement 2021, 173, 108636. [Google Scholar]
  39. Case Western Reserve University (CWRU), Cleveland, Ohio, USA [EB/OL]. Available online: https://engineering.case.edu/bearingdatacenter/download-data-file (accessed on 22 January 2022).
Figure 1. Comparison of PSO algorithms.
Figure 1. Comparison of PSO algorithms.
Applsci 14 07380 g001
Figure 2. IPSO-VMD algorithm design diagram.
Figure 2. IPSO-VMD algorithm design diagram.
Applsci 14 07380 g002
Figure 3. Time-domain waveform of rolling bearing fault simulation signal f t and its components.
Figure 3. Time-domain waveform of rolling bearing fault simulation signal f t and its components.
Applsci 14 07380 g003
Figure 4. Simulation signal f t time-domain waveform and its spectrum.
Figure 4. Simulation signal f t time-domain waveform and its spectrum.
Applsci 14 07380 g004
Figure 5. Envelope waveform and envelope spectrum of simulation signal f t .
Figure 5. Envelope waveform and envelope spectrum of simulation signal f t .
Applsci 14 07380 g005
Figure 6. VMD decomposition results of rolling bearing fault simulation signal f t .
Figure 6. VMD decomposition results of rolling bearing fault simulation signal f t .
Applsci 14 07380 g006
Figure 7. Basic structure of PNN.
Figure 7. Basic structure of PNN.
Applsci 14 07380 g007
Figure 8. Gearbox transmission diagram.
Figure 8. Gearbox transmission diagram.
Applsci 14 07380 g008
Figure 9. Time-domain diagram of gear data in three different conditions.
Figure 9. Time-domain diagram of gear data in three different conditions.
Applsci 14 07380 g009
Figure 10. IMF component correlation coefficient of gear data.
Figure 10. IMF component correlation coefficient of gear data.
Applsci 14 07380 g010
Figure 11. Energy ratio of IMF components for gear data in different conditions.
Figure 11. Energy ratio of IMF components for gear data in different conditions.
Applsci 14 07380 g011
Figure 12. Gear fault diagnosis confusion matrix.
Figure 12. Gear fault diagnosis confusion matrix.
Applsci 14 07380 g012
Figure 13. CWRU bearing data center test bench.
Figure 13. CWRU bearing data center test bench.
Applsci 14 07380 g013
Figure 14. IMF component correlation coefficient of rolling bearing data.
Figure 14. IMF component correlation coefficient of rolling bearing data.
Applsci 14 07380 g014
Figure 15. Energy ratio of IMF components for rolling bearing data of different states.
Figure 15. Energy ratio of IMF components for rolling bearing data of different states.
Applsci 14 07380 g015
Figure 16. Confusion matrix of rolling bearing fault diagnosis.
Figure 16. Confusion matrix of rolling bearing fault diagnosis.
Applsci 14 07380 g016
Table 1. Detailed parameters of experiment.
Table 1. Detailed parameters of experiment.
Acquisition SystemProcessing BoardSampling
Frequency
Sampling
Time
Speed
dSPACEDS100620 kHz10 s2820 rpm
Table 2. PHM gear fault label and status information.
Table 2. PHM gear fault label and status information.
LabelGears 1Gears 2Gears 3Gears 4
1NormalNormalNormalNormal
2FlakeNormalNormalNormal
3PitNormalNormalNormal
Table 3. Optimum parameter combination K ^ , α ^ for different fault data.
Table 3. Optimum parameter combination K ^ , α ^ for different fault data.
Label 1Label 2Label 3
10 , 2000 10 , 3150 8 , 4950
Table 4. Diagnostic results of gear failure samples.
Table 4. Diagnostic results of gear failure samples.
Gears
Status
Feature Extraction AlgorithmClassification
Algorithm
Number of Training SetsNumber of
Test Sets
RightMisjudgmentAccuracy Rates
Label 1IPSO-VMDPNN703029196.67%
PSO-VMDPNN703028293.33%
PSO-VMDELM703026486.67%
PSO-VMDSVM703027390.00%
EMDPNN703024680.00%
Label 2IPSO-VMDPNN703029196.67%
PSO-VMDPNN703027390.00%
PSO-VMDELM703024680.00%
PSO-VMDSVM703026486.67%
EMDPNN703024680.00%
Label 3IPSO-VMDPNN7030300100%
PSO-VMDPNN703028293.33%
PSO-VMDELM703026486.67%
PSO-VMDSVM703028293.33%
EMDPNN703025583.33%
Table 5. Technical information of failure samples of rolling bearing.
Table 5. Technical information of failure samples of rolling bearing.
Bearing
Status
Fault
Diameter (mm)
Rotational Speed (rpm)Data
Labels
Number of SamplesFailure
Label
Normal01750Normal_22001
Rolling element Failure0.35561750B014_22002
Inner ring Failure0.35561750IR014_22003
Outer ring Failure0.35561750OR014@6_22004
Table 6. Optimum parameter combination for different status data.
Table 6. Optimum parameter combination for different status data.
NormalBall FailureInner FailureOuter Failure
10 , 2950 8 , 3000 9 , 1850 6 , 3400
Table 7. Diagnostic results of rolling bearing fault samples.
Table 7. Diagnostic results of rolling bearing fault samples.
Gears StatusFeature Extraction AlgorithmClassification AlgorithmNumber of Training SetsNumber of Test SetsRightMisjudgmentAccuracy Rate
NormalIPSO-VMDPNN1406059198.33%
PSO-VMDPNN1406057395.00%
PSO-VMDELM1406055591.67%
PSO-VMDSVM1406058296.67%
EMDPNN1406054690.00%
Rolling element failureIPSO-VMDPNN1406058296.67%
PSO-VMDPNN1406056493.33%
PSO-VMDELM1406054690.00%
PSO-VMDSVM1406057395.00%
EMDPNN1406053788.33%
Inner ring FailureIPSO-VMDPNN14060600100%
PSO-VMDPNN1406059198.33%
PSO-VMDELM1406058296.67%
PSO-VMDSVM1406058296.67%
EMDPNN1406056493.33%
Outer ring FailureIPSO-VMDPNN1406059198.33%
PSO-VMDPNN1406058296.67%
PSO-VMDELM1406057395.00%
PSO-VMDSVM1406058296.67%
EMDPNN1406055591.67%
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, Z.; Zou, C.; Chen, Z.; Lu, H.; Xie, S.; Zhang, W.; He, J. Research on the Fault Diagnosis Method of Rotating Machinery Based on Improved Variational Modal Decomposition and Probabilistic Neural Network Algorithm. Appl. Sci. 2024, 14, 7380. https://doi.org/10.3390/app14167380

AMA Style

Li Z, Zou C, Chen Z, Lu H, Xie S, Zhang W, He J. Research on the Fault Diagnosis Method of Rotating Machinery Based on Improved Variational Modal Decomposition and Probabilistic Neural Network Algorithm. Applied Sciences. 2024; 14(16):7380. https://doi.org/10.3390/app14167380

Chicago/Turabian Style

Li, Zhangjie, Chao Zou, Zhimin Chen, Hong Lu, Shiwen Xie, Wei Zhang, and Jiaqi He. 2024. "Research on the Fault Diagnosis Method of Rotating Machinery Based on Improved Variational Modal Decomposition and Probabilistic Neural Network Algorithm" Applied Sciences 14, no. 16: 7380. https://doi.org/10.3390/app14167380

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