Skip to main content

ORIGINAL RESEARCH article

Front. Neurorobot., 10 December 2021
This article is part of the Research Topic Engineering Applications of Neurocomputing View all 15 articles

A New Way of Airline Traffic Prediction Based on GCN-LSTM

  • School of Economics and Management, Beijing University of Posts and Telecommunications, Beijing, China

With the development of society and the improvement of people's material level, more and more people like to travel by airplane. If we can predict the passenger flow of an airline in advance, it can be used as an important decision-making basis for its flight route planning, crew scheduling planning and ticket price formulation in the process of management and operation. However, due to the high complexity of aviation network, the existing traffic prediction methods generally have the problem of low prediction accuracy. In order to overcome this problem, this paper makes full use of graph convolutional neural network and long—short memory network to construct a prediction system with short—term prediction ability. Specifically, this paper uses the graph convolutional neural network as a feature extraction tool to extract the key features of air traffic data, and solves the problem of long term and short term dependence between data through the long term memory network, then we build a high-precision air traffic prediction system based on it. Finally, we design a comparison experiment to compare the algorithm with the traditional algorithms. The results show that the algorithm we proposed in this paper has a higher accuracy in air flow prediction according to the lower loss function value.

1. Introduction

In recent years, as an important industry in national economic and social development and an advanced mode of transportation, the demand for civil aviation passenger transport has been growing rapidly along with the rapid development of national economy and the substantial increase of people's income. Air fare has always been the focus of attention because it is related to the development of civil aviation industry, the profitability of airlines and the vital interests of passengers. Pricing strategies of airlines are mostly based on revenue management theory (Donovan, 2005; Klein et al., 2020), in which air traffic forecasting plays an important role. The forecast results can be used to dynamically adjust the ticket prices, so that the airlines can get the maximum benefits (Diego and Sang-Yeob, 2012). However, the pricing mechanism of each airline is complex, and the real-time ticket price is constantly changing under the influence of many factors, which has the characteristics of trend, randomness and volatility. Therefore, how to forecast air passenger flow accurately and reasonably has become an important content of air transport management in China.

Air passenger flow prediction has been studied at home and abroad. In Etzioni et al. (2003), an ensemble learning binary classification algorithm by Hamlet, is proposed based on Q-learning. Hamlet applies rule learning, reinforcement learning and time series techniques, and combines their results through superposition generalization to produce the final decision. The accuracy can reach 74.5%. There is still much room for improvement in traffic prediction. Riedel and Gabrys (2003) used autoregressive model (AR) to realize the prediction of air traffic. An AR is the regression of a variable relative to itself, using past observations to make predictions about current values. Moving average model (MA) is a regression model based on past forecasting errors. Sickles et al. (1998) proposed a model ARMA that combines autoregressive model and moving average model. ARIMA (autoregressive integrated moving average) (Li et al., 2018) and Bayesian structured time series Bayesian structured time series (BSTS) model (Kulkarni et al., 2018; Madhavan et al., 2020) are used to forecast the air passenger and cargo demand of the Indian aviation industry. Wang et al. (2013) used gray scale model to forecast passenger flow, applied a function to the observation data set, converted it into a monotonically increasing data set, and obtained the forecast results. Carmona-Benítez and Nieto (2020) proposed a new damping trend gray model (DTSM) based on dynamic seasonal damping factor, which is used to predict airline passenger demand (PAX) in the air transport industry. This model is called Sarima Damped Trend Gray Prediction Model (SDTGM), which can effectively improve the accuracy of prediction.

The classical time series model is based on the assumption that there is a linear relationship between the past and the future value, but the time series model to predict the traffic demand data must have correlation, because the passenger flow is affected by various factors change, trend and randomness and volatility characteristics, which will also affect the forecast of air flow. Causal models attempt to establish an explanatory equation that adequately describes the observation as the output of one or more underlying causative factors. Liu and Li (2012) proposed to use the probability logarithmic model to predict passenger flow, establish factors that can explain past demands, and then use the model to provide predicted values. Logit models, such as multinomial models, nested models and cross-nested models, are widely used in demand prediction of passenger selection models Leng et al. (2015).

