Next Article in Journal
A 3D Printed Physical Human–Robot Interface Based on a Sizing System to Facilitate Customization: Wearable Robots for Paraplegia
Next Article in Special Issue
Estimation of Optimal Speed Limits for Urban Roads Using Traffic Information Big Data
Previous Article in Journal
Advances in Underground Energy Storage for Renewable Energy Sources
Previous Article in Special Issue
The Influence of Quality Management System on the Operation of Periodical Technical Inspection Stations
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on Safety Prediction of Sector Traffic Operation Based on a Long Short Term Memory Model

College of Civil Aviation, Nanjing University of Aeronautics and Astronautics, Nanjing 211106, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2021, 11(11), 5141; https://doi.org/10.3390/app11115141
Submission received: 28 April 2021 / Revised: 27 May 2021 / Accepted: 29 May 2021 / Published: 1 June 2021

Abstract

:
Traffic safety has been thought of as a basic feature of transportation, recent developments in civil aviation have emphasized the need for risk identification and safety prediction. This study aims to increase en-route flight safety through the development of prediction models for flight conflicts. Firstly, flight conflicts time series and traffic parameters are extracted from historical ADS-B data. In the second step, a Long Short-Term Memory (LSTM) model is trained to make a one-step-ahead prediction on the flight conflict time series. The results show that the LSTM model has the greatest prediction effect (MAE 0.3901) with comparison to other models. Based on that, we add traffic parameters (volume, density, velocity) into the LSTM model as new input variables and issue a comprehensive analysis of the relative predictive power of traffic parameters. The accuracy of prediction model is validated with a mean error of less than 3%. Based on the improvements of model performance brought by traffic parameters, LSTM models with a single traffic parameter are proposed for further discussion. The results illustrate that volume is the most important factor in promoting prediction accuracy and density has an advantage of improvement in the aspect of model stability.

1. Introduction

