Next Article in Journal
Synthesis, Modification, and Characterization of Fe3O4@SiO2-PEI-Dextranase Nanoparticles for Enzymatic Degradation of Dextran in Fermented Mash
Next Article in Special Issue
Comparative Analysis of Machine Learning Approaches to Predict Impact Energy of Hydraulic Breakers
Previous Article in Journal
Analysis of the Flow Field at the Tip of an Axial Flow Compressor during Rotating Stall Process Based on the POD Method
Previous Article in Special Issue
Study of the Possibilities of Improving Maintenance of Technological Equipment Subject to Wear
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Intelligent Fault Diagnosis Method for Gearboxes Based on Deep Transfer Learning

Shijiazhuang Campus, Army Engineering University of PLA, Shijiazhuang 050003, China
*
Author to whom correspondence should be addressed.
Processes 2023, 11(1), 68; https://doi.org/10.3390/pr11010068
Submission received: 17 November 2022 / Revised: 12 December 2022 / Accepted: 19 December 2022 / Published: 27 December 2022
(This article belongs to the Special Issue Reliability and Engineering Applications)

Abstract

:
The complex operating environment of gearboxes and the easy interference of early fault feature information make fault identification difficult. This paper proposes a fault diagnosis method based on a combination of whale optimization algorithm (WOA), variational mode decomposition (VMD), and deep transfer learning. First, the VMD is optimized by using the WOA, and the minimum sample entropy is used as the fitness function to solve for the K value and penalty parameter α corresponding to the optimal decomposition of the VMD, and the correlation coefficient is used to reconstruct the signal. Second, the reconstructed signal after reducing noise is used to generate a two-dimensional image using the continuous wavelet transform method as the transfer learning target domain data. Finally, the AlexNet model is used as the transfer object, which is pretrained and fine-tuned with model parameters to make it suitable for early crack fault diagnosis in gearboxes. The experimental results show that the method proposed in this paper can effectively reduce the noise of gearbox vibration signals under a complex working environment, and the fault diagnosis method of using transfer learning is effective and achieves high accuracy of fault diagnosis.

1. Introduction

Gearbox is a key component of the transmission systems of large instruments, such as helicopters, cars, and fans. These pieces of equipment are constantly subjected to external weather and rain, as well as subjected to high-intensity loads for extended periods of time, resulting in frequent gearbox failures that disrupt normal operation and even cause economic losses and casualties. Being able to detect failures at an early stage can avoid catastrophic consequences. Therefore, intelligent fault diagnosis of gearboxes has significant research value [1,2,3,4,5,6].
Currently, vibration signals are commonly used for fault diagnosis in gearboxes. The actual operating environment of the gearbox is extremely severe, with constantly changing load conditions, resulting in an irregular vibration signal in the gearbox. Interference between the internal components of the gearbox causes the vibration signal to be nonlinear; therefore, the collected vibration signal contains a variety of complex noise components. Consequently, the use of vibration signals for noise reduction processing and fault diagnosis is a hot topic in contemporary research, and fruitful results have been obtained [7,8,9]. After the discovery of the empirical mode decomposition (EMD) method of noise reduction for nonstationary, nonlinear signals, EMD-like methods have been widely applied to signal noise reduction. For example, Abdelkader et al. [10] used the average energy to optimize the threshold operation for the intrinsic mode function (IMF) component of the EMD to achieve noise reduction, and the experiments verified that this noise reduction method is more effective and sensitive for the detection and diagnosis of rolling bearing faults. Liu et al. [11] used kurtosis to select the intrinsic mode function (IMF) component of the EMD as the main IMF function, and then filtered the main IMF function with an impact dictionary, which can separate the high-frequency resonant component from the meshing harmonics and partial noise to achieve noise reduction. Gao et al. [12] used integrated evaluation and wavelet thresholding to select and process the IMF components decomposed by ensemble empirical mode decomposition (EEMD), and used simulation methods to verify the feasibility of the method used to extract valid information from the signal under high noise. Liu et al. [13] used the complementary ensemble empirical mode decomposition (CEEMD) method for nonstationary and nonlinear vibration signals, and the experiment demonstrated that the CEEMD algorithm has good adaptive capability for unstable signals and can effectively extract fault features. Although the above algorithms achieve good results in noise reduction of vibration signal, they also have the following problems: The difficulty of solving the endpoint effect and mode mixing problems of EMD in decomposing vibration signals and the addition of Gaussian white noise to the EEMD decomposition result in a high computational effort and a tendency to decompose spurious IMF components. Although CEEMD solves the endpoint effect and mode mixing problem, there are differences in the number of IMF components generated during decomposition, leading to errors in ensemble averaging.
However, in 2014, Dragomiretskiy et al. [14] proposed the variational mode decomposition (VMD) method, which has better processing effect for strong noise and interference signal processing. The accuracy of the VMD of a vibration signal depends on the decomposition parameter K and the penalty factor α. There are different methods for finding the optimal number of layers K and the penalty parameter α of the VMD. For example, Fu et al. [15] used a central frequency observation method to determine the value of the predefined decomposition level K. Yan et al. [16] used solving for the spectral centroid of each IMF component to determine the value of K. Zhan et al. [17] used changes in scattering entropy to determine the optimal K value for the VMD. Zhang et al. [18] used a genetic algorithm combined with nonlinear programming to solve for the VMD parameters. All of the above methods can solve the problem of VMD parameters well, but they all have one-sidedness. Therefore, a better optimization method is sought for noise reduction of the original signal so that the data used for diagnosis can better characterize the fault. Using the noise-reduced signal as sample data for fault diagnosis can better improve the accuracy of fault diagnosis.
With the in-depth research of deep learning theory, more and more scholars have used the theory of deep learning on fault diagnosis, making deep learning an effective means of fault diagnosis [19,20,21]. The advantage of deep learning methods over traditional machine learning is that they can automatically learn features from raw vibration data, solving the disadvantage of requiring manual extraction of fault features and making deep learning much more accurate for fault diagnosis. Therefore, deep learning fault diagnosis methods based on vibration signals are widely used for all types of mechanical equipment. He et al. [22] proposed a method that uses a combination of vibration signal analysis and deep learning to form a deep learning structure embedded with a time-synchronous resampling mechanism for solving early bearing fault diagnosis. Xu et al. [23] studied a hybrid deep learning model that substantially improved the accuracy of bearing fault diagnosis. Bai et al. [24] used a stacked sparse autoencoder for fault feature dimension reduction and a support vector machine for the diesel engine fault diagnosis method with good results and engineering application value. Li et al. [25] proposed the use of deep learning and multimodal feature fusion approaches to build models for fault diagnosis. Shen et al. [26] used a multilabel convolutional neural network deep learning method to learn relevant features in vibration signals for fault diagnosis, with higher diagnostic accuracy than conventional methods.
Although the above methods can solve the gearbox fault diagnosis problem to a certain extent, there are still the following problems:
  • The gearbox operating environment is harsh, the weak early fault signal is seriously affected by noise, and fault information is disturbed or masked, making it difficult to reveal fault characteristic information.
  • Deep learning requires a large amount of labelled data to support it, but in practical engineering applications, the fault states exist for a short time, and large amounts of fault data are difficult to obtain in a short time. To obtain a sufficient amount of data, the equipment needs to fail several times and be in a state of failure for a long time. Once enough data have been collected, a deep learning model with robustness still needs to spend more time on training. These make deep learning methods have major limitations in practical engineering applications.
