LGAIMLNov 11, 2018

Optimizing Taxi Carpool Policies via Reinforcement Learning and Spatio-Temporal Mining

arXiv:1811.04345v148 citations
Originality Incremental advance
AI Analysis

This work addresses urban transportation efficiency and congestion reduction for taxi services, presenting an incremental improvement through a hybrid RL and neural network approach.

The paper tackles optimizing taxi carpool policies to maximize transportation efficiency and reduce traffic congestion using reinforcement learning and spatio-temporal mining, achieving promising results compared to a baseline fixed policy and significantly improving travel time prediction with ST-NN.

In this paper, we develop a reinforcement learning (RL) based system to learn an effective policy for carpooling that maximizes transportation efficiency so that fewer cars are required to fulfill the given amount of trip demand. For this purpose, first, we develop a deep neural network model, called ST-NN (Spatio-Temporal Neural Network), to predict taxi trip time from the raw GPS trip data. Secondly, we develop a carpooling simulation environment for RL training, with the output of ST-NN and using the NYC taxi trip dataset. In order to maximize transportation efficiency and minimize traffic congestion, we choose the effective distance covered by the driver on a carpool trip as the reward. Therefore, the more effective distance a driver achieves over a trip (i.e. to satisfy more trip demand) the higher the efficiency and the less will be the traffic congestion. We compared the performance of RL learned policy to a fixed policy (which always accepts carpool) as a baseline and obtained promising results that are interpretable and demonstrate the advantage of our RL approach. We also compare the performance of ST-NN to that of state-of-the-art travel time estimation methods and observe that ST-NN significantly improves the prediction performance and is more robust to outliers.

Foundations

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

Your Notes