1. Introduction
Trajectory-based operation (TBO) is the future development trend of the air traffic management (ATM) system [
1], which is expected to result in a more efficient use of system capacity by maximizing airspace and airport throughput, improving operational predictability through more accurate gate-to-gate strategic planning, enhancing flight efficiency through integrated operations, and promoting sustainable development of the aviation industry. With the development of NextGen [
2] in the United States and single sky ATM Research (SESAR) [
3] in Europe, the TBO model has been promoted, which also triggers the thinking of the TBO model in developing countries. The accurate trajectory prediction technology is the core of the TBO. As an important research direction of artificial intelligence, the basic principle of machine learning is to start from existing sample data, learn and reason the rules contained in these data, and then use the rules to identify, estimate and predict unknown data [
4].
At present, there have been studies applying machine learning methods to solve the problem of trajectory prediction, including regression models [
5,
6,
7], clustering algorithms [
8,
9,
10,
11], and widely used neural network models [
12,
13,
14,
15,
16]. In the neural network model, the long short-term memory (LSTM) network [
17,
18,
19,
20] with time series information mining ability is widely used. Among them, Shi et al. [
18] proposed three constraints of the climb, cruise and descent/approach phases based on the dynamic characteristics of the aircraft by using the LSTM model and a sliding window to track each stage of the trajectory for prediction. Zhang et al. [
19] used the LSTM model to predict the deviation of the actual trajectory and the target trajectory along the latitude and longitude, and at the same time, the trained LSTM network could make the long-term prediction of the trajectory in the following several time points. In order to further improve the prediction accuracy, many neural network combination models [
21,
22,
23,
24,
25,
26] have been derived from and based on a single model. Among them, Yue et al. [
21] proposed a combined model with the LSTM as the main part and an autoregressive-integrated moving average model (ARIMA) as the auxiliary part based on a large number of flight data and applied it for trajectory prediction. Ma et al. [
22] proposed a new hybrid architecture for 4D trajectory prediction based on deep learning, which combined the convolutional neural network (CNN) and LSTM network, and the prediction error was reduced by 21.62% on average compared with the LSTM model and 52.45% compared with the back-propagation (BP) neural network model. Cui et al. [
26] established an adaptive prediction model for uncertain trajectory using a recurrent and multi-layer neural network structure, which can effectively solve the problem of trajectory prediction in different actual environments. By transforming the structure of the neural network model, the above research find the internal relationship between different features of aircraft in a large number of historical data samples, and have good prediction performance, but also ignore the transformation and recreation of the original features of the trajectory. In addition, most of the existing studies have applied the overall prediction (OP) method, that is, using a model to predict multiple dimensions at the same time, which is prone to problems such as complex model structure and too long training time. Due to the different characteristics of various dimensions, it is inevitable that there will be uneven errors in actual prediction. Even if the prediction accuracy of each dimension is high enough, there may still be large errors after synthesizing the 4D trajectory. Therefore, it is necessary to make full use of the original features of the trajectory and absolutely learn the change characteristics of different dimensions to get the optimal predicted value.
On the other hand, considering the real-time performance of trajectory prediction, Han et al. [
27] proposed a short-term real-time trajectory point prediction method based on the gated recurrent unit (GRU) neural network. Shi et al. [
28] proposed a short-term 4D trajectory prediction algorithm based on the online-updated LSTM to realize the real-time update of model parameters and make the model robust. Wang et al. [
29] proposed an improved Kalman filter algorithm to improve the prediction accuracy by adjusting the current position data in real time. Zhang et al. [
30] developed an online 4D trajectory prediction method, which is composed of the preparation process, computation process and updating process. However, due to the high latency storage modes of historical trajectory data, it is difficult to achieve real-time prediction in a strict sense. Therefore, a strong real-time data type can be considered for the study of track prediction.
Aiming at the above problems, this paper proposes a fractal dimension feature-prediction (FDFP) model. Firstly, considering the aircraft performance and external factors, 16 relevant features are selected from the airborne quick access recorder (QAR) data, and the two important features of heading and wind direction are transformed. Then, considering the high density and strong timeliness of QAR data, the same time interval is used for resampling, and the way of trajectory prediction is changed to the real-time prediction of the fixed time three-dimensional position, which can effectively avoid the prediction error of the time dimension. Finally, according to the changing characteristics of different dimensions, the appropriate feature combination is used to establish the model to obtain a higher prediction accuracy in each dimension, and the LSTM model is used to verify the effectiveness of the above improvement measures. The major contributions of this paper are as follows.
- (1)
A new FDFP model is proposed to improve the prediction accuracy of different attribute features in multidimensional prediction.
- (2)
The original features are preprocessed with appropriate mathematical methods, and some of the original features are transformed according to the changing characteristics of the predicted values, so as to make full use of the original data to improve the prediction accuracy.
- (3)
The QAR data with rich trajectory characteristics and strong real-time performance is used for trajectory prediction to fully learn the changing characteristics of aircraft position.
5. Conclusions
In this paper, the FDFP model is constructed using the QAR historical trajectory data based upon the combination of different influencing factors. The QAR data can be acquired in real time for trajectory prediction, which shows an excellent prediction result in the experiment. At the same time, the feature transformation of heading and wind direction also significantly improves the prediction accuracy of the model. Based on the LSTM network and XGBoost, this paper verifies the effectiveness of the FDFP model, which makes full use of QAR data features to improve both the accuracy and real-time response of trajectory prediction. It promotes the implementation of the TBO and the sustainable development of air traffic management.
However, this study also has some limitations. First of all, although there are still technical barriers to the availability of QAR data, its rich trajectory characteristics can bring different effects to the problem of trajectory prediction compared with ADS-B and radar data. Therefore, it is very necessary to conduct prospective research on QAR data. Secondly, the FDFP model will increase the number of models and occupy more memory. However, in order to improve the prediction accuracy, this sacrifice is considered worthwhile. Future research can consider model compression to save memory. Finally, the historical data used in the experiment only has a fixed urban route, and its application scope is limited. More data can be collected to solve the problem of data limitation in subsequent studies.
In the future, the abundant trajectory features brought by QAR data should be paid full attention to, and the availability of QAR data should be improved from a technical standpoint. In order to improve the accuracy of trajectory prediction, it is necessary to conduct targeted data preprocessing and flexibly transform the original trajectory features. At the same time, the selection of models can be more diversified, not limited to the LSTM network and XGBoost, and suitable models can be selected according to the characteristics of different prediction dimensions, prediction accuracy and other requirements.