Next Article in Journal
Application of Spectroscopic Analysis for Plasma Polymerization Deposition onto the Inner Surfaces of Silicone Tubes
Next Article in Special Issue
Vibration-Based System Degradation Monitoring under Gear Wear Progression
Previous Article in Journal
A Superhydrophobic Alkali Activated Materials Coating by Facile Preparation
Previous Article in Special Issue
Research on Fault Feature Extraction Method Based on Parameter Optimized Variational Mode Decomposition and Robust Independent Component Analysis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Multisensor Feature Fusion Based Rolling Bearing Fault Diagnosis Method

1
Anhui Province Engineering Laboratory of Intelligent Demolition Equipment, Anhui University of Technology, Ma’anshan 243002, China
2
School of Mechanical Engineering, Anhui University of Technology, Ma’anshan 243002, China
*
Author to whom correspondence should be addressed.
Coatings 2022, 12(6), 866; https://doi.org/10.3390/coatings12060866
Submission received: 20 May 2022 / Revised: 14 June 2022 / Accepted: 16 June 2022 / Published: 19 June 2022

Abstract

:
To fully utilize the fault information and improve the diagnosis accuracy of rolling bearings, a multisensor feature fusion method is proposed. The method contains two steps. First, the intrinsic mode function (IMF) of each sensor vibration signal is calculated by variational mode decomposition (VMD), and the redundant information such as noise is eliminated. Then, the time-domain, frequency-domain and multiscale entropy features are extracted based on the preferred IMF and fused into one multidomain feature dataset. In the second step, the deep autoencoder network (DAEN) is constructed and the multisensor fusion features of the first step are used as input of the DAEN, and the multisensor fusion features are further extracted and classified. The experimental results show that the proposed model has a higher classification accuracy compared with the existing methods.

1. Introduction

