Skip to main content
Scientific Reports logoLink to Scientific Reports
. 2023 Sep 2;13:14486. doi: 10.1038/s41598-023-40369-1

Fault diagnosis of gearbox based on Fourier Bessel EWT and manifold regularization ELM

Ke Wang 1, Fengqing Qin 1,
PMCID: PMC10475083  PMID: 37660229

Abstract

The novel fault diagnosis method of gearbox based on Fourier Bessel series expansion-based empirical wavelet transform (FBEWT) and manifold regularization extreme learning machine (MRELM) is proposed to obtain excellent fault diagnosis results of gearbox in this paper. A new feature extraction strategy based on Fourier Bessel series expansion-based empirical wavelet transform is used to capture the key non-stationary features of the vibrational signal of gearbox, and significantly improve the diagnosis ability of gearbox. The ELM with manifold regularization is proposed for fault diagnosis of gearbox. In order to outstand the superiority and stability of the proposed FBEWT and manifold regularization ELM, the balanced dataset and unbalanced dataset, respectively, are used. The experimental results testify that FBEWT-MRELM are more superior and stable than FBEWT-ELM, EWT-MRELM, and EWT-ELM regardless of balanced dataset and unbalanced dataset.

Subject terms: Engineering, Mathematics and computing

Introduction

Gearbox is widely used as a common mechanical transmission component in machines and used in industry to transmit torque and power14. Due to its harsh working environment, the gearbox may have various faults, such as wear and tear, snaggletooth and tooth pitting. Recently, lots of scholars have studied fault diagnosis methods of gearbox. For instance, Lorenzo proposed a new three-stage gearbox concept for high reduction ratios: use of a nested-cycloidal architecture to increase the power density5. Tomasz proposed a tram gearbox condition monitoring method based on trackside acoustic measurement6. Hemanth proposed a component level signal segmentation method for multi-component fault detection in a wind turbine gearbox7.

It is well-known that a superior feature extraction strategy is key to obtaining excellent fault diagnosis results810. Empirical wavelet transform is a new adaptive signal decomposition method that inherits the respective advantages of EMD and wavelet analysis methods11,12. It adaptively segments the Fourier spectrum by extracting maximum points in the frequency domain to separate different modes. However, empirical wavelet transform segments many invalid components and exists modal aliasing. FBEWT method is a combination of two signal processing technologies: FB and EWT, which is used to analyze non-stationary signals, and Fourier Bessel based on Bessel function is suitable for analyzing time series signals. Therefore, a new feature extraction strategy based on Fourier Bessel series expansion-based empirical wavelet transform is used to capture the key non-stationary features of the vibrational signal of gearbox, and significantly improve the diagnosis ability of gearbox. FBEWT of the vibrational signal of gearbox generates Fourier Bessel intrinsic mode functions (FBIMF).

Extreme learning machine is an efficient single-hidden layer feed-forward network13, which has widely applied in the field of fault diagnosis. For instance, Francisco proposed the cascade feature selection and ELM for automatic fault diagnosis of the Tennessee Eastman process14. Most of the existing deep limit learning machines use AE-ELM as the basic module to build a multi-layer network structure to achieve the abstract extraction of data sample features. However, AE-ELM are easily trapped in local minima. Therefore, the ELM with manifold regularization is proposed for fault diagnosis of gearbox, which can better maintain the local manifold structure of data in multi-layer unsupervised learning.

The novel fault diagnosis method of gearbox based on FBEWT and manifold regularization ELM is proposed to obtain excellent fault diagnosis results of gearbox in this paper. In order to outstand the superiority and stability of the proposed FBEWT and manifold regularization ELM, the balanced dataset and unbalanced dataset, respectively, are used. The experimental results testify that FBEWT-MRELM are more superior and stable than FBEWT-ELM, EWT-MRELM, and EWT-ELM regardless of balanced dataset and unbalanced dataset.

Fourier Bessel series expansion-based EWT

Empirical wavelet transform is a method to adaptively extract different modes of non-stationary signals by constructing adaptive wavelets1518. In the empirical wavelet transform, the selection of parameter σ makes a very small overlap between two subsequent frequency components. The empirical scaling function and empirical wavelet are expressed by Eqs. (1) and (2), respectively:

τn(ω)=1ω1-σωncosπ2β12σωnω-ωn+σωn1-σωnω1+σωn0otherwise 1
ψn(ω)=11+σωnω1+σωn+1cosπ2β12σωn+1ω-ωn+1+σωn+11-σωn+1ω1-σωn+1sinπ2β12σωnω-ωn+σωn1-σωnω1-σωn0otherwise 2

The approximation coefficients Wfε0,t are obtained by the inner products of the signal and the scaling function and described by the following formula:

Wfε0,t=y,τn=IFFTy(x)τn(ω) 3