With the advent of transfer learning, it can effectively solve the problem of fault diagnosis in deep learning, which requires huge amounts of labelled data. Using a transfer learning approach, there is no need to retrain the model, and only a small number of labelled samples are needed to fine-tune the model parameters to achieve good diagnostic results. Yu et al. [27] combined wavelet packet transform and multicore maximum mean square difference to perform deep transfer diagnosis of bearing faults using residual networks (ResNet), which can perform diagnosis and suppress noise effects well. Bai et al. [28] proposed a fault diagnosis method based on transfer learning with optimized variational modal decomposition and deep residual networks, which is effective for noise reduction and fault diagnosis of diesel engines. Su et al. [29] extended convolutional deep belief networks to extract the transportable features from the raw vibration data and used dynamic multilayer perceptron for fault classification, which were experimentally shown to have good classification accuracy for bearing variable condition problems. Luo et al. [30] used the sparse term divergence in the original stacked autoencoder to replace it with a convolutional shortcut to solve the gradient disappearance problem in deep transfer learning and improve feature extraction, which is used for rolling bearing diagnosis with more superior results.
To address these issues, a method combined with the whale optimization algorithm (WOA), VMD, and deep transfer learning is proposed for the fault diagnosis gearboxes. First, the WOA is used to find the optimal decomposition parameters ( K and α ), and the correlation coefficient is used to determine the IMF components and thus select them for signal reconstruction to achieve noise reduction. In the second step, a continuous wavelet transform (CWT) method is used to convert the reconstructed signal into a two-dimensional time–frequency map, which forms the dataset for fault diagnosis. Finally, the AlexNet network is used as the transfer model; after pretraining and fine-tuning, the AlexNet transfer learning (AlexNet-TL) network model is generated to classify the generated 2D time–frequency maps. Experiments have shown that this method can identify fault types quickly and with a higher accuracy.
The main contributions and innovations of this paper are as follows:
  • For the problem of difficult processing of nonlinear nonsmooth vibration signals, weak fault signals under complex conditions, and difficult extraction of fault features, this paper proposes a WOA-VMD method of signal noise reduction. In complex environments and in more intrusive conditions, the use of this method allows the effects of noise to be well removed, making the fault signature signal more visible.
  • This paper uses the method of continuous wavelets to turn a one-dimensional vibration signal into a two-dimensional time–frequency image. The good effect of using deep learning on image feature extraction in two dimensions can avoid the blindness of manual extraction of fault features in traditional machine learning, and can effectively improve fault diagnosis accuracy.
  • This paper uses the fault diagnosis method of model migration. The large amount of data available on ImageNet can be used to train a stable diagnostic model. With the help of model transfer, the need for labelled samples and the reliance on expert experience can be greatly reduced, making the diagnostic approach more general and generalizable.
The other sections of this paper are detailed as follows: Section 2 describes the noise reduction method of WOA-VMD; Section 3 presents the basic theory of CWT-based time–frequency transformed image generation and deep transfer learning; Section 4 describes in detail the fault diagnosis method steps for WOA-VMD and transfer learning; Section 5 is devoted to experiments and the comparative validation of the proposed fault diagnosis methods; Section 6 presents the conclusions.

2. Methodological Theory of Vibration Signal Denoising Based on WOA-VMD

2.1. Whale Optimization Algorithm

The WOA is a heuristic optimization algorithm proposed by Mirjalili and Lewis in 2016 [31], inspired by humpback whale predation behavior. By simulating the bubble net hunting method of humpback whales, a mathematical model is established, which can be used to optimize complex problems. The WOA is divided into two main parts: the hunting phases and exploration phases.

2.1.1. Hunting Phase

Whales target the location of their prey. There is a 50/50 chance of whether whales use the constriction mechanism of the bubble net to hunt, or the spiral renewal to get closer to their prey. Mathematical modelling based on this type of hunting is shown in Equation (1):
X j + 1 = X j A × D D ' e b l cos ( 2 π l ) + X j * p < 0.5 p 0.5
where X * is the position vector of the current optimal solution, X is the current position vector, D is the distance between the humpback whale and the target prey, D ' = X j * X j is the distance between the i-th humpback whale and its prey, and the value range of l is [–1, 1]. p is a random number between [0, 1]; b is the constant that determines the shape of the logarithmic helix.

2.1.2. Exploration Phase

Humpback whales can randomly search for other prey based on their current location, simulating this behavior by changing the size of A . A can take a random value greater than 1 or less than −1 to force the humpback whale away from existing prey to find more suitable prey. The ability to enhance the algorithm’s global search with variations of A . The mathematical model for searching for prey is shown below:
X j + 1 = X r a n d A × D
D = C × X r a n d X j
where X r a n d is a random position vector selected from the existing population.

2.2. Variational Mode Decomposition

The VMD is a solving process of a variational problem. The original signal f ( x ) is decomposed into K modal functions, and the sum of all modal functions u k ( t ) is equal to the original signal as a condition of constraint. It is also guaranteed that the decomposition sequence is the minimum sum of the bandwidths of the modal components of a finite bandwidth with a central frequency. Therefore, the VMD constrained variational model equation is shown below [32,33]:
min u k , ω k k t [ ( δ ( t ) + j π t ) × u ( t ) ] e j ω t 2 2 s . t . k u k = f ( t )
where δ is the Dirac distribution, and × is the convolution.
To transform the constrained problem in the above equation into an unconstrained variational problem, a quadratic penalty factor and a Lagrangian function are used to introduce the solution process. The quadratic penalty term a and the Lagrange multiplier λ ( t ) are introduced. The extended Lagrangian expression is shown below:
L u k , ω k , λ = α k t [ ( δ ( t ) + j π t ) × u k ( t ) ] e j ω k t 2 + f ( t ) k u k ( t ) 2 + λ ( t ) , f ( t ) k u k ( t )
where α is the penalty factor, and λ is the Lagrange multiplier.
The decomposition process of the VMD is as follows:
  • Initialization of u k , ω k , λ , and, n = 0 , k = 0 ;
  • Starting with n = n + 1 , iterative computation;
  • Update the modal components u k n + 1 and the central frequency ω k n + 1 according to the current u k and ω k ;