As a critical component of rotating machine, rolling bearings have the advantages of high efficiency, low friction resistance and convenient assembly. Furthermore, their performance directly affects the operation of all the equipment. Therefore, knowing how to fully exploit the fault features from the complex vibration signals and carry out pattern recognition is of great significance [1,2].
The mainstream methods of fault diagnosis only focus on the application of a single sensor [3,4,5]. The commonly used sensor is the vibration acceleration sensor, which can measure the relationship between the vibration amplitude and time. However, more and more studies have shown that, for a complex mechanical system, the fault information contained in a single sensor is limited, and accurate condition monitoring and fault diagnosis cannot be performed [6,7,8]. The application of multiple sensor technologies in fault diagnosis makes it possible to study fault diagnosis based on multiple sensors. Wang et al. [9] proposed a mixture of Gaussians and variational auto-encoders (Mix-VAEs) fault diagnosis method, which can fully utilize the redundancy and complementarity of multisensor information. Chen et al. [10] proposed an stack auto-encoder and deep belief network (SAE-DBN) based multisensor fusion method, and verified the effectiveness through a bearing fault experiment. Shi et al. [11] proposed a two-stage multisensor fusion method to achieve accurate diagnosis of hydraulic directional valve faults. The above studies show that compared with a single sensor, multisensor information fusion technology can further improve the accuracy and reliability of diagnosis.
Multisensor information fusion technology includes data-level fusion, feature-level fusion and decision-level fusion, which have their own advantages and limitations [12,13,14]. The advantage of data-level fusion is that the raw signals of multiple sensors can be directly fused. Unfortunately, the raw data usually contains a lot of redundant information, and the data-level fusion method cannot take full advantage of the complementarity between the information of multiple sensors. Furthermore, the interpretability of the data is poor. Jing et al. [15] directly fused data from multisensors to construct a deep network for planetary gearbox fault diagnosis. Huang et al. [16] proposed a multisensor data fusion method to solve the problem of multisource remote sensing data fusion.
In order to make up for the deficiencies of data-level fusion methods and eliminate redundant information from multiple sensors, data-level fusion methods can be combined with feature extraction methods. First, the data from each sensor is transformed into a high-dimensional feature representation, and then, fusion is performed at the feature level, and this fusion method is called feature-level fusion [17,18]. Li et al. [19] proposed a fault diagnosis method based on a feature fusion covariance matrix and Riemann kernel ridge regression. Wang et al. [20] proposed a multisource sensor feature fusion method based on a convolutional neural network for mechanical fault diagnosis. Jiang et al. [21] extracted various entropy values of vibration signals using information entropy theory, and established a feature-level fusion model to classify faults. One of the advantages of feature fusion is that it can flexibly choose where to fuse, but it cannot eliminate the effect of high correlations between different sensor features.
In decision-level fusion, the basic learning model is first trained with different sensor signals, and then the output results of multiple models are fused through decision strategies. The errors of fusion models come from different basic learning models, which are often ir-relevant and do not affect each other, and will not cause further accumulation of errors. Therefore, the decision-level fusion method is favored. Common decision fusion methods [22,23] include the voting method and D-S evidence theory. Li et al. [24] proposed an enhanced weighted voting combination strategy with specific category threshold to realize multisensor decision fusion. Basir et al. [25] constructed a multisensor-based model according to D-S evidence theory to solve the problem of engine fault diagnosis. Zhao et al. [26] proposed a new distributed distance measurement method to measure the conflict between evidence based on an improved evidence theory algorithm. The decision-level fusion method is very sensitive to the selection of voting fusion rules, which directly determines the fusion result.
For the fault diagnosis of multisensor fusion, a unified and effective fusion model and algorithm has not yet been established, and various proposed models are still in the exploratory stage. From the above discussion, it can be seen that feature-level fusion is more flexible and convenient, not only to select information that can characterize fault features, but also to fuse at multiple locations. Furthermore, deep learning has the ability to learn features directly from raw signals, which largely overcomes the loss of effective information in feature-level fusion. Therefore, this paper proposes a multisensor feature fusion method combined with feature-level fusion and the deep learning method, and applies them to the fault diagnosis of rolling bearings under different working conditions. The proposed feature fusion method provides a more effective means for the deep mining of fault signals. The main contributions of this paper are as follows:
(1)
A multisensor signals-based feature fusion method is proposed for one-dimensional vibration signals.
(2)
The vibration signal of each sensor is preprocessed with VMD, and the time domain, frequency domain and multiscale entropy features of the signal are extracted and fused into one multidomain feature dataset.
(3)
To promote further fusion of features, a novel deep autoencoder network is proposed for feature extraction and classification.
The rest of the paper is organized as follows. Section 2 reviews the AE. In Section 3, the proposed model is described in detail. Section 4 gives a detailed analysis and discussion of the experimental diagnosis results of rolling bearings. Section 5 presents the conclusions and possible future research directions.

2. Theoretical Basis

Autoencoder

Autoencoders (AE) can minimize the reconstruction error of input and output and are unsupervised neural networks. The structure of AE is shown in Figure 1. It consists of an input layer, a hidden layer and an output layer. The input layer and the hidden layer constitute the encoder, and the hidden layer and the output layer constitute the decoder. The encoder converts the high-dimensional input data into a low-dimensional feature representation, and the decoder converts the feature representation into a reconstructed form of the input data.
The encoder maps raw input signal X to the hidden layer feature H. The process is as follows:
H = r f ( W X + b )
The decoder reconstructs the hidden layer feature H to obtain the output vector X ^ . The process is as follows:
X ^ = r g ( W X + b )
where W and W are the weight matrix, b and b are the bias matrix r f and r g are the activation function.
The reconstruction error of AE is:
L ( X , X ^ ) = 1 2 X X ^ 2
where represents the norm.
Therefore, the total loss function for S sample is:
J ( W , b ) = 1 S n = 1 S L ( X , X ^ )

3. Proposed Method

In this section, a feature fusion model based on multisensor signals is proposed and applied to rolling bearing fault diagnosis.

