Four-Dimensional Aircraft Trajectory Prediction Based on Generative Deep Learning

Haoyuan Zhang,Zhizhao Liu
DOI: https://doi.org/10.2514/1.i011333
2024-04-24
Journal of Aerospace Information Systems
Abstract:Aircraft four-dimensional (4D) trajectory prediction (TP) is among the critical techniques of current existing automation systems in air traffic management (ATM), which is also the basis of future airspace operation models. This paper proposes a 4D TP method based on a conditional tabular generative adversarial network (CTGAN). The model is trained and tested using historical 4D trajectory data from the Hong Kong region. It is then compared with the most extensively researched conditional generative adversarial network (CGAN) and LSTM methods in the field of TP. The results show that Jensen–Shannon (JS) divergence, maximum mean discrepancy (MMD), and mean Euclidean distance (MED) of the model evaluation metrics for the selected route are 0.0539, 0.0150, and 0.0085, respectively. This confirms that the model for predicting 4D trajectory can accurately learn complex airspace’s trajectory distribution characteristics. Compared with the CTGAN algorithms shown in previous studies, the enhanced CTGAN approach developed in our research can reduce around 10% running time and 20% MED. Compared to CGAN, it results in an 81.55% reduction in MED. Compared to LSTM, when predicting with a 10-minute time span, the average mean absolute error for parameters latitude (Lat), longitude (Lon), geometric height (GH), and ground speed (GS) decreases by 7.76, 84.48, 81.98, and 36.51%, respectively.
engineering, aerospace
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to improve the accuracy and efficiency of four - dimensional (4D) flight trajectory prediction (TP). Specifically, the paper proposes a 4D flight trajectory prediction method based on Conditional Tabular Generative Adversarial Network (CTGAN), aiming to overcome the limitations of existing methods (such as the traditional Generative Adversarial Network (CGAN) and Long - Short - Term Memory Network (LSTM)) in medium - to - long - term prediction, especially the deficiencies in prediction accuracy and running time. By using 4D historical trajectory data in Hong Kong for training and testing, this research shows the advantages of CTGAN in predicting the distribution characteristics of complex airspace trajectories, and compares it with the existing CGAN and LSTM methods, proving its significant improvement in prediction accuracy and operation efficiency. ### Main innovation points of the paper: 1. **Introduction of CTGAN model**: For the first time, the CTGAN model is applied to the field of 4D flight trajectory prediction, and a flight trajectory prediction method based on ADS - B data is designed. 2. **Improvement of CTGAN architecture**: In view of the characteristics of ADS - B data, two key improvements are made to the sampling category and encoding method of CTGAN, that is, replacing logarithmic frequency sampling with actual data frequency, and replacing one - hot encoding with leave - one - out encoding. 3. **Improvement of prediction performance**: Compared with CGAN, the improved CTGAN has higher prediction accuracy and stronger adaptability, especially performs better on small - sample data. Compared with the commonly used LSTM model, CTGAN has higher accuracy in medium - to - long - term prediction (with a longer time span). ### Evaluation indicators: In order to evaluate the performance of the model, the paper adopts the following evaluation indicators: 1. **Jensen - Shannon (JS) divergence**: It is used to measure the distribution similarity between the generated data and the input data. 2. **Maximum Mean Discrepancy (MMD)**: It is used to measure the distance between two probability distributions. 3. **Mean Euclidean Distance (MED)**: It is used to calculate the spatial distance between the generated trajectory and the real trajectory. 4. **Average running time**: It is used to evaluate the prediction time and training efficiency of the model. These evaluation indicators verify the superiority of CTGAN in 4D flight trajectory prediction from multiple perspectives, especially its ability to handle complex airspace data and improve prediction accuracy.