Dynamic Replanning for Improved Public Transport Routing

📅 2025-05-20
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Public transit delays frequently cause extended travel times and missed transfers, yet existing approaches struggle to perform system-wide dynamic rerouting using real-time delay data. This paper proposes the first dynamic path rerouting framework supporting both server-initiated (push) and on-demand (pull) modes. We introduce a novel spatiotemporal graph model grounded in streaming real-time delay data, integrating online shortest-path recomputation with a lightweight incremental engine to enable proactive adjustments anticipating future delay evolution. Experimental results demonstrate that the push mode significantly improves timeliness over pull: average arrival time decreases by 18.7%, and transfer success rate during peak hours increases by 23.4%.

Technology Category

Application Category

📝 Abstract
Delays in public transport are common, often impacting users through prolonged travel times and missed transfers. Existing solutions for handling delays remain limited; backup plans based on historical data miss opportunities for earlier arrivals, while snapshot planning accounts for current delays but not future ones. With the growing availability of live delay data, users can adjust their journeys in real-time. However, the literature lacks a framework that fully exploits this advantage for system-scale dynamic replanning. To address this, we formalise the dynamic replanning problem in public transport routing and propose two solutions: a"pull"approach, where users manually request replanning, and a novel"push"approach, where the server proactively monitors and adjusts journeys. Our experiments show that the push approach outperforms the pull approach, achieving significant speedups. The results also reveal substantial arrival time savings enabled by dynamic replanning.
Problem

Research questions and friction points this paper is trying to address.

Addressing public transport delays impacting travel times and transfers
Lack of system-scale dynamic replanning using live delay data
Proposing pull and push approaches for real-time journey adjustments
Innovation

Methods, ideas, or system contributions that make the work stand out.

Dynamic replanning for public transport routing
Pull and push approaches for journey adjustments
Proactive server monitoring improves arrival times