3.1. Fusion Model Architecture for Multisensor Signals

The proposed method consists of two steps. The first step is multisensor feature fusion, where the IMF of each sensor vibration signal is calculated by VMD [27]. Then, time-domain, frequency-domain and multiscale entropy features are extracted based on the preferred IMF and fused into a multidomain feature dataset. In the second step, the DAEN is constructed and the multisensor fusion features of the first step are used as inputs of the DAEN. Then, the multisensor fusion features are further extracted and classified.

3.2. Implementation Process

3.2.1. Multisensor Feature Fusion

The proposed feature fusion method is as follows:
(1)
The vibration signal X 1 l × 1 , X 2 l × 1 , , X l × 1 n is collected from n sensors of different directions, where l is the sample length.
(2)
Take the data length i as a sample and divide X 1 l × 1 , X 2 l × 1 , , X l × 1 n into X 1 m × i , X 2 m × i , , X n m × i , where m is the number of samples.
(3)
Using the VMD to decompose X 1 m × i , X 2 m × i , , X n m × i , a number of IMF components of each sensor are obtained, and base on the decomposition results, the first few components already contain the main information of the raw signal [28], so in this paper, we take the modal number k = 3 and decompose it to obtain X 1 m × 3 × 1024 , X 2 m × 3 × 1024 , , X n m × 3 × 1024 .
(4)
Feature extraction is performed for IMF components, and 12 time-domain features and five frequency-domain features [29] are extracted for each IMF component. To further reflect the degree of self-similarity and complexity of vibration signals under different scale factors of the same time series, five multiscale entropy values are extracted for each IMF component, denoted as X 1 m × 3 × 22 , X 2 m × 3 × 22 , , X n m × 3 × 22 .
(5)
The raw feature multidomain set is formed by fusing the proposed features, denoted as X 1 m × 66 , X 2 m × 66 , , X n m × 66 , and further fusing the raw feature multidomain set of sensors in each direction to obtain X ˜ = [ X 1 m × 66 , X 2 m × 66 , , X n m × 66 ] , X ˜ m × 66 × n .

3.2.2. Deep Feature Learning and Classification

To enhance the performance of multisensor feature fusion, the DAEN model is proposed for deep feature learning and classification in this section. The proposed DAEN model is a multilayer neural network, which is composed of multiple stacked AE and a Softmax classification layer. The structure of DAEN is shown in Figure 2.
DAEN uses the Sigmoid activation function for nonlinear mapping [30]. The Sigmoid activation function is defined as follows:
Sigmoid ( x ) = 1 1 + e x
The output of DAEN hidden layer is:
h i = 1 1 + e ( j = 1 N w i j x j + b j )
where w i j is the connection weight between node i at layer L and node j at layer L + 1 , and b j is the bias of the hidden layer node j .
The most commonly used loss function of AE is the mean square error [31], which is defined as:
L ( x , x ^ ) = i = 1 S ( x x ^ ) 2
Then the loss function of the proposed DAEN model can be expressed as:
J ( w , b ) = i = 1 S ( x i x ^ i ) 2 + r R ( w , b )
where the first term is the mean square error loss, the second term is the penalty term and r is the sparse penalty factor.
The training process of DAEN consists of unsupervised training and fine-tuning. The process is as follows:
(1)
The first stage fused feature X ˜ is used as the input of the DAEN;
(2)
Forward propagation. The hidden layer features of the first AE h 1 is used as the input of the second AE for unsupervised training until all hidden layers are trained;
(3)
The backpropagation (BP) algorithm [32] is used for supervised fine-tuning to further optimize all the weights and biases;
(4)
The last hidden layer feature, h n , of the DAEN is fed into the Softmax classifier;
(5)
The classification result is obtained.

3.3. Rolling Bearing Fault Diagnosis Process Based on the Proposed Method

