Open Access
ARTICLE
Spatiotemporal Prediction of Urban Traffics Based on Deep GNN
1 School of Computer Science, Hangzhou Dianzi University, Hangzhou, 310018, China
2 Zhejiang Institute of Communications, Hangzhou, 310012, China
3 School of Cyberspace Security, Hangzhou Dianzi University, Hangzhou, 310018, China
* Corresponding Author: Ning Zheng. Email:
(This article belongs to the Special Issue: Big Data Analysis for Healthcare Applications)
Computers, Materials & Continua 2024, 78(1), 265-282. https://doi.org/10.32604/cmc.2023.040067
Received 03 March 2023; Accepted 13 September 2023; Issue published 30 January 2024
Abstract
Traffic prediction already plays a significant role in applications like traffic planning and urban management, but it is still difficult to capture the highly non-linear and complicated spatiotemporal correlations of traffic data. As well as to fulfil both long-term and short-term prediction objectives, a better representation of the temporal dependency and global spatial correlation of traffic data is needed. In order to do this, the Spatiotemporal Graph Neural Network (S-GNN) is proposed in this research as a method for traffic prediction. The S-GNN simultaneously accepts various traffic data as inputs and investigates the non-linear correlations between the variables. In terms of modelling, the road network is initially represented as a spatiotemporal directed graph, with the features of the samples at the time step being captured by a convolution module. In order to assign varying attention weights to various adjacent area nodes of the target node, the adjacent areas information of nodes in the road network is then aggregated using a graph network. The data is output using a fully connected layer at the end. The findings show that S-GNN can improve short- and long-term traffic prediction accuracy to a greater extent; in comparison to the control model, the RMSE of S-GNN is reduced by about 0.571 to 9.288 and the MAE (Mean Absolute Error) by about 0.314 to 7.678. The experimental results on two real datasets, Pe MSD7(M) and PEMS-BAY, also support this claim.Keywords
The Internet of Things technology [1], which travels thousands of miles every day, has been applied to various traffic devices, generating a significant amount of traffic data. Intelligent transportation has emerged and demonstrated a vigorous development trend in response to the ongoing development of the social economy and the growing complexity of traffic road networks. How successfully this data is processed and used will have a significant impact on the growth of smart cities. Forecasting future traffic patterns in distinct urban areas is of vital importance in the study of intelligent transport systems. By analysing past traffic observations, traffic prediction predicts future metropolitan real-time traffic flows [2]. The public can enhance their travel experiences and safeguard their personal safety by managing traffic to avoid congested areas, preventing stampede situations and adopting safety precautions, minimising operational costs, and scheduling demand.
Prediction of traffic flows is necessary; prediction can help to anticipate risks, avoid congestion and prevent hazards. As a result, traffic prediction has become a hot research topic in recent years [3]. The key points to improve prediction accuracy are in the following areas: 1) A significant difficulty is how to effectively represent the spatial interactions, the temporal-spatial interactions, and the temporal interactions of crowd flows. Figs. 1 and 2 demonstrate how crowds create a complex web of interactions in both space and time. 2) How to effectively capture the potential similarity patterns between forecast data and historical traffic data (i.e., proximity data, periodic data and trend data) is another challenge [4]. The numbers in Fig. 2 show the cars that left from various locations and arrived at the destination at a specific time. For instance, yellow represents the vehicles that left from point A and blue represents the vehicles that arrived at point A. The vehicle traffic patterns are shown in Fig. 3, the x-axis represents time (seconds) and the y-axis represents observations (kb); closeness denotes previous data that is closer to the forecast, periodicity denotes the same time period each day, and trend denotes traffic data that exhibits a trend over a specific time period.
Traditional traffic prediction techniques frequently only take into account a single information, such as a temporal or geographical feature; current deep learning techniques also take these features into account in combination, but they do not efficiently and completely capture them. To address the aforementioned issues, this research suggests S-GNN, a multi-attentional predictive RNN (Recurrent Neural Network) and a temporal sequence-dependent attentional convolutional long and short-term memory network [5]. CNN (Recurrent Neural Network) and predictive RNNs (Pred RNN) are first used to capture the spatiotemporal interaction features, and then a proximity attention module, a periodic attention module, and a trending attention module are used, respectively, to capture the proximity, periodicity, and trending of traffic data in the temporal sequence-dependent attention module.
The novel contributions of our S-GNN model can be highlighted as follows:
a. Comprehensive Representation: While various models incorporate time and space modules, our S-GNN aims to provide a more comprehensive representation by integrating multiple factors including flow, occupancy, and average speed simultaneously. Thus, it can capture complex relationships and nonlinear correlations among diverse traffic variables in a unified manner.
b. Enhanced Attention Mechanism: The proposed model employs a graph-based attention mechanism that goes beyond simple GAT. The attention mechanism in S-GNN adapts the attention weights to adjacent areas of target node, thus, it can effectively capture varying influences from different regions of the road network. This provides a finer-grained understanding of spatial correlations compared to traditional GAT.
c. Residual Connectivity and Model Complexity: We introduce residual connectivity within the proposed model, which contributes to better gradient flow during training, potentially leading to faster convergence and improved prediction accuracy. Exploration of the optimal number of attention layers in our analysis indicates the importance of balancing model complexity and performance.
d. Extensive Evaluation: The proposed model is rigorously evaluated on real-world traffic datasets, PeMSD7(M) and PEMS-BAY, demonstrating its ability to achieve superior prediction accuracy compared to various baseline models. The results showcase its effectiveness not only in short-term but also in long-term traffic prediction scenarios.
The organization of the remaining paper is outlined as follows: Section 2 presents an overview of related work in the field. In Section 3, a comprehensive background understanding is provided. Section 4 details the mathematical formulation of the proposed S-GNN model. The experimental results are presented in Section 5. Finally, Section 6 concludes the paper by summarizing the main findings and discussing potential future directions.
The emergence and development of deep learning [6] have been a great improvement in capturing non-linear relationships between data, and therefore some scholars have also applied it to solve traffic flow prediction problems.
In order to handle the challenge of forecasting cab demand, the literature [7] presented a multi-view spatiotemporal network to understand the geographical links, temporal links, and regional similarity relationships that exist between data. According to the literature [8] suggested for capturing spatiotemporal aspects of global dynamics, GSTNet is a deep learning method made up of multilayer spatiotemporal blocks, each of which consists of a temporal module and a spatial module. Both the temporal and the spatial modules are used to record temporal and spatial characteristics, respectively. A deep learning framework (Dynamic GRCNN) was put forth in the literature [9] to address the issue of predicting urban traffic flow. Dynamic GRCNN models dynamic traffic station relationships as spatiotemporally correlated dynamic graph structures in order to capture the proximity, periodicity, and trends of traffic data based on historical traffic flows. A deep learning method for traffic prediction (MDGRU) was created in the literature [10] in response to the issue of travel delay, or the time needed for cars to change locations. This method develops a delay-based GRU (Gate Recurrent Unit) and builds the model by stacking. A two-stage deep STD (State Transform Diagram) was proposed in the literature [11] to predict urban traffic flow, which can simulate various regional perturbations and spatiotemporal propagation effects caused by various regional functions. Spatiotemporal perturbations are removed from historical traffic flows to enhance the learning of inherent traffic patterns in the prediction stage.
The literature [12] proposed a traffic flow prediction method that combines long and short-term memory networks, convolutional neural networks, using cellular neural networks to capture temporal correlations, and the model also takes into account external factors like weather in order to further improve the spatiotemporal characteristics of traffic flow data. In response to the complexity, nonlinear linkages, and unpredictability of traffic flow data, the literature [13] offered a novel spatiotemporal extended squeeze network (ST-ES-Net) framework, which designed numerous successful solutions. In the literature, a multi-task framework for the prediction of node and edge flows in spatiotemporal networks has been established [14]. The literature [15] proposed a deep learning embedding technique (DELA) for modelling fine-grained traffic information, route structure, and meteorological conditions.
In [16], Zhang et al. introduced the STAGCN model, which integrates a spatio-temporal attention mechanism into graph convolutional networks. This innovative approach demonstrated superior predictive accuracy compared to standard methods. In [17], Zhao et al. proposed MSTFGRN, a multi-spatio-temporal fusion graph recurrent network. By dynamically generating weighted adjacency matrices and incorporating global attention, MSTFGRN surpassed existing models in capturing complex dependencies. In [18], Lablack and Shen devised the STGM network, designed to tackle dynamic node interactions over time. Through a novel attention mechanism and efficient architecture, STGM achieved enhanced predictive performance while maintaining fewer parameters. In [19], Wang et al. introduced TransGAT, a dynamic graph attention network utilizing node embedding and TCN. This model excelled in various time intervals, exhibiting improved accuracy in traffic flow prediction. In [20], Li et al. developed SSTACON, a shared spatio-temporal attention convolution optimization network. SSTACON’s unique design, encompassing attention layers and graph optimization, showcased superior results across different timeframes. In [21], Li et al. innovated CVSTGCN, a coordinated attention-based spatio-temporal graph convolutional network. By combining coordinate methods with graph convolutional networks, CVSTGCN demonstrated remarkable predictive power in both short and long-term traffic flow scenarios.
Although the aforementioned solutions have some impact on traffic flow, they ignore the spatiotemporal correlation, such as temporal features or spatial characteristics; current deep learning techniques also take these characteristics into account, but they do not effectively and fully capture them. However, these models suffer from various limitations including potential inability to capture abrupt traffic changes, and computational complexity, which could hinder real-time implementation.
3.1 The Traffic Prediction Problem
A traffic network can be defined as an graph
3.2 Modeling of Diagram Structure
When aggregating the information of nodes in the road network, the accessibility of adjacent nodes and the impact of upstream and downstream relationships should be considered [23]. Therefore, in this study, the road network is modeled graph structure, and the edge set is defined as
S-GNN model structure is depicted in Fig. 4. A number of traffic flow parameters are entered into the S-GNN model’s input layer. To determine the difference between the anticipated value and the actual value and to continuously update the network’s parameters, the data sequence is sent through the time module, space module, and output layer.
Numerous factors, such as flow, occupancy, average speed, and others are taken into consideration while determining the traffic flow order. Each component has an impact on the others. It is necessary to investigate the nonlinear link between traffic forecast and traffic sequence further [24]. In order to identify the nonlinear link between the various traffic variables and make accurate predictions, this work models traffic, time occupancy, and average speed all at once.
In the time dimension, the standard one-dimensional convolution is used to aggregate the characteristics of the time step. Compared with LSTM (Long Short-Term Memory) and GRU models, one-dimensional convolution does not rely on the previous output during training, does not need iteration, has less computation and low time complexity [25].
1D convolution operation is a fundamental mathematical operation which involves sliding a filter (also known as a kernel) along a 1D input sequence and computing the dot product between the filter and the corresponding portion of the input at each position. This operation allows the network to capture local patterns and features within the input sequence. The operation principle of one-dimensional convolution is shown in Fig. 5 (for more details see [26]).
Set the input data as
GAT (Graph Attention Network) is used to process the directed graph in the spatial dimension, and the multi-head self-attention mechanism is utilised to create each attention subspace separately, lowering the likelihood that the model would become overfitted and increasing the model’s capacity for spatial expression [28]. The GAT structure is shown in Fig. 6.
Take
where
Let the weight matrix
where
Use the
where
Find the attention values of all neighbors of node
where
With the graph attention layer feature extraction using weighted as output:
where
If a multi-headed attention where
where
Then final prediction is:
The loss function is:
5.1 Data Set Description and Setup
In the experiments,
The topological information of the traffic network is represented by the graph adjacency matrix. For the
where
5.2 Assessment Metrics and Baselines
In this paper, three widely used evaluation metrics, Mean Absolute Error (MAE), Root Mean Square Error (RMSE) and Mean Absolute Percentage Error (MAPE) are used to measure the performance of the different methods. The baseline models compared are: 1) historical averaging model (HA); 2) ARIMA [12]; 3) FC-LSTM [14]; 4) STGCN [3]; 5) Graph Wave Net [7]; 6) Space-Time Transformation Network (STTN); 7) Graph Convolution Network (LSGCN) using gated line cells.
5.3 Comparison and Analysis of Results
Table 2 shows the results, and it is clear from the three-assessment metrics that the S-GNN performs admirably in both short- and long-term prediction [30]. Both datasets showed promising results for S-GNN, particularly in the long-term prediction task. The table presents performance metrics for various traffic flow prediction models on two datasets, PeMSD7(M) and PEMS-BAY, at different time intervals (15/30/60 min). The metrics include Mean Absolute Error (MAE), Root Mean Squared Error (RMSE), and Mean Absolute Percentage Error (MAPE%). The models range from traditional methods like HA and ARIMA to advanced neural network models like FC-LSTM, STGCN, Graph Wave Net, and more. The proposed S-GNN model consistently outperforms other models across both datasets and time intervals, demonstrating significantly lower MAE, RMSE, and MAPE%. Notably, the model achieves remarkable accuracy with MAE values as low as 1.90 for PeMSD7(M) and 1.23 for PEMS-BAY, showcasing its effectiveness in traffic flow prediction across different scenarios and prediction horizons.
The experimental results show that traditional traffic prediction statistical models, like the HA and ARIMA models, do not have satisfactory prediction results because they cannot handle complex spatiotemporal data, while deep learning-based spatiotemporal prediction methods, like FC-LSTM, STGCN, Graph Wave Net, STTN, and S-GNN, tend to achieve better prediction results than traditional prediction statistical models. STGCN captures both temporal and spatial dependence jointly through gated convolution and graph convolution-based approaches, which is significantly better than FC-LSTM, but it relies on graph structure, ignores global spatial features, and cannot determine the significance of inter-node relationships. FC-LSTM uses LSTM to capture the temporal dependence of traffic data, but it is still insufficient in capturing spatial dependence [31]. In comparison to STGCN, Graph Wave Net’s bi-directional diffusion graph convolution takes into account the influence of directionality, improving prediction results; however, STTN performs better in long-term prediction than Graph Wave Net, but still has issues with short-term prediction, and the overall prediction results are still slightly below the model proposed. The Pe MSD(M) dataset is smaller relative to the PEMS-BAY dataset, i.e., smaller in both time and space, resulting in a much larger standard deviation of its acquisition speed than the PEMS-BAY dataset, and consequently the capture of spatiotemporal correlations of traffic data on the Pe MSD(M) dataset is relatively more difficult [32]. This is why the majority of baseline models and the models in this study perform better on the PEMS-BAY dataset.
MAE, RMSE and MAPE values are plotted for both short- and long-term forecasts on the Pe MSD(M) dataset, as shown in Fig. 7. In general, as the forecast time grows, the corresponding forecast difficulty and forecast error also increases. From the Fig. 7, it can be seen that the performance of traditional prediction models is poor and deep learning-based models can achieve better results in spatiotemporal prediction, and the prediction performance of the network model designed in this paper is higher than that of other deep learning methods. In order to more intuitively show our model’s prediction of traffic flow, the prediction effect is shown in Fig. 8.
In order to assess the effectiveness of the attention mechanism described in this research, the proposed model S-GNN, the model S-GNN-1 without the attention mechanism, and the STGCN model with the same iteration process were compared on the Pe MSD(M) dataset and the PEMS-BAY dataset. Figs. 9 and 10 show the outcomes, respectively. The outcomes show that S-GNN can reduce prediction error and improve the model’s performance.
5.5 Convergence Speed Analysis
This section aimed to assess the convergence rates of three distinct models: STGCN, FC-LSTM (after residuals removal), and S-GNN, employing the PeMSD7(M) dataset for evaluation. By plotting training loss curves against the number of iterations, the study examined the convergence behavior for 15, 30, and 60-min forecasts. The obtained results, presented in Fig. 11, exhibited intriguing patterns.
S-GNN model consistently demonstrated the most rapid convergence to the lowest loss values across all time horizons. This effect was particularly pronounced in the context of long-term predictions. The outcome underscores S-GNN’s exceptional fitting capability for the specific test dataset, accentuating its superiority over both STGCN and FC-LSTM model [33].
These findings offer valuable insights into the dynamics of model convergence, shedding light on S-GNN’s effectiveness in adapting to the intricacies of the PeMSD7(M) dataset. In essence, S-GNN emerges as a compelling solution, boasting remarkable convergence rates and highlighting its potential for accurate and efficient traffic flow prediction, especially in prolonged forecasting scenarios.
5.6 Analysis of Attentional Layers
The Pe MSD(M) dataset was used for the graph attention layer validation trials, and the outcomes are displayed in Table 3. According to the experimental findings, the training time and prediction error rise as the number of attention layers grows, therefore the prediction performance is higher when the number of attention layers is 1.
5.7 Computational Complexity Analysis
On the PEMS-BAY dataset, the number of parameters, training time, and testing time of STGCN, STTN, and proposed S-GNN were further compared. In Table 4, the experimental findings are displayed. The S-GNN suggested in this paper has faster training and testing times than STTN since STTN stacks numerous spatiotemporal converters to speed up calculation. In contrast to STGCN, our training and testing periods are a little bit longer. This is as a result of the addition of an attention module, which increases the network’s classification accuracy. Additionally, due to the increase in parameters brought on by the usage of the attention module and residual connectivity, the number of parameters in our network is higher than that of STGCN and STTN.
This paper introduced an efficient approach for addressing the challenges of accurate traffic prediction by proposing the Spatiotemporal Graph Neural Network (S-GNN) model. The complex and non-linear spatiotemporal correlations in traffic data posed significant hurdles to conventional prediction methods. S-GNN model was designed to capture both short-term and long-term traffic patterns to achieve better performance compared to existing statistical models and state-of-the-art deep learning models. The model’s architecture contained temporal and spatial modules that effectively processed multiple traffic data inputs. The temporal module utilized one-dimensional convolutions, allowing for efficient time-dependent feature aggregation. Meanwhile, the spatial module employed the Graph Attention Network (GAT) to capture intricate global spatial relationships within the road network. Extensive experiments were conducted on real-world datasets, PeMSD7(M) and PEMS-BAY, to validate the efficacy of the proposed S-GNN model. The model demonstrated superior predictive accuracy, especially in long-term prediction tasks, effectively surpassing various baseline models. The results highlighted S-GNN’s capability to handle the intricacies of spatiotemporal traffic data and its potential contribution to traffic planning, management, and urban development. Furthermore, the research analyzed critical aspects of the proposed S-GNN model, encompassing the influence of attentional layers and computational complexity. The findings revealed that a single attention layer yielded optimal results, and S-GNN’s computational efficiency was on par with relevant state-of-the-art models. When contrasted with the control model, S-GNN demonstrates a noteworthy reduction in RMSE by approximately 0.571 to 9.288, and in MAE (Mean Absolute Error) by around 0.314 to 7.678. This assertion is reinforced by the outcomes of experiments conducted on two authentic datasets, Pe MSD7(M) and PEMS-BAY.
Future work in this area will be directed towards further optimizing the network architecture, streamlining computational complexity, and enhancing the overall performance of traffic forecasting models. The goal is to refine S-GNN by fine-tuning its parameters, exploring novel attention mechanisms, and investigating advanced techniques to efficiently handle larger datasets. Additionally, efforts will be concentrated on reducing computational complexity without compromising predictive accuracy, thereby making the model more practical for real-time applications. Additionally, the future work could explore alternative architectural choices by incorporating more complex temporal modeling techniques, to address the specific challenges associated with very long-term traffic prediction.
Acknowledgement: Thanks to our tutors and researchers for their assistance and guidance.
Funding Statement: This thesis was supported by Science and Technology Plan Project of Zhejiang Provincial Department of Transportation “Research and System Development of Highway Asset Digitalization Technology in Use Based on High-Precision Map” (Project Number: 202203); in part by Science and Technology Plan Project of Zhejiang Provincial Department of Transportation: Research and Demonstration Application of Key Technologies for Precise Sensing of Expressway Thrown Objects (No. 202204).
Author Contributions: Study conception and design: Ming Luo, Huili Dou; data collection: Ning Zheng; analysis and interpretation of results: Ming Luo, Huili Dou, Ning Zheng; draft manuscript preparation: Huili Dou, Ning Zheng. All authors reviewed the results and approved the final version of the manuscript.
Availability of Data and Materials: The experimental data used to support the findings of this study are available from the corresponding author upon request.
Conflicts of Interest: The authors declare that they have no conflicts of interest to report regarding the present study.
References
1. D. Pavlyuk, “Spatiotemporal cross-validation of urban traffic forecasting models,” Transportation Research Procedia, vol. 52, pp. 179–186, 2021. [Google Scholar]
2. D. Wang, J. Zhu, Y. Yin, J. Ignatius, X. Wei et al., “Dynamic travel time prediction with spatiotemporal features: Using a GNN-based deep learning method,” Annals of Operations Research, vol. 139, pp. 1–21, 2023. [Google Scholar]
3. J. Tang and J. Zeng, “Spatiotemporal gated graph attention network for urban traffic flow prediction based on license plate recognition data,” Computer-Aided Civil and Infrastructure Engineering, vol. 37, no. 1, pp. 3–23, 2022. [Google Scholar]
4. J. Bai, J. Zhu, Y. Song, L. Zhao, Z. Hou et al., “A3T-GCN: Attention temporal graph convolutional network for traffic forecasting,” ISPRS International Journal of Geo-Information, vol. 10, no. 7, pp. 485, 2021. [Google Scholar]
5. Z. Cao, L. Lu, C. Chen and X. Chen, “Modeling and simulating urban traffic flow mixed with regular and connected vehicles,” IEEE Access, vol. 9, pp. 10392–10399, 2021. [Google Scholar]
6. Y. Djenouri, A. Belhadi, J. C. W. Lin, D. Djenouri and A. Cano, “A survey on urban traffic anomalies detection algorithms,” IEEE Access, vol. 7, pp. 12192–12205, 2019. [Google Scholar]
7. H. Zou, K. Cao and C. Jiang, “Spatiotemporal visual analysis for urban traffic characters based on video surveillance camera data,” ISPRS International Journal of Geo-Information, vol. 10, no. 3, pp. 177, 2021. [Google Scholar]
8. S. Fang, Q. Zhang, G. Meng, S. Xiang and C. Pan, “GSTNet: Global spatial-temporal network for traffic flow prediction,” in Proc. of 28th Int. Joint Conf. on Artificial Intelligence (IJCAI’19), AAAI Press, pp. 2286–2293, 2019. [Google Scholar]
9. F. Zhou, L. Li, K. Zhang and G. Trajcevski, “Urban flow prediction with spatial-temporal neural odes,” Transportation Research Part C: Emerging Technologies, vol. 124, no. 12, pp. 102912, 2021. [Google Scholar]
10. N. A. Gilbert, J. L. Stenglein, T. R. Van Deelen, P. A. Townsend and B. Zuckerberg, “Behavioral flexibility facilitates the use of spatial and temporal refugia during variable winter weather,” Behavioral Ecology, vol. 33, no. 2, pp. 446–454, 2022. [Google Scholar]
11. C. Ye, Y. Ding, P. Wang and Z. Lin, “A data-driven bottom-up approach for spatial and temporal electric load forecasting,” IEEE Transactions on Power Systems, vol. 34, no. 3, pp. 1966–1979, 2019. [Google Scholar]
12. L. S. Darby, C. J. Senff, R. J. Alvarez II, R. M. Banta, L. Bianco et al., “Spatial and temporal variability of ozone along the colorado front range occurring over 2 days with contrasting wind flow,” Elementa Science of the Anthropocene, vol. 9, no. 1, pp. 00146, 2021. [Google Scholar]
13. M. E. Cyr, A. G. Etchin, B. J. Guthrie and J. C. Benneyan, “Access to specialty healthcare in urban versus rural US populations: A systematic literature review,” BMC Health Services Research, vol. 19, no. 1, pp. 1–17, 2019. [Google Scholar]
14. Y. Yang, A. Heppenstall, A. Turner and A. Comber, “Using graph structural information about flows to enhance short-term demand prediction in bike-sharing systems,” Computers Environment and Urban Systems, vol. 83, pp. 101521, 2020. [Google Scholar]
15. H. Yuan, X. N. Zhu, Z. Hu and C. H. Zhang, “Deep multi-view residual attention network for crowd flows prediction,” Neurocomputing, vol. 404, pp. 198–212, 2020. [Google Scholar]
16. H. Zhang, L. Chen, J. Cao, X. Zhang, S. Kan et al., “Traffic flow forecasting of graph convolutional network based on spatio-temporal attention mechanism,” International Journal of Automotive Technology, vol. 24, no. 4, pp. 1013–1023, 2023. [Google Scholar]
17. W. Zhao, S. Zhang, B. Zhou and B. Wang, “Multi-spatio-temporal fusion graph recurrent network for traffic forecasting,” Engineering Applications of Artificial Intelligence, vol. 124, pp. 106615, 2023. [Google Scholar]
18. M. Lablack and Y. Shen, “Spatio-temporal graph mixformer for traffic forecasting,” Expert Systems with Applications, vol. 228, pp. 120281, 2023. [Google Scholar]
19. T. Wang, S. Ni, T. Qin and D. Cao, “TransGAT: A dynamic graph attention residual networks for traffic flow forecasting,” Sustainable Computing, Informatics and Systems, vol. 36, pp. 100779, 2022. [Google Scholar]
20. P. Li, C. Ke, H. Tu, H. Zhang and X. Zhang, “Shared spatio-temporal attention convolution optimization network for traffic prediction,” Journal of Information Processing Systems, vol. 19, no. 1, pp. 130–138, 2023. [Google Scholar]
21. M. Li, M. Li, B. Liu, J. Liu, Z. Liu et al., “Spatio-temporal traffic flow prediction based on coordinated attention,” Sustainability, vol. 14, no. 12, pp. 7394, 2022. [Google Scholar]
22. V. Osipov, V. Nikiforov, N. Zhukova and D. Miloserdov, “Urban traffic flows forecasting by recurrent neural networks with spiral structures of layers,” Neural Computing and Applications, vol. 32, no. 18, pp. 14885–14897, 2020. [Google Scholar]
23. Z. Chen, B. Zhao, Y. Wang, Z. Duan and X. Zhao, “Multitask learning and GCN-based taxi demand prediction for a traffic road network,” Sensors, vol. 20, no. 13, pp. 3776, 2020. [Google Scholar] [PubMed]
24. B. Shen, X. Xu, J. Li, A. Plaza and Q. Huang, “Unfolding spatial-temporal patterns of taxi trip based on an improved network kernel density estimation,” International Journal of Geo-Information, vol. 9, no. 11, pp. 683, 2020. [Google Scholar]
25. Y. Huang, K. Shi, H. Zong, T. Zhou and J. Shen, “Exploring spatial and temporal connection patterns among the districts in chongqing based on highway passenger flow,” Remote Sensing, vol. 12, no. 1, pp. 27, 2019. [Google Scholar]
26. S. Nam, H. Park, C. Seo and D. Choi, “Forged signature distinction using convolutional neural network for feature extraction,” Applied Sciences, vol. 8, no. 2, pp. 153, 2018. [Google Scholar]
27. P. Wang, T. Zhang, Y. Zheng and T. Hu, “A multi-view bidirectional spatiotemporal graph network for urban traffic flow imputation,” International Journal of Geographical Information Science, vol. 36, no. 6, pp. 1231–1257, 2022. [Google Scholar]
28. L. Kang, G. Hu, H. Huang, W. Lu and L. Liu, “Urban traffic travel time short-term prediction model based on spatiotemporal feature extraction,” Journal of Advanced Transportation, vol. 2020, no. 332, pp. 1–16, 2020. [Google Scholar]
29. N. Lysyak, “Methodical approaches to the analysis of the state of urbanized systems,” Socio-Economic Problems of the Modern Period of Ukraine, vol. 4, no. 144, pp. 18–26, 2020. [Google Scholar]
30. N. Serok, O. Levy, S. Havlin and E. Blumenfeld-Lieberthal, “Unveiling the inter-relations between the urban streets network and its dynamic traffic flows: Planning implication,” Environment and Planning B, vol. 46, no. 7, pp. 1362–1376, 2019. [Google Scholar]
31. H. Zhao, J. Zhao, X. Y. Xu, S. H. Wu and Q. Zhu, “Spatial distribution, sources and risk assessment of polycyclic aromatic hydrocarbons in a rapid urbanization city: Shenzhen,” Journal of Ecology and Rural Environment, vol. 35, no. 1, pp. 38–45, 2019 (In Chinese). [Google Scholar]
32. Z. Xiao, X. Fu, L. Zhang and R. S. M. Goh, “Traffic pattern mining and forecasting technologies in maritime traffic service networks: A comprehensive survey,” IEEE Transactions on Intelligent Transportation Systems, vol. 21, no. 5, pp. 1796–1825, 2020. [Google Scholar]
33. X. Luo, C. Zhang and L. Bai, “A fixed clustering protocol based on random relay strategy for EHWSN,” Digital Communications and Networks, vol. 9, no. 1, pp. 90–100, 2023. [Google Scholar]
Cite This Article
This work is licensed under a Creative Commons Attribution 4.0 International License , which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.