u k n + 1 ( ω ) = f ( ω ) i k k u i ( ω ) + λ ( ω ) / 2 1 + 2 α ( ω ω k ) 2
ω k n + 1 = 0 ω u ( ω ) 2 d ω 0 u k ( ω ) 2 d ω
4.
Update the Lagrange multiplier λ ;
λ n + 1 λ n ( ω ) + τ [ f ( ω ) k u n + 1 ( ω ) ]
5.
Judgement of the end of decomposition.
Given a judgement accuracy of e > 0 , the decomposition ends when the iteration reaches Equation (9) less than e .
k = 1 K u k n + 1 u k n 2 2 / u k n 2 2 < e

2.3. Principle and Function of the WOA-VMD

2.3.1. WOA-VMD Optimization Process and Role

The steps to solve for the optimal parameters of the VMD using the WOA are as follows:
  • The whale population size, maximum number of iterations, spatial dimension, and initial population location were initialized, and the VMD parameters K and a range were set before the WOA began.
  • The VMD of the collected raw vibration signals using the whale’s position vector, using the sample entropy as the individual fitness of the initial population.
  • The sample entropy of the current position of the whale is derived after each decomposition until the minimum sample entropy corresponding to the position of the whale appears, that is, the position of the best individual in the current group is obtained to update the spatial position of the individuals in the current group.
  • The position vector of the best individual whale is output, that is, the combination of the decomposition parameters of the VMD is obtained;
  • The role of the WOA-VMD in the overall fault diagnosis is shown in Figure 1.

2.3.2. Sample Entropy

Sample entropy [34] has the advantages of being resistant to interference and noise, and is often used in the field of mechanical signal analysis and fault diagnosis. In the VMD, the sample entropy is utilized as the fitness function. The lower the entropy of the sample, the more regular the distribution of the time series, indicating that the IMF obtained by VMD processing contains more valid information. In contrast, the closer the time series is to a random distribution, the more noise components are in the IMF. Therefore, when the sample entropy is smallest, the corresponding parameter is optimal.

2.3.3. Evaluation Indicators for Signal Noise Reduction

In order to better verify the noise reduction effect of WOA-VMD, signal-to-noise ratio (SNR) and root mean square error (RMSE) are used as the evaluation index of the noise reduction effect. The SNR is a metric used to compare the desired signal strength with the strength of the background noise. A higher SNR indicates better noise reduction. The RMSE is used to judge the difference between the original signal and the noise reduction signal, indicating the degree of dispersion of the signal. The smaller the RMSE, the better the noise reduction effect. The calculation formula is shown in Equations (10) and (11):
S N R = 10 log ( i = 1 n f ( n ) i = 1 n [ f d ( n ) f ( n ) ] 2 )
R M S E = 1 n i = 1 n ( f d ( n ) f ( n ) ) 2
where n is the number of samples, f ( n ) is the original signal, and f d ( n ) is the noise reduction signal.

3. Time–Frequency Image Generation and Deep Transfer Learning Model Building

3.1. Time–Frequency Image Generation

In fault diagnosis, the continuous wavelet transform can convert a one-dimensional vibration signal into a two-dimensional spectral image, allowing the fault signal to be viewed in both the time and frequency domains. Time–frequency diagrams give a good indication of nonstationary signal characteristics and are effective in faulty signal processing. Therefore, the continuous wavelet transform is used in this paper to convert the vibration signal into a two-dimensional time–frequency image [35,36].

3.1.1. The Concept of Wavelets

When the functions ψ ( t ) L 1 ( R ) L 2 ( R ) and ψ ( 0 ) = 0 , that is, + ψ ( t ) d t = 0 , are generated by translation and telescoping the family of functions:
ψ a , b ( t ) = a 1 / 2 ψ ( t b a ) , a , b R , a 0
where ψ ( t ) is the base or mother wavelet, a is the scaling factor (also called the scale factor), and b is the translation factor. ψ a , b ( t ) is the continuous wavelet generated by the base wavelet ψ ( t ) .

3.1.2. Continuous Wavelet Transform

For an ψ a , b ( t ) wavelet function, the wavelet transform is defined for any non- f ( t ) L 2 ( R ) by:
W f ( a , b ) = a 1 / 2 + f ( t ) ψ ( t b a ) d t
The above equation is called the continuous wavelet transform (CWT), where f ( t ) is the original vibration signal. The continuous wavelet transform transforms the original vibration signal into a two-dimensional time–frequency map signal, as shown in Figure 2.

3.2. Construction of a Deep Neural Network Transfer Model

3.2.1. Transfer Learning

Deep learning models for fault diagnosis require a large amount of labelled data to train the model, the larger the amount of data, the more stable the model and the higher the accuracy of the fault diagnosis. The reality is that fault-based tagging data are difficult to obtain, resulting in poor diagnostic accuracy. However, migration learning solves this problem very well. Transfer learning is the migration of a model trained in the source domain to the target domain using a model that has some of the same parameters when used in the source and target domains. Therefore, only a small number of parameters need to be fine-tuned for the target domain in order to carry out fault diagnosis. Figure 3 shows the principle of the deep migration model. In this paper, we choose the AlexNet network model [37] as the transfer target. The AlexNet network model won the championship in image recognition in 2012 and has outstanding image recognition ability. The AlexNet network model is relatively simple, and as a transfer model, there are fewer parameters to adjust, and after fine-tuning the model parameters, a new deep transfer network model, AlexNet-TL, can be generated. Inputting data from the target domain into the AlexNet-TL model for fault diagnosis and diagnosis achieves the desired results. This will save a lot of time and effort compared with the approach of collecting fault data from scratch and training a new deep learning model.

3.2.2. Models for AlexNet Neural Networks

The AlexNet network has five convolutional layers, three maximum pooling layers, and three fully connected layers, as shown in Figure 4.
  • Convolutional layers
The role of the convolution layer is to extract the image features of the input image. The input data are computed using a convolution kernel to obtain the output data, which form the output feature map for the next layer. The convolution process is shown in Figure 5.
2.
The formula for the convolution operation is as follows:
x j n = f ( i N j x i n 1 * ω i j n + b j n )
where x j n is the output layer data, x i n 1 is the input layer data, N j is the convolution region, n is the nth convolution layer, i is the input feature number, j is the output feature number, ω i j n is the weight factor, b j n is the bias parameter, and f ( ) is the activation function. The maximum pooling operation for images is shown in Figure 6.
3.
Pooling layers
The maximum pooling layer is adopted in the AlexNet network. The main reason for this is that taking maximum pooling allows the image features to be downscaled, and the result of the process avoids the overfitting phenomenon. The maximum pooling operation for images is shown in Figure 6.
The size of the pooling layer is calculated by matrix sliding. The calculation formula is shown below:
x i m = g ( λ m * d o w n ( x i m 1 ) + b m )
where x i m is the output data, x i m 1 is the input data, d o w n ( ) is the pooling function, λ m is the weighting factor, and b m is the bias parameter.
4.
Fully connected layer
The role of the fully connected layer is to reduce the dimensionality of the data in order to prevent the loss of important data feature information in the image caused by the data going directly from the convolution layer to the output layer. The full connection is located at the end of the AlexNet network and connects the output layer, which is classified by softmax. The formula for its calculation is shown below:
x l = S o f t max ( ω l * x l 1 + b l )
where x l is the fully connected layers output data, x l 1 is the fully connected layers’ input data, ω l is the weighting factor, b l is the bias parameter, and l is the l th layer network.
From the AlexNet network structure, it can be seen that after the 2D image is processed by five convolutional layers and three maximum pooling layers, the features of the image are further extracted, and the AlexNet network obtains deeper features of the 2D image. After the fully connected layers’ processing and then classification, a better classification result can be obtained.