Based on the proposed method, the process of the rolling bearing fault diagnosis method is as follows:
(1)
Acquisition of rolling bearing vibration data from multiple sensors;
(2)
The vibration signal of each sensor is preprocessed with VMD, and the 22 features of the signal are extracted based on the preferred IMF;
(3)
The extracted feature is fused into multidomain feature dataset;
(4)
The multidomain feature dataset is divided into either a training dataset or a testing dataset, according to the set ratio;
(5)
The DAEN model is constructed. The parameters of the DAEN model are initialized, the training dataset is taken as the input to the model and the model loss function is minimized;
(6)
The test dataset is fed into the trained DAEN model to obtain the test accuracy.

4. Experiment

4.1. Rolling Bearing Test Bench

To verify the superiority of the proposed method, the experimental data are obtained from the self-made rolling bearing fault test bench belonging to Anhui University of Technology, as shown in Figure 3. The experimental bearing is 6206-2RS1 SKF. Different depth faults are manufactured on the inner ring, outer ring and rolling ball for the rolling bearing by electric sparkline cutting technology. Figure 4 presents four different health states for rolling bearing.

4.2. Rolling Bearing Multisensor Signals

The sampling frequency is set to 8192 Hz. When the load is 5 KN and the motor speed is 300 r/min, the signals of the rolling bearings in different health states are collected. Figure 5 shows the time-domain vibration signals of rolling bearings from three different directional sensors. The signals collected from each directional sensor contain six health states, including two types of inner ring faults with the fault depth of 0.3 and 0.4 mm, two types of outer ring faults with the fault depth of 0.2 and 0.3 mm, and one type of rolling bearing normal state.

4.3. Dataset Construction

Under the same fault type, 1024 data points are taken as one sample, and 100 samples are taken for each fault type randomly, which comes to 600 samples in total in this experiment. Three IMF components were obtained by decomposing each sample with VMD, and 17 time-domain and frequency-domain features were extracted for each IMF component, as well as five multiscale entropy values. After feature extraction, a sample of 1024 data points is changed into a sample of 66 data points as the input of the proposed model and the comparison model. 90% of them are randomly divided into the training set and 10% into the testing set, as shown in Table 1. That is, each category obtained a training sample of faults with a data dimension of 90 × 66 and a test sample of 10 × 66. After fusion at the one-dimensional feature level, each type of fault of the multisensor signal obtained a training sample of 90 × 198 and a test sample of 10 × 198.

4.4. Comparative Experiments and Analysis of Results

4.4.1. The Feasibility and Effectiveness of Multisensor Collaborative Diagnosis

In order to prove the feasibility and effectiveness of multisensor collaborative diagnosis, the vibration signals in three directions of sensor and multisensor fusion signals are input into DAEN for comparison according to the dataset construction method in Section 4.3. Through many experiments, the structure of DAEN based on a single sensor signal is set as [66 50 30 10 6], and the structure of DAEN based on multisensor signals is set as [198 50 30 10 6], i.e., one input layer, three hidden layers and one output layer [30]. The initial learning rate of DAEN is 0.01, the maximum number of iterations is 100, the sparse parameter r is 0.01 and the sparse penalty coefficient is 0.13. In order to eliminate the influence of random errors, 10 experiments were conducted for each method, and the mean and standard deviation of the 10 experimental results were used as the evaluation index of the method. A total of 10 experimental results were compared, as shown in Figure 6, and the mean accuracy and standard deviation of the 10 experiments are shown in Table 2.
As can be seen from Table 2, compared with single sensor 1~sensor 3, the diagnosis accuracy based on multisensor fusion is improved by 4.43%, 10.10% and 6.27%, respectively. The above results show that the diagnosis effect based on multisensor fusion signal is significantly better than that of the single sensor fusion signal, which proves that multisensor signal co-operative diagnosis is feasible and effective. At the same time, we can see from Table 2 that the diagnostic accuracy of different sensors is very different, indicating that the fault information contained in different sensor signals is different. When different sensors co-operate in a diagnosis, more accurate and reliable results can be provided.

