Next Article in Journal
Machine-Learning Classification of a Number of Contaminant Sources in an Urban Water Network
Next Article in Special Issue
Deep Learning-Based Adaptive Neural-Fuzzy Structure Scheme for Bearing Fault Pattern Recognition and Crack Size Identification
Previous Article in Journal
Complete Ring Artifacts Reduction Procedure for Lab-Based X-ray Nano CT Systems
Previous Article in Special Issue
Construction of a Sensitive and Speed Invariant Gearbox Fault Diagnosis Model Using an Incorporated Utilizing Adaptive Noise Control and a Stacked Sparse Autoencoder-Based Deep Neural Network
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Deep Neural Network-Based Feature Fusion for Bearing Fault Diagnosis

1
Department of Electrical Engineering, University of Ulsan, Ulsan 44610, Korea
2
NTT Hi-Tech Institute, Nguyen Tat Thanh University, 300A Nguyen Tat Thanh Street, Ho Chi Minh City 70000, Vietnam
3
Centre for Intelligent and Autonomous Manufacturing Systems, and School of Electronics, Electrical Engineering and Computer Science, Queen’s University Belfast, Belfast BT7 1NN, UK
4
School of Electrical Engineering, University of Ulsan, Ulsan 44610, Korea
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2021, 21(1), 244; https://doi.org/10.3390/s21010244
Submission received: 7 December 2020 / Revised: 24 December 2020 / Accepted: 29 December 2020 / Published: 1 January 2021

Abstract

:
This paper presents a novel method for fusing information from multiple sensor systems for bearing fault diagnosis. In the proposed method, a convolutional neural network is exploited to handle multiple signal sources simultaneously. The most important finding of this paper is that a deep neural network with wide structure can extract automatically and efficiently discriminant features from multiple sensor signals simultaneously. The feature fusion process is integrated into the deep neural network as a layer of that network. Compared to single sensor cases and other fusion techniques, the proposed method achieves superior performance in experiments with actual bearing data.

1. Introduction

