Inferring Taxi Status Using GPS Trajectories
Yin Zhu, Yu Zheng, Liuhang Zhang, Darshan Santani, Xing Xie, Qiang, Yang

TL;DR
This paper presents a novel method for inferring taxi statuses from GPS trajectories, combining feature extraction, parking detection, and a two-phase probabilistic model to improve accuracy in real-world urban settings.
Contribution
It introduces a comprehensive approach integrating feature engineering, parking detection, and a probabilistic inference model for taxi status classification from GPS data.
Findings
Outperforms baseline methods on large-scale real-world data
Accurately detects parking and travel segments
Effectively infers occupied and non-occupied statuses
Abstract
In this paper, we infer the statuses of a taxi, consisting of occupied, non-occupied and parked, in terms of its GPS trajectory. The status information can enable urban computing for improving a city's transportation systems and land use planning. In our solution, we first identify and extract a set of effective features incorporating the knowledge of a single trajectory, historical trajectories and geographic data like road network. Second, a parking status detection algorithm is devised to find parking places (from a given trajectory), dividing a trajectory into segments (i.e., sub-trajectories). Third, we propose a two-phase inference model to learn the status (occupied or non-occupied) of each point from a taxi segment. This model first uses the identified features to train a local probabilistic classifier and then carries out a Hidden Semi-Markov Model (HSMM) for globally…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsHuman Mobility and Location-Based Analysis · Traffic Prediction and Management Techniques · IoT and GPS-based Vehicle Safety Systems
