The Evolution and Taxonomy of Deep Learning Models for Aircraft Trajectory Prediction: A Review of Performance and Future Directions
Abstract
1. Introduction
- To the best of our knowledge, this study provides the first structured and reproducible review devoted exclusively to deep learning-based aircraft trajectory prediction, comprising studies published up to June 2025.
- This study establishes a comprehensive taxonomy that systematically categorizes five major model families: RNN-based, attention-based, generative, graph-based, and hybrid and integrated models.
- We conduct quantitative comparisons of representative models using standardized metrics (RMSE, MAE, ADE, and FDE) and benchmark datasets, while explicitly discussing dataset-related challenges such as OpenSky’s coverage bias and preprocessing inconsistencies.
- We examine practical applications in ATM, anomaly detection, optimization, and real-time system integration, and critically discuss key technical requirements including scalability, explainability, and certification.
2. Systematic Literature Review Methodology
2.1. Research Questions
2.2. Literature Search Strategy
- Search terms in title, abstract, or keywords
- Explicit focus on aircraft trajectory prediction using deep learning
- Reported quantitative performance metrics (e.g., RMSE, MAE)
- Published outside the 2020–June 2025 timeframe
- Studies only on trajectory classification or deviation detection
- Unrelated topics (e.g., communication, navigation)
- Deep learning used only as auxiliary or comparative tool
- Duplicates (retained most comprehensive version)
- Full text not accessible
- Examples of Inclusion Criteria
- -
- Studies proposing deep learning-based aircraft trajectory prediction models.For example, a study that applied LSTM to ADS-B data for four-dimensional trajectory prediction was included because it directly aligns with the focus of this review.
- -
- Studies validating prediction models with real-world aviation data.For instance, a Transformer-based model applied to multi-step trajectory prediction was included due to its empirical contribution.
- Examples of Exclusion Criteria
- -
- Review or commentary papers.For example, articles that only provide an overview of air traffic management or general trends, without proposing new models or presenting experiments, were excluded.
- -
- Studies where deep learning was not the primary prediction model.For instance, papers that were mainly based on statistical or traditional machine learning approaches, with deep learning used only as a comparative baseline, were excluded.
- -
- UAV or drone trajectory prediction studies.These were excluded because their operating environments and data sources differ substantially from those of commercial aircraft, which are the focus of this review.
- -
- Studies lacking accessible full text or sufficient methodological details.For example, papers that were only available as abstracts or without reproducible experimental setups were excluded.
2.3. Overview of Classification Criteria
- Multi-module integration, where CNN, RNN, Transformer, and GCN are combined to learn spatiotemporal dependencies and complex interactions that a single network cannot represent.
- Multi-step modeling, where the prediction process is divided into sequential stages, often including correction, ensemble, or uncertainty quantification modules, thereby reducing the number of accumulated errors and enhancing reliability.
3. Classification of Deep Learning Models for Aircraft Trajectory Prediction
3.1. RNN (Recurrent Neural Network)-Based Models
3.2. Attention-Based Models
3.2.1. Attention-Oriented Models
3.2.2. Hybrid and Context-Integrated Attention Models
3.3. Generative Models
3.3.1. GAN-Based Models
3.3.2. Diffusion-Based Models
3.4. Graph-Based Models
3.5. Hybrid and Integrated Models
3.5.1. Structural Hybrid Prediction Models
3.5.2. Representation Learning and Generalization-Based Models
3.6. Classification of Composite Structure Models
3.6.1. Multi-Module Combined Models
- (1)
- Conv + RNN Fusion Models
- (2)
- Graph + Deep Learning Fusion models
- (3)
- Conv + Transformer Fusion Models
- (4)
- Generative/Adversarial + Predictor Models
- (5)
- Representation Learning/Self-Supervised Learning-Based Models
- (6)
- Other Specialized Modules
3.6.2. Multi-Step-Based Models
- (1)
- Prediction–Correction Structures
- (2)
- Generation–Validation Structures
- (3)
- Ensemble–Voting Structures
- (4)
- Uncertainty Quantification Structures
- (5)
- Preprocessing–Prediction Structures
4. Performance Evaluation and Analysis
4.1. Evaluation Metrics
4.2. Datasets
- ADS-B provides state vectors such as latitude/longitude, altitude, speed, heading, timestamp, and aircraft identifiers, which are broadcast by aircraft transponders. It is widely used due to its global availability, but raw data often contain noise, missing values, and inconsistencies that require careful preprocessing and filtering.
- OpenSky Network [13] is a crowdsourced repository that aggregates ADS-B signals from a distributed sensor network. It offers open access and has become a standard research dataset. However, its coverage is uneven—dense across Europe and North America but sparse elsewhere—leading to potential biases and limited generalizability if used in isolation.
- Institutional Radar and Flight Plan Data (FAA [12], EUROCONTROL [92], CAAC [93], and NATS [94]) provide high-fidelity radar tracks, flight plans, and sometimes weather information. These datasets are region-specific, and access is often restricted, but they offer strong reliability and realism when integrated with open sources.
- Commercial Platforms (Flightradar24 [95], FlightAware [96], and ADS-B Exchange [97]) provide user-friendly interfaces and broad global coverage. They are frequently used in academic and applied studies. However, subscription-based access tiers may limit reproducibility and scalability for large-scale research.
- Simulation Data (e.g., DCS World [98], TacView [99], and Air Combat [100]) allow for flexible scenario design, particularly for rare or extreme conditions such as combat maneuvers or emergency situations. While synthetic data are noise-free and customizable, they cannot fully replicate the complexity of real-world operational environments.
Source | Provided Data (Data Structure) | Strengths | Limitations | Accessibility |
---|---|---|---|---|
OpenSky Network [13] | Global ADS-B data (latitude, longitude, altitude, speed, track, timestamp, aircraft ID). | Free and open access, large-scale data availability, widely used in the research community. | Uneven regional coverage, missing values, and noise present. | Open (Free) |
FAA (Federal Aviation Administration) [12] | U.S. ADS-B, radar tracks, flight plans, weather data. | High reliability for U.S. air traffic data, integration with auxiliary data possible. | Restricted access for some datasets, prior authorization may be required. | Partially Restricted |
CAAC (Civil Aviation Administration of China) [93] | ADS-B-based positions, speeds, altitudes, and airport-specific data in China. | Large-scale trajectory data for Chinese air routes and airports. | Limited public availability, access procedures required. | Restricted |
EUROCONTROL [92] | European air traffic data (flight plans, ADS-/radar tracks, meteorological data). | Comprehensive coverage of European airspace, tailored for ATM research. | Access restrictions, often requires collaborative projects. | Restricted |
NATS (UK National Air Traffic Services) [94] | U.K. and European flight trajectories, flight plans, ATC data. | High-quality data, suitable for ATC simulation research. | Limited public release, typically requires institutional collaboration. | Restricted |
Commercial Platforms | Real-time and historical aircraft positions and trajectories. | User-friendly, high-quality data available in paid version. | Free version limited, scalability issues for large-scale research. | Freemium (Free + Paid Tiers) |
4.3. Performance Comparison
4.3.1. RNN-Based Models
4.3.2. Attention-Based Models
4.3.3. Generative Models
4.3.4. Graph-Based Models
4.3.5. Hybrid and Integrated Models
4.4. Integrated Discussion of Deep Learning-Based Trajectory Prediction Research
5. Applications and Future Research Directions
5.1. Application Domains
5.2. Technical Considerations for Applications
5.3. Future Research Directions
6. Conclusions
Supplementary Materials
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
References
- Wang, Z.; Delahaye, D.; Farges, J.-L.; Alam, S. Complexity Optimal Air Traffic Assignment for Multi-Layer Transport Network in Urban Air Mobility Operations. Transp. Res. Part C Emerg. Technol. 2022, 142, 103776. [Google Scholar] [CrossRef]
- Schuchardt, B.I.; Geister, D.; Lüken, T.; Knabe, F.; Metz, I.C.; Peinecke, N.; Schweiger, K. Air Traffic Management as a Vital Part of Urban Air Mobility—A Review of DLR’s Research Work from 1995 to 2022. Aerospace 2023, 10, 81. [Google Scholar] [CrossRef]
- Rajendran, S.; Srinivas, S. Air taxi service for urban mobility: A critical review of recent developments, future challenges, and opportunities. Transp. Res. Part E Logist. Transp. Rev. 2020, 143, 102090. [Google Scholar] [CrossRef]
- Zhang, Z.; Guo, D.; Zhou, S.; Zhang, J.; Lin, Y. Flight trajectory prediction enabled by time-frequency wavelet transform. Nat. Commun. 2023, 14, 5258. [Google Scholar] [CrossRef]
- Corbetta, M.; Banerjee, P.; Okolo, W.; Gorospe, G.; Luchinsky, D.G. Real-Time UAV Trajectory Prediction for Safety Monitoring in Low-Altitude Airspace. In Proceedings of the AIAA Aviation 2019 Forum, Dallas, TX, USA, 17–21 June 2019. [Google Scholar] [CrossRef]
- Weitz, P. Determination and visualization of uncertainties in 4D-trajectory prediction. In Proceedings of the 2013 Integrated Communications, Navigation and Surveillance Conference (ICNS), Herndon, VA, USA, 23–25 April 2013; pp. 1–9. [Google Scholar] [CrossRef]
- Rohani, A.S.; Puranik, T.G.; Kalyanam, K.M. Machine Learning Approach for Aircraft Performance Model Parameter Estimation for Trajectory Prediction Applications. In Proceedings of the 2023 IEEE/AIAA 42nd Digital Avionics Systems Conference (DASC), Barcelona, Spain, 18–22 September 2023; pp. 1–9. [Google Scholar] [CrossRef]
- Wild, G.; Baxter, G.; Srisaeng, P.; Richardson, S. Machine learning for air transport planning and management. In Proceedings of the AIAA Aviation 2022 Forum, Chicago, IL, USA, 27 June–1 July 2022; p. 3706. [Google Scholar] [CrossRef]
- Xu, D.; Wang, Y.; Jia, L.; Qin, Y.; Dong, H. Real-time road traffic state prediction based on ARIMA and Kalman filter. Front. Inf. Technol. Electron. Eng. 2017, 18, 287–302. [Google Scholar] [CrossRef]
- Prevost, C.G.; Desbiens, A.; Gagnon, E. Extended Kalman Filter for State Estimation and Trajectory Prediction of a Moving Object Detected by an Unmanned Aerial Vehicle. In Proceedings of the 2007 American Control Conference, New York, NY, USA, 9–13 July 2007; pp. 1805–1810. [Google Scholar] [CrossRef]
- Wang, Y.; Pang, Y.; Liu, Y.; Dutta, P.; Yang, B.-J. Aircraft Trajectory Prediction and Risk Assessment Using Bayesian Updating. In Proceedings of the AIAA Aviation Forum 2019, Dallas, TX, USA, 17–21 June 2019; AIAA 2019-2936. pp. 1–13. [Google Scholar]
- Federal Aviation Administration (FAA). Air Traffic by the Numbers 2022; FAA: Washington, DC, USA, 2022. Available online: https://www.faa.gov (accessed on 29 August 2025).
- Schaefer, M.; Strohmeier, M.; Lenders, V.; Martinovic, I.; Wilhelm, M. Bringing up OpenSky: A large-scale ADS-B sensor network for research. In Proceedings of the 13th IEEE/ACM International Symposium on Information Processing in Sensor Networks (IPSN), Berlin, Germany, 15–17 April 2014; pp. 83–94. [Google Scholar] [CrossRef]
- Hashemi, S.M.; Botez, R.M.; Ghazi, G. Bidirectional Long Short-Term Memory Development for Aircraft Trajectory Prediction Applications to the UAS-S4 Ehécatl. Aerospace 2024, 11, 625. [Google Scholar] [CrossRef]
- Silvestre, J.; Mielgo, P.; Bregon, A.; Martínez-Prieto, M.A.; Álvarez-Esteban, P.C. Towards aircraft trajectory prediction using LSTM networks. In Proceedings of the 39th ACM/SIGAPP Symposium on Applied Computing (SAC ‘24), New York, NY, USA, 8–12 April 2024; pp. 1059–1060. [Google Scholar] [CrossRef]
- Zhang, Y.; Jia, Z.; Dong, C.; Liu, Y.; Zhang, L.; Wu, Q. Recurrent LSTM-based UAV Trajectory Prediction with ADS-B Information. In Proceedings of the GLOBECOM 2022-2022 IEEE Global Communications Conference, Rio de Janeiro, Brazil, 4–8 December 2022; pp. 1–6. [Google Scholar] [CrossRef]
- Nia, H.S.; Regan, A.C. 4D Flight Trajectory Prediction Using a Hybrid Deep Learning Prediction Method Based on ADS-B Technology: A Case Study of Hartsfield Jackson Atlanta International Airport. Transp. Res. Part C Emerg. Technol. 2022, 144, 103878. [Google Scholar] [CrossRef]
- Hao, Q.; Zhang, J.; Jing, T.; Wang, W. Flight Trajectory Prediction Using an Enhanced CNN-LSTM Network. arXiv 2024. [Google Scholar] [CrossRef]
- Li, F.; Xu, X.; Wang, R.; Ma, M.; Dong, Z. Flight Trajectory Prediction Based on Automatic Dependent Surveillance-Broadcast Data Fusion with Interacting Multiple Model and Informer Framework. Sensors 2025, 25, 2531. [Google Scholar] [CrossRef]
- Dong, X.; Tian, Y.; Dai, L.; Li, J.; Wan, L. A New Accurate Aircraft Trajectory Prediction in Terminal Airspace Based on Spatio Temporal Attention Mechanism. Aerospace 2024, 11, 718. [Google Scholar] [CrossRef]
- Youyou, Y.; Fang, Y.; Long, T. Noise Robust Autoregressive Transformer for Aircraft Trajectory Prediction. Sci. Rep. 2025, 15, 11370. [Google Scholar] [CrossRef]
- Zhou, H.; Zhang, S.; Peng, J.; Zhang, S.; Li, J.; Xiong, H.; Zhang, W. Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting. arXiv 2020. [Google Scholar] [CrossRef]
- Du, D.; Su, B.; Wei, Z. Preformer: Predictive Transformer with Multi-Scale Segment-Wise Correlations for Long-Term Time Series Forecasting. arXiv 2022. [Google Scholar] [CrossRef]
- Beltagy, I.; Peters, M.E.; Cohan, A. Longformer: The Long-Document Transformer. arXiv 2020. [Google Scholar] [CrossRef]
- Sun, Y.; Zhou, X.; Yang, Z.; Wang, W.; Shi, Q. Flight Trajectory Prediction Method Based on Attentional Graph Convolutional Network. In Proceedings of the 2023 3rd International Symposium on Computer Technology and Information Science (ISCTIS), Chengdu, China, 21–23 July 2023; pp. 127–132. [Google Scholar] [CrossRef]
- Sun, Y.; Jing, T.; Wang, J.; Wang, W. Fighter flight trajectory prediction based on spatio-temporal graphical attention network. arXiv 2024. [Google Scholar] [CrossRef]
- Pang, Y.; Liu, Y. Conditional Generative Adversarial Networks (CGAN) for Aircraft Trajectory Prediction considering weather effects. In Proceedings of the AIAA Aviation Forum 2020, Virtual Event, 15–19 June 2020. AIAA 2020-1853. [Google Scholar] [CrossRef]
- Zhang, H.; Liu, Z. Four-Dimensional Aircraft Trajectory Prediction Based on Generative Deep Learning. J. Aerosp. Inf. Syst. 2024, 21, 554–567. [Google Scholar] [CrossRef]
- Wu, X.; Yang, H.; Chen, H.; Hu, Q.; Hu, H. Long-term 4D trajectory prediction using generative adversarial networks. Transp. Res. Part C Emerg. Technol. 2022, 136, 103554. [Google Scholar] [CrossRef]
- Zohdy, M.A.; Hegazy, T.; Abdelrahman, A.; Said, H.; Elhoseny, M. Applications of Artificial Intelligence in Air Operations: A Systematic Review. Appl. Sci. 2025, 15, 2012. [Google Scholar] [CrossRef]
- Henttu, A.; Chatterjee, K.; Majumdar, A. A Survey on Artificial Intelligence (AI) and eXplainable AI in Air Traffic Management: Current Trends and Development with Future Research Trajectory. Appl. Sci. 2022, 12, 1295. [Google Scholar] [CrossRef]
- Abdelmaboud, A.; Khafaga, D.S.; Abuarqoub, A.; Barkaoui, K. A Survey on Artificial-Intelligence-Based Internet of Vehicles Utilizing Unmanned Aerial Vehicles. Drones 2024, 8, 353. [Google Scholar] [CrossRef]
- Tian, Y.; Huang, J.; Wang, B.; Ren, X. Aircraft 4D Trajectory Prediction in Civil Aviation: A Review. Aerospace 2022, 9, 91. [Google Scholar] [CrossRef]
- Zeng, W.; Quan, Z.; Zhao, Z.; Xie, C.; Lu, X. A Deep Learning Approach for Aircraft Trajectory Prediction in Terminal Airspace. IEEE Access 2020, 8, 151250–151266. [Google Scholar] [CrossRef]
- Xu, Z.; Zeng, W.; Chu, X.; Cao, P. Multi-Aircraft Trajectory Collaborative Prediction Based on Social Long Short-Term Memory Netw. Aerospace 2021, 8, 115. [Google Scholar] [CrossRef]
- Wu, J. Aircraft Trajectory Prediction Based on Long and Short-Term Memory Structural Models. In Proceedings of the 2024 International Conference on Distributed Computing and Optimization Techniques (ICDCOT), Bengaluru, India, 20–21 April 2024; pp. 1–5. [Google Scholar] [CrossRef]
- Shi, Z.; Xu, M.; Pan, Q. 4-D Flight Trajectory Prediction With Constrained LSTM Network. IEEE Trans. Intell. Transp. Syst. 2021, 22, 7242–7255. [Google Scholar] [CrossRef]
- Wang, B.; Zhai, Z.; Xiong, R.; Gao, B. Flight Trajectory Prediction of General Aviation Aircraft Based on LSTM Model. In Proceedings of the 2021 IEEE 4th International Conference on Information Systems and Computer Aided Education (ICISCAE), Dalian, China, 24–26 September 2021; pp. 176–180. [Google Scholar] [CrossRef]
- Yang, Z.; Kang, X.; Gong, Y.; Wang, J. Aircraft trajectory prediction and aviation safety in ADS-B failure conditions based on neural network. Sci. Rep. 2023, 13, 19677. [Google Scholar] [CrossRef]
- Tong, Q.; Hu, J.; Chen, Y.; Guo, D.; Liu, X. Long-Term Trajectory Prediction Model Based on Transformer. IEEE Access 2023, 11, 143695–143703. [Google Scholar] [CrossRef]
- Lu, G.; Wang, H.; Song, Z.; Cui, P. An improved transformer-based model for long-term 4D trajectory prediction in civil aviation. Int. J. Intell. Syst. 2024, 2024, 4323604. [Google Scholar] [CrossRef]
- Jia, P.; Chen, H.; Zhang, L.; Han, D. Attention-LSTM based prediction model for aircraft 4-D trajectory. Sci. Rep. 2022, 12, 15533. [Google Scholar] [CrossRef]
- Luo, S.; Zhao, M.; Zhao, Z.; Li, L.; Zhang, S.; Zhang, X. FT-TF: A 4D Long-Term Flight Trajectory Prediction Method Based on Transformer. In Proceedings of the 2023 42nd Chinese Control Conference (CCC), Tianjin, China, 24–26 July 2023; pp. 4616–4621. [Google Scholar] [CrossRef]
- Hao, H.; Si, X.; Li, M.; Liang, J. Flight Trajectory Change Prediction Via Patched Spatial-Temporal Transformer. In Proceedings of the IGARSS 2024-2024 IEEE International Geoscience and Remote Sensing Symposium, Athens, Greece, 14–19 July 2024; pp. 10394–10398. [Google Scholar] [CrossRef]
- Guo, D.; Zhang, Z.; Yan, Z.; Zhang, J.; Lin, Y. FlightBERT++: A Non-autoregressive Multi-Horizon Flight Trajectory Prediction Framework. In Proceedings of the AAAI Conference on Artificial Intelligence, Virtual Event, 20–22 February 2024; pp. 127–134. [Google Scholar] [CrossRef]
- Lu, G.; Long, L.; Zhang, Y.; Zheng, Y. An Inverted Transformer Framework for Aviation Trajectory Prediction with Multi-Flight Mode Fusion. Aerospace 2025, 12, 319. [Google Scholar] [CrossRef]
- Sun, Y.; Wang, D.; Wang, W.; Xiong, L.; Yang, X. Confrontational flight trajectory prediction based on attention mechanism. In Proceedings of the 2020 International Conference on Big Data & Artificial Intelligence & Software Engineering (ICBASE), Bangkok, Thailand, 18–20 December 2020; pp. 211–214. [Google Scholar] [CrossRef]
- Silvestre, J.; Mielgo, P.; Bregon, A.; Martínez-Prieto, M.A.; Álvarez-Esteban, P.C. Multi-Route Aircraft Trajectory Prediction Using Temporal Fusion Transformers. IEEE Access 2024, 12, 174094–174106. [Google Scholar] [CrossRef]
- Hu, Q.; Huang, G.; Shi, H.; Lin, Y.; Guo, D. A Short-term Aircraft Trajectory Prediction Framework Using Conditional Generative Adversarial Network. In Proceedings of the 2022 IEEE 4th International Conference on Civil Aviation Safety and Information Technology (ICCASIT), Dali, China, 27–30 October 2022; pp. 433–439. [Google Scholar] [CrossRef]
- Yin, Y.; Zhang, S.; Zhang, Y.; Zhang, Y.; Xiang, S. Context-aware Aircraft Trajectory Prediction with Diffusion Models. In Proceedings of the 2023 IEEE 26th International Conference on Intelligent Transportation Systems (ITSC), Bilbao, Spain, 24–28 September 2023; pp. 5312–5317. [Google Scholar] [CrossRef]
- Yang, S.; Liu, L.; Chen, B.; Cheng, S.; Shi, Z.; Zou, Z. GooDFlight: Goal-Oriented Diffusion Model for Flight Trajectory Prediction. IEEE Trans. Aerosp. Electron. Syst. 2025, 61, 7447–7465. [Google Scholar] [CrossRef]
- Fan, Y.; Tan, Y.; Wu, L.; Ye, H.; Lyu, Z. Global and Local Interattribute Relationships-Based Graph Convolutional Network for Flight Trajectory Prediction. IEEE Trans. Aerosp. Electron. Syst. 2024, 60, 2642–2657. [Google Scholar] [CrossRef]
- Kuang, Y.; Wang, Z.; Zhang, J.; Shi, Z.; Zhang, Y. DA-STGCN: 4D Trajectory Prediction Based on Spatiotemporal Graph Convolution. arXiv 2025. [Google Scholar] [CrossRef]
- Ma, L.; Tian, S. A Hybrid CNN-LSTM Model for Aircraft 4D Trajectory Prediction. IEEE Access 2020, 8, 134668–134680. [Google Scholar] [CrossRef]
- Zhang, K.; Chen, B. Phased flight trajectory prediction with deep learning. arXiv 2022. [Google Scholar] [CrossRef]
- Zhang, L.; Chen, H.; Jia, P.; Tian, Z.; Du, X. WGAN-GP and LSTM based Prediction Model for Aircraft 4-D Trajectory. In Proceedings of the 2022 International Wireless Communications and Mobile Computing (IWCMC), Dubrovnik, Croatia, 30 May–3 June 2022; pp. 937–942. [Google Scholar] [CrossRef]
- Wang, S.; Wang, Y.; Xu, L.; Shi, J.; Hu, Z. SATF: A flight trajectory prediction method incorporating spatial awareness and time frequency transformation. Aerosp. Sci. Technol. 2025, 147, 107714. [Google Scholar] [CrossRef]
- Ma, L.; Meng, X.; Wu, Z. Data-Driven 4D Trajectory Prediction Model Using Attention-TCN-GRU. Aerospace 2024, 11, 313. [Google Scholar] [CrossRef]
- Fang, J.; Liu, Y.; Xu, T.; Wang, Y.; Li, J. GCTrajectory: A CNN-Transformer Adversarial Learning Framework for Flight Trajectory Prediction. In Proceedings of the 2025 8th International Conference on Advanced Algorithms and Control Engineering (ICAACE), Shanghai, China, 28–30 February 2025; pp. 650–654. [Google Scholar] [CrossRef]
- Ding, W.; Huang, J.; Shang, G.; Wang, X.; Li, B.; Li, Y.; Liu, H. Short-Term Trajectory Prediction Based on Hyperparametric Optimisation and a Dual Attention Mechanism. Aerospace 2022, 9, 464. [Google Scholar] [CrossRef]
- Ma, T.-Y.; Meng, X.; Wu, Z. A Novel Trajectory Prediction Method Based on CNN, BILSTM, and Attention Mechanism: Analysis of B1520 Flight Data. Aerospace 2024, 11, 822. [Google Scholar] [CrossRef]
- Wu, Y.; Yu, H.; Du, J.; Liu, B.; Yu, W. An Aircraft Trajectory Prediction Method Based on Trajectory Clustering and a Spatiotemporal Feature Network. Electronics 2022, 11, 3453. [Google Scholar] [CrossRef]
- Huang, J.; Ding, W. Aircraft Trajectory Prediction Based on Bayesian Optimised Temporal Convolutional Network–Bidirectional Gated Recurrent Unit Hybrid Neural Network. Int. J. Aerosp. Eng. 2022, 2022, 2086904. [Google Scholar] [CrossRef]
- Wu, H.; Liang, Y.; Zhou, B.; Sun, H. A Bi-LSTM and AutoEncoder Based Framework for Multi-step Flight Trajectory Prediction. In Proceedings of the 2023 IEEE 5th International Conference on Computer, Communications and Robotics Engineering (ICCRE), Chongqing, China, 1–3 December 2023; pp. 44–50. [Google Scholar] [CrossRef]
- Dong, Z.; Fan, B.; Li, F.; Xu, X.; Sun, H.; Cao, W. TCN-Informer-Based Flight Trajectory Prediction for Aircraft in the Approach Phase. Sustainability 2023, 15, 16344. [Google Scholar] [CrossRef]
- Tran, P.N.; Nguyen, H.Q.V.; Pham, D.-T.; Alam, S. Aircraft Trajectory Prediction With Enriched Intent Using Encoder-Decoder Architecture. IEEE Access 2022, 10, 17881–17896. [Google Scholar] [CrossRef]
- Liu, B.; Shi, Q.; Han, P. Short-Term 4D Trajectory Prediction Method Based on LSTM-IMM. In Proceedings of the 2022 IEEE/AIAA 41st Digital Avionics Systems Conference (DASC), Portsmouth, VA, USA, 18–22 September 2022; pp. 1–8. [Google Scholar] [CrossRef]
- Schimpf, N.; Wang, Z.; Li, S.; Knoblock, E.J.; Li, H.; Apaza, R.D. A Generalized Approach to Aircraft Trajectory Prediction via Supervised Deep Learning. IEEE Access 2023, 11, 116183–116195. [Google Scholar] [CrossRef]
- Phisannupawong, T.; Damanik, J.J.; Choi, H.-L. Aircraft Trajectory Segmentation-based Contrastive Coding: A Framework for Self-supervised Trajectory Representation. IEEE Open J. Intell. Transp. Syst. 2025, 6, 738–757. [Google Scholar] [CrossRef]
- Liu, S.; Sun, Y.; Jing, T.; Li, Z.; Wang, W. Effective and Efficient Representation Learning for Flight Trajectories. In Proceedings of the AAAI Conference on Artificial Intelligence, Virtual Event, 20–22 February 2025; pp. 1–8. [Google Scholar] [CrossRef]
- Goodfellow, I.J.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative adversarial nets. In Proceedings of the Advances in Neural Information Processing Systems, Montreal, QC, Canada, 8–13 December 2014; Volume 27, pp. 139–147. [Google Scholar] [CrossRef]
- Mirza, M.; Osindero, S. Conditional generative adversarial nets. arXiv 2014. [Google Scholar] [CrossRef]
- Xu, L.; Skoularidou, M.; Cuesta-Infante, A.; Veeramachaneni, K. Modeling tabular data using conditional GAN. arXiv 2019. [Google Scholar] [CrossRef]
- Ho, J.; Jain, A.; Abbeel, P. Denoising diffusion probabilistic models. Adv. Neural Inf. Process. Syst. 2020, 33, 6840–6851. [Google Scholar] [CrossRef]
- Scarselli, F.; Gori, M.; Tsoi, A.C.; Hagenbuchner, M.; Monfardini, G. The graph neural network model. IEEE Trans. Neural Netw. 2009, 20, 61–80. [Google Scholar] [CrossRef]
- Kipf, T.N.; Welling, M. Semi-supervised classification with graph convolutional networks. arXiv 2017. [Google Scholar] [CrossRef]
- Veličković, P.; Cucurull, G.; Casanova, A.; Romero, A.; Liò, P.; Bengio, Y. Graph attention networks. arXiv 2018. [Google Scholar] [CrossRef]
- Shao, Y.; Sun, C. Performance evaluation of China’s air routes based on network data envelopment analysis approach. J. Air Transp. Manag. 2016, 55, 67–75. [Google Scholar] [CrossRef]
- Gulrajani, I.; Ahmed, F.; Arjovsky, M.; Dumoulin, V.; Courville, A. Improved training of Wasserstein GANs. Adv. Neural Inf. Process. Syst. 2017, 30, 5767–5777. [Google Scholar] [CrossRef]
- Doersch, C.; Gupta, A.; Efros, A.A. Unsupervised visual representation learning by context prediction. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), Santiago, Chile, 11–18 December 2015; pp. 1422–1430. [Google Scholar] [CrossRef]
- Chen, T.; Kornblith, S.; Norouzi, M.; Hinton, G. A simple framework for contrastive learning of visual representations. In Proceedings of the International Conference on Machine Learning (ICML), Virtual Event, 13–18 July 2020; Volume 119, pp. 1597–1607. [Google Scholar] [CrossRef]
- Willmott, C.J.; Matsuura, K. Advantages of the mean absolute error (MAE) over the root mean square error (RMSE) in assessing average model performance. Clim. Res. 2005, 30, 79–82. [Google Scholar] [CrossRef]
- Makridakis, S.; Wheelwright, S.C.; McGee, V.E. Forecasting: Methods and Applications, 2nd ed.; Wiley: New York, NY, USA, 1983. [Google Scholar]
- Sakoe, H.; Chiba, S. Dynamic programming algorithm optimization for spoken word recognition. IEEE Trans. Acoust. Speech Signal Process. 1978, 26, 43–49. [Google Scholar] [CrossRef]
- Levenshtein, V.I. Binary codes capable of correcting deletions, insertions, and reversals. Sov. Phys. Dokl. 1966, 10, 707–710. [Google Scholar]
- Alahi, A.; Goel, K.; Ramanathan, V.; Robicquet, A.; Fei-Fei, L.; Savarese, S. Social LSTM: Human trajectory prediction in crowded spaces. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 961–971. [Google Scholar] [CrossRef]
- Mercat, J.; Zoghby, N.E.; Sandou, G.; Beauvois, D.; Pita Gil, G. Kinematic single vehicle trajectory prediction baselines and applications with the NGSIM dataset. arXiv 2019. [Google Scholar] [CrossRef]
- Gneiting, T.; Raftery, A.E. Strictly Proper Scoring Rules, Prediction, and Estimation. J. Am. Stat. Assoc. 2007, 102, 359–378. [Google Scholar] [CrossRef]
- Sokolova, M.; Lapalme, G. A systematic analysis of performance measures for classification tasks. Inf. Process. Manag. 2009, 45, 427–437. [Google Scholar] [CrossRef]
- Fawcett, T. An introduction to ROC analysis. Pattern Recognit. Lett. 2006, 27, 861–874. [Google Scholar] [CrossRef]
- Kuncheva, L.I.; Whitaker, C.J. Measures of diversity in classifier ensembles and their relationship with the ensemble accuracy. Mach. Learn. 2003, 51, 181–207. [Google Scholar] [CrossRef]
- EUROCONTROL. Challenges of Growth 2018: European Air Traffic in 2040; EUROCONTROL: Brussels, Belgium, 2018; Available online: https://www.eurocontrol.int (accessed on 29 August 2025).
- Civil Aviation Administration of China (CAAC). Annual Report of China Civil Aviation Flight Statistics 2021; CAAC: Beijing, China, 2021. Available online: http://www.caac.gov.cn (accessed on 29 August 2025).
- NATS. Annual Report and Accounts 2022; NATS Holdings: Whiteley, UK, 2022; Available online: https://www.nats.aero (accessed on 29 August 2025).
- Flightradar24. Flightradar24: Live Flight Tracker. Available online: https://www.flightradar24.com (accessed on 29 August 2025).
- FlightAware. FlightAware Live Flight Tracking. Available online: https://www.flightaware.com (accessed on 29 August 2025).
- ADS-B Exchange. The World’s Largest Source of Unfiltered Flight Data. Available online: https://www.adsbexchange.com (accessed on 29 August 2025).
- Eagle Dynamics. Digital Combat Simulator (DCS) World, Version 2.9; Eagle Dynamics: Moscow, Russia, 2024. Available online: https://www.digitalcombatsimulator.com (accessed on 29 August 2025).
- Raia Software. TacView Flight Data Visualization Tool, Version 1.9; Raia Software: Paris, France, 2024. Available online: https://www.tacview.net (accessed on 29 August 2025).
- Air Combat Center. Air Combat Simulation Platform. Available online: https://aircombatcentre.com.au/ (accessed on 29 August 2025).
No. | Question | Objective |
---|---|---|
RQ1 | Which types of deep learning-based models have been proposed for aircraft trajectory prediction? | To identify the categories and structural characteristics of deep learning models used in trajectory prediction. |
RQ2 | Which evaluation metrics are commonly used to compare the performance of aircraft trajectory prediction models? | To systematically summarize the performance metrics that are generally applied for accuracy comparison. |
RQ3 | Which types of data and representative datasets are used as inputs for aircraft trajectory prediction models? | To review input sources such as ADS-B, radar, weather, and flight plans, and to summarize publicly available and proprietary datasets. |
RQ4 | In which application domains are aircraft trajectory prediction models applied, and which technical considerations must be addressed for real-time system implementation? | To examine application domains such as ATM, data augmentation, and anomaly detection, and identify technical considerations such as real-time capability and computational efficiency. |
RQ5 | What are the limitations of current aircraft trajectory prediction studies, and which research directions are being proposed for the future? | To summarize existing limitations and highlight future directions, including multimodal learning, uncertainty quantification, and reinforcement learning integration. |
Category | Criteria | Number (Rate) | Reference |
---|---|---|---|
RNN-Based Models | Specialized in sequential dependency learning using LSTM, GRU, Bi-LSTM, and ConvLSTM | 7 (17%) | [15,34,35,36,37,38,39] |
Attention-Based Models | Self-attention-based long-term dependency learning, including Transformer, Informer, and TFT | 10(24%) | [21,40,41,42,43,44,45,46,47,48] |
Generative Models | Generative approaches such as GAN and diffusion for data augmentation and diversity | 4(10%) | [28,49,50,51] |
Graph-Based Models | Modeling aircraft interactions and relational patterns via GCN, GAT, and ST-GCN | 4(10%) | [25,26,52,53] |
Hybrid and Integrated Models | Combining heterogeneous structures (CNN, RNN, attention, GAN, etc.) to overcome the limits of single models | 21(50%) | [17,18,19,20,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70] |
Category | Description | Representative characteristics | References |
---|---|---|---|
Attention-Oriented Models | Studies that rely only on attention or Transformer architectures or focus on improving their internal mechanisms. | Validate Transformer performance, enhance positional encoding, and stabilize long-term predictions. | [21,40,41,42,43] |
Hybrid and Context-Integrated Attention Models | Studies that integrate attention with other deep learning structures (CNN, RNN, AutoEncoder, etc.) or combine attention with contextual information such as weather, flight modes, or multi-aircraft interactions. | Capture spatiotemporal dependencies, leverage auxiliary networks, and improve robustness with multimodal and contextual data. | [44,45,46,47,48] |
Model Category | Representative Models | Dataset(s) | Strengths | Weaknesses |
---|---|---|---|---|
RNN-based | LSTM, GRU, Bi-LSTM, ConvLSTM | ADS-B, ADS-B + Weather, ADS-B + ATC |
|
|
Attention-based | Transformer, Informer, TFT, Dual Attention | ADS-B, Weather-integrated datasets, Flight plans |
|
|
Generative | GAN, Diffusion, VAE, TimeGAN | ADS-B, Simulation-based datasets |
|
|
Graph-based | GCN, GAT, ST-GCN, DA-STGCN | ADS-B, Simulation (e.g., DCS World), Flight plans |
|
|
Hybrid/Integrated | CNN-LSTM, Attention-LSTM, IMM + Informer, ST-LSTM + CNN | ADS-B, ADS-B + Weather, ADS-B + Radar |
|
|
Category | Approach | Ref. | Model Structure | Rationale |
---|---|---|---|---|
Structural Combination | Conv + RNN | [17,18,54,55,58,60,61,62,63] | CNN/Conv1D/TCN combined with LSTM/GRU/BiGRU | Convolution/TCN extracts spatial features, while RNNs capture temporal dependencies. |
Graph + (RNN/Transformer/Conv) | [25,26,52,53] | LSTM + GCN + Attention, Transformer + GAT, GLR-GCN + TCN, Dual-Attention ST-GCN | Graphs represent spatial interactions, complemented by RNN/Conv/Transformer for temporal modeling. | |
Conv + Transformer | [57,59,65] | TCN-Informer, CNN + Transformer Generator + Bi-LSTM Discriminator, Spatial /Time-Frequency Transformer | Conv/TCN preprocessing and feature extraction combined with Transformer-based modules. | |
Purpose-Driven Extensions | Generative/Adversarial + Predictor | [56,59] | WGAN + LSTM Predictor, CNN + Transformer Generator + Bi-LSTM Discriminator | Combines generative phase with predictive/discriminative modules. |
Representation Learning/SSL | [69,70] | Trajectory Contrastive Coding, FLIGHT2VEC | Self-supervised/contrastive learning enhances general-purpose embeddings and transferability. | |
Other Specialized Modules | [18,19,20,62,64] | Clustering + CNN, Spatiotemporal Attention + RNN, Social-Pooling, Bi-LSTM + AE + Voting, IMM + Informer | Integrates auxiliary modules (e.g., clustering, social pooling, correction) to complement core predictors. |
Metric | Usage | Ref. |
---|---|---|
MAE | 28 | [15,17,20,21,35,36,37,38,39,41,42,43,44,45,47,48,49,54,55,58,60,61,63,64,65,66,68,70] |
RMSE | 27 | [15,17,20,21,35,36,37,38,40,42,43,44,45,48,54,55,58,59,60,61,62,63,64,65,66,67,68] |
MAPE | 6 | [39,40,42,43,54,68] |
DTW | 2 | [37,40] |
MED | 1 | [28] |
ADE | 9 | [18,25,26,28,41,47,50,51,53,55] |
FDE | 8 | [18,25,26,28,41,50,51,53,55] |
other | 10 | [18,28,30,40,49,50,51,58,69,70] |
Dataset Source | Usage | Ref. |
---|---|---|
OpenSky Network | 12 | [15,17,19,36,39,41,46,51,52,65,69] |
CAAC (China) | 6 | [40,42,58,61,62] |
FAA (U.S.) | 2 | [35,68] |
EUROCONTROL | 1 | [15] |
CETC/HU7603/ATMB (China) | 3 | [21,41,48] |
NATS (UK) | – | – |
SCAT (Sweden), ATFMTraj | 1 | [70] |
Simulation (Air Combat, DCS, TacView) | 6 | [18,25,26,43,47] |
Commercial (ADS-B generic, BeiDou GNSS, JFK/Boston, etc.) | 12 | [20,28,34,37,38,44,45,46,49,53,54,55,56,60,63,67] |
Ref | Year | Model Structure | Dataset | Performance | Strengths | Drawback |
---|---|---|---|---|---|---|
[15] | 2024 | LSTM + fully connected layer (with interpolation smoothing) | ADS-B | MAE: 0.0208° (Lat), 0.0364° (Lon) | Improves long-term 2D trajectory prediction accuracy | Weak altitude prediction; no interaction modeling |
[34] | 2020 | Seq2Seq LSTM (encoder–decoder with sampling, noise filtering) | ADS-B | EE (Euclidean Error): 330.1 m, AE (Altitude Error): 45.3 m | Achieves superior accuracy in terminal phases. | Limited to short-term terminal data, reducing generalization |
[35] | 2021 | Social-LSTM with pooling grid for multi-aircraft interaction | ADS-B | MAPHE ≈ 660 m, MAPVE ≈ 13 m. | Captures multi-aircraft interactions | Error accumulation; pooling config limited |
[36] | 2024 | ConvLSTM (CNN for spatial + LSTM for temporal) | ADS-B + ATC Radar + Weather | MAE: Time 337 s, Horiz. 65.15 m, Vert. 4842.74 m(ConvLSTM) | Effective spatiotemporal fusion; robust short-term | Limited generalization across weather/airspace |
[37] | 2021 | Constrained LSTM (flight-phase constraints) | ADS-B | RMSE ≈ 0.009 km(Alt) | Phase-specific constraints improve accuracy | Limited long-term prediction |
[38] | 2021 | Dual-layer LSTM with ultimodal input (ADS-B + BeiDou) | ADS-B + BeiDou | RMSE ≈ 0.39 km | Robust under signal loss; real-time capable | No weather/terrain factors; limited long-term predictions |
[39] | 2023 | Bi-LSTM (bidirectional sequence learning) | ADS-B | MAE (Lat) = 0.00226°, (Lon) = 0.00238 | Stable prediction with ADS-B gaps; safety use-case | Primarily short-term recovery |
Ref | Year | Model Structure | Dataset | Performance | Strengths | Drawbacks |
---|---|---|---|---|---|---|
[21] | 2025 | NRAT (Transformer decoder + denoising, autoregressive) | ADS-B | RMSE: 0.015, MAE: 0.011 | Robust to noisy inputs; stable autoregressive Transformer. | Narrow dataset; autoregressive accumulation risk. |
[40] | 2023 | TET (Transformer encoder–decoder + positional encoding) | ADS-B | ADE: 0.312, FDE: 0.641 | Captures long-term spatiotemporal patterns. | Requires larger/more diverse dataset. |
[41] | 2023 | FT-TF (Frequency Transformer + CNN encoder) | FLIGHT19 (simulation) | ADE: 0.128, FDE: 0.243 | Specialized for combat scenarios. | Limited to simulation; very short horizon. |
[42] | 2022 | Attention-LSTM | ADS-B | RMSE: 0.0026, MAE: 0.0019, DTW: 0.021 | Attention and LSTM improves accuracy; ablation verified. | Limited to Chinese ADS-B; no weather/ATC. |
[43] | 2024 | Transformer + Trajectory Stabilization + one-step inference | ADS-B | RMSE:0.0464(Lat) RMSE:3.9228(Alt) | Stabilization and one-step inference improves long-horizon accuracy. | No weather/ATC; lacks multi-aircraft ability. |
[44] | 2024 | FlightBERT++ (Conv1D encoder + differential decoder) | ADS-B | MAE: 0.0017 to 0.0124 | Non-autoregressive; accurate and efficient multi-horizon prediction. | Needs broader datasets; complex architecture. |
[45] | 2024 | TFT (Temporal Fusion Transformer) | ADS-B | MAE: 0.0133° Altitude: 318 ft | Integrates contextual features; explainability. | Altitude weaker due to route diversity. |
[46] | 2025 | Inverted Transformer (variable tokens + multi-flight fusion) | ADS-B | MAE = 0.0602, MSE = 0.0171 | Learns variable relations; multi-flight fusion improves generalization. | No weather/ATC; heavy computing. |
[47] | 2024 | PSTT (patched spatiotemporal Transformer + single-step decoder) | ADS-B | MSE: 0.161, MAE: 0.179 | Patch embedding reduces computing; single-step decoder avoids AR errors. | Small dataset (2 routes); limited generalization. |
[48] | 2020 | Attention-LSTM (BiLSTM + ATT) | Fighter trajectory (real ombat) | ADE: 0.625 | Captures two-aircraft interaction; validated on combat data. | Limited to one-step; not generalized to multi-aircraft. |
Ref | Year | Model Structure | Dataset | Performance | Strengths | Drawbacks |
---|---|---|---|---|---|---|
[28] | 2024 | CTGAN (Conditional Tabular GAN with frequency sampling fix + leave-one-out encoding) | ADS-B | JS = 0.0539, MMD = 0.0150, MED = 0.0085 | Robust to imbalanced/small datasets; preserves distribution | No weather/ATC integration; limited generalization. |
[49] | 2022 | TPGAN (Conv1D/2D + LSTM encoders, WGAN-GP loss) | ADS-B | MAE:0.070(Lat), 0.055(Lon), 0.041(Alt); | High accuracy and speed; reduces error accumulation | Conv2D/LSTM less efficient; no external context. |
[50] | 2023 | Context-aware diffusion (LSTM + context encoder + Transformer-based diffusion) | ADS-B | ADE = 0.528, FDE = 1.003 (3D) | Captures multimodality; first diffusion applied in TP | Limited to arrivals; lacks weather/ATC data. |
[51] | 2025 | GooDFlight (goal-oriented diffusion with trajectory + goal encoder) | ADS-B | ADE = 0.365, FDE = 0.987; Goal Hit Rate = 66.2% | Goal-conditioned; improves accuracy and target consistency | High computing costs; external context not included. |
Ref | Year | Model Structure | Dataset | Performance | Strengths | Drawbacks |
---|---|---|---|---|---|---|
[25] | 2023 | AGCN (GCN + Attention + LSTM) | Simulated fighter trajectories | ADE ≈ 0.71 km, FDE ≈ 1.24 km | Captures multi-aircraft interactions; better in combat dynamics. | Simulation only; lacks real fighter/weather data |
[26] | 2024 | ST-GAT (Transformer + GAT + FC) | DCS World fighter simulation | ADE = 0.098 km, FDE = 0.124 km | Integrates temporal and spatial; robust in multi-agent scenarios. | Simulation only; no pilot intent/weather |
[52] | 2024 | GLR-GCN (Global Graph + Local Graph + Temporal CNN) | ADS-B | MAE = 0.1863, RMSE = 0.3644, MRE = 0.1089 | Encodes global/local relations; 10–20% better vs. baselines. | Sensitive to noise; UAV/combat not tested |
[53] | 2025 | DA-STGCN (Dual Attention + GAT + STGCN + TXP-CNN) | ADS-B | ADE = 0.0082 km, FDE = 0.011 km | Strong terminal performance; globally/locally captured. | No weather/ATC; high computing demand |
Ref | Year | Model Structure | Dataset | Performance | Strengths | Drawbacks |
---|---|---|---|---|---|---|
[17] | 2022 | CNN-GRU + 3D CNN + Monte Carlo Dropout (CG3D) | ADS-B | MAE = 0.1406 RMSE = 2232 | Quantifies uncertainty; strong for long horizons. | High computational costs; requires massive dataset. |
[18] | 2024 | CNN-LSTM + attention + social pooling | ADS-B | ADE = 0.235 km FDE = 0.388 km | Robust in short-term; spatialtemporal clustering. | Generalization unclear. |
[19] | 2025 | IMM (CV/CA/CT) + Informer | ADS-B | MAE = 0.026°(Lat), MAE = 0.024°(Lon), RMSE = 0.033° | Combines physics-based IMM with deep Informer; robust to noise. | Complex and costly. |
[20] | 2024 | CNN + GRU + Spatiotemporal Attention (STAM) | ADS-B | MADE = 1365.27 MAPE = 12.69% | Captures local dynamics in TMA. | Limited to terminal phase. |
[54] | 2020 | CNN for spatial + LSTM for temporal | ADS-B | RMSE: 0.007–0.009° (Lat/Lon), MAE = 20–25 m(Alt) | Real-time potential; improved over LSTM. | Small dataset; no weather/ATC. |
[55] | 2022 | Phase-specific ST-LSTM + CNN + attention | ADS-B + Weather | RMSE = 0.021, MAE = 0.014 | Phase dependent accuracy improvement. | Needs accurate flight-phase segmentation. |
[56] | 2022 | WGAN-GP for data- aug. + LSTM predictor | ADS-B | RMSE = 0.021km(Alt), MAE = 0.002–0.004° (Lat/Lon) | Data augmentation for scarce routes. | Route-specific; small dataset. |
[57] | 2025 | Spatial awareness encoder + Time-frequency Transformer (SATF) | ADS-B | RMSE: 0.0704(Alt) 0.0444(Lon), 0.0388(Lat) (horizon = 20) | Enhances long-horizon prediction. | High computational costs; spectral preprocessing. |
[58] | 2024 | Attention + TCN + GRU | ADS-B | RMSE = 0.016, MAE = 0.012 | Robust multi-step prediction. | Requires large-scale dataset. |
[59] | 2025 | CNN-Transformer generator + Bi-LSTM Discriminator (GAN) | ADS-B | RMSE ≈ 0.012, MAE ≈ 0.010 | Realistic generation + improved prediction. | Unstable GAN training. |
[60] | 2022 | CNN + BiLSTM + Dual Attention + GA(genetic algorithm) | ADS-B | RMSE: 0.029°(Lat), 0.018(Lon), 50.68 | Improves performance in short-term aircraft trajectory prediction. | Uncertainty in real-time applicability due to model complexity. |
[61] | 2024 | CNN + BiLSTM + multi-head attention | ADS-B | MAE = 0.00088, RMSE = 0.00112, R2 =0.995 | Multi-head attention improves turning point accuracy. | Limited to a single aircraft dataset, raising concerns about generalization. |
[62] | 2023 | Clustering + CNN-LSTM | ADS-B | RMSE = 0.015, MAE = 0.011 | Handles clustered trajectories efficiently. | Limited generalization to new routes. |
[63] | 2022 | TCN + BiGRU + Dual Attention + BO | ADS-B | RMSE: 20.14 m(Alt), 0.004°(Lat), 0.009°(Lon) MAE = 0.014 | Achieves superior accuracy and robustness, effectively capturing spatiotemporal dependencies. | Single route dataset with limited generalization. |
[64] | 2023 | Bi-LSTM + AutoEncoder + Voting | ADS-B | MAE ≈ 0.018, RMSE ≈ 0.026 | Reduces error variance via ensemble. | Higher computational costs. |
[65] | 2023 | TCN (dilated conv) + Informer | ADS-B | MAE = 0.017°(Lat), MAE = 37.5 m(Alt) | Superior accuracy in approach—phase prediction through hybrid TCN-Informer design. | Single-aircraft ADS-B dataset limits generalization and real-time validation. |
[66] | 2022 | Encoder–decoder (Conv1D + GRU) + Intent | ADS-B | RMSE ≈ 0.020, MAE ≈ 0.013 | Stable in intent-integrated prediction. | Depends on intent data quality. |
[67] | 2022 | IMM (CV/CA/CT) + LSTM correction | ADS-B + Radar | RMSE: 0.01319°(Lon), 0.01101°(Lat), 65.91 km | Robust initialization; effective for short-term prediction. | Weak for long horizons. |
Ref | Year | Model Structure | Dataset | Performance | Strength | Drawback |
---|---|---|---|---|---|---|
[68] | 2023 | Hybrid-Recurrent (CNN/SA + LSTM/GRU/IndRNN) | ADS-B + Weather | Horiz. Error ≈ 40 nmi, Vert. Error ≈ 1160 ft | Shows importance of weather integration; CNN-GRU most robust. | Poor generalization to unseen routes (error ↑ by 70–500%). |
[69] | 2025 | ATSCC (Trajectory Segmentation + Contrastive Coding + Transformer) | ADS-B | ACC = 0.9946, ARI = 0.8195 (Clustering Quality) | Strong clustering; no labels needed. | Focused on clustering, not full trajectory prediction. |
[70] | 2025 | FLIGHT2VEC (Behavior-Adaptive Patching + Motion Trend Learning + Transformer) | ADS-B | MAE =0.0381 RMSE = 0.0836 (Lon, horizon = 60) | Universal trajectory representation learning; efficient and effective. | No explicit weather/ATC features. |
Model Category | Strengths | Limitations |
---|---|---|
RNN-based | Strong in temporal sequence modeling; stable baseline in short- and mid-term prediction; Bi-LSTM and ConvLSTM variants are robust to noisy data | Weak in long-horizon prediction due to error accumulation; instability in altitude prediction |
Attention-based | Solves long-term dependency; efficient parallel computation; superior long-horizon performance; improved RMSE, MAE, and ADE/FDE over RNN | Requires large-scale datasets; high computational cost; limited by parameter tuning complexity |
Generative | Captures trajectory diversity and distribution generalization; strong in long-horizon prediction and small-data scenarios; uses new metrics (ADE, FDE, diversity, NLL) | Training instability; limited generalization to real-world operational data |
Graph-based | Explicitly models multi-aircraft interactions; strong performance in complex traffic (e.g., terminal areas); 10–20% ADE/FDE improvement over baseline | High cost of graph construction; scalability issues in large-scale or real-time applications |
Hybrid and integrated | Achieves overall best RMSE/MAE (≈0.011–0.012); combines complementary structures; advanced models integrate Transformer, GAN, and physics-based modules for long-term accuracy and uncertainty quantification; representation learning enhances generalization | Structural complexity; long training time; computational cost hinders real-time deployment |
Model Category | Performance | Computational Cost | Robustness |
---|---|---|---|
RNN-based | Stable in short-/mid-term prediction; moderate RMSE/MAE; weaker in long-horizon predic- tion | Low-to-moderate (efficient training/ inference). | Sensitive to noise/missing data; error accumulation over long sequences. |
Attention-based | Best long-horizon performa- nce; improved ADE/FDE and stabi- lity | High GPU/memory demand; complex tuning. | Strong generalization with sufficient data; scalability in parallel training. |
Generative | Competitive ADE/FDE; enhances diversity and rare-scenario prediction | High training costs. - GAN instability; - Diffusion latency. | Useful for data augmentation; robustness to imbalance but unstable training. |
Graph-based | +10–20% ADE/FDE gain in dense/terminal airspaces; strong interaction modeling. | High graph construction and computational costs. | Sensitive to noisy graphs; limited scalability in real-time large-scale use. |
Hybrid and integrated | Overall best RMSE/MAE (≈0.011–0.012 km); combines strengths of multiple families | Highest structural complexity and cost. | Strongest robustness across tasks; effective generalization with representation learning. |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Kwak, N.; Lee, B. The Evolution and Taxonomy of Deep Learning Models for Aircraft Trajectory Prediction: A Review of Performance and Future Directions. Appl. Sci. 2025, 15, 10739. https://doi.org/10.3390/app151910739
Kwak N, Lee B. The Evolution and Taxonomy of Deep Learning Models for Aircraft Trajectory Prediction: A Review of Performance and Future Directions. Applied Sciences. 2025; 15(19):10739. https://doi.org/10.3390/app151910739
Chicago/Turabian StyleKwak, NaeJoung, and ByoungYup Lee. 2025. "The Evolution and Taxonomy of Deep Learning Models for Aircraft Trajectory Prediction: A Review of Performance and Future Directions" Applied Sciences 15, no. 19: 10739. https://doi.org/10.3390/app151910739
APA StyleKwak, N., & Lee, B. (2025). The Evolution and Taxonomy of Deep Learning Models for Aircraft Trajectory Prediction: A Review of Performance and Future Directions. Applied Sciences, 15(19), 10739. https://doi.org/10.3390/app151910739