CVLGMLSep 5, 2019

DeepIST: Deep Image-based Spatio-Temporal Network for Travel Time Estimation

arXiv:1909.05637v153 citations
Originality Highly original
AI Analysis

This work addresses travel time estimation for urban transportation systems, offering a novel method that significantly improves accuracy over prior approaches.

The paper tackled the problem of travel time estimation in urban transportation by proposing DeepIST, a neural network framework that plots paths as generalized images and uses CNNs to capture spatial and temporal patterns, resulting in a 24.37% to 25.64% reduction in mean absolute error compared to state-of-the-art models.

Estimating the travel time for a given path is a fundamental problem in many urban transportation systems. However, prior works fail to well capture moving behaviors embedded in paths and thus do not estimate the travel time accurately. To fill in this gap, in this work, we propose a novel neural network framework, namely {\em Deep Image-based Spatio-Temporal network (DeepIST)}, for travel time estimation of a given path. The novelty of DeepIST lies in the following aspects: 1) we propose to plot a path as a sequence of "generalized images" which include sub-paths along with additional information, such as traffic conditions, road network and traffic signals, in order to harness the power of convolutional neural network model (CNN) on image processing; 2) we design a novel two-dimensional CNN, namely {\em PathCNN}, to extract spatial patterns for lines in images by regularization and adopting multiple pooling methods; and 3) we apply a one-dimensional CNN to capture temporal patterns among the spatial patterns along the paths for the estimation. Empirical results show that DeepIST soundly outperforms the state-of-the-art travel time estimation models by 24.37\% to 25.64\% of mean absolute error (MAE) in multiple large-scale real-world datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes