You are currently on the new version of our website. Access the old version .
SensorsSensors
  • Article
  • Open Access

19 February 2023

Fault Diagnosis of Rolling Bearing Based on a Priority Elimination Method

,
,
,
and
1
College of Marine Electrical Engineering, Dalian Maritime University, Dalian 116026, China
2
National Engineering Research Center of Ship & Shipping Control System, Shanghai Ship and Shipping Research Institute Co., Ltd., Shanghai 200135, China
*
Author to whom correspondence should be addressed.
This article belongs to the Special Issue Deep Learning-Based Sensors and Signal Processing for Fault Diagnosis and Remaining Useful Life Prediction

Abstract

Aiming at the fault diagnosis accuracy of rolling bearings is not high enough, and unknown faults cannot be correctly identified. A priority elimination (PE) method is proposed in this paper. First, the priority diagnosis sequence of faults was determined by comparing the ratios of the inter-class distance to the intra-class distance for all faults. Then, the model training and fault diagnosis were carried out in order of the priority sequence, and the samples of the fault that had been identified were eliminated from the data set until all faults were diagnosed. For the diagnosis model, the stacked sparse auto-encoder network (SSAE) was selected to extract the features of the vibration signal. The extreme gradient boosting algorithm (XGBoost) was chosen to identify the fault type. Finally, the method was tested and verified by experimental data and compared with classical algorithms. Research results indicate the following: (1) with the addition of PE based on SSAE-XGBoost, the fault diagnosis accuracy can be improved from 96.3% to 99.27%, which is higher than other methods; (2) for the test set with the samples of unknown faults, the diagnosis accuracy of SSAE-XGBoost with PE can reach 92.34%, which is nearly 6% higher than that without PE and is also obviously higher than other classical fault diagnosis methods with or without PE. The PE method can not only improve the diagnosis accuracy of faults but also identify unknown faults, which provides a new method and way for fault diagnosis.

1. Introduction