For the civil aviation transportation industry, safety is the basis cornerstone for the sustainable development, which are always highly valued. In order to significantly improve safety, the aviation industry has been moving towards a proactive approach to safety problems identification, which could increase awareness of emerging risks among the operators. With the development of data recording techniques in commercial aircrafts, more and more safety related data can be applied to investigate safety issues and recognize risks, which is collected from different data sources, such as safety reports, on-board recorders, and flight-data records.
Numerous applications of machine learning based on different data have gained popularity in the aviation safety domain recently. Generally, these data can be divided into two different types according to theirs formats, textual data or numerical data. Safety data are collected from proactive or reactive safety-related activities, such as safety reporting [1]. Aviation Safety Reporting System (ASRS) was first built in the U.S in the 1970s, and the Civil Aviation Administration of China (CAAC) has established the Sino Confidential Aviation Safety Reporting System (SCASS), which are both aimed at collecting voluntarily submitted incident reports from pilots, air traffic controllers, dispatchers, and others. Processing these texts can benefit identification, analysis, and evaluation of risks [2]. There has been recent progress in establishing theories and tools for performing largely automated and relatively rapid analysis of a corpus [3]. Many researchers process safety information in large text corpora by using artificial intelligence algorithms, such as latent Dirichlet allocation (LDA), which could be applied to obtain the probability distribution of words and topics in unsafe incident reports, and draw out the hazard source classification [4]. The structural topic modeling also helps in identifying known issues and evaluating the usefulness of a novel method based on ASRS data [3].
On the other side, safety issues are also found in numerical data, such as safety assessment data or other time-series data. On the basis of the numerical data, artificial intelligence can provide insights into identifying safety related factors and providing predictive capabilities, so as to move toward proactive safety management. The Random Forest regression algorithm is used to predict the critical landing parameters, which aid in risk assessment during the approach and landing phases of flight [5]. Based on the data from the flight data recorder, a cluster-based anomaly detection method to detect abnormal flights, which can support in detecting anomalies and associated risks from routine operations [6]. The Human Factors Analysis and Classification System (HFACS) framework and Bayesian Network Model (BNM) are proposed to provide a systematic method for aviation safety research [7]. The LSTM model trained with historical flight data are used to predict the flight safety level based on percentile velocity bounds of historical flights [8]. A Multi-Head Convolutional Neural Networks-Recurrent Neural Networks (MHCNN-RNN) architecture is proposed, which enables the prediction of different adverse events for any given flight [9]. The Extreme Learning Model (ELM) is used to predict the evolution of time series, and the prediction results of different algorithms at different dimensional levels and periods were compared [10]. Based on the safety evaluation, performance assessment about delay and predictability has been put forward in recent research [11]. Besides the safety related issues that have been mentioned, such as incidents, landing parameters, and human workload, conflict issues are directly relevant to unsafe events, which means that the flight separation violates the minimum separation standard. Air Traffic Control (ATC) plays an important role in Air Traffic Management (ATM), and ATC service does hold the purpose of preventing collision between aircrafts and obstacles and expediting and maintaining an orderly flow of air traffic [12]. There are a lot of discussion about collision risk in traffic safety assessment [13,14]. ICAO uses collision risk estimates safety in a given en-route airspace [13,15], and the level of risk that is deemed acceptable is termed the Target Level of Safety (TLS), which is 2.5 × 10−9 collisions per flight hour [13]. A combination of LSTM model and DNN model is used to predict the en-route flight safety, in which probabilistic separation distance is used as a quantitative safety metric [16]. However, the uncertainty in air traffic (such as weather uncertainty) increases the difficulty in recognizing conflicts issues, and the nonlinear characteristic of flight conflict has been verified, which means that the changes in flight conflict are complex and hard to understand and predict [17].
On the air traffic flow theory side, which can help in explaining traffic phenomenon from the perspective of intrinsic traffic properties, so as to provide a theoretical reference for transportation management. Since the Euler mathematical model of air traffic flow was established [18], research about air traffic flow theory largely concentrated in the field of theoretical modeling and simulation. With traffic parameters, the car-following model of high-speed flight [19] and the correlation between traffic flow parameters has been verified [20]. There are a lot of discussion about air traffic parameters without a flow model, many researchers focus the nonlinear characteristics of parameters [10,17,21,22] and specific variant on basic parameters, such as dynamic density [23,24]. With the development of surveillance services, high quality data can be collected easily. More and more researchers apply air traffic parameters to describe flight operation, which makes air traffic flow theory more practical. The distribution of traffic parameters in the terminal area [25] and time-headway of nose in en-route airspace have been proposed [26]. On the basis of traffic flow model and traffic data, optimization research about controlling traffic flow in terminal airspace and en-route airspace also attract researchers’ attention [27,28].
In the field of transportation, volume, density, and velocity are the basic parameters that could be used to describe traffic flow, which can effectively characterize traffic status in some way. Therefore, this research believes that some information that related to air traffic safety issues do exist in traffic flow parameters, and the relationship between traffic parameters and traffic safety should be studied precisely, so as to realize connection between air traffic flow theory and flight operation theoretically and practically.
Aiming at promoting safety problems identification and safety prediction, this paper proposes prediction models for forecasting flight conflicts. Based on the model with highest accuracy, adding traffic parameters as new input variable into current prediction model to realize performance improvements and further observation. The research framework of this paper is shown in Figure 1. The remaining part of the paper proceeds as follows: Section 2 introduces the definition and calculation process of required parameters. Section 3 proposes time series forecasting based on LSTM. Section 4 presents a case study based on a real data set from Guangzhou Area Control Center (GACC) and compares model performance under different input conditions (without traffic parameters, with all traffic parameters and with single traffic parameter), and results and discussion are included. Conclusions are subsequently discussed in Section 5.

2. Air Traffic Parameters in Sectors

2.1. Definition of Traffic Parameters

(1) Volume: the number of aircraft operating in this sector during statistical period. We calculate this parameter using Equation (1), where l represents the number of segments in current sector, T represents observation time, and n i represents the number of aircrafts in each segment:
v o l u m e = i = 1 l n i T
(2) Density: the number of aircraft per unit length of each segment in sector during statistical period. We calculate this parameter using Equation (2), where l represents the number of flight segments in the sector, q i represents the number of aircraft in each segment during observation period, and l e n g t h i represents the length of each flight segment (unit: km):
d e n s i t y = i = 1 l q i l e n g t h i
(3) Velocity: the average velocity of aircrafts which are in operation during statistical period. We calculate this parameter using Equation (3), where m represents the number of filtered data, q i * represents number of aircrafts in sector, and v m represents each aircraft speed which recorded in related data:
v e l o c i t y = 1 q i * i = 1 q i * i = 1 m v m m

2.2. Definition of Safety Parameters

