# Short-Term Forecasting of Passenger Demand under On-Demand Ride   Services: A Spatio-Temporal Deep Learning Approach

**Authors:** Jintao Ke, Hongyu Zheng, Hai Yang, Xiqun (Michael) Chen

arXiv: 1706.06279 · 2018-02-13

## TL;DR

This paper introduces a novel deep learning model, FCL-Net, that effectively captures spatio-temporal dependencies for short-term passenger demand forecasting in on-demand ride services, outperforming traditional methods.

## Contribution

The paper presents the FCL-Net, a fusion of convolutional and LSTM layers, for improved spatio-temporal demand prediction in ride-sharing platforms, incorporating variable importance ranking for feature selection.

## Key findings

- FCL-Net outperforms classical time-series and neural network models.
- The model effectively captures spatio-temporal correlations.
- Real-world data validation shows superior predictive accuracy.

## Abstract

Short-term passenger demand forecasting is of great importance to the on-demand ride service platform, which can incentivize vacant cars moving from over-supply regions to over-demand regions. The spatial dependences, temporal dependences, and exogenous dependences need to be considered simultaneously, however, which makes short-term passenger demand forecasting challenging. We propose a novel deep learning (DL) approach, named the fusion convolutional long short-term memory network (FCL-Net), to address these three dependences within one end-to-end learning architecture. The model is stacked and fused by multiple convolutional long short-term memory (LSTM) layers, standard LSTM layers, and convolutional layers. The fusion of convolutional techniques and the LSTM network enables the proposed DL approach to better capture the spatio-temporal characteristics and correlations of explanatory variables. A tailored spatially aggregated random forest is employed to rank the importance of the explanatory variables. The ranking is then used for feature selection. The proposed DL approach is applied to the short-term forecasting of passenger demand under an on-demand ride service platform in Hangzhou, China. Experimental results, validated on real-world data provided by DiDi Chuxing, show that the FCL-Net achieves better predictive performance than traditional approaches including both classical time-series prediction models and neural network based algorithms (e.g., artificial neural network and LSTM). This paper is one of the first DL studies to forecast the short-term passenger demand of an on-demand ride service platform by examining the spatio-temporal correlations.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.06279/full.md

## Figures

23 figures with captions in the complete paper: https://tomesphere.com/paper/1706.06279/full.md

## References

60 references — full list in the complete paper: https://tomesphere.com/paper/1706.06279/full.md

---
Source: https://tomesphere.com/paper/1706.06279