4.4.2. Verification of the Superiority of the Proposed Method

To verify the performance of the proposed model, we compared stacked sparse autoencoder (SSAE), traditional machine learning method random forest (RF) and support vector machine (SVM). For fair comparison, the network structure of SSAE is the same as the proposed method, and the sparse parameter in SSAE is set to 0.2 and the sparse penalty coefficient is set to 0.15. The maximum depth of RF is set to 2, which contains 200 trees. The kernel function of SVM adopts RBF function. The penalty factor and kernel function parameters are set to 10 and 0.01, respectively.
In order to eliminate the influence of random errors, 10 experiments were conducted for each method, and the mean and standard deviation of the 10 experimental results were used as the evaluation index of the method. 10 experimental results were compared, as shown in Figure 7, and the mean accuracy and standard deviation of the 10 experiments are shown in Table 3.
As can be seen from Figure 7 and Table 3, among the four methods, as traditional machine learning methods, the diagnostic results of RF and SVM in 10 experiments are lower than the other two autoencoder networks. This shows that the traditional machine learning method has a weak feature extraction ability and a low generalization ability when dealing with complex signals, and it is difficult to obtain a good diagnosis effect. Among the two autoencoder networks, the diagnostic accuracy of SSAE is 6.88% lower than that of DAEN, and the standard deviation is increased by 71.26%, which indicates that SSAE has a weaker feature extraction ability. The proposed method has the highest diagnostic accuracy and the lowest standard deviation in 10 experiments, indicating that the proposed method can mine fault-sensitive features effectively, make more, full use of multisensor information and improve the diagnostic effect and stability.
Figure 8 shows the confusion matrix of the first trial of the proposed method. The horizontal co-ordinates of the confusion matrix plot are the true labels, the vertical co-ordinates are the predicted labels and the numbers on the diagonal lines indicate the classification accuracy of the proposed method for each type of sample. From Figure 8, it can be seen that the proposed method can identify 100% of the five conditions of inner ring fault 2, outer ring fault 1, outer ring fault 2, rolling ball failure and normal condition for the rolling bearing dataset of six health conditions. The only misclassification occurred in the inner ring fault 1 sample.
The t-distribution neighborhood embedding (t-SNE) algorithm [33] is adopted for feature visualization. T-SNE method is used to draw scatter plots of the raw data, respectively. The output of the features from the Softmax layer of the proposed method is shown in Figure 9. From Figure 9, it can be seen that the raw time-domain signal contains too much redundant information, and the features of all categories are difficult to distinguish. In contrast, the features extracted by the proposed method in the Softmax layer are easier to distinguish and show a better classification effect, i.e., the same fault features are clustered according to the same center and different fault features are distinguished, which proves the better performance of the proposed method.

5. Conclusions

In order to improve the fault diagnosis accuracy of rolling bearings, a novel multisensor feature fusion method is proposed in this paper. VMD is used to decompose multiple sensor signals, which reduces the redundant information contained in the raw signals. The multidomain features of each single sensor are fused at the feature-level, and the complementary information among multiple sensors is effectively utilized. The depth features of multisensor are further learned and fused with the constructed DAEN. The diagnosis effect of the proposed method is better than that of a single sensor, showing better robustness and providing a more effective means for fault signal deep mining and multisensor information fusion.

Author Contributions

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

Funding