Rolling element bearings are the most important components in rotary machines. The health condition of the bearing profoundly affects the performance, stability, and life span of the machines. Normally, when bearings have incipient defects, the machine can still operate as normal for some time. However, when the bearing defects become more serious, the breakdown of the machine or the production line is inevitable. Therefore, detecting bearing defects at the early stages is an important task in industry [1]. The integration of a real-time bearing fault diagnosis system in rotary machines helps to detect faults and predict the consequent effects in the system. From that, a plan of operating, maintaining, and repairing can be scheduled.
Presently, among existing methods, the intelligent signal-based fault diagnosis is considered to be the most popular approach. In this approach, the task of signal-based fault diagnosis is treated as a pattern classification problem, which consists of four main steps: signal acquisition, feature extraction, feature selection, and feature classification [2]. In the first step, signals are measured by different types of sensors attached to the machine. The signals can be vibration signals [3], current signals [4], acoustic emission signals [5], and so on. Since noise is inevitable in signal acquisition, the measured signals are always contaminated by noise components. Therefore, feature extraction is a critical requirement to extract only helpful information which reflects the health condition of the diagnosis object and to avoid the noise components. The feature extraction uses signal processing techniques under different domain representations of the fault signals: time domain, frequency domain, and time-frequency domain. In the time domain, statistical features are computed such as root mean square (RMS), square root of the amplitude (SRA), kurtosis value (KV), skewness value (SK), peak-to-peak value (PPV), crest factor (CF), impulse factor (IF), margin factor (MF), and so on [6]. To analyze signals in the frequency domain, Fourier transform is the most popular method [7]. In the time-frequency domain, wavelet analysis is the most popular technique which is applied extensively [8]. The output of the feature extraction step is a feature set that consists of multiple features that reflect the fault occurring in the bearing. The extracted feature set from fault signals often has a high dimension. A high number of features may reduce the performance of the successive feature classification in two factors: classification accuracy and computation time. Optionally, the feature selection can be employed to select only the most discriminant features from the original feature set. Principal component analysis (PCA) [9], independent component analysis (ICA) [10], sequential selection [6], and Fisher discriminant analysis (FDA) [11] are some representative techniques applied in feature selection. The final feature set is fed into a classifier to predict the condition of the input signal. In general, neural network (ANN) [12], support vector machine (SVM) [13], and k-nearest neighbor (kNN) [14] are the dominant techniques in contemporary work.
The traditional intelligent approach of signal-based fault diagnosis has been extensively applied to industrial applications and achieves great results. However, in this approach, some weaknesses still exist. The diagnosing performance highly depends on the feature extraction step which requires signal processing techniques, human labor, and expert knowledge. The requirement of human labor and expert knowledge means the feature extraction cannot become an automatic step. For each specific fault diagnosis task, a new feature extraction procedure must be redesigned manually. Moreover, the traditional machine learning algorithm fails in extracting highly complex feature abstraction from signals.
Deep learning (DL) or deep neural network (DNN) is a branch of machine learning (ML) which has been developed in recent years. DL exploits NNs with many layers of data-processing units. DNN can extract highly complex abstraction from data [15]. Numerous numbers of DNN models have been introduced and achieved great success in a vast number of applications. Basically, all DNN models can be considered to be the variants of four basis NNs: autoencoder [16], restricted Boltzmann machine [17], recurrent neural network [18], and convolutional neural network (CNN) [19]. Among those NNs, CNN-like models are the most popular in intelligent signal-based fault diagnosis. With the ability of effectively extracting features from signals while not requiring expert knowledge, DNNs can overcome the drawbacks of the traditional approach in signal-based fault diagnosis.
Generally, in machine fault diagnosis tasks, signals from one single sensor can produce satisfactory performance. In some cases, signals from multiple sensors can be exploited simultaneously to enhance the performance of the diagnosis systems since the multiple sensor systems may contain complementary information that is useful for the diagnosis process. Usually, it is difficult to use signals from multiple sensors to identify the status of the machines. The reason is that the signals measured by multiple sensors are disordered and correlated with multiple sources [20]. Those methods that are proposed with an attempt to use multiple data sources are called data fusion techniques. Upon the position where the fusion operation is conducted, there are three general approaches: signal-level fusion, feature-level fusion, and decision-level fusion. In machine fault diagnosis, feature-level and decision-level fusion approaches are more popular than the signal-level fusion. In the feature-level approach, principal component analysis (PCA) is often employed [21]. In general, the feature sets are combined and analyzed by the PCA algorithm to extract a new one which often has a smaller dimension. In the decision-level fusion, signals from each sensor are analyzed and classified independently and then the final decision is generated using fuzzy integral theory [22] or Dempster–Shafer (DS) theory [23,24].
It can be observed that the common point in the existing fusion techniques is the requirement of additional data-processing steps. For example, in those methods with PCA, it is necessary that a new feature set is extracted from the original data sets. Then these feature sets are combined by PCA to generate a new feature set. This final feature set is the input fed into the successive feature classification step. In those methods, which are based on DS evidence theory, first, the number of feature extractors, feature selectors, and feature classifiers are required to be equal to the number of signal sources. Moreover, it is necessary that a new decision maker is introduced to combine the results of preceding classifiers. In this paper, with the hypothesis that DNNs can effectively extract fault features from multiple signal sources, use the complementary information and eliminate the redundant one, a DNN-based fusion technique is proposed for bearing fault diagnosis. The feature-learning process is conducted in three steps. First, the input signals are represented in the time-frequency domain by using continuous wavelet transform. Second, each type of signal is extracted features by a corresponding layer of a DNN. Finally, all extracted features are fused by a layer integrated into the structure of the DNN. The novelty of this method is reflected in two points. First, the structure of the DNN is widened to simultaneously learn features from multiple sources. Second, the feature-fusing operation is integrated into the structure of the network without additional data-processing step. The effectiveness of the proposed method is verified via experiments with actual bearing data supplied by Case Western Reverse University Bearing Data Center [25].
The remainder of the paper is organized as follows. Section 2 briefly reviews sensor fusion and CNN. Section 3 explains the proposed fault diagnosis method. Experimental results and discussions are in Section 4. Section 5 concludes the paper.

2. Related Works

2.1. Sensor Fusion

Sensor fusion is the technique of unifying multiple data sources from multiple sensors to produce more consistent, accurate, and useful information than that provided by any individual data source [26]. Generally, in the topic of signal-based fault diagnosis, there are three fusion types, depending on the position on the diagnosis system where the fusion is carried out. The three types of fusion levels are as follows:
  • Signal-level fusion: this type of fusion is considered to be the lowest level where the raw signals from all sensors are combined. Since this type combines raw signals, it is necessary that all signals are comparable in a sense of data amount, sampling rate, registration, and time synchronization [22].
  • Feature-level fusion: conduct the fusion at the feature space, i.e., from each signal source (sensor), the corresponding feature set is extracted, then all feature sets are combined to generate a new one.
  • Decision-level fusion: this type is considered to be the highest level where all decisions are combined to generate a final conclusion. Based on each signal source (sensor), the health condition of the machine is predicted. Then all predictions are combined to generate the conclusion about the machine health status.

2.2. Convolutional Neural Network

