paper-with-me

Papers

Multi-Airport Delay Prediction with Transformers

2021-11-04 · Liya Wang, Alex Tien, Jason Chou

Airport performance prediction with a reasonable look-ahead time is a challenging task and has been attempted by various prior research. Traffic, demand, weather, and traffic management actions are all critical inputs to any prediction model. In this paper, a novel approach based on Temporal Fusion Transformer (TFT) was proposed to predict departure and arrival delays simultaneously for multiple airports at once. This approach can capture complex temporal dynamics of the inputs known at the time of prediction and then forecast selected delay metrics up to four hours into the future. When dealing with weather inputs, a self-supervised learning (SSL) model was developed to encode high-dimensional weather data into a much lower-dimensional representation to make the training of TFT more efficiently and effectively. The initial results show that the TFT-based delay prediction model achieves satisfactory performance measured by smaller prediction errors on a testing dataset. In addition, the interpretability analysis of the model outputs identifies the important input factors for delay prediction. The proposed approach is expected to help air traffic managers or decision makers gain insights about traffic management actions on delay mitigation and once operationalized, provide enough lead time to plan for predicted performance degradation.

📄 PDF Abstract BibTeX arXiv:2111.04494

Code (0)

등록된 구현이 없습니다.

Tasks

ManagementPredictionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Airport Delay Prediction with Temporal Fusion Transformers

2024-05-14 · Ke Liu, Kaijing Ding, Xi Cheng, Guanhao Xu 외

Since flight delay hurts passengers, airlines, and airports, its prediction becomes crucial for the decision-making of all stakeholders in the aviation industry and thus has been attempted by various previous research. H…

Decision MakingPrediction

Flight Demand Forecasting with Transformers

2021-11-04 · Liya Wang, Amy Mykityshyn, Craig Johnson, Jillian Cheng

Transformers have become the de-facto standard in the natural language processing (NLP) field. They have also gained momentum in computer vision and other domains. Transformers can enable artificial intelligence (AI) mod…

Demand ForecastingManagementPrediction

Predicting Flight Delay with Spatio-Temporal Trajectory Convolutional Network and Airport Situational Awareness Map

2021-05-19 · Wei Shao, Arian Prabowo, Sichen Zhao, Piotr Koniusz 외

To model and forecast flight delays accurately, it is crucial to harness various vehicle trajectory and contextual sensor data on airport tarmac areas. These heterogeneous sensor data, if modelled correctly, can be used …

A Model-Based Approach for Flight Delay Prediction

2023-05-01 · Indian Journal of Applied Research 2023 5 · Suklav Ghosh, Ayan Dutta, Mrittika Nandi, Smita Sarkar 외

Flight delays incur costs directly and indirectly, such as for maintaining crowd at the gate, extra remuneration for staff, food service, and lodging. The delayed arrival of aircraft will have significant impact on an ai…

ClassificationClusteringManagementmodel+5

Spatiotemporal Propagation Learning for Network-Wide Flight Delay Prediction

2022-07-14 · Yuankai Wu, Hongyu Yang, Yi Lin, Hong Liu

Demystifying the delay propagation mechanisms among multiple airports is fundamental to precise and interpretable delay prediction, which is crucial during decision-making for all aviation industry stakeholders. The prin…

Decision MakingPredictionTime Series Analysis