Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis


Residual

Uploaded on Oct 5, 2018

Category Technology

Deep Residual Leaning Based Fault Diagnosis. M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050

Category Technology

Comments

                     

Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis

Slide 1 Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis Minghang Zhao, Myeongsu Kang, Baoping Tang, Michael Pecht M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 Deep Learning Fault Diagnosis 1 Backgrounds  Accurate fault diagnosis is important to ensure the safety of automobiles and helicopters, long-term generation of electric power, and reliable operating of other electrical and mechanical systems.  Discrete wavelet packet transform (DWPT), an effective tool to decompose non-stationary vibration signals into various frequency bands, has been widely applied for machine fault diagnosis [1].  Besides, the usage of deep learning methods is becoming more and more popular to automatically learn discriminative features from vibration signals for improving diagnostic accuracies [2]. M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 Deep Learning Fault Diagnosis 2 Motivations  However, there is still no consensus as to which wavelet (e.g., DB1, DB2, and DB3) can achieve an optimal performance in fault diagnosis.  Besides, different wavelets may be optimal for recognizing different kinds of faults under different working conditions.  It is very unlikely for one certain wavelet to be the most effective in recognizing all kinds of faults (such as bearing inner raceway faults, outer raceway faults, and rolling element faults).  Therefore, the fusion of multiple wavelets into deep neural networks has an potential to improve the accuracy of a fault diagnostic task which involves the recognition of various fault types. M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 Deep Learning Fault Diagnosis 3 Input Data Configuration  The wavelet coefficients at various frequency bands obtained using a certain wavelet can be stacked to be a 2D matrix; then, the 2D matrices derived from multiple wavelets can be formed to be a 3D matrix. M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 ··· ··· ����1,1 ����1,0 ��������,0 ��������,1 ··· · ��������,2 ��������,3 ��������,2����−2 ��������,2����−1 ··· ··· ����1,1 ����1,0 ��������,0 ��������,1 ··· · ��������,2 ��������,3 ��������,2����−2 ��������,2����−1 Signal ··· ··· ����1,1 ����1,0 ��������,0 ��������,1 ··· ��������,2 ��������,3 ��������,2����−2 ��������,2����−1 2D matrices of wavelet coefficients at the ����th decomposition level Wavelet coefficients at the 1st decomposition level Time D ec om po si tio n us in g va rio us w av el et s 1st wavelet 2nd wavelet �������� th wavelet Fr eq ue nc y ba nd Deep Learning Fault Diagnosis 4 An Overview of Deep Residual Networks  The deep residual network (DRN) is an improved variant of convolutional neural networks (CNNs), which uses identity shortcuts to ease the difficulty of training [3]-[4]. M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 BN, ReLU, Conv 3×3 BN, ReLU, Conv 3×3 BN, ReLU, Conv 3×3 BN, ReLU, Conv 3×3 Conv 3×3 Input BN, ReLU, GAP … Fully connected output layer BN ReLU Conv 3×3 BN ReLU Conv 3×3 A residual building unit (RBU) A deep residual network A nu m be r o f R B U s BN: Batch normalization ReLU: Rectifier linear unit Conv 3×3: Convolution with kernels in the size of 3×3 GAP: Global average pooling Deep Learning Fault Diagnosis 5 The First Developed Method  To achieve multiple wavelet coefficients fusion, a simple method is to concatenate these 2D matrices of wavelet coefficients and feed them into a DRN.  The method was named as “Multiple Wavelet Coefficients Fusion in a Deep Residual Network by Concatenation (MWCF-DRN-C)”. M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 B N , R eL U , C on v, m , / 2 B N , R eL U , C on v, m B N , R eL U , C on v, 4 m B N , R eL U , C on v, 4 m B N , R eL U , G AP (D ro po ut ) Fu lly c on ne ct ed o ut pu t l ay er A vi br at io n si gn al + D W PT s 2D matrix 1 2D matrix 2 2D matrix N 2D matrix 3 A co nc at en at io n la ye r … C on v, m , / 2 … m: an indicator of the number of convolutional kernels Deep Learning Fault Diagnosis 6 The Second Developed Method  An individual convolutional layer with trainable parameters is applied to each 2D matrix of wavelet coefficients with the goal of converting the important wavelet coefficients to be large features. Then, the element-wise maximum features are chosen to be the output in the maximization layer [5].  The method was named as “Multiple Wavelet Coefficients Fusion in a Deep Residual Network by Maximization (MWCF-DRN-M)”. M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 B N , R eL U , C on v, m , / 2 B N , R eL U , C on v, m B N , R eL U , C on v, 4 m B N , R eL U , C on v, 4 m B N , R eL U , G AP (D ro po ut ) Fu lly c on ne ct ed o ut pu t l ay er A vi br at io n si gn al + D W PT s 2D matrix 1 2D matrix 2 2D matrix N 2D matrix 3 A m ax im iz at io n la ye r … … Conv, m, /2 Conv, m, /2 Conv, m, /2 Conv, m, /2 … Deep Learning Fault Diagnosis 7 Explanations on the Second Developed Method M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050  The 2D matrices of wavelet coefficients are different representations of the same vibration signal.  It is unavoidable that these 2D matrices of wavelet coefficients contain much redundant/repetitive information. Much redundancy B N , R eL U , C on v, m , / 2 B N , R eL U , C on v, m B N , R eL U , C on v, 4 m B N , R eL U , C on v, 4 m B N , R eL U , G AP (D ro po ut ) Fu lly c on ne ct ed o ut pu t l ay er A vi br at io n si gn al + D W PT s 2D matrix 1 2D matrix 2 2D matrix N 2D matrix 3 A m ax im iz at io n la ye r … … Conv, m, /2 Conv, m, /2 Conv, m, /2 Conv, m, /2 … Deep Learning Fault Diagnosis 8 Explanations on the Second Developed Method M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050  The maximization layer and the convolutional layers before it can be interpreted as a trainable feature selection process, which allows the important features to be passed to the subsequent layers while the relatively unimportant features being abandoned. Much redundancy B N , R eL U , C on v, m , / 2 B N , R eL U , C on v, m B N , R eL U , C on v, 4 m B N , R eL U , C on v, 4 m B N , R eL U , G AP (D ro po ut ) Fu lly c on ne ct ed o ut pu t l ay er A vi br at io n si gn al + D W PT s 2D matrix 1 2D matrix 2 2D matrix N 2D matrix 3 A m ax im iz at io n la ye r … … Conv, m, /2 Conv, m, /2 Conv, m, /2 Conv, m, /2 … Trainable feature selection Deep Learning Fault Diagnosis 9 Experimental Setup  A drivetrain dynamics simulator [6] was used to simulate the faults.  Experiments were conducted under the 10-fold cross-validation scheme.  Comparisons were made with the conventional CNN and DRN to demonstrate the efficacy of the developed MWCF-DRN-C and MWCF-DRN-M. M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 Deep Learning Fault Diagnosis 10 Results M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 Deep Learning Fault Diagnosis 11 Conclusions  The fusion of multiple wavelet coefficients in deep neural networks can be able to improve the fault diagnostic performance.  In the experimental result, the MWCF-DRN-M method was slightly better than the MWCF-DRN-C method by yielding a 0.80% improvement in terms of overall average testing accuracy. M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 Deep Learning Fault Diagnosis 12 References 1. R. Yan, R. X. Gao, and X. Chen, “Wavelets for fault diagnosis of rotary machines: A review with applications,” Signal Process., vol. 96, pp. 1–15, 2014. 2. M. Zhao, M. Kang, B. Tang, and M. Pecht, “Deep Residual Networks With Dynamically Weighted Wavelet Coefficients for Fault Diagnosis of Planetary Gearboxes,” IEEE Transactions on Industrial Electronics, vol. 65, no. 5, pp. 4290–4300, 2018. 3. K. He, X. Zhang, S. Ren, and J. Sun, “Deep residual learning for image recognition,” in Proc. IEEE Conf. Comput. Vision Pattern Recognit., Seattle, WA, USA, Jun. 27–30, 2016, pp. 770–778. 4. K. He, X. Zhang, S. Ren, and J. Sun, “Identity mappings in deep residual networks,” in Computer Vision—ECCV 2016 (Lecture Notes in Computer Science 9908), B. Leibe, J. Matas, N. Sebe, and M. Welling, Eds., Cham, Switzerland: Springer, 2016, pp. 630– 645. 5. Z. Liao and C. Gustavo, “A deep convolutional neural network module that promotes competition of multiple-size filters,” Pattern Recognit., vol. 71, pp. 94–105, 2017. 6. Drivetrain Diagnostics Simulator. SpectraQuest, Richmond, VA, USA, [Online]. Available: http://spectraquest.com/drivetrains/details/dds/ M. Zhao, M. Kang, B. Tang, M. Pecht, "Multiple Wavelet Coefficients Fusion in Deep Residual Networks for Fault Diagnosis," IEEE Transactions on Industrial Electronics, DOI: 10.1109/TIE.2018.2866050 Deep Learning Fault Diagnosis 13