The detailed coefficients Wfεn,t are obtained by the inner product of the signal and the empirical wavelets and expressed by the following formula:

Wfεn,t=y,ψn=IFFTy(x)ψn(ω) 4

Finally, the constructed signal based on EWT is obtained by the following formula:

ft=IFTFTWfε0,t×τnt+n=1NWfεn,t×ψnt 5

FBEWT method is a combination of two signal processing technologies: FB and EWT, which is used to analyze non-stationary signals. It is found that Fourier Bessel based on Bessel function is suitable for analyzing time series signals. EWT works on adaptive wavelet filter banks. These constructed wavelet filters help to segment the FB spectrum. In this study, the FBEWT method is used to extract narrow subband signals from vibration signals of gearbox. Then, empirical scaling and wavelet functions are applied to design band-pass filters on each adaptive segment of the FB spectrum. Based on the concept of Paley and Meyer wavelet, a wavelet based band-pass filter is constructed. The mathematical equations of an empirical scaling function τv(ω) and wavelet function ψv(ω) of EWT are expressed by the following formula:

τv(ω)=1ω1-uωvcosπ2×Γu,ωv1-uωvω1+uωv0otherwise 6
ψv(ω)=11+uωvω1-uωv+1cosπ2×Γu,ωv+11-uωv+1ω1+uωv+1sinπ2×Γu,ωv1-uωvω1+uωv0otherwise 7

where

Γu,ωv=ψω-(1-u)ωv2uωv 8

and

ψ(x)=0x0ψ(x)+ψ(1-x)=10<x<11x1 9

The FBIMF ranks them from high to low according to their respective energy. The energy of each FBIMF is calculated as follows:

EFBIMFi=m=0M-1FBIMFi(m)2,i=1,2,,N 10

where EFBIMFi represents the energy of FBIMF, M represents the length of IMF, and N represents the total number of FBIMFs.

The FBEWT of each signal results in 16 FBIMFs in this paper, which is shown in Fig. 1.

Figure 1.

Figure 1

16 FBIMFs of the signal based on FB-EWT.

Manifold regularization ELM

Most of the existing deep limit learning machines use AE-ELM as the basic module to build a multi-layer network structure to achieve the abstract extraction of data sample features. In order to better maintain the local manifold structure of data in multi-layer unsupervised learning, the ELM with manifold regularization is proposed, where the output of the previous layer is used as the input of the next layer.

Xk=fβkTXk-1 11

Unlike the supervised learning depth limit learning machine, which uses the traditional ELM as the classifier at the classification level, manifold regularization ELM sends the features extracted by multi-level autoencoders into a semi supervised ELM with regularization constraints. The objective function of the semi supervised ELM is defined as the following formula:

min12β2+λ2WZ-Hβ2+μ2TrβTHTJHβ 12

where W is a diagonal matrix, and the output weight matrix β can be obtained by the following formula:

β=IL+λHTWH+μHTJH-1HTCWZ,nLHTIn+λWHHT+μJHHT-1CWZ,n<L 13

Finally, manifold regularization ELM can be expressed as the following formula:

F(x)=K(x,x1)K(x,xL)1ξ+ΩKELM-1Z 14

where ξ is the regularization coefficient, and ΩKELM is the kernel function:

ΩKELM=φ(xi)·φ(xj)=exp-δxi-xj2 15

Experimental study and results

The framework of fault diagnosis of gearbox includes motor, gearbox, coupling, load, sensor and acquisition card, and computer. The faults of gearbox include wear and tear, snaggletooth and tooth pitting.

In order to outstand the superiority and stability of FBEWT-MRELM, the diagnosis methods including FBEWT-ELM, EWT-MRELM, and EWT-ELM are respectively used to compare with FBEWT-MRELM under the conditions of the balanced dataset and unbalanced dataset.

Firstly, the balanced dataset is used to testify the superiority of the proposed FBEWT and manifold regularization ELM. The training samples includes 60 samples of each state, and total training samples are 240. The testing samples includes 40 samples of each state, and total training samples are 160. The training samples and testing samples are no intersection. The experimental results are identical and repeatable by some repeated experiments. The comparison of diagnosis results of gearbox among FBEWT-MRELM, FBEWT-ELM, EWT-MRELM, and EWT-ELM under the conditions of balanced dataset are shown in Fig. 2. As shown in Figs. 2  and 3, solid circle represents the real categories of these samples. Other different symbols represent the corresponding diagnosis categories by using the different methods. The overlapping of solid circle and other different symbols indicates that the diagnosis results of the corresponding methods are correct; conversely, the diagnosis results of the corresponding methods are incorrect. As shown in Table 1, the diagnosis accuracy of FBEWT-MRELM of gearbox is 99.375%, the diagnosis accuracy of FBEWT-ELM is 97.5%, the diagnosis accuracy of EWT-MRELM of gearbox is 96.25%, and the diagnosis accuracy of EWT-ELM of gearbox is 94.375%. The experimental results indicate that the diagnosis accuracy of FBEWT-MRELM of gearbox is higher than that of FBEWT-ELM, EWT-MRELM, and EWT-ELM under the conditions of balanced dataset.

Figure 2.

Figure 2

The comparison of diagnosis results of gearbox among FBEWT-MRELM, FBEWT-ELM, EWT-MRELM, and EWT-ELM under the conditions of balanced dataset.

Figure 3.

Figure 3

The comparison of diagnosis results of gearbox among FBEWT-MRELM, FBEWT-ELM, EWT-MRELM, and EWT-ELM under the conditions of unbalanced dataset.

Table 1.

The comparison of diagnosis accuracies among FBEWT-MRELM, FBEWT-ELM, EWT-MRELM, and EWT-ELM under the conditions of balanced dataset.

Method The total number of testing samples The number of corrected diagnosis Accuracy (%)
FBEWT-MRELM 160 159 99.375
FBEWT-ELM 160 156 97.5
EWT-MRELM 160 154 96.25
EWT-ELM 160 151 94.375

Then, the unbalanced dataset is used to testify the superiority of the proposed FBEWT and manifold regularization ELM. The training samples includes 60 samples with normal state, 80 samples with wear and tear, 60 samples with snaggletooth, and 40 samples with tooth pitting, and total training samples are 200. The testing samples includes 40 samples with normal state, 60 samples with wear and tear, 40 samples with snaggletooth, and 20 samples with tooth pitting, and total training samples are 160. The training samples and testing samples are no intersection. The experimental results are identical and repeatable by some repeated experiments. The comparison of diagnosis results of gearbox among FBEWT-MRELM, FBEWT-ELM, EWT-MRELM, and EWT-ELM under the conditions of unbalanced dataset are shown in Fig. 3. As shown in Table 2, the diagnosis accuracy of FBEWT-MRELM of gearbox is 99.375%, the diagnosis accuracy of FBEWT-ELM is 96.875%, the diagnosis accuracy of EWT-MRELM of gearbox is 95.625%, and the diagnosis accuracy of EWT-ELM of gearbox is 93.75%. The experimental results indicate that the diagnosis accuracy of FBEWT-MRELM of gearbox is higher than that of FBEWT-ELM, EWT-MRELM, and EWT-ELM under the conditions of unbalanced dataset.

Table 2.

The comparison of diagnosis accuracies among FBEWT-MRELM, FBEWT-ELM, EWT-MRELM, and EWT-ELM under the conditions of unbalanced dataset.

Method The total number of testing samples The number of corrected diagnosis Accuracy (%)
FBEWT-MRELM 160 159 99.375
FBEWT-ELM 160 155 96.875
EWT-MRELM 160 153 95.625
EWT-ELM 160 150 93.75

The experimental results testify that FBEWT-MRELM are more superior and stable than FBEWT-ELM, EWT-MRELM, and EWT-ELM regardless of balanced dataset and unbalanced dataset.

Conclusions

In order to obtain the excellent fault diagnosis results of gearbox, the novel fault diagnosis method of gearbox based on FBEWT and manifold regularization ELM is proposed to obtain excellent fault diagnosis results of gearbox in this paper. The contributions and novelties of this paper are described as follows: (1) A new feature extraction strategy based on Bessel series expansion-based empirical wavelet transform is used to capture the key non-stationary features of the vibrational signal of gearbox, and significantly improve the diagnosis ability of gearbox; (2) The ELM with manifold regularization is proposed for fault diagnosis of gearbox, and manifold regularization ELM sends the features extracted by multi-level autoencoders into a semi supervised ELM with regularization constraints. The balanced dataset and unbalanced dataset, respectively, are used to outstand the superiority and stability of the proposed FBEWT and manifold regularization ELM. The experimental results testify that FBEWT-MRELM are more superior and stable than FBEWT-ELM, EWT-MRELM, and EWT-ELM regardless of balanced dataset and unbalanced dataset.

Author contributions

K.W., and F.Q. wrote the manuscript text. All authors reviewed the manuscript.

Funding

This work is supported by the project of Yibin University (2020YY02).

Data availability

The datasets analyzed during the current study are available from the corresponding author on reasonable request.

Competing interests

The authors declare no competing interests.

Footnotes

Publisher's note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