In general, CNNs are neural networks that exploit convolutional layers which are based on convolution operation. The convolution computation between a 2-D input feature x R m × n and a 2-D kernel k R a × b is y R ( m + a 1 ) × ( n + b 1 ) :
y [ i , j ] = u = 0 m 1 v = 0 n 1 k [ u , v ] × x [ i u , j v ]
where 0 i m + a + 1 and 0 j n + b 1 . In convolutional layers, for the simplicity of the computation, kernels are often designed as square matrices, and the input features are also square matrices. Consider a convolutional layer with M kernels denoted by k t R m × m , t = 1 : M . Assume that this convolutional layer has the input consists of N features denoted by x l R a × a , l = 1 : N . Then the output of that layer will be M features, computed by:
y t = f l = 1 l = N k t x l
where f is the activation function. Normally, the Rectified Linear Unit (ReLU) is extensively used as an activation function because of its simplicity and less computation requirement. The math equation of ReLU is as follows:
f ( z ) = max ( z , 0 )
The convolutional layer is the most important layer which is the basis of the structures of a typical CNN-like neural network. Normally, after each convolutional layer, one pooling layer is implemented to reduce the spatial size of the features. In addition, this layer helps the network become invariant with a small translation of the input features [27]. The pooling operation is illustrated in Figure 1. Consider an input feature with the size of 4 × 4 . The pooling layer can exploit the max or mean operation. The pooling layer computes the max (or mean) value of separated regions of the input matrix.
The pooling layers with the filter size of 2 × 2 and stride of 2 are used extensively in CNN-like NNs. With that configuration, a pooling layer with input x l R 2 a × 2 a will have the output y l R a × a , l = 1 : N .
Training DNNs is often difficult because of their complex structure with many layers and a huge number of trainable parameters (weights and biases). Recently, the batch normalization (BN) technique proposed by Ioffe et al. [28] is extensively applied to accelerate the training process of DNNs. BN can improve the speed, performance, and stability of neural networks. In CNN models, BN can be implemented as a layer right after each convolutional layer. Basically, the BN layer normalizes its input features by adjusting and scaling those features. Consider N input features x l R a × a , l = 1 : N , BN layer computed the output features as follows:
y l = γ l x l E [ x l ] Var [ x l ] + β l
where γ and β are trainable parameters introduced to scale and shift the normalized input features. E [ x ] and Var [ x ] denote the mean value and standard variation value of x, respectively. The output 2-D form features of the final pooling layer is flattened into 1-D form and fed into the dense layer. A dense layer (or fully connected layer) has the same structure with the conventional a multilayer perception, i.e., each neuron in one layer is linked to all neurons of the next layer. Flattening the input features simply rearranges the values of the input features (2-D form) into a column matrix. Consider a feature map x l R a × a , l = 1 : N , the output of the flattening operation will be y R N a 2 × 1 .
The final feature map computed by the dense layer is fed into the SoftMax layer to conduct the classification. Consider a classification task with C labels and input feature map x, the SoftMax layer computes the probability of each label as follows:
p j = e w j x j = 1 C e w i x
The loss function of the network is computed by the cross-entropy loss as follows:
L ( q , p ) = j = 1 C q j log ( p j )
where q is the true label of the input data.

3. Proposed Bearing Fault Diagnosis Method

The overall procedure of the proposed fault diagnosis method is illustrated in Figure 2. This method consists of five main steps: signal measurement, signal to image conversion, image fusion, feature extraction, and feature classification.
In the first step, the signals from various sensors are measured synchronously. These sensors can be different types or the same types but installed at different positions on the machine. Each sensor supplies a data source for the fault diagnosis system.
As shown in the previous section, the strength of CNNs is in the 2-D data form processing. Therefore, in the second step, signals are transformed into 2-D form using continuous wavelet transform (CWT). The CWT is defined as follows. A mother wavelet is a function ψ ( t ) with zero average (i.e., R ψ 0 ), normalized (i.e., | | ψ | | = 1 ), and centered in the neighborhood of t = 0 [29]. Scaling ψ ( t ) by a positive quantity s, and translating it by u R , a wavelet family can be defined as:
ψ u , s ( t ) : = 1 s ψ t u s , u R , s > 0
Given x ( t ) L 2 ( R ) , the continuous wavelet transform of x ( t ) at time u and scale s (which inversely relate to frequency) is defined as:
W ( s , u ) : = x ( t ) , ψ s , u = 1 s x ( t ) ψ * t u s d t
where ψ * denotes the complex conjugate of ψ . CWT decomposes the input signal x ( t ) into a series of wavelet coefficients. The scalogram of x ( t ) is defined by the function:
S ( s ) : = | | W ( s , u ) | | = + | W ( s , u ) | 2 d u
If a time interval [ t 0 , t 1 ] needs to be considered, the corresponding windowed scalogram is defined by the function:
S [ t 0 , t 1 ] ( s ) : = | | W ( s , u ) | | [ t 0 , t 1 ] = t 0 t 1 | W ( s , u ) | 2 d u
In other words, the scalogram is the absolute value of the CWT of a signal, plotted as a function of time and frequency, as shown in Figure 3.
By representing signals in the time-frequency domain as image form, the health condition of the machine will be reflected by a data sample which consists of n images corresponding to n signal sensors. The task of bearing fault diagnosis now can be considered to be the task of image classification. However, this image classification task cannot be solved by the conventional CNN since each data sample consists of multiple images. Therefore, a new model of DNN is proposed to handle the multiple-image data samples. Assume that there are n data sources, corresponding to n sensors used for the diagnosis in the rotary machine. Based on the number of data sources, the proposed DNN model has n branches accordingly, each branch will handle one individual image in the data sample which is fed into the network. Each branch consists of multiple successive convolutional layer–batch normalization layer–pooling layer (a CBP module). Each branch takes the role of extracting features from the corresponding image data source.
The output of each branch is considered to be a feature set of the corresponding signal source. All feature sets are combined at the feature-fusing layer, which is integrated as a layer in the network. Assume that there are n signal source. Accordingly, there are n feature sets, denoted by X i , i = 1 : n . Each feature set has a size of h × m × m . The output of the feature-fusing layer is a new feature set with a size of 1 × h n m 2 . The new feature set is then fed into the dense layer to learn higher level features. Finally, the output feature set from the dense layer is classified by the SoftMax layer. The final prediction is made based on the output probabilities of the SoftMax layer.

