Phase of Flight Classification in Aviation Safety using LSTM, GRU, and BiLSTM: A Case Study with ASN Dataset
Aziida Nanyonga, Hassan Wasswa, and Graham Wild

TL;DR
This study explores the use of deep learning models like LSTM, GRU, and BiLSTM to classify the phase of flight from unstructured accident narratives, aiming to improve aviation safety analysis.
Contribution
It evaluates and compares the performance of various RNN-based models and their combinations in classifying flight phases from accident reports using NLP techniques.
Findings
BiLSTM achieved 64% accuracy in classification.
Combined models like LSTM-BiLSTM improved accuracy to 67%.
Models demonstrated capacity to classify flight phases from raw text.
Abstract
Safety is the main concern in the aviation industry, where even minor operational issues can lead to serious consequences. This study addresses the need for comprehensive aviation accident analysis by leveraging natural language processing (NLP) and advanced AI models to classify the phase of flight from unstructured aviation accident analysis narratives. The research aims to determine whether the phase of flight can be inferred from narratives of post-accident events using NLP techniques. The classification performance of various deep learning models was evaluated. For single RNN-based models, LSTM achieved an accuracy of 63%, precision 60%, and recall 61%. BiLSTM recorded an accuracy of 64%, precision 63%, and a recall of 64%. GRU exhibited balanced performance with an accuracy and recall of 60% and a precision of 63%. Joint RNN-based models further enhanced predictive capabilities.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman-Automation Interaction and Safety · Traffic and Road Safety · Forecasting Techniques and Applications
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Bidirectional LSTM · Gated Recurrent Unit