From the perspective of deterministic conflict detection, conflict events are identified by an aircraft safety zone [29]. The safety zone and relative position between aircrafts are shown in Figure 2.
The conflict event is defined by the separation index in Equation (4). According to the separation standard from the Chinese rules of air traffic control, d 0 = 10 km and h 0 = 300 m are assigned:
i n d e x = max ( Δ h h 0 , d d 0 ) 1
On the basis of index, the calculation process is shown in Figure 3. The specific definitions are:
(1) Number of flight conflicts: the number of conflict events during statistical period, where n u m represents the total number of aircraft pairs, and i s _ c o n f l i c t i represents whether there is a conflict event between pair of aircrafts:
i s _ c o n f l i c t i = 1 if i n d e x < 0 0 if i n d e x 0
c o u n t = i = 1 n u m i s _ c o n f l i c t i
(2) Minimum safety index: the minimum value of index during statistical period with respect to the pair of aircrafts which hold the closest distance, where m i n _ i n d e x represents the minimum index itself, n u m represents the total number of aircraft pairs, and i n d e x i represents the index between the pair of aircrafts:
m i n _ i n d e x = min ( i n d e x 1 , , i n d e x i , , i n d e x n u m )

3. Time Series Forecasting Model

3.1. Time Series Forecasting

A time series is a sequence S of historical measurements y t of an observable variable y at equal time intervals [30]. Through a sequence of time, the method of time series forecasting predicts future events by analyzing the trends of the past, on the assumption that future trends will hold similar to historical trends. Forecasting future values of an observed time series plays an important role in nearly all fields of science and engineering, such as economics, finance, business intelligence, meteorology, and telecommunication [31]. It is also an important area of Machine Learning (ML) and Deep Learning (DL), which can be cast as a supervised learning problem. Methods, such as Support Vector Machines (SVM), Ridge Regression (RR), Random Forests (RF), and Long-Short Term Memory (LSTM), can be applied to it. These data-driven models with time series are examples of non-parametric nonlinear models which use only historical data to learn the stochastic dependency between the past and the future [30].
Based on the flight conflict time series, which is the data sequence of flight conflict amount obtained from equal time intervals according to time sequence. We establish different prediction models, in which the required parameters in the last time instant t 1 are introduced as input variables and the number of conflicts at the current time instant t is introduced as an output variable.

3.2. LSTM Model

LSTM is a special kind of the recurrent neural network (RNN), which is a class of artificial neural network where connections between units form a directed cycle [32]. In most RNNs, the hidden layer function is an elementwise application of sigmoid function. However, LSTM uses purpose-built memory cells to store information, which is better at finding and exploiting long range dependencies in the data [33].
The basic network structure is shown in Figure 4, where C t represents the cell state, t a n h is the hyperbolic tangent activation function, and σ is the sigmoid activation function. The LSTM cell takes input x i and the hidden vector from the last time step and presents y ^ i as an estimated output with a new hidden vector and memory vector.
For the current time step, y ^ i = LSTM x i , y i is established. Firstly, the forget gate determines the cell state by checking the input value, which is the number of conflict events in the last time instant i 1 :
f i = σ ( W f · y i 1 , x i + b f )
Secondly, the input gate decides how much input information enters the current cell, which determines cell state within the cell:
C ˜ i = tanh ( W c · y i 1 , x i + b C )
C i = f i C i 1 + i i C ˜ i
Finally, the output gate determines the current output which is the number of conflicts at the current time instant i.
o i = σ ( W o · y i 1 , x i + b o )
y i = o i tanh ( C i )
In order to test and verify the forecasting performance of model, prediction models based on SVR, LSTM, and RR are established, respectively. SVR is the most common application form of SVMs, which could achieve good results in many domains [34], while RR is one of a family of penalized methods for the regression task [35]. The training and verification processes are shown in Figure 5. The results of another two prediction models, i.e., SVR and RR, are given for the purpose of comparison. By doing this, we forecast the flight conflicts for the current time instant t. The prediction can enable us to estimate the number of conflicts in a defined sector, which could provide insights in traffic safety.

3.3. Performance Indicators

In this paper, Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE) are adopted as the evaluation metric, which are used to quantity the effectiveness of different prediction models. The definitions are shown in Equations (13) and (14):
E R M S E = 1 N i = 1 N ( y i y ^ i ) 2
E M A E = 1 N i = 1 N y i y ^ i

4. Case Study