4. Experiments

4.1. Test-Bed and Data Preparation

The actual bearing fault data are supplied by the Bearing Data Center of Case Western Reverse University. The test-bed consists of a 2-hp motor, a torque transducer, and a dynamometer. The test bearings support the motor shaft. The test bearings were seeded with faults using electro-discharge machining (EMD). The bearing test-bed can be operated under different load values by changing the torque applied to the motor. Four operating conditions are considered include 0 hp, 1 hp, 2 hp, and 3 hp.
Vibration signals are measured by two accelerometers placed at the fan-end (FE) and drive-end (DE) of the motor. Two accelerators measure vibration signals simultaneously and the signals are digitized at sampling frequency 12 kHz. There are four types of bearing conditions considered, including one type of healthy bearing and three types of fault bearings: bearing with fault at inner race fault, bearing with fault at outer race fault, and bearing with fault at rolling elements. Each type of bearing fault has different fault diameter, including 7 mils (mili-inches), 14 mils, and 21 mils. Totally, as shown in Table 1, ten types of bearing conditions are labeled from 0 to 9, respectively.
Since vibration signals are measured by two accelerators FE and DE simultaneously, each bearing condition is reflected via two separate files. Overall, 20 vibration signal files are recorded corresponding to 10 bearing conditions.

4.2. Other Methods for Comparison

To evaluate the effectiveness of the proposed method, as well as analyze the advantages and disadvantages, some other bearing fault diagnosis methods published recently have been adopted to make comparisons. The proposed method in this paper is a combination of deep learning and sensor fusion. Therefore, it is necessary to compare it with the deep learning-based approaches and the sensor fusion approaches. The first method to compare is published in [30]. In this method, a DNN based on LeNet-5 is developed to classify a gray-scale image data-set, which is obtained by transforming the vibration signals. The second method which is taken into account is published in [31]. In this method the transfer learning technique is adopted to reuse the Alexnet, a well-known DNN in image classification [32]. Originally, Alexnet is a very deep NN trained for image classification. When adopted into the new task of bearing fault diagnosis, it is re-trained with the time-frequency image of vibration fault signals. The third method adopted to compare is a PCA-based fusion method. In this method, vibration signals are transformed into the time-frequency domain. From each sample of the signal, 14 features are extracted. Therefore, each bearing condition is indicated by a total of 28 features (14 features from the DE sensor and 14 features from the FE sensor). PCA algorithm is exploited to fuse the two feature sets and generate a new one consisting of only 20 features. Finally, MLP is employed to classify the fused feature set generated by PCA. The fourth method to compare is based on the DS evidence theory. In this method, two separated NNs are used to diagnose the bearing condition using DE and FE signals, respectively. Then the DS evidence theory is manipulated to combine the diagnosing results of the NNs. In this method, the fusion is conducted at the decision level, while in the PCA-based method, the fusions are conducted at the feature level.

4.3. Signal Pre-Processing

The DNN models for the fault diagnosis problem need to be trained by a significant amount of data samples. Therefore, the signal files are split into equal segments. As mentioned in Section 4.2, the method proposed in [30] is taken into account for comparison. In this method, there is a step where the signal samples are rearranged to form gray images and apply the image classification by LeNet5. Therefore, an MNIST-like data-set is going to be created. In the MNIST data-set, the gray images have a size of 28 × 28 . Therefore, the length of signal segments is selected at value 28 × 28 = 784 . For each condition of the test bearing, 600 signal segments are prepared, including 300 segments of vibration signal measured by FE sensor and 300 segments of vibration signal measured by the DE sensor.
The next step in signal pre-processing is to represent signal segments in the time-frequency domain using CWT. The original time domain vibration signals are represented in the time-frequency domain using CWT, which exploits the Morse wavelet function. The time-frequency images of vibration signals are shown in Figure 4. In each condition of bearing, the training data-set and testing data-set are split randomly with the ratio of 7 / 3 .

