Related Experiment Videos
A cross-domain deep learning framework for remaining useful life prediction in industrial applications
Sudip Saha1, Muhammad Arslan Pervaiz1, Muhammad Safwat Rahman2
1Department of Cyber-security, Pace University, New York, New York, United States of America.
None:
Accurate prediction of Remaining Useful Life (RUL) is critical for predictive maintenance and minimizing downtime in industrial systems. This paper presents a cross-domain deep learning framework based on a hybrid Convolutional Neural Network-Bidirectional Long Short-Term Memory (CNN-BiLSTM) architecture. Unlike domain-specific models that require handcrafted features, the proposed framework extracts local degradation features through CNN layers and captures long-term dependencies via BiLSTM networks. The model is evaluated on three heterogeneous datasets: construction machinery, continuous casting machines, and lithium-ion batteries. Experimental results show that CNN-BiLSTM consistently outperforms baselines, achieving up to 22% lower RMSE compared to GRU and 30-50% lower RMSE compared to traditional models. On the construction dataset, it achieves an MAE of 48.2 hours and RMSE of 67.1 hours (R2 = 0.88), outperforming GRU by 20%. For the casting dataset, the model attains an MAE of 87.6 tons and RMSE of 113.9 tons (R2 = 0.87), surpassing Random Forest by over 35%. On the battery dataset, CNN-BiLSTM reduces the MAE to 49.6 cycles and RMSE to 72.8 cycles (R2 = 0.89), while also achieving the lowest Timeliness Score (27.5) and PHM08 Score (192.4). Cross-domain experiments are evaluated under two settings: zero-shot transfer, where the model is trained on one source domain and directly tested on a different target domain without using labeled target-domain samples, and fine-tuned transfer, where 20% of labeled target-domain samples are used to update only the fully connected layers while keeping the CNN and BiLSTM layers frozen. The zero-shot results reflect the effect of domain shift, while the fine-tuned results show that lightweight transfer adaptation reduces RMSE by 25-40% across domains. These findings indicate cross-domain adaptability under limited target-domain supervision rather than fully unsupervised cross-domain generalization. These results highlight the feasibility of a unified CNN-BiLSTM framework for scalable, cross-domain RUL estimation and its suitability for real-world prognostic applications.