The experiment selects Reduced Vertical Separation Minimum (RVSM) airspace in Guangzhou during the period from 1 September 2020 to 7 September 2020, which belongs to CAAC Central and Southern Regional Administration. This RVSM airspace ranges vertically from 29,000 feet to 41,000 feet, which is preferred by airlines for its fuel-efficient feature.
The research data include sector data and Automatic Dependent Surveillance-Broadcast (ADS-B) data. The sector data includes geographical boundaries, flight level, routes information, and separation rules. ADS-B data include flight callsign, operating altitude, latitude, longitude, speed, et al. The specific format of ADS-B data is shown in Table 1.
ADS-B data are filtered by geographical boundaries information and flight level information firstly, and the airspace structure and trajectory information are shown in Figure 6. Then, we fill in missing records by averaging ones in the data cleaning process, and we take 1 min as the unit time. Finally, 261,231 pieces of ADS-B data are processed in this paper, which are in 10,080 time slices.
Taking the traffic parameters on 1 September as an example, the statistical distribution of traffic parameters is shown in Figure 7.

4.1. Time Series Forecasting without Traffic Parameters

As introduced in Section 3, we establish three prediction models based on different methods with the purpose of comparison. Here, the number of conflict events at the last moment is taken as the only input variable in these prediction models. The experimental steps are as follows:
(1) The division of training set and test set. For flight conflict time series, it does hold a time order dependence between observations. The common methods of cross validation would cause the crossover of temporal features. In order to test model performance, rolling origin is used, which is an evaluation technique according to which the forecasting origin is updated successively and the forecasts are produced from each origin [36]. The original data will be divided into the training set and test set in 4:3, 5:2, and 6:1, and we name it as case 1, case 2, and case 3 respectively, which is a rolling origin with a non-constant holdout sample size.
(2) The training and verification process.
The training set is used as input variable and the test set is used to verify model output. The grid search method is used to optimize parameters among all models. Taking the LSTM model as an example, the key parameters in model includes the number of neurons, batch size, and learning rate. The optimization process of parameters is shown in Table 2.
Due to the randomness of thresholds and weights in the neural network, different prediction methods were tested 10 times under different data division methods, and the prediction performance of each model is shown in Figure 8.
The average error of model prediction is reported in Table 3.
As the result of case 1 shows, the prediction errors of three models are pretty large, and the performance of SVR model is slightly better than the other two models. As the proportion of training data increases in case 2, the performance of these prediction models has been greatly improved, and the average decrease in mean square error is 68.39 %. Moreover, the model performances start showing significant differences. In case 2, the average MAE of SVR model and RR model is 0.7050 and 0.6259 respectively, while the figure for LSTM model is 0.3901. The advantage of LSTM model emerged in a significant way. In case 3, the average decrease in mean square error is 91.32% and the performance of LSTM model is still better than other models. Among these prediction models, LSTM model presents a robust performance in predicting flight conflicts with comparison to other models.

4.2. Time Series Forecasting with Traffic Parameters

The results in Section 4.1 show that the LSTM model does have comparatively higher prediction accuracy for conflict prediction. In order to achieve the potential improvements for model performance and issue a comprehensive analysis of the relative predictive power of traffic parameter, traffic volume, density, and velocity are added into prediction model as input variables for further observation. The experiment process is shown in Figure 9.
For the LSTM model with new input variables, its training loss and verification loss in 10 trials are shown in Figure 10, which includes the value of loss in 10 trials and the average value of loss. At the beginning of training, the value of loss dropped significantly, and convergence was met within 20 generations. Then, the value of loss gradually became stabilized. In the end, the gap between the verification loss and training loss was pretty narrow and the task of model training was completed.
As shown in Figure 11, the values of performance indicators in 10 repeated experiments are in comparison with the results in Section 4.1, where the solid line represents prediction error of each trial, the dashed line represents average prediction error, and the box chart shows the distributions of prediction error.
From the results, we observe that the LSTM model with all traffic parameters has presented better performance in predicting flight conflicts with error reduced by 3%. Moreover, the performance of prediction model without traffic parameters is more unstable and fluctuating greatly, which could be seen from the box chart. The results shows that the time series of traffic parameters do hold information related to the flight conflicts, which is of positive significance for conflict forecasting.
Next, we establish the model with single traffic parameters to analyze the predictive power of each parameter in predicting flight conflicts, which could give insight into the relationship between traffic flow parameters and conflict. In a similar way, we compare the performance of the LSTM model with single parameter. The RMSE and MAE between predicted values and actual values are used as an evaluation metric to compare model performance, as shown in Figure 12, where the solid line represents prediction error of each trial, and the dashed line represents average prediction error.
It is clear that the model with traffic volume shows a much better prediction accuracy, i.e., the smallest average RMSE and MAE, as the blue dashed line shows. The order ranking from high to low according to prediction accuracy is the model with volume, the model with density, and the model with velocity. As the box chart shows, which describes the values of average error as they spread across the entire range, we observe that the model with density is of best stability, the model with volume comes second and the model with velocity takes the final place in the aspect of model stability. We believe that volume is the key factor that could give help in improving the prediction accuracy among all traffic parameters, followed by density and velocity, while the improvement of model stability which is brought by density should be given adequate attention.