4.4. Designing and Training the Proposed DNN

In the topic of image classification, many well-known DNNs have been successful with an image size of 3 × 224 × 224 . Inspired by that fact, in this paper, all time-frequency images are resized to a size of 3 × 224 × 224 . As a result, the inputs of DNNs have the size of 3 × 224 × 224 . The convolution kernel size and stride step length were determined by trial-and-error process, taking into the consideration of the values used in the literature. The kernel size of 3 × 3 with the padding zero technique and the stride step of 1 is used in all convolutional layers. In all pooling layers, the kernel size of 2 × 2 and the stride step of 2 are used. Consequently, after passing a group of three successive layer: convolutional layer, batch normalization layer, and pooling layer, the output data will have the number of feature maps equal to the number of the kernels in the convolutional layer, and the size of feature size is reduced by 2.
The feature-fusing layer flattens the two input feature sets of two branches, and concatenates them to generate a fused feature map. Then this feature map is fed into the dense layer, and finally, the SoftMax layer classifies the feature map to predict the class of the input data sample. It is noticeable that each data sample consists of two time-frequency representations (from DE and FE sensors). The fused feature set has a size of 1 × 12,544.
The SoftMax layer of the DNN has 10 outputs, corresponding to 10 classes of bearing health conditions that need to be classified. The network is trained with mini batch stochastic gradient descent with momentum algorithm, the learning rate α = 0.001 , the momentum β = 0.9 , and the batch size 16.

4.5. Fault Diagnosis Results

All methods mentioned in Section 4.2 are taken into account to make a comparison with the proposed method. Among those methods, the method using Lenet5 and Alexnet uses single signal sources. These two methods will be evaluated by both the DE signal source and the FE signal source separately. The PCA-based, DS-based, and the proposed method in this paper are fusion-based methods. Therefore, the DE and FE signal sources will be used simultaneously for these three methods. Each method is trained by 2100 data samples and tested by 700 data samples. The accuracy of diagnosis with 700 testing data samples is the criteria to evaluate the performance of those fault diagnosis methods. Four different operating conditions of the test bearing are taken into account for evaluating the fault diagnosis methods. The accuracy of all methods is shown in Table 2. It can be observed that all methods, under all operating conditions of the test bearing achieve very high accuracy. However, the results of the DS-based fusion method are slightly lower the others.

4.6. Evaluation under Noisy Conditions

In industrial environments, the sensory signals are always contaminated by noise. That leads to the degradation of the performance of the fault diagnosis system. To evaluate the robustness against the noise of fault diagnosis methods, noise signals are introduced into the original vibration signals. The additive Gaussian white noise (AGWN) with various standard variances is added to the original vibration signals. The signal-to-noise ratio (SNR) is defined as follows:
S N R = 10 log P s i g n a l P n o i s e
where P s i g n a l and P n o i s e are the power of signal and noise, respectively. Figure 5 shows the noisy signal made by adding an original signal with Gaussian white noise. The experiments are conducted with noisy signals which obtained by adding AWGN with different SNR values vary in the range [ 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 ] .
Figure 6 and Table 3 show the experiment results. Table 3 describes the experiment results conducted under different working conditions. We consider 4 load conditions: 0 hp to 1 hp, 2 hp, and 3 hp. Under each load condition, the noise levels are changed from −8 dB to −1 dB. The classification accuracy is the metric used to compared 7 fault diagnosis methods, included the proposed one. It can be observed that the common trend of all diagnosis methods is the more noise added to the original signal, the worse the classification accuracy. In the worst case (−8 dB noise level), some methods cannot exceed 50% accuracy. Among all compared methods, the proposed method achieves the highest accuracy under all working conditions. Figure 6 shows some facts as follows:
  • The diagnosis accuracy of all methods decreases in accordance with the noise level in the signal.
  • For the two methods using single signal source, the diagnosis accuracy in the case of DE sensor and FE sensor are very close.
  • The PCA-based and DS-based fusion methods have very similar diagnosis accuracy, since in these two methods, the same feature set is extracted.
  • Among the compared methods, the proposed method which uses the DNN-based feature fusion has the most consistency against noise, better than all other methods.

5. Conclusions