4. Gearbox Fault Diagnosis Based on WOA-VMD and Deep Transfer Learning

The flow of the gear fault diagnosis method proposed in this paper, represented in Figure 7, is divided into the following four key processes:
Step 1. Vibration signal noise reduction and reconstruction: Using the experimental platform to collect data for different working conditions, the WOA-VMD method is used to decompose the original signal and solve for the sample entropy corresponding to each IMF component. When the sample entropy is smallest, the corresponding K and α values are the optimal parameters. The correlation coefficient between the solved IMF components and the original signal is then used to further determine the relationship between the IMF components and the original signal, and the IMF components with high correlation coefficients are then selected and added together for reconstruction to obtain the denoised signal.
Step 2. 2D time–frequency plot conversion and dataset generation: Using the signal reconstructed after denoising in the previous step as the input condition, a CWT method is used to convert the one-dimensional vibration signal into a two-dimensional time–frequency signal dataset.
Step 3. Generation of AlexNet-TL network models: The AlexNet network model was used as the transfer target. In the fine-tuning of the model parameters, the parameters of the first five convolutional layers are kept frozen, and the parameters of the last three fully connected layers are fine-tuned, and the training data from the generated dataset are fed into the pretrained model for training. A new network model, named AlexNet-TL, was generated after fine-tuning the parameters of the AlexNet network.
Step 4. Fault pattern recognition with AlexNet-TL: The test set and validation set data for the four operating conditions are imported into the AlexNet-TL network model to obtain the results of the fault diagnosis.

5. Experimental Process and Method Validation

In order to verify the feasibility of the theoretical approach proposed in this paper, experiments were carried out using a laboratory gearbox experimental platform with pre-set faults.

5.1. Introduction to the Experimental Platform

The preset experiments were carried out on a JZQ175 speed reducer manufactured by the General Machinery Factory in Hejian City of Hebei Province, China. The vibration sensor model used in the experiments is IEPE general purpose no. 14100. The structure of the experimental platform is shown in Figure 8. The experimental platform mainly consists of a base, a three-phase asynchronous motor, an electromagnetic speed control motor, a planetary gear reducer, and a magnetic powder brake.
This paper focuses on the early failure of gears with cracks. Using the experimental platform, the vibration signals of the gearbox gears were tested under normal 2 mm crack, 5 mm crack, and 8 mm crack, as shown in Table 1. The cracking of the gears in the test was set up using the CNC lathe, and the fault presets are shown in Figure 9.

5.2. Vibration Signal Acquisition and Preprocessing

5.2.1. Vibration Signal Acquisition Scheme

Signal acquisition was carried out under stable operating conditions on the experimental platform. At this point, the motor input speed was 800 r/min, and five sets of data were collected for each operating condition. The sampling frequency of the vibration sensor was 20 kHz, and the data acquisition time for each group was 6 s, with the next group of data acquired at an interval of 5 s. The data collection for the four different operating conditions is shown in Table 2. Figure 10 shows the time domain waveforms of the vibration signals for the four operating conditions of the gear.

5.2.2. Signal Preprocessing

The experimental data collected by Sensor 2 are used in this paper for experimental verification. The collected raw signals are processed using WOA−VMD to find the values of the optimal decomposition parameters K and a using the sample entropy as the fitness function, and the results are shown in Table 3. Considering the same treatment method, the S4 working condition is used as an example. At this point, the smallest sample entropy corresponding to a K value of 7 and an a value of 2000 is obtained, and the time and frequency domain plots after the VMD are shown in Figure 11.
To optimize the signal even further and to remove noise from the signal, a correlation coefficient [38] was introduced for this purpose to judge the IMF components from the VMD. The calculation formula is shown below:
ρ X Y = 1 n i = 1 n ( X i E ( X ) ) ( Y i E ( Y ) ) i = 1 n ( X i E ( X ) ) 2 n i = 1 n ( Y i E ( Y ) ) 2 n
where n is the number of samples, X i is the original signal, and Y i is the corresponding IMF component; E ( X ) = i = 1 n X i n I s the mean value of the original signal; E ( Y ) = i = 1 n Y i n for the IMF component.
After WOA-VMD, the correlation coefficients between the IMF components and their respective original signals for the four operating conditions are shown in Table 4 below.
According to the principle of correlation coefficient, the higher the value of the correlation coefficient, the stronger the correlation; thus, the IMF components with a higher correlation degree are selected from the table for signal reconstruction. A continuous wavelet approach is taken to the reconstructed signal, which is transformed into a two-dimensional time–frequency map and used as the target domain dataset for transfer learning. The size of the time–frequency image in pixels is set to 227 × 227, and the two-dimensional time–frequency images for the four different operating conditions are shown in Figure 12. As can be seen from Section 5.2.1, the number of points sampled for each operating condition is 600,000, and a two-dimensional time–frequency image sample is generated at every 3000 points; then the dataset used for the experiment is shown in Table 5.

5.3. Determination and Training of AlexNet-TL Model Parameters

The direct use of the AlexNet network for fault diagnosis is not ideal, and therefore, the AlexNet network needs to be adapted. The main modifications are in the last three fully connected layers of the AlexNet network. The AlexNet network was trained using the training and test samples in Table 5, and then its network model parameters were fine-tuned. The parameters of the AlexNet-TL model after adjustment are shown in Table 6.
To demonstrate the effectiveness of the AlexNet-TL model proposed in this paper for gear fault diagnosis, a feature visualization approach is adopted for validation. The dataset in Table 5 was fed into AlexNet-TL for training, and the t-distributed random neighborhood embedding (t-SNE) method was adopted to visualize the distribution of image features for different working conditions on different layers. The scatter plots of the four different working condition image features on different layers are shown in Figure 13. The figure shows that at pooling layer 1 and pooling layer 2, there is a cross-mixing of 5 mm crack fault characteristics and 8 mm crack failure signatures that are not well separated. As learning progresses, the 5 mm crack fault features and 8 mm crack fault features can be well separated at the fifth convolutional layer, but fault features of 2 mm cracks and normal states still cross-mixing affects the fault diagnosis accuracy. As the fault feature learning progresses to the seventh fully connected layer, the fault features of the four operating conditions can be perfectly separated. It can thus be shown that the AlexNet-TL model with adjusted parameters in this paper is superior for gear fault diagnosis.