This work was supported by the Open Project of Anhui Province Engineering Laboratory of Intelligent Demolition Equipment (No. APELIDE2021B006), the National Natural Science Foundation of China (No. 51975004).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Wang, X.; Shen, C.; Xia, M.; Wang, D.; Zhu, J.; Zhu, Z. Multi-scale deep intra-class transfer learning for bearing fault diagnosis. Reliab. Eng. Syst. Saf. 2020, 202, 107050. [Google Scholar] [CrossRef]
  2. Al-Bugharbee, H.; Trendafilova, I. A fault diagnosis methodology for rolling element bearings based on advanced signal pretreatment and autoregressive modeling. J. Sound Vib. 2016, 369, 246–265. [Google Scholar] [CrossRef] [Green Version]
  3. Zhang, W.; Li, C.; Peng, G.; Chen, Y.; Zhang, Z. A deep convolutional neural network with new training methods for bearing fault diagnosis under noisy environment and different working load. Mech. Syst. Signal Processing 2017, 100, 439–453. [Google Scholar] [CrossRef]
  4. Hu, Z.; Han, T.; Bian, J.; Wang, Z.; Chen, L.; Zhang, W.; Kong, X. A deep feature extraction approach for bearing fault diagnosis based on multi-scale convolutional autoencoder and generative adversarial networks. Meas. Sci. Technol. 2022, 33, 065013. [Google Scholar] [CrossRef]
  5. Shao, H.; Jiang, H.; Li, X.; Wu, S. Intelligent fault diagnosis of rolling bearing using deep wavelet auto-encoder with extreme learning machine. Knowl. Based Syst. 2018, 140, 1–14. [Google Scholar]
  6. Shao, H.; Lin, J.; Zhang, L.; Galar, D.; Kumar, U. A novel approach of multisensory fusion to collaborative fault diagnosis in maintenance. Inf. Fusion 2021, 74, 65–76. [Google Scholar] [CrossRef]
  7. Shan, P.; Lv, H.; Yu, L.; Ge, H.; Li, Y.; Gu, L. A multisensor data fusion method for ball screw fault diagnosis based on convolutional neural network with selected channels. IEEE Sens. J. 2020, 20, 7896–7905. [Google Scholar] [CrossRef]
  8. Bigdeli, B.; Pahlavani, P.; Amirkolaee, H.A. An ensemble deep learning method as data fusion system for remote sensing multisensor classification. Appl. Soft Comput. 2021, 110, 107563. [Google Scholar] [CrossRef]
  9. Wang, C.; Xin, C.; Xu, Z.; Qin, M.; He, M. Mix-VAEs: A novel multisensor information fusion model for intelligent fault diagnosis. Neurocomputing 2022, 492, 234–244. [Google Scholar] [CrossRef]
  10. Chen, Z.; Li, W. Multisensor feature fusion for bearing fault diagnosis using sparse autoencoder and deep belief network. IEEE Trans. Instrum. Meas. 2017, 66, 1693–1702. [Google Scholar] [CrossRef]
  11. Shi, J.; Yi, J.; Ren, Y.; Li, Y.; Zhong, Q.; Tang, H.; Chen, L. Fault diagnosis in a hydraulic directional valve using a two-stage multi-sensor information fusion. Measurement 2021, 179, 109460. [Google Scholar] [CrossRef]
  12. Wang, X.; Lu, S.; Chen, K.; Wang, Q.; Zhang, S. Bearing fault diagnosis of switched reluctance motor in electric vehicle powertrain via multi-sensor data fusion. IEEE Trans. Ind. Inform. 2022, 18, 2452–2464. [Google Scholar] [CrossRef]
  13. Yu, J. Mechatronics fault prediction and diagnosis based on multi sensor information fusion. J. Phys. Conf. Ser. 2021, 1982, 012100. [Google Scholar] [CrossRef]
  14. Wang, D.; Li, Y.; Jia, L.; Song, Y.; Liu, Y. Novel three-stage feature fusion method of multimodal data for bearing fault diagnosis. IEEE Trans. Instrum. Meas. 2021, 70, 1–10. [Google Scholar] [CrossRef]
  15. Jing, L.; Wang, T.; Zhao, M.; Wang, P. An adaptive multi-sensor data fusion method based on deep convolutional neural networks for fault diagnosis of planetary gearbox. Sensors 2017, 17, 414. [Google Scholar] [CrossRef] [Green Version]
  16. Huang, M.; Liu, Z.; Tao, Y. Mechanical fault diagnosis and prediction in IoT based on multi-source sensing data fusion. Simul. Model. Pract. Theory 2019, 102, 101981. [Google Scholar] [CrossRef]
  17. Zhang, Y.; Li, C.; Wang, R.; Qian, J. A novel fault diagnosis method based on multi-level information fusion and hierarchical adaptive convolutional neural networks for centrifugal blowers. Measurement 2021, 185, 109970. [Google Scholar] [CrossRef]
  18. Shao, H.; Jiang, H.; Wang, F.; Zhao, H. An enhancement deep feature fusion method for rotating machinery fault diagnosis. Knowl.-Based Syst. 2017, 119, 200–220. [Google Scholar] [CrossRef]
  19. Li, X.; Zhong, X.; Shao, H.; Han, T.; Shen, C. Multi-sensor gearbox fault diagnosis by using feature-fusion covariance matrix and multi-Riemannian kernel ridge regression. Reliab. Eng. Syst. Saf. 2021, 216, 108018. [Google Scholar] [CrossRef]
  20. Wang, N.; Li, H.; Wu, F.; Zhang, R.; Gao, F. Fault diagnosis of complex chemical processes using feature fusion of a convolutional network. Ind. Eng. Chem. Res. 2021, 60, 2232–2248. [Google Scholar] [CrossRef]
  21. Jiang, Q.; Shen, Y.; Li, H.; Xu, F. New fault recognition method for rotary machinery based on information entropy and a probabilistic neural network. Sensors 2018, 18, 337. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  22. Zhang, Z.; Han, H.; Cui, X.; Fan, Y. Novel application of multi-model ensemble learning for fault diagnosis in refrigeration systems. Appl. Therm. Eng. 2020, 164, 114516. [Google Scholar] [CrossRef]
  23. Quan, H.; Li, J.; Peng, D. Multisensor fault diagnosis based on data fusion using D-S theory. In Proceedings of the 33rd Chinese Control Conference (CCC), Nanjing, China, 28 July 2014; IEEE: New York, NY, USA, 2014. [Google Scholar]
  24. Li, X.; Jiang, H.; Niu, M.; Wang, R. An enhanced selective ensemble deep learning method for rolling bearing fault diagnosis with beetle antennae search algorithm. Mech. Syst. Signal Processing 2020, 142, 106752. [Google Scholar] [CrossRef]
  25. Basir, O.; Yuan, X. Engine fault diagnosis based on multi-sensor information fusion using Dempster–Shafer evidence theory. Inf. Fusion 2007, 8, 379–386. [Google Scholar] [CrossRef]
  26. Zhao, K.; Sun, R.; Li, L.; Hou, M.; Yuan, G.; Sun, R. An improved evidence fusion algorithm in multi-sensor systems. Appl. Intell. 2021, 51, 7614–7624. [Google Scholar] [CrossRef]
  27. Dragomiretskiy, K.; Zosso, D. Variational Mode Decomposition. IEEE Trans. Signal Processing 2014, 62, 531–544. [Google Scholar] [CrossRef]
  28. Dibaj, A.; Ettefagh, M.M.; Hassannejad, R.; Ehghaghi, M.B. A hybrid fine-tuned VMD and CNN scheme for untrained compound fault diagnosis of rotating machinery with unequal-severity faults. Expert Syst. Appl. 2021, 167, 114094. [Google Scholar] [CrossRef]
  29. Tong, J.; Luo, J.; Pan, H.; Zheng, J.; Zhang, Q. A Novel Cuckoo Search Optimized Deep Auto-Encoder Network-Based Fault Diagnosis Method for Rolling Bearing. Shock. Vib. 2020, 2020, 1–12. [Google Scholar] [CrossRef]
  30. Shao, H.; Xia, M.; Wan, J.; de Silva, C.W. Modified stacked auto-encoder using adaptive morlet wavelet for intelligent fault diagnosis of rotating machinery. IEEE/ASME Trans. Mechatron. 2021, 27, 24–33. [Google Scholar] [CrossRef]
  31. Shao, H.; Jiang, H.; Zhao, H.; Wang, F. A novel deep autoencoder feature learning method for rotating machinery fault diagnosis. Mech. Syst. Signal Processing 2017, 95, 187–204. [Google Scholar] [CrossRef]
  32. Tanjung, J.P. Classification of wheat seeds using neural network backpropagation algorithm. J. Inform. Telecommun. Eng. 2021, 4, 335–342. [Google Scholar] [CrossRef]
  33. Van der Maaten, L.; Hinton, G. Visualizing data using t-SNE. J. Mach. Learn. Res. 2008, 9, 2579–2605. [Google Scholar]