This paper proposed a novel deep neural network for the task of multiple sensor-based fault diagnosis. The proposed DNNs with wide structure and integration of the feature fusion as a network layer help to learn features from multiple signal sources simultaneously and effectively. As a result, the proposed method can achieve better results compared to other DL-based and fusion-based methods, especially under noisy conditions. The proposed neural network is not limited in the topic of this paper, i.e., used for vibration signals, it can be applied to any fault diagnosis task that have to fuse multiple signal sources. In future works, we will evaluate the proposed method with other types of signals such as current signals and acoustic emission signals. Moreover, we will also examine the performance of the proposed method for the case of fusing different types of signals in the same fault diagnosis system.

Author Contributions

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

Funding

This research was supported by Basic Science Research Program through the National Research Foundation of Korea(NRF) funded by the Ministry of Education (2019R1D1A3A03103528).

Data Availability Statement

Data is available on Reference [25].

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

List of Abbreviation used in paper:
ANNartificial neural network
CFcrest factor
CNNconvolutional neural network
CWTcontinuous wavelet transform
DNNdeep neural network
DLdeep learning
FDAfisher discriminant analysis
ICAindependent component analysis
IFimpulse factor
kNNk-nearest neighbor
KVkurtosis value
MFmargin factor
PCAprincipal component analysis
PPVpeak-to-peak value
RMSroot mean square
SKskewness value
SNRsignal-to-noise ratio
SRAsquare root of the amplitude
SVMsupport vector machine

