Time Sensitive Multiple POIs Route Planning on Bus Networks
Simu Liu, Kailin Jiao, Junping Du, Yawen Li, Zhe Xue, Xiaoyang Sean Wang, Ziqiang Yu, Yunchuan Shi

TL;DR
This paper presents an efficient route planning method for bus networks with time constraints and POI visits, using a modified graph and a novel EA-Star algorithm to optimize travel time considering schedules.
Contribution
It introduces a modified graph structure and the EA-Star algorithm for time-sensitive POI route planning on bus networks, addressing complexities of schedules and dynamic travel times.
Findings
EA-Star outperforms brute-force in large networks
Approach reduces computation time significantly
Effective in real-world bus network datasets
Abstract
This work addresses a route planning problem constrained by a bus road network that includes the schedules of all buses. Given a query with a starting bus stop and a set of Points of Interest (POIs) to visit, our goal is to find an optimal route on the bus network that allows the user to visit all specified POIs from the starting stop with minimal travel time, which includes both bus travel time and waiting time at bus stops. Although this problem resembles a variant of the Traveling Salesman Problem, it cannot be effectively solved using existing solutions due to the complex nature of bus networks, particularly the constantly changing bus travel times and user waiting times. In this paper, we first propose a modified graph structure to represent the bus network, accommodating the varying bus travel times and their arrival schedules at each stop. Initially, we suggest a brute-force…
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
TopicsData Management and Algorithms · Transportation Planning and Optimization · Human Mobility and Location-Based Analysis