As an essential component of rotating machinery, the rolling bearing is widely used in automobile manufacturing, aerospace, numerical control machines, and various electromechanical equipment [1]. Once the bearing breaks down, it may cause damage to the equipment and even cause significant economic losses and casualties. According to the research by Henriquez P et al. [2], bearings are the most easily damaged components in electromechanical equipment, whose failure rate accounts for 41% of total failures. Therefore, it is of great significance to study fault diagnosis methods of rolling bearings to ensure the stable and reliable operation of electromechanical equipment [3].
Currently, the methods commonly used for bearing fault diagnosis can be divided into two stages: feature extraction and fault identification [4].
In terms of feature extraction, the traditional method is to use the signal processing method to extract the fault features from the vibration signal in the time domain, frequency domain, or time–frequency domain [5]. It mainly includes wavelet transform (WT) [6], empirical mode decomposition (EMD) [7], short-time Fourier transform (STFT) [8], etc. In recent years, deep learning theory has become more and more mature, and computers’ computing power has been significantly improved. Many deep learnings, such as the convolutional neural network (CNN), the deep belief network (DBN), the auto-encoder (AE), and the long short-term memory network (LSTM) [9], etc., have been applied in fault diagnosis due to the fact that they can deal with complex and high-dimensional problems in massive data that cannot be solved by shallow learning [10], and they have many advantages including high efficiency, plasticity, and universality. CNN is a multi-layer neural network model in supervised learning, mainly composed of convolutional, pooling, and fully connected layers. It realizes fault diagnosis by extracting local features of the vibration signal layer by layer. Hoang et al. [11] proposed a method for bearing fault diagnosis based on the deep structure of CNN. A direct connection based on the CNN (DC-CNN) method was studied by Kim [12]. It can significantly improve training efficiency and diagnosis performance. Additionally, a rolling-element bearing fault diagnosis method using an improved 2D LeNet-5 network has been proposed to satisfy the requirements of fault diagnosis of rolling bearings [13]. DBN is composed of multi-layer restricted Boltzmann machines (RBM) and a layer of back-propagation (BP) neural networks [14]. An adaptive DBN model of fault diagnosis based on the Nesterov moment (NM) optimization was researched to extract deep representative features [15]. Gao et al. [16] proposed a new optimized adaptive DBN with high diagnostic accuracy and good convergence to analyze the vibration signal of rolling bearings. AE is an unsupervised learning method consisting of three layers of neurons. It has been widely used in the fault diagnosis of equipment. Shao et al. [17] proposed a novel fault diagnosis method for rolling bearings based on the deep wavelet auto-encoder (DWAE) and extreme learning machine (ELM). An intelligent fault diagnosis method of rotating machinery based on a semi-supervised deep sparse auto-encoder (SSDSAE) was presented by Zhao et al. [18]. Huang et al. [19] developed an innovative deep learning-based model, namely, memory residual regression auto-encoder (MRRAE), to improve the accuracy of anomaly detection in bearing condition monitoring recently.
In the aspect of fault identification, commonly used methods are the support vector machine (SVM), artificial neural network (ANN), ensemble learning (EL), etc. SVM is a machine learning method based on statistical learning theory. It has been widely applied due to its high accuracy and good generalization ability [20]. Zhu et al. [21] input the fault feature vectors into an SVM classifier to automatically accomplish bearing fault identification. The structure of ANNs is often determined empirically, and their recognition accuracy is related to the number of training samples. BP is the most commonly used algorithm in ANN. Song et al. [22] improved the traditional BP neural network and increased the diagnosis efficiency of BP neural networks. To learn and distinguish features adaptively from the original data, a multiscale local feature learning method based on the BP neural network (BPNN) for rolling bearings’ fault diagnosis was proposed by J. Li [23]. Extreme gradient boosting (XGBoost), an ensemble learning method, has been proven to have high accuracy and fast processing time [24]. In reference [25], the XGBoost was adopted as the final classifier, and good results were achieved.
The fault diagnosis methods of rolling bearings described above can identify all fault types in the test set, but all the fault types they identified were trained and labeled in advance. If there are new unknown faults in the test set, these methods will identify them as the most similar faults and fail to identify them as belonging to new fault types. It will not only reduce the accuracy of fault diagnosis but may also cause serious harm to the electromechanical equipment.
Considering the above, the purpose of this paper is to present a novel priority elimination (PE) method combined with the stacked sparse auto-encoder network (SSAE) and the extreme gradient boosting algorithm (XGBoost) for the fault diagnosis of rolling bearings, to improve the diagnosis accuracy and correctly identify new unknown faults. The PE is used to determine the diagnosis sequence, SSAE is applied to extract fault features, and XGBoost is used to identify fault types. This paper is organized as follows. Section 2 expounds on the theoretical methods of the SSAE, XGBoost, and PE. The diagnosis procedure based on PE is described in detail in Section 3. Section 4 verifies the effectiveness of the proposed method using the experimental data of rolling bearing faults of Case Western Reserve University as an example. Conclusions are enclosed in Section 5.

3. Fault Diagnosis Process

First, the PE method is adopted to prioritize the fault diagnosis sequence, and then the SSAE-XGBoost model is used to extract fault features and identify fault types. The whole fault diagnosis process is shown in Figure 3.
Figure 3. Flow chart of the priority elimination method.
As can be seen from Figure 3, the detailed diagnosis steps are as follows:
Step 1. Divide the vibration signal of the rolling bearing into a training set and a test set.
Step 2. Determine the priority diagnosis sequence of faults according to the PE method, and assume the priority diagnosis sequence is X1 > X2 > X3…> Xn.
Step 3. Train the SSAE-XGBoost model according to the priority diagnosis sequence of faults above. The detailed training steps are as follows: First, all the data in the training set are used for model training to diagnose the fault X1 with the highest diagnostic priority and obtain the first diagnosis model. Then, the samples of X1 fault are eliminated from the training set. Next, the remaining samples are used for model training to diagnose the fault X2 and obtain the second diagnosis model. Then, the samples of X2 fault are eliminated from the training set…Repeat the above steps until all the trained SSAE-XGBoost models of fault diagnosis are obtained.
Step 4. Verify the PE-SSAE-XGBoost method by the test set. Perform the fault diagnosis in the priority diagnosis sequence until all known faults are diagnosed. If there are remaining samples in the test set, they are considered as samples of unknown new faults.