References

  1. Lei, Y.; Yang, B.; Jiang, X.; Jia, F.; Li, N.; Nandi, A.K. Applications of machine learning to machine fault diagnosis: A review and roadmap. Mech. Syst. Signal Process. 2020, 138, 106587. [Google Scholar] [CrossRef]
  2. Piltan, F.; Prosvirin, A.E.; Jeong, I.; Im, K.; Kim, J.M. Rolling-Element Bearing Fault Diagnosis Using Advanced Machine Learning-Based Observer. Appl. Sci. 2019, 9, 5404. [Google Scholar] [CrossRef] [Green Version]
  3. Van, M.; Kang, H.J. Two-stage feature selection for bearing fault diagnosis based on dual-tree complex wavelet transform and empirical mode decomposition. Proc. Inst. Mech. Eng. Part C J. Mech. Eng. Sci. 2016, 230, 291–302. [Google Scholar] [CrossRef]
  4. Azamfar, M.; Singh, J.; Bravo-Imaz, I.; Lee, J. Multisensor data fusion for gearbox fault diagnosis using 2-D convolutional neural network and motor current signature analysis. Mech. Syst. Signal Process. 2020, 144, 106861. [Google Scholar] [CrossRef]
  5. Xu, G.; Hou, D.; Qi, H.; Bo, L. High-speed train wheel set bearing fault diagnosis and prognostics: A new prognostic model based on extendable useful life. Mech. Syst. Signal Process. 2020, 146, 107050. [Google Scholar] [CrossRef]
  6. Rauber, T.W.; de Assis Boldt, F.; Varejão, F.M. Heterogeneous feature models and feature selection applied to bearing fault diagnosis. IEEE Trans. Ind. Electron. 2015, 62, 637–646. [Google Scholar] [CrossRef]
  7. Tao, R.; Deng, B.; Wang, Y. Research progress of the fractional Fourier transform in signal processing. Sci. China Ser. F 2006, 49, 1–25. [Google Scholar] [CrossRef]
  8. Liu, Z.; Zhang, L.; Carrasco, J. Vibration analysis for large-scale wind turbine blade bearing fault detection with an empirical wavelet thresholding method. Renew. Energy 2020, 146, 99–110. [Google Scholar] [CrossRef]
  9. Mohanty, S.; Gupta, K.K.; Raju, K.S. Adaptive fault identification of bearing using empirical mode decomposition–principal component analysis-based average kurtosis technique. IET Sci. Meas. Technol. 2017, 11, 30–40. [Google Scholar] [CrossRef]
  10. Thelaidjia, T.; Moussaoui, A.; Chenikher, S. Bearing fault diagnosis based on independent component analysis and optimized support vector machine. In Proceedings of the 2015 7th International Conference on Modelling, Identification and Control (ICMIC), Sousse, Tunisia, 18–20 December 2015; pp. 1–4. [Google Scholar]
  11. Van, M.; Kang, H.J. Bearing-fault diagnosis using non-local means algorithm and empirical mode decomposition-based feature extraction and two-stage feature selection. IET Sci. Meas. Technol. 2015, 9, 671–680. [Google Scholar] [CrossRef]
  12. Zuo, L.; Zhang, L.; Zhang, Z.H.; Luo, X.L.; Liu, Y. A spiking neural network-based approach to bearing fault diagnosis. J. Manuf. Syst. 2020, in press. [Google Scholar]
  13. Cui, M.; Wang, Y.; Lin, X.; Zhong, M. Fault Diagnosis of Rolling Bearings Based on an Improved Stack Autoencoder and Support Vector Machine. IEEE Sens. J. 2020. [Google Scholar] [CrossRef]
  14. Gohari, M.; Eydi, A.M. Modelling of shaft unbalance: Modelling a multi discs rotor using K-Nearest Neighbor and Decision Tree Algorithms. Measurement 2020, 151, 107253. [Google Scholar] [CrossRef]
  15. Zhou, D.X. Universality of deep convolutional neural networks. Appl. Comput. Harmon. Anal. 2020, 48, 787–794. [Google Scholar] [CrossRef] [Green Version]
  16. Ng, A. Sparse autoencoder. CS294A Lect. Notes 2011, 72, 1–19. [Google Scholar]
  17. Norouzi, M.; Ranjbar, M.; Mori, G. Stacks of convolutional restricted boltzmann machines for shift-invariant feature learning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, CVPR 2009, Miami, FL, USA, 20–25 June 2009; pp. 2735–2742. [Google Scholar]
  18. Chung, J.; Gulcehre, C.; Cho, K.; Bengio, Y. Empirical evaluation of gated recurrent neural networks on sequence modeling. arXiv 2014, arXiv:1412.3555. [Google Scholar]
  19. Wang, H.; Li, S.; Song, L.; Cui, L.; Wang, P. An enhanced intelligent diagnosis method based on multi-sensor image fusion via improved deep learning network. IEEE Trans. Instrum. Meas. 2019, 69, 2648–2657. [Google Scholar] [CrossRef]
  20. 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]
  21. Kaur, R.; Kaur, S. An approach for image fusion using PCA and genetic algorithm. Int. J. Comput. Appl. 2016, 145, 54–59. [Google Scholar] [CrossRef]
  22. Lohweg, V.; Mönks, U. Fuzzy-Pattern-Classifier Based Sensor Fusion for Machine Conditioning. Available online: https://www.intechopen.com/books/sensor-fusion-and-its-applications/fuzzy-pattern-classifier-based-sensor-fusion-for-machine-conditioning (accessed on 7 November 2020).
  23. Hui, K.H.; Lim, M.H.; Leong, M.S.; Al-Obaidi, S.M. Dempster-Shafer evidence theory for multi-bearing faults diagnosis. Eng. Appl. Artif. Intell. 2017, 57, 160–170. [Google Scholar] [CrossRef]
  24. Xie, X.; Ke, Y.; Hao, Y.; Song, L.; Wang, H. Feature extraction method for roller bearing based on Dempster-Shafer evidence. In Proceedings of the 2017 9th International Conference on Modelling, Identification and Control (ICMIC), Kunming, China, 10–12 July 2017; pp. 746–751. [Google Scholar]
  25. Loparo, K.A. Bearing Data Center; Case Western Reserve University: Cleveland, OH, USA, 2013. [Google Scholar]
  26. Haghighat, M.; Abdel-Mottaleb, M.; Alhalabi, W. Discriminant correlation analysis: Real-time feature level fusion for multimodal biometric recognition. IEEE Trans. Inf. Forensics Secur. 2016, 11, 1984–1996. [Google Scholar] [CrossRef] [Green Version]
  27. Phung, S.L.; Bouzerdoum, A. Matlab Library for Convolutional Neural Networks; Tech. Rep.; ICT Research Institute, Visual and Audio Signal Processing Laboratory, University of Wollongong: Dubai, UAE, 2009. [Google Scholar]
  28. Ioffe, S.; Szegedy, C. Batch normalization: Accelerating deep network training by reducing internal covariate shift. arXiv 2015, arXiv:1502.03167. [Google Scholar]
  29. Bolós, V.J.; Benítez, R. The wavelet scalogram in the study of time series. In Advances in Differential Equations and Applications; Springer: Berlin/Heidelberg, Germany, 2014; pp. 147–154. [Google Scholar]
  30. Wen, L.; Li, X.; Gao, L.; Zhang, Y. A New Convolutional Neural Network-Based Data-Driven Fault Diagnosis Method. IEEE Trans. Ind. Electron. 2018, 65, 5990–5998. [Google Scholar] [CrossRef]
  31. Wang, J.; Mo, Z.; Zhang, H.; Miao, Q. A Deep Learning Method for Bearing Fault Diagnosis Based on Time-frequency Image. IEEE Access 2019, 7, 42373–42383. [Google Scholar] [CrossRef]
  32. Krizhevsky, A.; Sutskever, I.; Hinton, G.E. Imagenet classification with deep convolutional neural networks. Adv. Neural Inf. Process. Syst. 2012, 60, 1097–1105. [Google Scholar] [CrossRef]
