paper-with-me

홈 › Papers

Deep Learning for Flight Demand Forecasting

2020-11-06 · Liya Wang, Amy Mykityshyn, Craig Johnson, Benjamin D. Marple

Inspired by the success of deep learning (DL) in natural language processing (NLP), we applied cutting-edge DL techniques to predict flight departure demand in a strategic time horizon (4 hours or longer). This work was conducted in support of a MITRE-developed mobile application, Pacer, which displays predicted departure demand to general aviation (GA) flight operators so they can have better situation awareness of the potential for departure delays during busy periods. Field demonstrations involving Pacer's previously designed rule-based prediction method showed that the prediction accuracy of departure demand still has room for improvement. This research strives to improve prediction accuracy from two key aspects: better data sources and robust forecasting algorithms. We leveraged two data sources, Aviation System Performance Metrics (ASPM) and System Wide Information Management (SWIM), as our input. We then trained forecasting models with DL techniques of sequence to sequence (seq2seq) and seq2seq with attention. The case study has shown that our seq2seq with attention performs best among four forecasting algorithms tested. In addition, with better data sources, seq2seq with attention can reduce mean squared error (mse) over 60%, compared to the classical autoregressive (AR) forecasting method.

📄 PDF Abstract BibTeX arXiv:2011.04476

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningDemand ForecastingManagementPredictionSelf-Driving Cars

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

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

Mid-flight Forecasting for CPA Lines in Online Advertising

2021-07-15 · Hao He, Tian Zhou, Lihua Ren, Niklas Karlsson 외

For Verizon MediaDemand Side Platform(DSP), forecasting of ad campaign performance not only feeds key information to the optimization server to allow the system to operate on a high-performance mode, but also produces ac…

Management

Dual-Temporal LSTM with Hybrid Attention for Airline Passenger Load Factor Forecasting: Integrating Intra-Flight and Inter-Flight Booking Dynamics

2026-05-12 · ASM Nazrul Islam, Md. Hasanul Kabir, Md. Liakot Ali, Joydeb Kumar Sana arxiv

Accurate short-term demand forecasting is crucial to airline revenue management, yet most existing systems fail to meet this need because current models treat booking data as a single temporal dimension, either the accum…

Masked Multi-Step Multivariate Time Series Forecasting with Future Information

2022-09-28 · Yiwei Fu, Honggang Wang, Nurali Virani

In this paper, we introduce Masked Multi-Step Multivariate Forecasting (MMMF), a novel and general self-supervised learning framework for time series forecasting with known future information. In many real-world forecast…

Demand ForecastingMultivariate Time Series ForecastingregressionSelf-Supervised Learning+4

Scalable FastMDP for Pre-departure Airspace Reservation and Strategic De-conflict

2020-08-08 · Joshua R. Bertram, Peng Wei, Joseph Zambreno

Pre-departure flight plan scheduling for Urban Air Mobility (UAM) and cargo delivery drones will require on-demand scheduling of large numbers of aircraft. We examine the scalability of an algorithm known as FastMDP whic…

GPUScheduling