4. Experimental Validation

4.1. Experimental Data

In this study, the experimental data set of rolling bearings was from the Electronic Engineering Laboratory of Case Western Reserve University (CWRU). The experimental platform is shown in Figure 4.
Figure 4. Experimental platform of rolling bearing.
It consists of a motor, a torque sensor, a power tester, and an electronic controller. The rolling bearing to be diagnosed drives the motor rotation. It is generally composed of an inner ring, an outer ring, a rolling element, and a cage. Its main faults are the inner ring fault (IRF), outer ring fault (ORF), and ball fault (BAF). The test bearing is a deep groove ball bearing from the SKF company (6205-2RSIEF). The artificial damage of the test bearing was formed by discharging and ablating at a single point. The damage points of ORF were set at 3 o’clock, 6 o’clock, and 12 o’clock on the outer ring clock. The vibration signals were measured by acceleration sensors mounted on the fan end (FE) and drive end (DE) of the motor and recorded by a 16-channel data recorder with a sampling frequency of either 12 kHz or 48 kHz.
The data selected for this study were FE and DE data with 3 hp, a sampling frequency of 12 kHz, and a rotating speed of 1730 rpm. They included the normal state and nine kinds of fault states. The nine fault states were BAF, IRF, and ORF data with 0.1778, 0.3556, and 0.5334 mm diameters of the damage point, respectively. For ORF, the fault data were selected with the damage point at 6 o’clock. There were 102,400 consecutive sampling points for each fault state and 204,800 sampling points for the normal state. The selected data are listed in Table 1. A total of 70% were used as the training set and the remaining 30% were used as the test set.
Table 1. Experimental data of rolling bearings.
The computing platform is described as follows: the software used was PyCharm development software based on the Python environment. Main configuration parameters of the PC were CPU (Intel Core i7-8750H, Santa Clara, CA, USA), Graphics card (NVIDIA GeForce RTX 2060, Santa Clara, CA, USA), and Memory (16 GB).

4.2. Priority Diagnosis Sequence

According to the PE method, the intra-class distance Sw and inter-class distance Sb of each fault state described in Table 1 are calculated first. The calculated Sw is illustrated in Figure 5, where fault states 1 (DE) and 1 (FE) represent the IRFs with damage diameter 0.01778 mm labeled 1 in Table 1, which are collected on DE and FE, respectively. The meanings of other fault states in Figure 5, and the following figures are similar. As shown in Figure 5, the Sw of 8 (DE), i.e., the intra-class distance of BAF with the damage diameter 0.3556 mm at the drive end, is the farthest, and the Sw of 2 (FE), i.e., the intra-class distance of IRF with the damage diameter 0.3556 mm at the fan end, is the closest. The calculated Sb between different fault states is displayed in Figure 6.
Figure 5. Intra-class distance Sw of each fault state.
Figure 6. Inter-class distance Sb between different fault states. (a) DE-DE inter-class distance Sb. (b) DE-FE inter-class distance Sb. (c) FE-FE inter-class distance Sb.
Next, according to Figure 6, the sum of the inter-class distance Sb between different fault states for each fault state is calculated, as shown in Figure 7. It can be seen that the inter-class distances of 1 (FE) and 2 (DE) are the farthest and closest, respectively.
Figure 7. Sum of Sb for each fault state.
Then, according to the calculated Sw and Sb, as shown in Figure 5 and Figure 7, the ratios of Sb to Sw for each fault state can be obtained, which are presented in Figure 8. As we can see from the ratios, the priority diagnosis sequence is 1 (FE) >2 (FE) >4 (DE) >…>8 (DE).
Figure 8. The ratios of Sb to Sw for each fault state.
If the fault diagnosis is carried out according to the above priority sequence, the maximum diagnosis time is up to 71.58 s, which does not satisfy the requirement of fast and real-time fault diagnosis. Therefore, we consider all samples of the same fault type (IRF, BAF, or ORF) with different diameters as one data set for diagnosis, which can reduce the diagnosis time to 36.59 s. The average ratios of Sb to Sw for each fault type are calculated and summarized in Table 2.
Table 2. The ratios of Sb to Sw for each fault type.
It can be seen from Table 2 that the order of the ratios of Sb to Sw for all fault types, i.e., the diagnosis sequence, is IRF > ORF > BAF. A graphical diagram of the diagnosis process is illustrated in Figure 9. Due to the feature of the normal state (label 0) being obviously different from those of fault states (label 1~9), the fault diagnosis model will first diagnose the normal state, and then eliminate its samples from the data set. Next, faults are diagnosed according to the priority sequence of IRF, ORF, and BAF, and then samples of each fault type are eliminated from the data set in turn. If there are remaining undiagnosed samples in the data set after the last BAF fault has been diagnosed, they are identified as samples of unknown faults.
Figure 9. Graphical diagram of the diagnosis process.