4.3. Correlation Analysis

In order to verify the relationship between traffic parameters and flight conflicts, traffic and safety parameters are selected for correlation analysis, considering that the number of conflict events are integer values, and there are a lot of cases where the actual value is 0 in low activity periods, which is not conducive to analyze correlation. The separation index is selected for comparison, which is calculated under the deterministic conflict detection model in Section 2. Taking 1 September as an example, as shown in Figure 13a.

4.3.1. Coefficient Calculation

The time series of traffic parameters between 400 and 650 min are shown in Figure 13b, and it can be obviously seen that the trend of index holds similar to the trend of volume and density, which is synchronization characteristics. However, such similar trend cannot be found in traffic velocity time series, due to the slight change of aircraft velocity in the cruise phrase, which is relatively stable during most of the time. In order to quantify this similarity, calculations of correlation coefficient between different time series are shown in Figure 14.
According to the intensity of correlation, the order ranking from high to low is traffic volume, traffic density, and traffic velocity, which is consistent with the results ranking in Section 4.3. In conclusion, the correlation between velocity and index is the weakest, while there is a significant negative correlation in volume-index and density-index.

4.3.2. Coefficient Calculation under Time Delay

To ensure the synchronous correlation is stable and effective, we present a further discussion about how the index and volume is correlated with, in which volume is the most important factor in promoting prediction accuracy. The asynchrony is embodied as the evolution law of a sequence lags behind or leads another sequence by certain time steps. In the experiment, the sequence of volume is processed with time delay and the correlation coefficient between volume and index is calculated. The results are shown in Figure 15.
The results show that the most significant correlation occurs when there is no time delay between this two parameters. Therefore, it is believed that the negative correlation which is revealed in current experimental time scale is relatively stable, and there is no such asynchronous law with more significant correlation.

5. Conclusions

In this paper, we address the problem of conflict prediction in a sector. Different prediction models are proposed based on the data set of conflicts that is extracted from historical ADS-B data.
This paper makes two contributions to the field of traffic safety prediction in aviation. Firstly, LSTM prediction models are proposed for forecasting the number of conflicts, and SVR prediction model and RR prediction model are given for the purpose of comparison. The results show that LSTM model does have comparatively higher practical value for conflict prediction, which could capture the variation and the uncertainty of the traffic conflicts in the en-route airspace. Secondly, traffic basic parameters are added into the LSTM prediction model as new input variables with the purpose of the potential improvements for model performance and comprehensive analysis of the relative predictive power of traffic parameters. Thus, a more accurate prediction model for conflicts forecasting is achieved with the addition of all traffic parameters, and the ranking results of traffic parameters according to their contributions in conflicts forecasting are presented.
All proposed methods are applied to a real data set of AR01 airspace in Guangzhou. The prediction results show that the LSTM model has the highest prediction accuracy under limited input conditions, with an MAE of 0.3901. With the addition of traffic parameters, the improved prediction model shows an acceptable result with error reduced by 3% and stronger stability. Among all the models with single traffic parameter, we found that volume is a key factor in improving prediction accuracy and the model with density shows a great advantage in improving model stability. Further steps will include detailed analysis for the relationship between other traffic parameters and safety issues under different time scales, as a variation in time scales will change the values of traffic parameter and traffic status.

Author Contributions

Conceptualization, W.L. and H.Z.; methodology, W.L. and L.Y.; software, W.L. and J.W.; validation, W.L. and J.W.; formal analysis, W.L.; investigation, L.Y.; resources, L.Y. and H.Z.; data curation, L.Y. and J.W.; writing—original draft preparation, W.L.; writing—review and editing, W.L., L.Y., and J.W.; visualization, W.L.; supervision, H.Z.; project administration, H.Z.; funding acquisition, H.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Key Research and Development Program of China under Grant No. 2018YFE0208700.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study cannot be shared because of the confidentiality issues.

Acknowledgments

