TL;DR
This paper presents a novel graph machine learning approach to predict flight delays caused by holding maneuvers, capturing complex air traffic network dependencies to improve operational efficiency.
Contribution
It introduces the use of graph-based models, specifically CatBoost with graph features and GATs, for predicting holding-induced delays, outperforming traditional methods.
Findings
CatBoost outperforms GAT in imbalanced datasets
Graph features enhance model interpretability
Potential for real-time delay prediction tools
Abstract
Flight delays due to holding maneuvers are a critical and costly phenomenon in aviation, driven by the need to manage air traffic congestion and ensure safety. Holding maneuvers occur when aircraft are instructed to circle in designated airspace, often due to factors such as airport congestion, adverse weather, or air traffic control restrictions. This study models the prediction of flight delays due to holding maneuvers as a graph problem, leveraging advanced Graph Machine Learning (Graph ML) techniques to capture complex interdependencies in air traffic networks. Holding maneuvers, while crucial for safety, cause increased fuel usage, emissions, and passenger dissatisfaction, making accurate prediction essential for operational efficiency. Traditional machine learning models, typically using tabular data, often overlook spatial-temporal relations within air traffic data. To address…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · Attention Is All You Need · Graph Attention Network
