English

Remaining Useful Life Prediction for Aircraft Engines using LSTM

Signal Processing 2024-01-17 v1

Abstract

This study uses a Long Short-Term Memory (LSTM) network to predict the remaining useful life (RUL) of jet engines from time-series data, crucial for aircraft maintenance and safety. The LSTM model's performance is compared with a Multilayer Perceptron (MLP) on the C-MAPSS dataset from NASA, which contains jet engine run-to-failure events. The LSTM learns from temporal sequences of sensor data, while the MLP learns from static data snapshots. The LSTM model consistently outperforms the MLP in prediction accuracy, demonstrating its superior ability to capture temporal dependencies in jet engine degradation patterns. The software for this project is in https://github.com/AneesPeringal/rul-prediction.git.

Keywords

Cite

@article{arxiv.2401.07590,
  title  = {Remaining Useful Life Prediction for Aircraft Engines using LSTM},
  author = {Anees Peringal and Mohammed Basheer Mohiuddin and Ahmed Hassan},
  journal= {arXiv preprint arXiv:2401.07590},
  year   = {2024}
}
R2 v1 2026-06-28T14:16:50.637Z