5.4. Comparative Analysis of the Effectiveness of Different Noise Reduction Methods

5.4.1. Comparative Analysis of Signal Noise Reduction Effects

To verify the superiority of WOA−VMD noise reduction, its noise reduction effect is compared with EMD, EEMD, CEEMD, VMD, and other methods. The SNR and RMSE were calculated for different operating conditions using different noise reduction methods, and the results are shown in Table 7. The table shows that the SNR of the WOA−VMD noise reduction method adopted in this paper is larger, and the RMSE is smaller than that of several other methods. Combined with the judging criteria in Section 2.3.3, the superiority of the WOA−VMD noise reduction effect adopted in this paper can be illustrated from these two aspects.

5.4.2. Comparative Analysis of Fault Diagnosis Results Corresponding to Different Noise Reduction Methods

To better illustrate the effect of noise reduction on the diagnostic results, the noise reduced signal is fed into the AlexNet−TL network for fault diagnosis, and the diagnostic results are used to judge the effect of noise reduction. EMD, EEMD, CEEMD, and WOA-VMD were used to reconstruct the original signal for noise reduction, and the reconstructed signal was converted into a two-dimensional time–frequency image signal by the CWT method. The above time–frequency image signals were used as the target domain dataset and input to AlexNet−TL for fault classification, and the classification results are shown in Table 8.
Figure 14 shows the results of the new and original signals after reconstruction using WOA−VMD, VMD, CEEMD, EEMD, and EMD noise reduction methods and fault diagnosis using AlexNet−TL. The accuracy rates for fault diagnosis were 100.0%, 98.125%, 96.88%, 95.63%, 93.125%, and 78.75%, respectively. In terms of classification results, the use of noise reduction methods can greatly improve fault classification accuracy. Even the EMD classification with the worst noise reduction achieved an accuracy of 93.125%, much higher than the 78.75% of the original signal. This shows the importance of signal noise reduction in fault diagnosis. The diagnostic accuracy of WOA-VMD was the highest compared with the remaining five noise reduction methods, reaching 100.0%. It can be shown that the signal after noise reduction using WOA-VMD is the most effective for fault diagnosis. Therefore, the noise reduction method chosen in this paper is effective.

5.5. Comparative Analysis of the Diagnostic Effects of Different Neural Network Models

In order to demonstrate that the diagnostic effect of AlexNet−TL proposed in this paper is better than other networks, the dataset in Table 5 was selected for fault diagnosis using the AlexNet−TL network model proposed in this paper and the GoogLeNet, ResNet18, and SqueezeNet network models. The fault diagnosis results for the four different networks are shown in Figure 15. As you can see from the graph, AlexNet−TL has the highest accuracy rate at 100%. SqueezeNet and ResNet18 also demonstrate their powerful image feature learning capabilities and can achieve 100% recognition accuracy for some working conditions. Although there is still a gap in overall accuracy compared with AlexNet−TL, this is under small sample conditions, and AlexNet−TL has been pretrained and fine-tuned prior to diagnosis. Overall, the AlexNet−TL neural network demonstrated excellent diagnostic accuracy for gear faults, with a much higher accuracy rate compared with the other three neural network models. The superiority of the proposed diagnostic method can be further illustrated by the comparison of the diagnostic results.

5.6. Comparative Analysis of the Diagnostic Effects of Different Fault Diagnosis Methods

To further illustrate the novelty and superiority of the fault diagnosis methods adopted in this paper, the fault diagnosis methods used in this paper are compared with the five fault diagnosis methods mentioned in the introduction section. All diagnostic methods make use of the same experimental data. The experimental data are derived from Section 5.2.1. The five diagnostic methods mentioned in the introduction section are (1) hybrid deep signal processing methods for fault diagnosis, (2) hybrid deep learning models based on CNN and gcForest for fault diagnosis (CNN−gcForest), (3) fault diagnosis method based on superimposed autoencoders and support vector machines (SSAE-SVM), (4) fault diagnostic method based on deep learning technology and multimodel feature fusion (MMFF−FD), and (5) fault diagnostic method based on deep multilabel learning framework called multilabel convolutional neural network (MLCNN). The results of the diagnosis are shown in Table 9.
Figure 16 shows the specifics of the diagnostic results of the five fault diagnosis methods and the methods in this paper. As can be seen from the graph, AlexNet-TL’s method had the highest accuracy rate of 100.00%. The classification accuracy is the highest compared with the other five diagnostic methods. Of these five methods, SSAE-SVM and MMFF-FD are fault diagnosis methods that use one-dimensional vibration signals to extract fault features before classifying faults. In contrast, the method used in this paper transforms a one-dimensional vibration signal into a two-dimensional time–frequency image, and then uses deep migration learning to extract picture fault features for fault classification. Obviously, the fault characteristics are more prominent in two-dimensional time–frequency space, making the method used in this paper more accurate in diagnosis. The remaining three methods also use deep learning to extract 2D time–frequency image features for fault diagnosis, but are limited by small samples, resulting in gaps in fault classification accuracy. The approach used in the paper draws on the strengths of deep learning and transfer learning. One is the advantage of deep learning’s strong capability in image feature extraction. Second, transfer learning has the advantage of being better at solving small sample problems. Thus, the novelty of the diagnostic method proposed in this paper can be demonstrated compared with the other five methods.

6. Conclusions

This paper proposed a fault diagnosis method using a combination of WOA-VMD and AlexNet−TL. The essential findings are as follows:
  • Using the WOA with sample entropy as an adaptation function, the optimal decomposition level K and penalty parameter α can be found quickly to achieve better noise reduction.
  • The CWT method is used to program a one-dimensional vibration signal into a two-dimensional time–frequency image signal, which is combined with the good performance of deep transfer networks for image recognition for fault classification of gear faults.
  • A reliable fault diagnosis method based on deep transfer learning is proposed. The AlexNet network was chosen as the transfer object, and through pretraining and fine-tuning of the model, it has a good recognition effect on early gear faults of gearboxes, solving the problem of small sample constraints in fault diagnosis.
The method proposed in this paper only investigates the single fault of a cracked gear. In practice, however, gears work for long periods in harsh environments, often with multiple faults occurring together. At present, we have not conducted enough research on fault diagnosis methods for multiple fault conditions and will focus on this direction in the next step.

Author Contributions

