🤖 AI Summary
Air traffic flow forecasting faces significant challenges due to the high-dimensionality, heterogeneity, high noise, and low inter-feature correlation inherent in trajectory data, rendering conventional linear models and ad-hoc preprocessing inadequate for accurate, real-time dynamic prediction. To address this, we propose an end-to-end streaming prediction architecture integrating lightweight online trajectory compression, NoSQL-based time-series storage, and multi-source feature engineering—including takeoff/landing events, sector traversal, and meteorological variables—alongside an adaptive fusion and automated selection mechanism for linear, nonlinear, and ensemble regression models. The framework overcomes limitations of traditional approaches, enabling minute-level dynamic forecasting of airport capacity and airspace density. Evaluated on the U.S. National Airspace System and European airspace, it achieves an 18.7% improvement in prediction accuracy and a 63% reduction in response latency, substantially alleviating air traffic controller workload and reducing aircraft fuel consumption—thereby providing a scalable technical foundation for intelligent traffic management and sustainable aviation.
📝 Abstract
Predicting air traffic congestion and flow management is essential for airlines and Air Navigation Service Providers (ANSP) to enhance operational efficiency. Accurate estimates of future airport capacity and airspace density are vital for better airspace management, reducing air traffic controller workload and fuel consumption, ultimately promoting sustainable aviation. While existing literature has addressed these challenges, data management and query processing remain complex due to the vast volume of high-rate air traffic data. Many analytics use cases require a common pre-processing infrastructure, as ad-hoc approaches are insufficient. Additionally, linear prediction models often fall short, necessitating more advanced techniques. This paper presents a data processing and predictive services architecture that ingests large, uncorrelated, and noisy streaming data to forecast future airspace system states. The system continuously collects raw data, periodically compresses it, and stores it in NoSQL databases for efficient query processing. For prediction, the system learns from historical traffic by extracting key features such as airport arrival and departure events, sector boundary crossings, weather parameters, and other air traffic data. These features are input into various regression models, including linear, non-linear, and ensemble models, with the best-performing model selected for predictions. We evaluate this infrastructure across three prediction use cases in the US National Airspace System (NAS) and a segment of European airspace, using extensive real operations data, confirming that our system can predict future system states efficiently and accurately.