Figure 1. Pooling operation.
Figure 1. Pooling operation.
Sensors 21 00244 g001
Figure 2. The proposed DNN.
Figure 2. The proposed DNN.
Sensors 21 00244 g002
Figure 3. Time-frequency representation of vibration signal.
Figure 3. Time-frequency representation of vibration signal.
Sensors 21 00244 g003
Figure 4. Time-frequency representations of vibration signals.
Figure 4. Time-frequency representations of vibration signals.
Sensors 21 00244 g004
Figure 5. Add noise to original signal.
Figure 5. Add noise to original signal.
Sensors 21 00244 g005
Figure 6. Evaluation of fault diagnosis methods under different SNRs and operating conditions.
Figure 6. Evaluation of fault diagnosis methods under different SNRs and operating conditions.
Sensors 21 00244 g006
Table 1. Labeling for signal.
Table 1. Labeling for signal.
Bearing ConditionsFault Size (Mils)Label
No fault 0
Inner race fault71
Inner race fault142
Inner race fault213
Ball fault74
Ball fault145
Ball fault216
Outer race fault77
Outer race fault148
Outer race fault219
Table 2. Fault diagnosis accuracy of methods.
Table 2. Fault diagnosis accuracy of methods.
MethodSensorAccuracy (%)
0 hp1 hp2 hp3 hp
AlexnetDE100.099.78100.0100.0
AlexnetFE100.099.7899.89100.0
Lenet5DE97.5696.6799.5699.67
Lenet5FE97.5696.6799.5699.67
PCA-based fusionDE and FE98.698.699.2599.4
DS-based fusionDE and FE97.7397.6799.0599.47
Proposed methodDE and FE100.099.56100.099.78
Table 3. The diagnosis accuracy (%) of methods under different working conditions.
Table 3. The diagnosis accuracy (%) of methods under different working conditions.
Noise Level (dB)−8−7−6−5−4−3−2−1Load 0 hp
Alexnet-DE55.1167.075.4484.1187.3390.6791.2294.56
Alexnet-FE57.8968.071.4482.4482.5688.8992.1193.44
Lenet5-DE35.8934.2245.4461.7858.1168.4482.6786.22
Lenet5-FE39.7845.5660.8959.7872.4479.7886.8989.11
PCA-based fusion53.8862.3367.1472.2776.6880.182.6886.37
DS-based fusion54.4262.1366.0672.476.1480.583.6986.24
Proposed method65.1178.1182.7885.3390.092.2294.4496.22
Alexnet-DE53.8964.4477.8983.7889.091.5693.6795.22Load 1 hp
Alexnet-FE52.1156.5665.7871.6778.080.7887.7890.22
Lenet5-DE34.5639.2245.2256.2263.2274.078.081.67
Lenet5-FE37.6743.056.2259.5671.5681.4481.8987.78
PCA-based fusion54.6659.265.9871.5777.3682.4685.9388.59
DS-based fusion54.6659.265.9871.5777.3682.4685.9388.59
Proposed method53.2273.4483.3390.091.8993.1196.4497.44
Alexnet-DE52.5664.3373.8983.3387.1190.3394.5696.0Load 2 hp
Alexnet-FE52.8958.7870.1179.7884.1190.5695.3396.67
Lenet5-DE38.784251.116368.8979.2281.5685.67
Lenet5-FE39.224557.5765.6772.6778.448692.33
PCA-based fusion55.1258.8567.1471.7376.3681.2187.2788.94
DS-based fusion55.3960.8366.471.876.982.0987.4890.21
Proposed method75.1178.6789.7893.1196.3397.5698.7899.11
Alexnet-DE58.3363.6779.083.7891.7894.5696.5698.0Load 3 hp
Alexnet-FE64.5671.1181.5685.5691.1195.5695.8997.44
Lenet5-DE40.5641.3355.6758.7878.8982.6788.5692.67
Lenet5-FE41.2258.1164.073.3377.2287.1189.2294.33
PCA-based fusion57.2563.3573.3978.3984.5788.8390.6694.36
DS-based fusion57.9864.4272.7278.1885.7988.991.5294.83
Proposed method79.8983.8992.6796.096.7897.6798.4498.89
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Hoang, D.T.; Tran, X.T.; Van, M.; Kang, H.J. A Deep Neural Network-Based Feature Fusion for Bearing Fault Diagnosis. Sensors 2021, 21, 244. https://doi.org/10.3390/s21010244

AMA Style

Hoang DT, Tran XT, Van M, Kang HJ. A Deep Neural Network-Based Feature Fusion for Bearing Fault Diagnosis. Sensors. 2021; 21(1):244. https://doi.org/10.3390/s21010244

Chicago/Turabian Style

Hoang, Duy Tang, Xuan Toa Tran, Mien Van, and Hee Jun Kang. 2021. "A Deep Neural Network-Based Feature Fusion for Bearing Fault Diagnosis" Sensors 21, no. 1: 244. https://doi.org/10.3390/s21010244

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