Figure 1. Structure of AE.
Figure 1. Structure of AE.
Coatings 12 00866 g001
Figure 2. Structure of the proposed DAEN.
Figure 2. Structure of the proposed DAEN.
Coatings 12 00866 g002
Figure 3. Schematic diagram of rolling bearing test rig.
Figure 3. Schematic diagram of rolling bearing test rig.
Coatings 12 00866 g003
Figure 4. Different health states of rolling bearings.
Figure 4. Different health states of rolling bearings.
Coatings 12 00866 g004
Figure 5. Time-domain vibration signals of rolling bearing from three different sensors.
Figure 5. Time-domain vibration signals of rolling bearing from three different sensors.
Coatings 12 00866 g005
Figure 6. Comparison of 10 experiment results for different sensors’ datasets.
Figure 6. Comparison of 10 experiment results for different sensors’ datasets.
Coatings 12 00866 g006
Figure 7. Comparison of experimental results.
Figure 7. Comparison of experimental results.
Coatings 12 00866 g007
Figure 8. Confusion matrix of the first trial of the proposed method.
Figure 8. Confusion matrix of the first trial of the proposed method.
Coatings 12 00866 g008
Figure 9. Feature visualization. (a) Feature visualization of raw signal; (b) Feature visualization of Softmax layer.
Figure 9. Feature visualization. (a) Feature visualization of raw signal; (b) Feature visualization of Softmax layer.
Coatings 12 00866 g009
Table 1. Bearing dataset information.
Table 1. Bearing dataset information.
Fault TypeFault Depth/mmSize of Training DatasetSize of Testing DatasetLabel
Inner race fault 10.390101
Inner race fault 20.490102
Outer race fault 10.290103
Outer race fault 20.390104
Rolling ball fault0.290105
Normal090106
Table 2. The diagnostic result of different sensor dataset.
Table 2. The diagnostic result of different sensor dataset.
MethodAverage Test Accuracy (%)Standard Deviation
Multisensor fusion
(The proposed method)
97.550.485
Senor 193.120.589
Senor 287.451.418
Senor 391.281.803
Table 3. The average accuracy and standard deviation.
Table 3. The average accuracy and standard deviation.
MethodAverage Test Accuracy(%)Standard Deviation
The proposed method97.550.485
SSAE90.671.792
RF85.831.801
SVM84.162.255
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Tong, J.; Liu, C.; Pan, H.; Zheng, J. Multisensor Feature Fusion Based Rolling Bearing Fault Diagnosis Method. Coatings 2022, 12, 866. https://doi.org/10.3390/coatings12060866

AMA Style

Tong J, Liu C, Pan H, Zheng J. Multisensor Feature Fusion Based Rolling Bearing Fault Diagnosis Method. Coatings. 2022; 12(6):866. https://doi.org/10.3390/coatings12060866

Chicago/Turabian Style

Tong, Jinyu, Cang Liu, Haiyang Pan, and Jinde Zheng. 2022. "Multisensor Feature Fusion Based Rolling Bearing Fault Diagnosis Method" Coatings 12, no. 6: 866. https://doi.org/10.3390/coatings12060866

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