Conceptualization, Z.W., H.B., H.Y. and X.Z.; methodology, Z.W. and H.B.; software, Z.W. and H.B.; data curation, Z.W. and H.Y.; formal analysis, Z.W.; resources, Z.W., C.G. and X.J.; validation, Z.W. and X.Z.; visualization, Z.W.; investigation, Z.W., X.Z. and H.Y.; writing—originaldraft prepa-ration, Z.W.; writing—review and editing. Z.W., H.B., C.G. and X.J.; funding acquisition, C.G. and X.J.; project administration, C.G. and X.J.; supervision, C.G. and X.J. All authors have read and agreed to the published version of the manuscript.

Funding

This work is supported by the National Natural Science Foundation of China (grant No.71871220). The support is gratefully acknowledged. The authors would also like to thank thereviewers for their valuable suggestions and comments.

Data Availability Statement

The data involved in this article have been presented in the article.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Shanbr, S.; Elasha, F.; Elforjani, M.; Teixeira, J. Detection of natural crack in wind turbine gearbox. Renew. Energy 2018, 118, 172–179. [Google Scholar] [CrossRef] [Green Version]
  2. 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] [CrossRef]
  3. Liu, R.; Ding, X.; Zhang, Y.; Zhang, M.; Shao, Y. Variable-scale evolutionary adaptive mode denoising in the application of gearbox early fault diagnosis. Mech. Syst. Signal Process. 2023, 185, 109773. [Google Scholar] [CrossRef]
  4. Tang, M.; Zhao, Q.; Ding, S.X.; Wu, H.; Li, L.; Long, W.; Huang, B. An Improved LightGBM Algorithm for Online Fault Detection of Wind Turbine Gearboxes. Energies 2020, 13, 807. [Google Scholar] [CrossRef] [Green Version]
  5. Hosseinzadeh, M.; Salmasi, F.R. Analysis and detection of a wind system failure in a micro-grid. J. Renew. Sustain. Energy 2016, 8, 43302. [Google Scholar] [CrossRef]
  6. Wang, L.; Cai, G.; Wang, J.; Jiang, X.; Zhu, Z. Dual-Enhanced Sparse Decomposition for Wind Turbine Gearbox Fault Diagnosis. IEEE Trans. Instrum. Meas. 2018, 68, 450–461. [Google Scholar] [CrossRef]
  7. Mishra, C.; Samantaray, A.; Chakraborty, G. Rolling element bearing fault diagnosis under slow speed operation using wavelet de-noising. Measurement 2017, 103, 77–86. [Google Scholar] [CrossRef]
  8. Fan, G.; Li, J.; Hao, H. Vibration signal denoising for structural health monitoring by residual convolutional neural networks. Measurement 2020, 157, 107651. [Google Scholar] [CrossRef]
  9. Miao, M.; Sun, Y.; Yu, J. Deep sparse representation network for feature learning of vibration signals and its application in gearbox fault diagnosis. Knowl.-Based Syst. 2022, 240, 108116. [Google Scholar] [CrossRef]
  10. Abdelkader, R.; Kaddour, A.; Derouiche, Z. Enhancement of rolling bearing fault diagnosis based on improvement of empirical mode decomposition denoising method. Int. J. Adv. Manuf. Technol. 2018, 97, 3099–3117. [Google Scholar] [CrossRef]
  11. Liu, Z.; Ding, K.; Lin, H.; He, G.; Du, C.; Chen, Z. A Novel Impact Feature Extraction Method Based on EMD and Sparse Decomposition for Gear Local Fault Diagnosis. Machines 2022, 10, 242. [Google Scholar] [CrossRef]
  12. Gao, K.; Xu, X.; Li, J.; Jiao, S.; Shi, N. Application of multi-layer denoising based on ensemble empirical mode decomposition in extraction of fault feature of rotating machinery. PLoS ONE 2021, 16, e0254747. [Google Scholar] [CrossRef] [PubMed]
  13. Liu, F.; Gao, J.; Liu, H. The Feature Extraction and Diagnosis of Rolling Bearing Based on CEEMD and LDWPSO-PNN. IEEE Access 2020, 8, 19810–19819. [Google Scholar] [CrossRef]
  14. Dragomiretskiy, K.; Zosso, D. Variational mode decomposition. IEEE Trans. Signal Process. 2013, 62, 531–544. [Google Scholar] [CrossRef]
  15. Fu, W.; Tan, J.; Li, C.; Zou, Z.; Li, Q.; Chen, T. A Hybrid Fault Diagnosis Approach for Rotating Machinery with the Fusion of Entropy-Based Feature Extraction and SVM Optimized by a Chaos Quantum Sine Cosine Algorithm. Entropy 2018, 20, 626. [Google Scholar] [CrossRef] [Green Version]
  16. Yan, H.; Bai, H.; Zhan, X.; Wu, Z.; Wen, L.; Jia, X. Combination of VMD Mapping MFCC and LSTM: A New Acoustic Fault Diagnosis Method of Diesel Engine. Sensors 2022, 22, 8325. [Google Scholar] [CrossRef]
  17. Zhan, X.; Bai, H.; Yan, H.; Wang, R.; Guo, C.; Jia, X. Diesel Engine Fault Diagnosis Method Based on Optimized VMD and Improved CNN. Processes 2022, 10, 2162. [Google Scholar] [CrossRef]
  18. Zhang, C.; Wang, Y.; Deng, W. Fault Diagnosis for Rolling Bearings Using Optimized Variational Mode Decomposition and Resonance Demodulation. Entropy 2020, 22, 739. [Google Scholar] [CrossRef]
  19. Zhao, W.; Hua, C.; Dong, D.; Ouyang, H. A Novel Method for Identifying Crack and Shaft Misalignment Faults in Rotor Systems under Noisy Environments Based on CNN. Sensors 2019, 19, 5158. [Google Scholar] [CrossRef] [Green Version]
  20. Lin, Y.; Xiao, M.; Liu, H.; Li, Z.; Zhou, S.; Xu, X.; Wang, D. Gear fault diagnosis based on CS-improved variational mode decomposition and probabilistic neural network. Measurement 2022, 192, 110913. [Google Scholar] [CrossRef]
  21. He, D.; Liu, C.; Jin, Z.; Ma, R.; Chen, Y.; Shan, S. Fault diagnosis of flywheel bearing based on parameter optimization variational mode decomposition energy entropy and deep learning. Energy 2022, 239, 122108. [Google Scholar] [CrossRef]
  22. He, M.; He, D. A new hybrid deep signal processing approach for bearing fault diagnosis using vibration signals. Neurocomputing 2020, 396, 542–555. [Google Scholar] [CrossRef]
  23. Xu, Y.; Li, Z.; Wang, S.; Li, W.; Sarkodie-Gyan, T.; Feng, S. A Hybrid Deep-Learning Model for Fault Diagnosis of Rolling Bearings. Measurement 2021, 169, 108502. [Google Scholar] [CrossRef]
  24. Bai, H.; Zhan, X.; Yan, H.; Wen, L.; Yan, Y.; Jia, X. Research on Diesel Engine Fault Diagnosis Method Based on Stacked Sparse Autoencoder and Support Vector Machine. Electronics 2022, 11, 2249. [Google Scholar] [CrossRef]
  25. Li, Z.; Tian, L.; Jiang, Q.; Yan, X. Fault Diagnostic Method Based on Deep Learning and Multi-model Feature Fusion for Complex Industrial Processes. Ind. Eng. Chem. Res. 2020, 59, 18061–18069. [Google Scholar] [CrossRef]
  26. Shen, J.; Li, S.; Jia, F.; Zuo, H.; Ma, J. A Deep Multi-Label Learning Framework for the Intelligent Fault Diagnosis of Machines. IEEE Access 2020, 8, 113557–113566. [Google Scholar] [CrossRef]
  27. Yu, X.; Liang, Z.; Wang, Y.; Yin, H.; Liu, X.; Yu, W.; Huang, Y. A wavelet packet transform-based deep feature transfer learning method for bearing fault di-agnosis under different working conditions. Measurement 2022, 201, 111597. [Google Scholar] [CrossRef]
  28. Bai, H.; Zhan, X.; Yan, H.; Wen, L.; Jia, X. Combination of Optimized Variational Mode Decomposition and Deep Transfer Learning: A Better Fault Diagnosis Approach for Diesel Engines. Electronics 2022, 11, 1969. [Google Scholar] [CrossRef]
  29. Su, H.; Yang, X.; Xiang, L.; Hu, A.; Xu, Y. A novel method based on deep transfer unsupervised learning network for bearing fault diagnosis under variable working condition of unequal quantity. Knowl.-Based Syst. 2022, 242, 108381. [Google Scholar] [CrossRef]
  30. Luo, S.; Huang, X.; Wang, Y.; Luo, R.; Zhou, Q. Transfer learning based on improved stacked autoencoder for bearing fault diagnosis. Knowl.-Based Syst. 2022, 256, 109846. [Google Scholar] [CrossRef]
  31. Mirjalili, S.; Lewis, A. The whale optimization algorithm. Adv. Eng. Softw. 2016, 95, 51–67. [Google Scholar] [CrossRef]
  32. Lian, J.; Liu, Z.; Wang, H.; Dong, X. Adaptive variational mode decomposition method for signal processing based on mode charac-teristic. Mech. Syst. Signal Process. 2018, 107, 53–77. [Google Scholar] [CrossRef]
  33. Wang, Z.; He, G.; Du, W.; Zhou, J.; Han, X.; Wang, J.; He, H.; Guo, X.; Wang, J.; Kou, Y. Application of Parameter Optimized Variational Mode Decomposition Method in Fault Diagnosis of Gearbox. IEEE Access 2019, 7, 44871–44882. [Google Scholar] [CrossRef]
  34. Ru, Y.; Li, J.; Chen, H.; Li, J. Epilepsy Detection Based on Variational Mode Decomposition and Improved Sample Entropy. Comput. Intell. Neurosci. 2022, 2022, 6180441. [Google Scholar] [CrossRef]
  35. Wei, H.; Zhang, Q.; Shang, M.; Gu, Y. Extreme Learning Machine-based Classifier for Fault Diagnosis of Rotating Machinery using a Residual Network and Continuous Wavelet Transform. Measurement 2021, 183, 109864. [Google Scholar] [CrossRef]
  36. Bai, H.; Yan, H.; Zhan, X.; Wen, L.; Jia, X. Fault Diagnosis Method of Planetary Gearbox Based on Compressed Sensing and Transfer Learning. Electronics 2022, 11, 1708. [Google Scholar] [CrossRef]
  37. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. Imagenet classification with deep convolutional neural networks. Commun. ACM 2017, 60, 84–90. [Google Scholar] [CrossRef] [Green Version]
  38. 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] [CrossRef]
