Mechanical element's remaining useful life prediction using a hybrid approach of CNN and LSTM

Neeraj Kumar Sharma,Sriramulu Bojjagani
DOI: https://doi.org/10.1007/s11042-024-18546-9
IF: 2.577
2024-02-22
Multimedia Tools and Applications
Abstract:For the safety and reliability of the system, Remaining Useful Life (RUL) prediction is considered in many industries. The traditional machine learning techniques must provide more feature representation and adaptive feature extraction. Deep learning techniques like Long Short-Term Memory (LSTM) achieved an excellent performance for RUL prediction. However, the LSTM network mainly relies on the past few data, which may only capture some contextual information. This paper proposes a hybrid combination of Convolution Neural Network (CNN) and LSTM (CNN+LSTM) to solve this problem. The proposed hybrid model predicts how long a machine can operate without breaking down. In the proposed work, 1D horizontal and vertical signals of the mechanical bearing are first converted to 2D images using Continuous Wavelet Transform (CWT). These 2D images are applied to CNN for key feature extraction. Ultimately, these key features are applied to the LSTM deep neural network for predicting the RUL of a mechanical bearing. A PRONOSTIA data is utilized to demonstrate the performance of the proposed model and compare the proposed model with other state-of-the-art methods. Experimental results show that our proposed CNN+LSTM-based hybrid model achieved higher accuracy (98%) with better robustness than existing methods.
computer science, information systems, theory & methods,engineering, electrical & electronic, software engineering
What problem does this paper attempt to address?