References

  • 1.Aafif Y, Chelbi A, Mifdal L, Dellagi S, Majdouline I. Optimal preventive maintenance strategies for a wind turbine gearbox. Energy Rep. 2022;8:803–814. doi: 10.1016/j.egyr.2022.07.084. [DOI] [Google Scholar]
  • 2.Beinstingel A, Parker RG, Marburg S. Experimental measurement and numerical computation of parametric instabilities in a planetary gearbox. J. Sound Vib. 2022;1:117160. doi: 10.1016/j.jsv.2022.117160. [DOI] [Google Scholar]
  • 3.Narayana Pichika SVVS, Meganaa G, Rajasekharan SG, Malapati A. Multi-component fault classification of a wind turbine gearbox using integrated condition monitoring and hybrid ensemble method approach. Appl. Acoust. 2022;195:108814. doi: 10.1016/j.apacoust.2022.108814. [DOI] [Google Scholar]
  • 4.Fernandez RC, Tobie T, Collazo J. Increase wind gearbox power density by means of IGS (Improved Gear Surface) Int. J. Fat. 2022;159:106789. doi: 10.1016/j.ijfatigue.2022.106789. [DOI] [Google Scholar]
  • 5.Maccioni L, Concli F, Blagojevic M. A new three-stage gearbox concept for high reduction ratios: Use of a nested-cycloidal architecture to increase the power density. Mech. Mach. Theory. 2023;181:105203. doi: 10.1016/j.mechmachtheory.2022.105203. [DOI] [Google Scholar]
  • 6.Nowakowski T, Tomaszewski F, Komorski P, Szymański GM. Tram gearbox condition monitoring method based on trackside acoustic measurement. Measurement. 2022;11:2358. [Google Scholar]
  • 7.Praveen HM, Sabareesh GR, Inturi V, Jaikanth A. Component level signal segmentation method for multi-component fault detection in a wind turbine gearbox. Measurement. 2022;195:111180. doi: 10.1016/j.measurement.2022.111180. [DOI] [Google Scholar]
  • 8.Azim Naz M, Sarath R. Combined classification models for bearing fault diagnosis with improved ICA and MFCC feature set. Adv. Eng. Softw. 2022;173:103249. doi: 10.1016/j.advengsoft.2022.103249. [DOI] [Google Scholar]
  • 9.Buchaiah S, Shakya P. Bearing fault diagnosis and prognosis using data fusion based feature extraction and feature selection. Measurement. 2022;188:110506. doi: 10.1016/j.measurement.2021.110506. [DOI] [Google Scholar]
  • 10.Patel SP, Upadhyay SH. Euclidean distance based feature ranking and subset selection for bearing fault diagnosis. Expert Syst. Appl. 2020;154:113400. doi: 10.1016/j.eswa.2020.113400. [DOI] [Google Scholar]
  • 11.Jamwal A, Jain S. Robust multimodal fusion network employing novel Empirical Riglit Wavelet Transform for brain images. Measurement. 2022;24:100529. [Google Scholar]
  • 12.Mohammadi HA, Ghofrani S, Nikseresht A. Using empirical wavelet transform and high-order fuzzy cognitive maps for time series forecasting. Appl. Soft Comput. 2023;135:109990. doi: 10.1016/j.asoc.2023.109990. [DOI] [Google Scholar]
  • 13.Pawar D, Dhage S. EEG-based covert speech decoding using random rotation extreme learning machine ensemble for intuitive BCI communication. Biomed. Signal Process. Control. 2023;80:104379. doi: 10.1016/j.bspc.2022.104379. [DOI] [Google Scholar]
  • 14.de Assis Boldt F, Rauber TW, Varejão FM. Cascade feature selection and ELM for automatic fault diagnosis of the Tennessee Eastman process. Neurocomputing. 2017;239:238–248. doi: 10.1016/j.neucom.2017.02.025. [DOI] [Google Scholar]
  • 15.Mohapatra S, Pati GK, Mishra M, Swarnkar T. Gastrointestinal abnormality detection and classification using empirical wavelet transform and deep convolutional neural network from endoscopic images. Ain Shams Eng. J. 2023;14:101942. doi: 10.1016/j.asej.2022.101942. [DOI] [Google Scholar]
  • 16.Rout SK, Sahani M, Dora C, Biswal PK, Biswal B. An efficient epileptic seizure classification system using empirical wavelet transform and multi-fuse reduced deep convolutional neural network with digital implementation. Biomed. Signal Process. Control. 2022;72:103281. doi: 10.1016/j.bspc.2021.103281. [DOI] [Google Scholar]
  • 17.Anuragi A, Sisodia DS. Empirical wavelet transform based automated alcoholism detecting using EEG signal features. Biomed. Signal Process. Control. 2020;57:101777. doi: 10.1016/j.bspc.2019.101777. [DOI] [Google Scholar]
  • 18.Jha CK, Kolekar MH. Empirical mode decomposition and wavelet transform based ECG data compression scheme. IRBM. 2021;42:65–72. doi: 10.1016/j.irbm.2020.05.008. [DOI] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

The datasets analyzed during the current study are available from the corresponding author on reasonable request.


Articles from Scientific Reports are provided here courtesy of Nature Publishing Group

RESOURCES