Core Concepts
TrajRoute presents a novel routing paradigm that leverages raw historical trajectory data to compute efficient routes, potentially offering a lower-maintenance alternative to conventional map and traffic-based systems.
Abstract
TrajRoute: A Trajectory-Based Routing System
This research paper introduces TrajRoute, a new routing system that directly utilizes historical trajectory data to compute optimal driving routes. Unlike traditional graph-based routing systems that rely on maps and real-time traffic information, TrajRoute bypasses these dependencies by learning from past driver behavior.
This paper aims to introduce a novel routing system that leverages the abundance of vehicle trajectory data to compute driving routes, potentially offering a lower-maintenance alternative to traditional map and traffic-based systems.
The researchers developed TrajRoute, a system that utilizes a spatio-temporal grid-based index to efficiently retrieve relevant historical trajectories based on a user's origin, destination, and departure time. To address potential gaps in trajectory coverage, the system integrates the road network into the same index, allowing it to seamlessly switch between using historical data and road segments when necessary. The researchers evaluated TrajRoute using a real-world taxi trajectory dataset from San Francisco and compared its performance to Azure Maps, a commercial routing service, in terms of route accuracy and travel time precision.