Figure 1. The role of WOA-VMD in fault diagnosis.
Figure 1. The role of WOA-VMD in fault diagnosis.
Processes 11 00068 g001
Figure 2. Two−dimensional time−frequency image generated by continuous wavelet transform.
Figure 2. Two−dimensional time−frequency image generated by continuous wavelet transform.
Processes 11 00068 g002
Figure 3. Schematic diagram of deep transfer learning.
Figure 3. Schematic diagram of deep transfer learning.
Processes 11 00068 g003
Figure 4. AlexNet network model.
Figure 4. AlexNet network model.
Processes 11 00068 g004
Figure 5. Schematic diagram of the convolution process.
Figure 5. Schematic diagram of the convolution process.
Processes 11 00068 g005
Figure 6. Schematic diagram of the max pooling process.
Figure 6. Schematic diagram of the max pooling process.
Processes 11 00068 g006
Figure 7. Flowchart for gearbox fault diagnosis based on WOA-VMD and deep transfer learning.
Figure 7. Flowchart for gearbox fault diagnosis based on WOA-VMD and deep transfer learning.
Processes 11 00068 g007
Figure 8. Gear reducer test stand and sensor layout.
Figure 8. Gear reducer test stand and sensor layout.
Processes 11 00068 g008
Figure 9. Fault preset states: (a) 2 mm crack, (b) 5 mm crack, (c) 8 mm crack.
Figure 9. Fault preset states: (a) 2 mm crack, (b) 5 mm crack, (c) 8 mm crack.
Processes 11 00068 g009
Figure 10. Vibration waveforms of gear reducer under four different states: (a) S1 state, (b) S2 state, (c) S3 status, (d) S4 state.
Figure 10. Vibration waveforms of gear reducer under four different states: (a) S1 state, (b) S2 state, (c) S3 status, (d) S4 state.
Processes 11 00068 g010
Figure 11. Time–frequency diagram of VMD: (a) time domain plots for each IMF component; (b) frequency domain plots for each IMF component.
Figure 11. Time–frequency diagram of VMD: (a) time domain plots for each IMF component; (b) frequency domain plots for each IMF component.
Processes 11 00068 g011
Figure 12. Two-dimensional time–frequency images of four different operating conditions: (a) S1 state, (b) S2 state, (c) S3 status, (d) S4 state.
Figure 12. Two-dimensional time–frequency images of four different operating conditions: (a) S1 state, (b) S2 state, (c) S3 status, (d) S4 state.
Processes 11 00068 g012
Figure 13. Scatter plot of image features on different layers for four different working conditions.
Figure 13. Scatter plot of image features on different layers for four different working conditions.
Processes 11 00068 g013
Figure 14. Comparative analysis of diagnostic results of different noise reduction methods: (a) WOA-VMD = 100.0%; (b) VMD = 98.125%; (c) CEEMD = 96.88%; (d) EEMD = 95.63%; (e) EMD = 93.125%; (f) original signal = 78.75%.
Figure 14. Comparative analysis of diagnostic results of different noise reduction methods: (a) WOA-VMD = 100.0%; (b) VMD = 98.125%; (c) CEEMD = 96.88%; (d) EEMD = 95.63%; (e) EMD = 93.125%; (f) original signal = 78.75%.
Processes 11 00068 g014
Figure 15. Fault diagnosis results of different network models: (a) AlexNet−TL = 100.0%; (b) GoogLeNet = 77.0833%; (c) ResNet18 = 86.8056%; (d) SqueezeNet = 92.3611%.
Figure 15. Fault diagnosis results of different network models: (a) AlexNet−TL = 100.0%; (b) GoogLeNet = 77.0833%; (c) ResNet18 = 86.8056%; (d) SqueezeNet = 92.3611%.
Processes 11 00068 g015
Figure 16. Diagnostic results of different diagnostic methods: (a) hybrid deep signal processing = 97.92%; (b) CNN−gcForest = 96.53%; (c) SSAE−SVM = 95.14%; (d) MMFF-FD = 97.22%; (e) MLCNN = 98.61%; (f) AlexNet−TL = 100.0%.
Figure 16. Diagnostic results of different diagnostic methods: (a) hybrid deep signal processing = 97.92%; (b) CNN−gcForest = 96.53%; (c) SSAE−SVM = 95.14%; (d) MMFF-FD = 97.22%; (e) MLCNN = 98.61%; (f) AlexNet−TL = 100.0%.
Processes 11 00068 g016
Table 1. Fault presetting modes for gearheads.
Table 1. Fault presetting modes for gearheads.
Serial NumberWorking Condition LabelsFault Status
1S1Normal
2S22 mm crack
3S35 mm crack
4S48 mm crack
Table 2. Experimental data acquisition scheme.
Table 2. Experimental data acquisition scheme.
LabelsSample FrequencySampling TimeSampling IntervalData GroupsInput SpeedNumber of Sensors
S120 kHz6 s5 s5800 r/min4
S220 kHz6 s5 s5800 r/min4
S320 kHz6 s5 s5800 r/min4
S420 kHz6 s5 s5800 r/min4
Table 3. The corresponding K and α of WOA−VMD under different fault states and minimum sample entropy.
Table 3. The corresponding K and α of WOA−VMD under different fault states and minimum sample entropy.
LabelsSample Entropy Minimum K α
S10.89282000
S20.69381980
S30.59891920
S40.89372000
Table 4. Correlation coefficient between IMF component and original signal.
Table 4. Correlation coefficient between IMF component and original signal.
LabelsIMF1IMF2IMF3IMF4IMF5IMF6IMF7IMF8IMF9
S10.17310.28780.22530.27670.36550.63050.45080.4862
S20.15210.19250.29220.39080.46750.52950.53560.4887
S30.19110.29950.35830.34250.34440.38630.45120.48030.4961
S40.26270.36900.33910.34390.51310.58080.4981
Table 5. Time–frequency plot datasets for four different fault states after WOA-VMD.
Table 5. Time–frequency plot datasets for four different fault states after WOA-VMD.
LabelsNumber of SamplesTraining SamplesTest SamplesValidation Samples
S12401802040
S22401802040
S32401802040
S42401802040
Total96072080160
Table 6. Model parameters of AlexNet-TL.
Table 6. Model parameters of AlexNet-TL.
Layer NameInput SizeOutput SizeActivation Function
Input227 × 227 × 3--
Conv1227 × 227 × 355 × 55 × 96ReLU
Maxpooling155 × 55 × 9627 × 27 × 96-
Conv227 × 27 × 9627 × 27 × 256ReLU
Maxpooling227 × 27 × 25613 × 13 × 256-
Conv313 × 13 × 25613 × 13 × 384ReLU
Conv413 × 13 × 38413 × 13 × 384ReLU
Conv513 × 13 × 38413 × 13 × 256ReLU
Maxpooling513 × 13 × 2566 × 6 × 256-
Fully connected66 × 6 × 256512ReLU
Fully connected7512256ReLU
Fully connected82564-
Output-4-
Table 7. SNR and RMSE after using different denoising methods.
Table 7. SNR and RMSE after using different denoising methods.
LabelsEvaluation IndicatorsEMDEEMDCEEMDVMDWOA-VMD
S1SNR3.234.365.277.317.89
RMSE0.580.630.660.500.45
S2SNR2.184.635.366.458.86
RMSE0.660.590.560.460.39
S3SNR3.425.344.236.778.34
RMSE0.720.570.610.510.44
S4SNR2.635.283.156.248.18
RMSE0.640.610.470.530.40
Table 8. Comparative analysis of fault diagnosis results corresponding to different noise reduction methods.
Table 8. Comparative analysis of fault diagnosis results corresponding to different noise reduction methods.
LabelsOriginal SignalEMDEEMDCEEMDVMDWOA-VMD
S195.0%97.5%100.0%100.0%100.0%100.0%
S282.5%92.5%95.0%97.5%97.5%100.0%
S380.0%97.5%95.0%95.0%97.5%100.0%
S457.5%90.0%92.5%95.0%97.5%100.0%
Accuracy78.75%93.75%95.63%96.88%98.125%100.0%
Table 9. Diagnostic results of different fault diagnosis methods.
Table 9. Diagnostic results of different fault diagnosis methods.
Diagnostic MethodsHybrid Deep Signal ProcessingCNN-gcForestSSAE-SVMMMFF-FDMLCNNAlexNet-TL
S194.44%94.44%94.44%97.22%97.22%100.0%
S297.22%97.22%97.22%100.0%100.0%100.0%
S3100.0%97.22%97.22%97.22%97.22%100.0%
S4100.0%97.22%91.67%94.44%100.0%100.0%
Diagnosis Accuracy97.92%96.53%95.14%97.22%98.61%100.0%
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

Wu, Z.; Bai, H.; Yan, H.; Zhan, X.; Guo, C.; Jia, X. Intelligent Fault Diagnosis Method for Gearboxes Based on Deep Transfer Learning. Processes 2023, 11, 68. https://doi.org/10.3390/pr11010068

AMA Style

Wu Z, Bai H, Yan H, Zhan X, Guo C, Jia X. Intelligent Fault Diagnosis Method for Gearboxes Based on Deep Transfer Learning. Processes. 2023; 11(1):68. https://doi.org/10.3390/pr11010068

Chicago/Turabian Style

Wu, Zhenghao, Huajun Bai, Hao Yan, Xianbiao Zhan, Chiming Guo, and Xisheng Jia. 2023. "Intelligent Fault Diagnosis Method for Gearboxes Based on Deep Transfer Learning" Processes 11, no. 1: 68. https://doi.org/10.3390/pr11010068

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