4.3. Diagnosis Results

In this part, the priority diagnostic sequences obtained by the PE method are put into SSAE and XGBoost to train the diagnostic models. Then, the effectiveness of the proposed method is verified by the test set.
The parameter setting of the SSAE-XGBoost model is listed in Table 3. The number of hidden layers of SSAE is set to 3, the network structure is set to 1024-512-256-128-10, the Adam algorithm is selected to optimize the network, and the number of iterations is set to 60. The most essential parameters of the classifier XGBoost are the maximum depth of a tree (max depth), the minimum sum of instance weight needed in a child (min child weight), the number of decision trees (n estimators), and the learning rate. We choose 5 as the maximum depth, the minimum sum of instance weight needed in a child is set to 1, 80 decision trees are constructed, and the learning rate is set to 0.12.
Table 3. Parameter setting of SSAE-XGBoost.
First, according to Figure 9, the normal state (label 0) in the test set is diagnosed, and all fault states are labeled as others. The obtained confusion matrix of the first diagnosis results is shown in Figure 10. It can be seen that the diagnosis accuracy reaches 98.2%; thus, the samples of normal state and fault states can be well distinguished. Then, the samples of the normal state (label 0) are eliminated from the test set.
Figure 10. First fault diagnosis with the PE method.
Second, the IRFs with three different fault diameters (labels 1~3) are diagnosed, and remaining fault states are labeled as others. The confusion matrix of the second diagnosis results is shown in Figure 11. As we can see, the fault diagnosis accuracy is 99.67%. Then, the samples of all diagnosed IRFs are eliminated from the test set.
Figure 11. Second fault diagnosis with the PE method.
Third, the ORFs with three different fault diameters (labels 4~6) are diagnosed, and remaining fault states are labeled as others. The confusion matrix of the third diagnosis results is shown in Figure 12. It can be seen the accuracy of this fault diagnosis is 99.5%. Then, all diagnosed ORFs are eliminated from the test set.
Figure 12. Third fault diagnosis with the PE method.
Finally, the BAFs with three different fault diameters (labels 7~9) are diagnosed. The confusion matrix of the fourth diagnosis results is shown in Figure 13. As we can see, the fault diagnosis accuracy is 99%.
Figure 13. Fourth fault diagnosis with the PE method.
According to Figure 10, Figure 11, Figure 12 and Figure 13, the accuracy of fault diagnosis of rolling bearings with the PE method can be calculated as high as 99.27%. Without the PE method, the confusion matrix of the diagnosis results is shown in Figure 14, and the fault diagnosis accuracy is only 96.3%. The PE method significantly improves the diagnosis accuracy.
Figure 14. Fault diagnosis without the PE method.
Furthermore, the proposed method is compared with classical fault diagnosis methods, such as CNN, SVM, and DBN, to further validate the advantages of this method. The comparison of diagnosis accuracy is listed in Table 4 (the SVM (94.78%) and DBN (93.19%) data are from previously published papers [29]). It can be seen from Table 4 that for CNN, SVM, and DBN, the PE method can improve the fault diagnosis accuracy. Especially for the proposed PE-SSAE-XGBoost, its fault diagnosis accuracy is significantly higher than other methods with or without PE.
Table 4. Comparison of diagnosis accuracy.
The identification ability of this method for unknown faults is verified next. We select the samples of the IRF and BAF at 3 HP, 1730 rpm, and 0.7112 mm fault diameter and IRF at 0 HP, 1797 rpm, and 0.7112 mm fault diameter as the data set of the unknown faults and add them into the test set. The two-dimensional visualization of the new test set is shown in Figure 15.
Figure 15. Two-dimensional visualization of the new test set.
After adding samples of unknown faults to the test set, the comparison results of fault diagnosis accuracy between the PE method and other methods are listed in Table 5.
Table 5. Comparison of diagnosis accuracy with unknown faults.
It can be seen from Table 5 that for the new test set with unknown faults, the PE method can also improve the fault diagnosis accuracy of SSAE-XGBoost, CNN, SVM, and DBN. Especially, the fault diagnosis accuracy of PE-SSAE-XGBoost is up to 92.34%, whereas that of SSAE-XGBoost without the PE method is only 86.96%. The reason for the low diagnosis accuracy of these methods without PE is that they cannot distinguish unknown faults and identify them as the most similar known faults, which reduces the fault diagnosis accuracy.