It is a good trend to apply machine learning technology to solve nonlinear time series problems. Various machine learning algorithms have been studied and deployed. Neural Network model Tsai et al. (2009); Babai et al. (2020); Yustiawan et al. (2021) is widely used in long-term demand prediction. Grimme et al. (2020) use them for short-term demand forecasting. They compared two advanced formulas, MTUNN and PENN, with the general multilayer perceptron model. Wei and Chen (Chen et al., 2020) used hybrid neural network model to predict passenger flow in rapid transit systems. A Bayesian state-space model can be created by generating the current state matrix from the observed data in the time series (Zhang et al., 2020). Support vector machine (SVM) is regarded as a classification tool, and support vector regression aims to identify and optimize the error range of regression. Jiang et al. (2015) applied gray SVM combined with empirical mode decomposition (EMD) to high-speed railway passenger flow prediction. Xie et al. (2013) used EMD to model passenger flow prediction of airport terminals by least squares support vector machine. Weng et al. (2019) applied the hybrid model combining LSTM and Light TGBM to air ticket sales prediction. Artificial intelligence or machine learning models are computation-intensive self-learning algorithms that iteratively modify and fine-tune the interpretation model through the evaluation results, and reduce the margin of error. However, the above method based on machine learning is based on the historical data of each air station forecast, this method does not take into account the impact of ticket prices and the ridership flow of other stations and the current ridership flow of the station, so the prediction performance is poor.

Graphic Convolutional Neural Network (GCN), as a Neural Network that can extract unstructured data, which has attracted a lot of attention in solving the relationship between adjacent points (Wei et al., 2019; He et al., 2020). In view of the low accuracy of air passenger flow prediction and the trend, randomness and volatility of air traffic affected by many factors, we built a graph convolution-long short-term memory model based on graph convolutional neural network and the long short-term memory (LSTM) neural network. In this model, the GCN is used to map the features of the data set. Then the LSTM model are used to process the matrix data set, and the fare prediction is realized. The method considers the different effects of various factors on the ticket price, and combines the trend and fluctuation characteristics of the ticket price. The experimental results show that the graph convolution model of long memory and short memory can predict the air ticket price well. Our contributions are summaried as:

(1) In order to improve the feature extraction ability of aviation data, we have a deep understanding of the data characteristics of aviation data. By constructing a GCN feature extractor, we can transform non-European spatial data into concise and efficient features. This method improves the feature expression ability of the data.

(2) In order to solve the problem of long term and short term dependence of time series data, in this paper, we introduce the LSTM network to solve the data dependence of samples through logical gating unit, and further improve the performance of prediction.

(3) The air flow prediction scheme based on GCN-LSTM shows excellent performance on the existing aviation data. The experimental results show that the prediction performance of the proposed algorithm is obviously better than that of other existing algorithms.

The remaining part of this paper is organized as follows. The main contribution of this paper is descripted in section 2. In section 3, two comparative experiments are used to prove the effectiveness of the algorithm. And conclusions are drawn in section 4.

2. Main Result

In airlines, the spatial distribution of aircraft stations is a non-euclidean structure, that is, the number of stations around each station is uncertain, and even if two stations are adjacent, they may not actually communicate with each other, resulting in no spatial relationship between their traffic. Therefore, traditional convolutional neural network (CNN) cannot accurately obtain their spatial information. At this point, multiple sites can be abstracted into A graph (see Figure 1). Features are extracted from the original input data to obtain the result of feature mapping of multiple channels. The intercommunication relationship between each site is represented by adjacency matrix A.

FIGURE 1
www.frontiersin.org

Figure 1. The distribution of the stations.

2.1. The Definition of the Problem

The problem of airline passenger flow prediction can be described as follows: the historical flow data of each station Xts, Xts+1, Xt−2, ⋯ , Xt−1 (s is the time step) can be used to predict the flow Xt of the next period. The formula is described as

Xt=F([Xt-s,Xt-s+1,,Xt-2,Xt-1]),    (1)

where, Xt is the site characteristics at each time step, and F is a nonlinear function.

In the actual traffic system, the network is regarded as a directed graph G = (Q, V, A). Each sensor in the network is regarded as a node vi and its value QR is a scalar. VRN and N is the number of sensors. The flow relationship between nodes consists of adjacency matrix A that is, the element Aij in A represents the connection relationship between node Vi and Vj.

2.2. The Description of the GCN

When dealing with the structure of the graph, it is necessary to obtain its Symmetric normalized Laplacian matrix L, which is generally defined in the following ways:

L=D-12(D-A)D-12=IN-D-12AD-12,    (2)

where, IN is the identity matrix of N × N; Degree matrix D is defined as Dii=iAiji. Decompose the eigenvalue of L to get L = L = UΛUT. Λ is made up of L eigenvalues of diagonal matrix. U = {u1, u2, …, uN} is composed of the eigenvector L, and it is an orthonormal basis for RN.

The spectral convolution theory in the graph structure has been supplemented and perfected in the paper. The convolution operation of convolution kernel G and input signal X in the time domain can be converted into the inner product form in the frequency domain.

g*x=U(UTg)(UTx))=Ugθ(A)UTx,    (3)

where gs(Λ)=UTg=diag(θ),θRN, ⊙ represents the hadamar product, UTg means mapping g to the frequency domain space based on U. Due to gθ high computational complexity, so hierarchical linear model constraints and the chebyshev polynomial are used to approximate calculation. In this paper, the simplified first order polynomial form of g*x is adopted.

g*x=UgθUxTθ(IN+D-1/2AD-1/2)x,    (4)

where D~-1/2A~D~-1/2=IN+D-1/2AD-1/2Ã=IN+A, D=iA~ij. Therefore, the output of layer L is

H(l)=σ(D~-12A~D~-12H(l-1)W(l),    (5)

where δ is the activation function, W~(l)=θ(l-1)W(l),θ(l-1)Rc(1-l)×F(l-1),W(l)RF(l-1)×c(l), C(L − 1) is the output dimension of the (L − 1) layer, and F(L−1) is the characteristic vector size of each dimension. Therefore

H(l)=σ(D~-12A~D~-12H(l-1)W~(l)).    (6)

At present, there is no effective measurement method for the calculation of adjacency matrix A. Most scholars use heuristic methods, that is, based on the Euclidean distance or Markov distance between sensors to determine the element value corresponding to the adjacency matrix. However, these methods all require manual calculation of the distance relationship between the sensors in advance. In this paper, the data-driven method is adopted to calculate the adjacency matrix, and A = D. The formula can be written as

H(l)=σ(A~H(l-1)W~(l)).    (7)

The element value of matrix A is learned from the sample data, that is, the matrix is composed of trainable parameters. The data-driven approach is more realistic than the heuristic approach. Therefore, the L layer of the convolutional neural network is constructed in accordance with Formula 7. It should be noted that the initial matrix A is the same for each layer of the convolutional network, and the parameters are updated only when the error is propagated backwards.

GCN introduces the spatial features of the graph by convolving the Laplace matrix with the input. In this paper, the model takes flight segments as nodes and the association between flight segments as edges to build a graph. According to the graph, the adjacency matrix is obtained and the demand of future flight segments is predicted by combining the price and demand of historical flight segments.

2.3. The Problem of Time Series

It is found that Recurrent Neural networks (RNN) are widely used in sequential data such as natural language and image processing, which have a significant effect. Since then, various types of Circulating Neural Networks have been used. Aiming at the problem of air passenger flow prediction, this paper introduces the LSTM, which can extract the characteristic information of the input sequence and find its internal relation, so as to improve the prediction accuracy of the model. In order to make use of the spatial-temporal characteristic of the airborne data information at the same time, the GCN model is combined with the LSTM model, and it is added to the output of the upper level.

The LSTM network structure used in this paper is shown as Figure 2.

FIGURE 2
www.frontiersin.org

Figure 2. The structure of LSTM.

The network model mainly accepts three inputs: X, H and C represent the current state, hidden layer state and cell state, respectively.

LSTM mainly realizes the management of long and short term memory through three gating units. Firstly, the LSTM needs to determine what information needs to be thrown out. This step is decided by the layer called the “Forget Gate.” Input x and h, output a number between 0 and 1. The value of 1 means “keep the value completely,” while 0 means “throw the value away completely.” The formula of forgetting gate is as follows:

ft=σ(Wf·[ht-1,xt]+bf),    (8)

where Wf and bf are the parameters to be learned, and σ is the sigmod activation function.

Secondly, the LSTM needs to determine what information need to store in the cell state. There are two stages to this question. First, the layer of “Input Gate” determine which data needs to be updated. Then, the vector C1 was created by a tanh layer.

 it=σ(Wi·[ht-1,xt]+bi),C~t=tanh(WC·[ht-1,xt]+bC).    (9)

After deciding what needs to be forgotten and what needs to be added, Ct−1 can be updated to Ct.

Ct=ftCt-1+itC~t.    (10)

Finally, we need to decide what to export. This output is based on our cell state. The final output is part of the cell state. First, we run an output gate to determine which part of the cell state we are going to output. Then we put the cell state into the tanh (pressing the value between –1 and 1). Finally we multiply it by the output of the output gate.

ot=σ(Wo[ht-1,xt]+bo),ht=ottanh(Ct).    (11)

2.4. The Description of Algorithm

The network structure based on GCN-LSTM model proposed in this paper is shown in the Figure 3. The model mainly adopts encoder-decoder structure. In the encoder, multiple parallel GCN modules are used to extract the key features of the graph network with different time series. Then, the extracted time series features are transmitted to LSTM, and feature analysis and further feature extraction are carried out on the sequence data through LSTM to solve the long-term and short-term dependencies between the data. Finally, the encoder generates an encoded pair vector and sends it to the decoder. In the decoder, the multi-layer feedforward neural network is used to further process the features of the coding vector. Finally, the processed data is transmitted to a GCN network to produce predicted values.

FIGURE 3
www.frontiersin.org

Figure 3. Overall structure of GCN-LSTM model (original features of air passenger flow data are extracted by using first-order approximate GCN, and output features are analyzed by LSTM for long-term and short-term sequence characteristics, and then predicted values are obtained).

In order to improve the prediction performance of the GCN-LSTM algorithm, in this paper, we use the final output through the network and the value of the real label to calculate L1 loss, also known as the mean absolute error (MAE), and take the mean square error (MSE) as the evaluation index of the model. The specific calculation formula is as:

loss=MAE=1mi=1m|(yi-ŷi)|.MSE=1mi=1m((yi-ŷi))2.    (12)

In this paper, the Adam-based batch gradient descent optimization algorithm is used to learn and update parameters through the loss function to minimize the loss function until the loss function converges. The trained model is used to predict the test set and calculate the MSE. The smaller the MSE value is, the closer the predicted value of the model is to the real value and the better the generalization ability of the model is.

3. Experiments

This paper selects 6, 9111, 332 ticket sales data examples of 28,809 flights of 17 domestic airlines between September 1, 2020 and October 31, 2020 to verify the feasibility and effectiveness of the GCN-LSTM combined prediction model. The selected data set is relatively complete without missing values. After obtaining a complete data set, an adjacency matrix is constructed according to the data set. Each flight segment is a node. Between nodes, if the origin is the same, it is considered to have a diverting effect on traffic, and the weight is set as the number of (0,1). If the destination is the same and the traffic is considered to be promoted, the weight is set as the number greater than 1 and the rest as 0.

In order to do a comparative experiment, our experimental environment and experimental parameters are set as: epoch = 100, batch size = 1,000, learning rate = 0.001, GPU = NVIDIA 2080Ti. The ratio of training set to test set is 8:2.

Five sections of AAT_URC, CAN_PEK, CAN_CSX, CAN_CTU, and CAN_CKG are taken as examples to construct an adjacency matrix, in which AAT, URC, CAN, PEK, CSX, CTU, and CKG are city names. The adjacency matrix of these five cities is shown in Table 1. If the origin of two flight sections is the same, it is considered to have a diversion effect on traffic, and the weight is set as 0.5. None of the five sections had the same destination, so the rest of the weights were set to 0.

TABLE 1
www.frontiersin.org

Table 1. Adjacent matrix.

Then we need to construct a time series of prices. The above five flight sections are also taken as examples. According to the take-off time, the price series 14 days before the take-off time is taken as the X feature. The flow of 1 day before the take-off was taken as Y, and such input and output were a sample. The take-off time was calculated forward to increase the number of samples. In this way, there are 14 days' data, one piece of demand data, arranged in a time series according to time.

In this paper, the data set of 2 months is divided into training set and test set according to the ratio of 8:2, normalized and trained by GCN-LSTM. The timing step size of the model is 15, and the window is constantly moved to predict. Under the premise of the same input of historical price time series, it is compared with the experimental results of autoregressive model (AR), Moving Average(MA), Exponential Smoothing(ES), Long short-term memory(LSTM) and Support Vector Regression(SVR).

Table 2 lists five precise results of route prediction, The prediction mean square error (MSE) of the proposed GCN-LSTM model is smaller than that of LSTM, SVR, AR, MA and ES. The results show that the GCN-LSTM model can improve the accuracy of prediction.

TABLE 2
www.frontiersin.org

Table 2. Prediction results of different methods.

AAT_URC a single route, for example, using the proposed GCN-LSTM traffic prediction model, the horizontal axis shows departure date from September 15, 2020 to October 31, 2020, 14 days before the use of the time sequence to forecast the traffic on the same day price, compare the renderings as shown in Figure 4, dot shows the actual passenger flow, square said according to 14 days before the price time series prediction of passenger flow.

FIGURE 4
www.frontiersin.org

Figure 4. OGCN-LSTM model prediction results of AAT URC route.

Figure 5 shows the average MSE values predicted by AR model, moving average, exponential smoothing, LSTM and SVR for 5 airlines. The horizontal axis represents five different airlines, the vertical axis represents square error (MSE), and the red line is the prediction results of the proposed GCN-LSTM model.

FIGURE 5
www.frontiersin.org

Figure 5. Comparison of MSE results of five airlines.

It can be seen from the figure that the GCN-LSTM model is used for prediction, and the error fluctuation is small, and the MSE is basically in the range of 5%-9%. The prediction results of the proposed GCN-LSTM model are obviously better than those of other models.

4. Conclusion

In view of the problems existing in air flow prediction, an air flow prediction model based on graph convolutional neural network and long short-term memory network is proposed based on in-depth analysis of the influencing factors of air flow prediction. Firstly, based on the characteristics of air traffic data, a feature extraction network based on graph convolutional neural network is designed. Then combined with the long—short memory network to solve the problem of long—short—term data dependence; Finally, the prediction results are outputted based on the feedforward neural network. In the experimental part, we verify the performance of the GCN-LSTM model on aviation data sets. The experimental results show that the training effect of this model is obviously better than other models, and it has lower MSE loss value. This also shows that the prediction result has a higher prediction accuracy.

Data Availability Statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found below: https://github.com/qetmes/GCN-LSTM.

Author Contributions

The author confirms being the sole contributor of this work and has approved it for publication.

Conflict of Interest

The author declares that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher's Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Babai, M., Tsadiras, A., and Papadopoulos, C. (2020). On the empirical performance of some new neural network methods for forecasting intermittent demand. IMA J. Manag. Math. 31, 281–305. doi: 10.1093/imaman/dpaa003

CrossRef Full Text | Google Scholar

Carmona-Benítez, R. B., and Nieto, M. R. (2020). Sarima damp trend gray forecasting model for airline industry. J. Air Trans. Manag. 82:101736. doi: 10.1016/j.jairtraman.2019.101736

CrossRef Full Text | Google Scholar

Chen, D., Zhang, J., and Jiang, S. (2020). Forecasting the short-term metro ridership with seasonal and trend decomposition using loess and lstm neural networks. IEEE Access 8, 91181–91187. doi: 10.1109/ACCESS.2020.2995044

PubMed Abstract | CrossRef Full Text | Google Scholar

Diego, E., and Sang-Yeob, L. (2012). Demand shifting across flights and airports in a spatial competition model. Lett. Spatial Resour. Sci. 5, 175–183. doi: 10.2139/ssrn.2722349

CrossRef Full Text | Google Scholar

Donovan, A. W. (2005). Yield management in the airline industry. J. Aviat. Aerospace Educ. Res. 14, 9.

PubMed Abstract | Google Scholar

Etzioni, O., Tuchinda, R., Knoblock, C. A., and Yates, A. (2003). “To buy or not to buy: mining airfare data to minimize ticket purchase price,” in Proceedings of the Ninth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 119–128.

Google Scholar

Grimme, W., Bingemer, S., and Maertens, S. (2020). An analysis of the prospects of ultra-long-haul airline operations using passenger demand data. Transport. Res. Procedia 51, 208–216. doi: 10.1016/j.trpro.2020.11.023

CrossRef Full Text | Google Scholar

He, X., Deng, K., Wang, X., Li, Y., Zhang, Y., and Wang, M. (2020). Lightgcn: Simplifying and powering graph convolution network for recommendation. arXiv preprint arXiv:2002.02126. doi: 10.1145/3397271.3401063

CrossRef Full Text | Google Scholar

Jiang, X., Chen, X., Zhang, L., and Zhang, R. (2015). Dynamic demand forecasting and ticket assignment for high-speed rail revenue management in china. Transp. Res. Rec. 2475, 37–45. doi: 10.3141/2475-05

CrossRef Full Text | Google Scholar

Klein, R., Koch, S., Steinhardt, C., and Strauss, A. K. (2020). A review of revenue management: recent generalizations and advances in industry applications. Eur. J. Oper. Res. 284, 397–412. doi: 10.1016/j.ejor.2019.06.034

CrossRef Full Text | Google Scholar

Kulkarni, G. E., Muley, A. A., Deshmukh, N. K., and Bhalchandra, P. U. (2018). Autoregressive integrated moving average time series model for forecasting air pollution in nanded city, maharashtra, india. Model. Earth Syst. Environ. 4, 1435–1444. doi: 10.1007/s40808-018-0493-2

CrossRef Full Text | Google Scholar

Leng, N., Nie, L., Guo, G., and Wu, X. (2015). “Passenger flow forecasting for chinese high speed rail network,” in 2015 International Conference on Mechatronics, Electronic, Industrial and Control Engineering (MEIC-15) (Atlantis Press), 675–678.

Google Scholar

Li, Y., Han, H., Liu, X., and Li, C. (2018). “Passenger flow forecast of sanya airport based on arima model,” in International Conference of Pioneering Computer Scientists, Engineers and Educators (Springer), 442–454.

Google Scholar

Liu, R., and Li, A. (2012). Forecasting high-speed rail ridership using a simultaneous modeling approach. Transp. Plann. Technol. 35, 577–590. doi: 10.1080/03081060.2012.701816

CrossRef Full Text | Google Scholar

Madhavan, M., Ali Sharafuddin, M., Piboonrungroj, P., and Yang, C.-C. (2020). Short-term forecasting for airline industry: the case of indian air passenger and air cargo. Glob. Bus. Rev. doi: 10.1177/0972150920923316

CrossRef Full Text | Google Scholar

Riedel, S., and Gabrys, B. (2003). “Adaptive mechanisms in an airline ticket demand forecasting system,” in EUNITE'2003 Conference: European Symposium on Intelligent Technologies, Hybrid Systems and their Implementation on Smart Adaptive Systems (Oulu).

Google Scholar

Sickles, R., Good, D., Postert, A., and Getachew, L. (1998). “A model of world aircraft demand,” in Airport Facilities: Innovations for the Next Century. Proceedings of the 25th International Air Transportation Conference (American Society of Civil Engineers).

Google Scholar

Tsai, T.-H., Lee, C.-K., and Wei, C.-H. (2009). Neural network based temporal feature models for short-term railway passenger demand forecasting. Expert Syst. Appl. 36, 3728–3736. doi: 10.1016/j.eswa.2008.02.071

CrossRef Full Text | Google Scholar

Wang, Y., Chen, X., Han, Y., and Guo, S. (2013). Forecast of passenger and freight traffic volume based on elasticity coefficient method and grey model. Procedia Soc. Behav. Sci. 96, 136–147. doi: 10.1016/j.sbspro.2013.08.019

CrossRef Full Text | Google Scholar

Wei, Y., Wang, X., Nie, L., He, X., Hong, R., and Chua, T.-S. (2019). “Mmgcn: multi-modal graph convolution network for personalized recommendation of micro-video,” in Proceedings of the 27th ACM International Conference on Multimedia, 1437–1445.

Google Scholar

Weng, T., Liu, W., and Xiao, J. (2019). Supply chain sales forecasting based on lightgbm and lstm combination model. Ind. Manag. Data Syst. 120, 265–279. doi: 10.1108/IMDS-03-2019-0170

CrossRef Full Text | Google Scholar

Xie, G., Wang, S., and Lai, K. K. (2013). “Air passenger forecasting by using a hybrid seasonal decomposition and least squares support vector regression approach,” in Proceedings of the 59th World Statistics Congress of the International Statistical Institute (Hong Kong).

Google Scholar

Yustiawan, Y., Ramadhan, H., and Kwon, J. (2021). A stacked denoising autoencoder and long short-term memory approach with rule-based refinement to extract valid semantic trajectories. IEEE Access 9, 73152–73168. doi: 10.1109/ACCESS.2021.3080288

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhang, Z., Wang, C., Gao, Y., Chen, Y., and Chen, J. (2020). Passenger flow forecast of rail station based on multi-source data and long short term memory network. IEEE Access 8, 28475–28483. doi: 10.1109/ACCESS.2020.2971771

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: graph convolutional network, long short term memory network, flow, airlines, predict

Citation: Yu J (2021) A New Way of Airline Traffic Prediction Based on GCN-LSTM. Front. Neurorobot. 15:661037. doi: 10.3389/fnbot.2021.661037

Received: 30 January 2021; Accepted: 17 November 2021;
Published: 10 December 2021.

Edited by:

Xin Luo, Chongqing Institute of Green and Intelligent Technology (CAS), China

Reviewed by:

Long Wang, University of Science and Technology Beijing, China
Chao Huang, University of Macau, China

Copyright © 2021 Yu. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Jiangni Yu, eXUtamlhbmduaSYjeDAwMDQwOzE2My5jb20=

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.