Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
119 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Contextualized Spatial-Temporal Network for Taxi Origin-Destination Demand Prediction (1905.06335v1)

Published 15 May 2019 in cs.LG, cs.AI, and stat.ML

Abstract: Taxi demand prediction has recently attracted increasing research interest due to its huge potential application in large-scale intelligent transportation systems. However, most of the previous methods only considered the taxi demand prediction in origin regions, but neglected the modeling of the specific situation of the destination passengers. We believe it is suboptimal to preallocate the taxi into each region based solely on the taxi origin demand. In this paper, we present a challenging and worth-exploring task, called taxi origin-destination demand prediction, which aims at predicting the taxi demand between all region pairs in a future time interval. Its main challenges come from how to effectively capture the diverse contextual information to learn the demand patterns. We address this problem with a novel Contextualized Spatial-Temporal Network (CSTN), which consists of three components for the modeling of local spatial context (LSC), temporal evolution context (TEC) and global correlation context (GCC) respectively. Firstly, an LSC module utilizes two convolution neural networks to learn the local spatial dependencies of taxi demand respectively from the origin view and the destination view. Secondly, a TEC module incorporates both the local spatial features of taxi demand and the meteorological information to a Convolutional Long Short-term Memory Network (ConvLSTM) for the analysis of taxi demand evolution. Finally, a GCC module is applied to model the correlation between all regions by computing a global correlation feature as a weighted sum of all regional features, with the weights being calculated as the similarity between the corresponding region pairs. Extensive experiments and evaluations on a large-scale dataset well demonstrate the superiority of our CSTN over other compared methods for taxi origin-destination demand prediction.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (6)
  1. Lingbo Liu (40 papers)
  2. Zhilin Qiu (2 papers)
  3. Guanbin Li (177 papers)
  4. Qing Wang (341 papers)
  5. Wanli Ouyang (358 papers)
  6. Liang Lin (318 papers)
Citations (199)

Summary

Contextualized Spatial-Temporal Network for Taxi Origin-Destination Demand Prediction

In the presented research paper, the authors tackle a critical issue in urban transportation frameworks by proposing a novel deep learning-based approach for predicting taxi origin-destination (OD) demand. This prediction task is posed as a significant enhancement over traditional origin-only demand prediction, offering an integrated view that includes both pickup and drop-off locations, essential for more accurate and efficient resource allocation in intelligent transportation systems (ITS).

The paper introduces the Contextualized Spatial-Temporal Network (CSTN), a comprehensive architectural model that effectively captures three key types of contextual information: local spatial context (LSC), temporal evolution context (TEC), and global correlation context (GCC). The LSC module utilizes a Two-View ConvNet to learn spatial dependencies from the origin and destination perspectives separately. This dual approach mitigates the potential suboptimality of considering only one spatial dimension.

The TEC module enhances the model's capacity to understand temporal patterns by integrating spatial features with meteorological data into a Convolutional LSTM framework. This incorporation acknowledges the fact that taxi demand is influenced by temporal dynamics and external factors such as weather conditions. The ConvLSTM architecture helps capture these intricate temporal dependencies effectively.

To handle correlation at a broader geographical level, the GCC module estimates the similarity between all region pairs and derives a compound global feature. This procedure acknowledges that regions with similar characteristics or functions might exhibit analogous demand patterns, thus deploying taxis strategically across regions not necessarily adjacent.

Extensive experimental evaluations on an extensive dataset from New York City demonstrate that CSTN achieves superior predictive accuracy over existing methods like ST-ResNet and conventional machine learning approaches such as XGBoost and Multiple Layer Perceptron (MLP). It is notable that, CSTN achieves a remarkable improvement in the Mean Absolute Percentage Error (MAPE) for the OD prediction task and further excels in predicting broader taxi demand patterns.

The implications highlighted by this paper include more efficient taxi fleet management and reduced wait times in urban areas. The model can significantly optimize taxi dispatch systems by accurately forecasting demand across all region pairs, considering not only origin-centric demand but also the contextual destination needs. This is critical for ameliorating issues associated with imbalance in supply and demand, consequently aiding in traffic congestion reduction and enhancing urban mobility.

In future developments, the integration of additional data sources like real-time traffic conditions or socio-economic factors could further improve prediction models. Moreover, algorithmic adaptations to cater to different transportation modes and city-specific characteristics could extend the utility of the foundational work laid out by CSTN.

This paper provides a robust framework for enhancing accuracy in taxi demand predictions, paving the way for advancements in smart city implementations and intelligent transportation management.