The author would like to extend their thanks to reviewers and editors for helping to improve this paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. ICAO. Safety Management Manual, 4th ed.; International Civil Aviation Organization: Montreal, QC, Canada, 2018. [Google Scholar]
  2. Hegde, J.; Rokseth, B. Applications of machine learning methods for engineering risk assessment—A review. Saf. Sci. 2019, 122, 104492. [Google Scholar] [CrossRef]
  3. Kuhn, D.K. Using structural topic modeling to identify latent topics and trends in aviation incident reports. Transp. Res. Part C Emerg. Technol. 2018, 87, 105–122. [Google Scholar] [CrossRef]
  4. Wang, J.N.; Zhang, C.J.; Zhang, Y.H. Causative safety model identification reports on the civil aviation incidents and accidents. J. Saf. Environ. 2020, 20, 186–192. [Google Scholar]
  5. Puranik, T.G.; Rodriguez, N.; Mavris, D.N. Towards online prediction of safety-critical landing metrics in aviation using supervised machine learning. Transp. Res. Part C Emerg. Technol. 2020, 120, 102819. [Google Scholar] [CrossRef]
  6. Li, L.; Das, S.; Hansman, R.J.; Palacios, R.; Srivastava, A.N. Analysis of Flight Data Using Clustering Techniques for Detecting Abnormal Operations. J. Aerosp. Comput. Inf. Commun. 2015, 12, 587–598. [Google Scholar] [CrossRef] [Green Version]
  7. Lyu, T.; Song, W.B.; Du, K. Human Factors Analysis of Air Traffic Safety Based on HFACS-BN Model. Appl. Sci. 2019, 23, 5049. [Google Scholar] [CrossRef] [Green Version]
  8. Lee, H.K.; Puranik, T.G.; Mavris, D.N. Deep Spatio-Temporal Neural Networks for Risk Prediction and Decision Support in Aviation Operations. J. Comput. Inf. Sci. Eng. 2021, 21, 1–21. [Google Scholar] [CrossRef]
  9. Laine, M.; Puranik, T.G.; Mavris, D.N.; Matthews, B. Predicting Adverse Events and their Precursors in Aviation Using Multi-Class Multiple-Instance Learning. In Proceedings of the AIAA SciTech Forum, Virtual Event, 11–15 January 2021. [Google Scholar]
  10. Zhang, Z.; Zhang, A.; Sun, C.; Xiang, S.; Guan, J.; Huang, X. Research on Air Traffic Flow Forecast Based on ELM Non-Iterative Algorithm. Mob. Netw. Appl. 2020, 2, 1–15. [Google Scholar] [CrossRef]
  11. Ejem, E.A.; Ikeogu, V.N.; Okafor, C.L.; Erumaka, P.O. Performance Evaluation of Terminal Airspace System Safety, Delay and Predictability of Muritala Mohammed International Airport, Ikeja Lagos, Nigeria. J. Transp. Technol. 2020, 4, 351–363. [Google Scholar] [CrossRef]
  12. ICAO. Air Traffic Management, 15th ed.; International Civil Aviation Organization: Montreal, QC, Canada, 2007. [Google Scholar]
  13. Tang, J.J.; Hussein, A.; Sameer, A. An Airspace Collision Risk Simulator for Safety Assessment. In Proceedings of the Winter Simulation Conference, National Harbor, MD, USA, 8–11 December 2019. [Google Scholar]
  14. Nguyen, M.; Sameer, A. Airspace Collision Risk Hot-Spot Identification Using Clustering Models. IEEE Trans. Intell. Transp. Syst. 2018, 1, 48–57. [Google Scholar] [CrossRef]
  15. ICAO. Manual on a 300 m (1000 ft) Vertical Separation Minimum Between FL 290 and FL 410 Inclusive; International Civil Aviation Organization: Montreal, QC, Canada, 2002. [Google Scholar]
  16. Zhang, X.; Mahadevan, S. Bayesian Neural Networks for Flight Trajectory Prediction and Safety Assessment. Decis. Support Syst. 2020, 131, 113246. [Google Scholar] [CrossRef]
  17. Li, S.M.; Xu, X.H.; Meng, L.H. Flight Conflict Forecasting Based on Chaotic Time Series. Trans. Nanjing Univ. Aeronaut. Astronaut. 2013, 4, 388–394. [Google Scholar]
  18. Menon, P.K.; Sweriduk, G.D.; Bilimoria, K.D. A new approach-for modeling, analysis and control of air traffic flow. AIAA J. Guid. Control Dyn. 2004, 5, 737–744. [Google Scholar] [CrossRef]
  19. Wang, L.L.; Zhang, X.Y.; Zhao, Z.N. Following Phenomenon and Air Freeway Flow Model. J. Southwest Jiaotong Univ. 2012, 1, 158–162. [Google Scholar]
  20. Zhang, H.H.; Xu, Y.; Yang, L.; Liu, H. Macroscopic Model and Simulation Analysis of Air Traffic Flow in Airport Terminal Area. Discret. Dyn. Nat. Soc. 2014, 2014, 1–15. [Google Scholar] [CrossRef]
  21. Wang, C.; Zheng, X.F.; Wang, L. Research on Nonlinear Characteristics of Air Traffic Flows on Converging Air Routes. J. Southwest Jiaotong Univ. 2017, 1, 171–178. [Google Scholar]
  22. Wang, F. Nonlinear Fractal Characteristics of Air Traffic Flow. J. Southwest Jiaotong Univ. 2019, 6, 1147–1154. [Google Scholar]
  23. Laudeman, I.V.; Shelden, S.G.; Branstrom, R.; Brasil, C.L. Dynamic Density: An Air Traffic Management Metric. Available online: https://ntrs.nasa.gov/citations/19980210764 (accessed on 1 April 1998).
  24. Klein, A.; Mark, D.R.; Leiden, K. Simplified Dynamic Density: A Metric for Dynamic Airspace Configuration and Next, Gen Analysis. Proceedings of IEEE/AIAA 28th Digital Avionics Systems Conference, Orlando, FL, USA, 23–29 October 2009. [Google Scholar]
  25. Xu, Y.; Zhang, H.H.; Liao, Z.H.; Yang, L. A dynamic air traffic model for analyzing relationship patterns of traffic flow parameters in terminal airspace. Aerosp. Sci. Technol. 2016, 55, 10–23. [Google Scholar] [CrossRef]
  26. Wang, C.; Guo, Z.Z.; Li, D. Research on the Time-Headway Distribution Characteristics of Nose Based on Three-Parameter Burr Distribution. Comput. Simul. 2020, 5, 35–39. [Google Scholar]
  27. Marzuoli, A.; Gariel, M.; Vela, A.; Feron, E. Data-Based Modeling and Optimization of En Route Traffic. J. Guid. Control Dyn. 2014, 6, 1930–1945. [Google Scholar] [CrossRef]
  28. Zhang, H.H.; Tang, Y.W.; Xu, Y. Optimizing arrival traffic flow in airport terminal airspace under trajectory based operations. Acta Aeronaut. Astronaut. Sin. 2020, 7, 325–338. [Google Scholar]
  29. Kozuka, T.; Miyazawa, Y. Quantitative Analysis of Conflict between Aircraft by Using Radar Track Data; Springer: Tokyo, Japan, 2017. [Google Scholar]
  30. Bontempi, G.; Taieb, S.B.; Borgne, Y.A.L. Machine Learning Strategies for Time Series Forecasting; Springer: Berlin/Heidelberg, Germany, 2013. [Google Scholar]
  31. Palit, A.K.; Popovic, D. Computational Intelligence in Time Series Forecasting: Theory and Engineering Applications. In Advances in Industrial Control; Springer: New York, NY, USA, 2005. [Google Scholar]
  32. Zhang, Q.; Wang, H.; Dong, J.; Zhong, G.; Sun, X. Prediction of Sea Surface Temperature using Long Short-Term Memory. IEEE Geoence Remote Sens. Lett. 2017, 10, 1745–1749. [Google Scholar] [CrossRef] [Green Version]
  33. Graves, A. Generating Sequences with Recurrent Neural Networks. 2014. Available online: https://arxiv.org/abs/1507.01526 (accessed on 5 June 2014).
  34. Basak, D.; Srimanta, P.; Patranbis, D.C. Support Vector Regression. Neural Inf. Process. Lett. Rev. 2007, 10, 1745–1749. [Google Scholar]
  35. Cule, E.; Iorio, M.D. Ridge Regression in Prediction Problems: Automatic Choice of the Ridge Parameter. Genet. Epidemiol. 2013, 7, 704–714. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  36. Tashman, L.J. Out-of-sample tests of forecasting accuracy: An analysis and review. Int. J. Forecast. 2000, 4, 437–450. [Google Scholar] [CrossRef]
