Empowering A* Search Algorithms with Neural Networks for Personalized Route Recommendation
Jingyuan Wang, Ning Wu, Wayne Xin Zhao, Fanzhang Peng, Xin Lin

TL;DR
This paper introduces a neural network-enhanced A* algorithm for personalized route recommendation, effectively integrating user context and dynamic costs to improve route suggestions.
Contribution
It proposes a novel neural network framework that learns cost functions for A* in PRR, incorporating user context and structural graph features for improved accuracy.
Findings
Outperforms baseline methods on three real-world datasets.
Effectively models user context and dynamic costs.
Demonstrates robustness and improved accuracy.
Abstract
Personalized Route Recommendation (PRR) aims to generate user-specific route suggestions in response to users' route queries. Early studies cast the PRR task as a pathfinding problem on graphs, and adopt adapted search algorithms by integrating heuristic strategies. Although these methods are effective to some extent, they require setting the cost functions with heuristics. In addition, it is difficult to utilize useful context information in the search procedure. To address these issues, we propose using neural networks to automatically learn the cost functions of a classic heuristic algorithm, namely A* algorithm, for the PRR task. Our model consists of two components. First, we employ attention-based Recurrent Neural Networks (RNN) to model the cost from the source to the candidate location by incorporating useful context information. Instead of learning a single cost value, the RNN…
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 · Human Mobility and Location-Based Analysis · Traffic Prediction and Management Techniques