5. Conclusions

This paper proposed a PE method which combines with SSAE and XGBoost to improve the fault diagnosis accuracy of rolling bearings and the identification ability of unknown faults. The following conclusions can be drawn:
(1)
In terms of the improvement of the fault diagnosis accuracy, PE improves the fault diagnosis accuracy of all methods. The SSAE-XGBoost model combined with the PE method increases the fault diagnosis accuracy from 96.3% to 99.27%, which is also significantly higher than some classical algorithms with or without PE.
(2)
In the aspect of the identification of unknown faults, the fault data that do not appear in the training set are put into the test set. SSAE-XGBoost with PE can improve the accuracy of fault diagnosis from 86.96% to 92.34%, which is superior to other classical fault diagnosis methods with or without PE.
In conclusion, the proposed PE method has achieved good results in improving the accuracy of fault diagnosis and identifying unknown faults. It provides a new method for fault diagnosis, which is suitable for fault diagnosis of various mechanical equipment based on the data drive.

Author Contributions

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

Funding

This work was financially supported by the National Science Foundation of China, grant number 51507025, and the Opening Foundation of Shanghai Ship and Shipping Research Institute Co., Ltd.

Institutional Review Board Statement

Not applicable.

Data Availability Statement

The data sets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

Acknowledgments

Thanks to CWRU for providing this research with open experiment data of rolling bearing faults.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Jiang, H.; Li, C.; Li, H. An Improved Eemd with Multiwavelet Packet for Rotating Machinery Multi-Fault Diagnosis. Mech. Syst. Signal Process. 2013, 36, 225–239. [Google Scholar] [CrossRef]
  2. Henriquez, P.; Alonso, J.B.; Ferrer, M.A.; Travieso, C.M. Review of Automatic Fault Diagnosis Systems Using Audio and Vibration Signals. IEEE Trans. Syst. Man Cybern. Syst. 2014, 44, 642–652. [Google Scholar] [CrossRef]
  3. Suh, S.; Jang, J.; Won, S.; Jha, M.S.; Lee, Y.O. Supervised Health Stage Prediction Using Convolutional Neural Networks for Bearing Wear. Sensors 2020, 20, 5846. [Google Scholar] [CrossRef]
  4. Kang, M.; Islam, M.R.; Kim, J.; Kim, J.M.; Pecht, M. A Hybrid Feature Selection Scheme for Reducing Diagnostic Performance Deterioration Caused by Outliers in Data-Driven Diagnostics. IEEE Trans. Ind. Electron. 2016, 63, 3299–3310. [Google Scholar] [CrossRef]
  5. Hu, Q.; Si, X.S.; Qin, A.S.; Lv, Y.R.; Zhang, Q.H. Machinery Fault Diagnosis Scheme Using Redefined Dimensionless Indicators and Mrmr Feature Selection. IEEE Access 2020, 8, 40313–40326. [Google Scholar] [CrossRef]
  6. Zhou, Y.; Kumar, A.; Parkash, C.; Vashishtha, G.; Tang, H.; Glocawz, A.; Dong, A.; Xiang, J. Development of Entropy Measure for Selecting Highly Sensitive Wpt Band to Identify Defective Components of an Axial Piston Pump. Appl. Acoust. 2023, 203, 109225. [Google Scholar] [CrossRef]
  7. Yu, X.; Dong, F.; Ding, E.; Wu, S.; Fan, C. Rolling Bearing Fault Diagnosis Using Modified Lfda and Emd with Sensitive Feature Selection. IEEE Access 2018, 6, 3715–3730. [Google Scholar] [CrossRef]
  8. Zhong, J.; Huang, Y. Time-Frequency Representation Based on an Adaptive Short-Time Fourier Transform. IEEE Trans. Signal Process. 2010, 58, 5118–5128. [Google Scholar] [CrossRef]
  9. Zhou, Y.Q.; Kumar, A.; Parkash, C.; Vashishtha, G.; Tang, H.S.; Xiang, J.W. A Novel Entropy-Based Sparsity Measure for Prognosis of Bearing Defects and Development of a Sparsogram to Select Sensitive Filtering Band of an Axial Piston Pump. Measurement 2022, 203, 111997. [Google Scholar] [CrossRef]
  10. Schmidhuber, J. Deep Learning in Neural Networks: An Overview. Neural Netw. 2015, 61, 85–117. [Google Scholar] [CrossRef]
  11. Hoang, D.T.; Kang, H.J. Rolling Element Bearing Fault Diagnosis Using Convolutional Neural Network and Vibration Image. Cogn. Syst. Res. 2019, 53, 42–50. [Google Scholar] [CrossRef]
  12. Kim, M.; Jung, J.H.; Ko, J.U.; Kong, H.B.; Lee, J.; Youn, B.D. Direct Connection-Based Convolutional Neural Network (DC-CNN) for Fault Diagnosis of Rotor Systems. IEEE Access 2020, 8, 172043–172056. [Google Scholar] [CrossRef]
  13. Wan, L.; Chen, Y.; Li, H.; Li, C. Rolling-Element Bearing Fault Diagnosis Using Improved Lenet-5 Network. Sensors 2020, 20, 1693. [Google Scholar] [CrossRef]
  14. Hinton, G.E.; Osindero, S.; Teh, Y.W. A Fast Learning Algorithm for Deep Belief Nets. Neural Comput. 2006, 18, 1527–1554. [Google Scholar] [CrossRef]
  15. Xie, J.; Du, G.; Shen, C.; Chen, N.; Chen, L.; Zhu, Z. An End-to-End Model Based on Improved Adaptive Deep Belief Network and Its Application to Bearing Fault Diagnosis. IEEE Access 2018, 6, 63584–63596. [Google Scholar] [CrossRef]
  16. Gao, S.Z.; Xu, L.T.; Zhang, Y.M.; Pei, Z.M. Rolling Bearing Fault Diagnosis Based on Intelligent Optimized Self-Adaptive Deep Belief Network. Meas. Sci. Technol. 2020, 31, 055009. [Google Scholar] [CrossRef]
  17. 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]
  18. Zhao, X.; Jia, M.; Liu, Z. Semisupervised Deep Sparse Auto-Encoder with Local and Nonlocal Information for Intelligent Fault Diagnosis of Rotating Machinery. IEEE Trans. Instrum. Meas. 2020, 70, 1–13. [Google Scholar] [CrossRef]
  19. Huang, X.; Wen, G.; Dong, S.; Zhou, H.; Lei, Z.; Zhang, Z.; Chen, X. Memory Residual Regression Autoencoder for Bearing Fault Detection. IEEE Trans. Instrum. Meas. 2021, 70, 1–12. [Google Scholar] [CrossRef]
  20. Cheng, Y.; Yuan, H.; Liu, H.; Lu, C. Fault Diagnosis for Rolling Bearing Based on Sift-Kpca and Svm. Eng. Comput. 2017, 34, 53–65. [Google Scholar] [CrossRef]
  21. Zhu, K.; Chen, L.; Hu, X. Rolling Element Bearing Fault Diagnosis by Combining Adaptive Local Iterative Filtering, Modified Fuzzy Entropy and Support Vector Machine. Entropy 2018, 20, 926. [Google Scholar] [CrossRef]
  22. Song, M.; Song, H.; Xiao, S. A Study on Fault Diagnosis Method of Rolling Bearing Based on Wavelet Packet and Improved BP Neural Network. In Proceedings of the 1st International Conference on Frontiers of Materials Synthesis and Processing (FMSP 2017), Changsha, China, 28–29 October 2017. [Google Scholar]
  23. Li, J.; Yao, X.; Wang, X.; Yu, Q.; Zhang, Y. Multiscale Local Features Learning Based on Bp Neural Network for Rolling Bearing Intelligent Fault Diagnosis. Measurement 2020, 153, 107419. [Google Scholar] [CrossRef]
  24. Mousa, S.R.; Bakhit, P.R.; Ishak, S. An Extreme Gradient Boosting Method for Identifying the Factors Contributing to Crash/near-Crash Events: A Naturalistic Driving Study. Can. J. Civ. Eng. 2019, 46, 712–721. [Google Scholar] [CrossRef]
  25. Xie, J.; Li, Z.; Zhou, Z.; Liu, S. A Novel Bearing Fault Classification Method Based on Xgboost: The Fusion of Deep Learning-Based Features and Empirical Features. IEEE Trans. Instrum. Meas. 2021, 70, 1–9. [Google Scholar] [CrossRef]
  26. Anowar, F.; Sadaoui, S.; Selim, B. Conceptual and Empirical Comparison of Dimensionality Reduction Algorithms (PCA, KPCA, LDA, MDS, SVD, LLE, ISOMAP, LE, ICA, t-SNE). Comput. Sci. Rev. 2021, 40, 100378. [Google Scholar] [CrossRef]
  27. Bengio, Y.; Lamblin, P.; Popovici, D.; Larochelle, H. Greedy Layer-Wise Training of Deep Networks. In Proceedings of the 20th Annual Conference on Neural Information Processing Systems, NIPS 2006, Vancouver, BC, Canada, 4–7 December 2006. [Google Scholar]
  28. Bhattacharya, S.; Maddikunta PK, R.; Kaluri, R.; Singh, S.; Gadekallu, T.R.; Alazab, M.; Tariq, U. A Novel PCA-Firefly Based Xgboost Classification Model for Intrusion Detection in Networks Using Gpu. Electronics 2020, 9, 219. [Google Scholar] [CrossRef]
  29. Chuan, X.; Ren, Z. An Intelligent Fault Diagnosis Method of Rolling Bearing with Wide Convolution Kernel Network. In Proceedings of the 5th International Conference on Automation, Control and Robotics Engineering, CACRE 2020, Dalian, China, 19–20 September 2020. [Google Scholar]
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.

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.