Figure 1. Research framework.
Figure 1. Research framework.
Applsci 11 05141 g001
Figure 2. Relative position relationship between aircrafts.
Figure 2. Relative position relationship between aircrafts.
Applsci 11 05141 g002
Figure 3. Calculation process of safety parameters.
Figure 3. Calculation process of safety parameters.
Applsci 11 05141 g003
Figure 4. Network structure of LSTM.
Figure 4. Network structure of LSTM.
Applsci 11 05141 g004
Figure 5. Training and test process with different prediction models.
Figure 5. Training and test process with different prediction models.
Applsci 11 05141 g005
Figure 6. Area of Guangzhou AR01.
Figure 6. Area of Guangzhou AR01.
Applsci 11 05141 g006
Figure 7. Statistical distribution of sector traffic parameters.
Figure 7. Statistical distribution of sector traffic parameters.
Applsci 11 05141 g007
Figure 8. Prediction performance of models.
Figure 8. Prediction performance of models.
Applsci 11 05141 g008
Figure 9. LSTM model with traffic parameters.
Figure 9. LSTM model with traffic parameters.
Applsci 11 05141 g009
Figure 10. The training and verification loss.
Figure 10. The training and verification loss.
Applsci 11 05141 g010
Figure 11. Performance of LSTM models with all traffic parameters and without traffic parameters.
Figure 11. Performance of LSTM models with all traffic parameters and without traffic parameters.
Applsci 11 05141 g011
Figure 12. Performance of LSTM models with single traffic parameter.
Figure 12. Performance of LSTM models with single traffic parameter.
Applsci 11 05141 g012
Figure 13. Traffic parameter time series. (a) The statistical distribution of paprameters on September 1st (b) The statistical distribution of parameters between 400 min and 650 min on Spetember 1st.
Figure 13. Traffic parameter time series. (a) The statistical distribution of paprameters on September 1st (b) The statistical distribution of parameters between 400 min and 650 min on Spetember 1st.
Applsci 11 05141 g013
Figure 14. Values of correlation coefficient.
Figure 14. Values of correlation coefficient.
Applsci 11 05141 g014
Figure 15. Values of Correlation coefficient with time delay.
Figure 15. Values of Correlation coefficient with time delay.
Applsci 11 05141 g015
Table 1. The format of ADS-B data.
Table 1. The format of ADS-B data.
CallSignLongitudeLatitudeHeightSpeed...Time
SKW4310−104.68538.8262324.10333.35...22:25:09
SKW4310−104.51638.8623581.39629.67...22:27:39
SKW4310−104.47438.5925577.83685.23...22:30:21
SKW4310−104.50038.3237132.31740.79...22:32:57
Table 2. The optimization process of parameters.
Table 2. The optimization process of parameters.
Batch SizeNeurons = 10Neurons = 20Neurons = 30
Learning RateMAERMSELearning RateMAERMSELearning RateMAERMSE
1200.10.66981.43440.10.78081.66020.11.15582.2456
0.010.61221.46990.010.59191.39380.010.57561.3461
0.0010.55611.45660.0010.65831.58710.0010.55591.4510
1800.10.74161.61520.11.20392.34640.11.84823.3518
0.010.55241.31600.010.57561.34610.010.57561.3461
0.0010.45201.02350.0010.69031.70570.0010.47831.0996
2400.10.64051.53700.11.73433.17700.11.84823.3518
0.010.64751.53990.010.59291.39450.010.57561.3461
0.0010.43800.91570.0010.65721.58430.0010.41470.9183
3000.10.63931.53410.11.84823.35180.11.84823.3518
0.010.66661.59060.010.66551.58990.010.66551.5899
0.0010.41300.83110.0010.50051.28700.0010.39010.8037
3600.10.68511.61640.11.84823.35180.11.84823.3518
0.010.64601.52760.010.65641.55270.010.66551.5899
0.0010.44920.87210.0010.45211.08010.0010.41020.8308
Table 3. Average error of models.
Table 3. Average error of models.
ModelCase 1Case 2Case 3
MAERMSEMAERMSEMAERMSE
SVR1.75002.58140.70501.77090.05000.2328
LSTM1.90623.07830.39010.80370.04930.2252
RR1.78773.00920.62591.53460.05000.2328
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Lyu, W.; Zhang, H.; Wan, J.; Yang, L. Research on Safety Prediction of Sector Traffic Operation Based on a Long Short Term Memory Model. Appl. Sci. 2021, 11, 5141. https://doi.org/10.3390/app11115141

AMA Style

Lyu W, Zhang H, Wan J, Yang L. Research on Safety Prediction of Sector Traffic Operation Based on a Long Short Term Memory Model. Applied Sciences. 2021; 11(11):5141. https://doi.org/10.3390/app11115141

Chicago/Turabian Style

Lyu, Wenying, Honghai Zhang, Junqiang Wan, and Lei Yang. 2021. "Research on Safety Prediction of Sector Traffic Operation Based on a Long Short Term Memory Model" Applied Sciences 11, no. 11: 5141. https://doi.org/10.3390/app11115141

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop