DuETA: Traffic Congestion Propagation Pattern Modeling via Efficient
Graph Learning for ETA Prediction at Baidu Maps
- URL: http://arxiv.org/abs/2208.06979v1
- Date: Mon, 15 Aug 2022 02:46:33 GMT
- Title: DuETA: Traffic Congestion Propagation Pattern Modeling via Efficient
Graph Learning for ETA Prediction at Baidu Maps
- Authors: Jizhou Huang, Zhengjie Huang, Xiaomin Fang, Shikun Feng, Xuyi Chen,
Jiaxiang Liu, Haitao Yuan, Haifeng Wang
- Abstract summary: We present a practical industrial-grade ETA prediction framework named DuETA.
Specifically, we construct a congestion-sensitive graph based on the correlations of traffic patterns.
We develop a route-aware graph transformer to directly learn the long-distance correlations of the road segments.
- Score: 33.16286526517814
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Estimated time of arrival (ETA) prediction, also known as travel time
estimation, is a fundamental task for a wide range of intelligent
transportation applications, such as navigation, route planning, and
ride-hailing services. To accurately predict the travel time of a route, it is
essential to take into account both contextual and predictive factors, such as
spatial-temporal interaction, driving behavior, and traffic congestion
propagation inference. The ETA prediction models previously deployed at Baidu
Maps have addressed the factors of spatial-temporal interaction (ConSTGAT) and
driving behavior (SSML). In this work, we focus on modeling traffic congestion
propagation patterns to improve ETA performance. Traffic congestion propagation
pattern modeling is challenging, and it requires accounting for impact regions
over time and cumulative effect of delay variations over time caused by traffic
events on the road network. In this paper, we present a practical
industrial-grade ETA prediction framework named DuETA. Specifically, we
construct a congestion-sensitive graph based on the correlations of traffic
patterns, and we develop a route-aware graph transformer to directly learn the
long-distance correlations of the road segments. This design enables DuETA to
capture the interactions between the road segment pairs that are spatially
distant but highly correlated with traffic conditions. Extensive experiments
are conducted on large-scale, real-world datasets collected from Baidu Maps.
Experimental results show that ETA prediction can significantly benefit from
the learned traffic congestion propagation patterns. In addition, DuETA has
already been deployed in production at Baidu Maps, serving billions of requests
every day. This demonstrates that DuETA is an industrial-grade and robust
solution for large-scale ETA prediction services.
Related papers
- ICST-DNET: An Interpretable Causal Spatio-Temporal Diffusion Network for Traffic Speed Prediction [47.17205142864036]
ICST-DENT consists of three parts, namely the Spatio-Temporal Causality Learning (STCL), Causal Graph Generation (CGG), and Speed Fluctuation Pattern Recognition (SFPR) modules.
ICST-DENT can outperform all existing baselines, as evidenced by the higher prediction accuracy, ability to explain causality, and adaptability to different scenarios.
arXiv Detail & Related papers (2024-04-22T03:35:19Z) - AMP: Autoregressive Motion Prediction Revisited with Next Token Prediction for Autonomous Driving [59.94343412438211]
We introduce the GPT style next token motion prediction into motion prediction.
Different from language data which is composed of homogeneous units -words, the elements in the driving scene could have complex spatial-temporal and semantic relations.
We propose to adopt three factorized attention modules with different neighbors for information aggregation and different position encoding styles to capture their relations.
arXiv Detail & Related papers (2024-03-20T06:22:37Z) - D2-TPred: Discontinuous Dependency for Trajectory Prediction under
Traffic Lights [68.76631399516823]
We present a trajectory prediction approach with respect to traffic lights, D2-TPred, using a spatial dynamic interaction graph (SDG) and a behavior dependency graph (BDG)
Our experimental results show that our model achieves more than 20.45% and 20.78% in terms of ADE and FDE, respectively, on VTP-TL.
arXiv Detail & Related papers (2022-07-21T10:19:07Z) - TLETA: Deep Transfer Learning and Integrated Cellular Knowledge for
Estimated Time of Arrival Prediction [6.125017875330933]
We propose a deep transfer learning framework TLETA for the driving time prediction.
TLETA constructs cellular spatial-temporal knowledge grids for extracting driving patterns, combined with the road network structure embedding to build a deep neural network for ETA.
Our model predicts travel time with high accuracy and outperforms many state-of-the-art approaches.
arXiv Detail & Related papers (2022-06-17T02:20:44Z) - STCGAT: Spatial-temporal causal networks for complex urban road traffic
flow prediction [12.223433627287605]
Traffic data are highly nonlinear and have complex spatial correlations between road nodes.
Existing approaches usually use fixed traffic road network topology maps and independent time series modules to capture Spatial-temporal correlations.
We propose a new prediction model which captures the spatial dependence of the traffic network through a Graph Attention Network(GAT) and then analyzes the causal relationship of the traffic data.
arXiv Detail & Related papers (2022-03-21T06:38:34Z) - Multistep traffic speed prediction: A deep learning based approach using
latent space mapping considering spatio-temporal dependencies [2.3204178451683264]
ITS requires a reliable traffic prediction that can provide accurate traffic prediction at multiple time steps based on past and current traffic data.
A deep learning based approach has been developed using both the spatial and temporal dependencies.
It has been found that the proposed approach provides accurate traffic prediction results even for 60-min ahead prediction with least error.
arXiv Detail & Related papers (2021-11-03T10:17:48Z) - ETA Prediction with Graph Neural Networks in Google Maps [31.15613437646153]
We present a graph neural network estimator for estimated time of arrival (ETA) which we have deployed in production at Google Maps.
Our GNN proved powerful when deployed, significantly reducing ETA outcomes in several regions compared to the previous production baseline.
arXiv Detail & Related papers (2021-08-25T21:28:54Z) - Time Delay Estimation of Traffic Congestion Propagation based on
Transfer Entropy [2.6184533346117793]
This article presents a novel time delay estimation method for traffic congestion propagation between roads using lag-specific transfer entropy (TE)
The proposed method was validated using simulated data as well as real user trajectory data obtained from a major GPS navigation system applied in South Korea.
arXiv Detail & Related papers (2021-08-15T10:58:59Z) - A Graph Convolutional Network with Signal Phasing Information for
Arterial Traffic Prediction [63.470149585093665]
arterial traffic prediction plays a crucial role in the development of modern intelligent transportation systems.
Many existing studies on arterial traffic prediction only consider temporal measurements of flow and occupancy from loop sensors and neglect the rich spatial relationships between upstream and downstream detectors.
We fill this gap by enhancing a deep learning approach, Diffusion Convolutional Recurrent Neural Network, with spatial information generated from signal timing plans at targeted intersections.
arXiv Detail & Related papers (2020-12-25T01:40:29Z) - Road Network Metric Learning for Estimated Time of Arrival [93.0759529610483]
In this paper, we propose the Road Network Metric Learning framework for Estimated Time of Arrival (ETA)
It consists of two components: (1) a main regression task to predict the travel time, and (2) an auxiliary metric learning task to improve the quality of link embedding vectors.
We show that our method outperforms the state-of-the-art model and the promotion concentrates on the cold links with few data.
arXiv Detail & Related papers (2020-06-24T04:45:14Z) - Constructing Geographic and Long-term Temporal Graph for Traffic
Forecasting [88.5550074808201]
We propose Geographic and Long term Temporal Graph Convolutional Recurrent Neural Network (GLT-GCRNN) for traffic forecasting.
In this work, we propose a novel framework for traffic forecasting that learns the rich interactions between roads sharing similar geographic or longterm temporal patterns.
arXiv Detail & Related papers (2020-04-23T03:50:46Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.