Keyword-aware Optimal Route Search
Xin Cao, Lisi Chen, Gao Cong, Xiaokui Xiao

TL;DR
This paper introduces the NP-hard keyword-aware optimal route (KOR) query problem, proposing three approximation algorithms that efficiently find routes satisfying user keywords and constraints, with empirical evaluation demonstrating their effectiveness and speed.
Contribution
The paper formulates the KOR problem, proves its NP-hardness, and proposes three approximation algorithms with empirical validation for efficient route planning.
Findings
All algorithms can answer KOR queries efficiently.
BucketBound and Greedy algorithms are faster than OSScaling.
Empirical results demonstrate the accuracy of the algorithms.
Abstract
Identifying a preferable route is an important problem that finds applications in map services. When a user plans a trip within a city, the user may want to find "a most popular route such that it passes by shopping mall, restaurant, and pub, and the travel time to and from his hotel is within 4 hours." However, none of the algorithms in the existing work on route planning can be used to answer such queries. Motivated by this, we define the problem of keyword-aware optimal route query, denoted by KOR, which is to find an optimal route such that it covers a set of user-specified keywords, a specified budget constraint is satisfied, and an objective score of the route is optimal. The problem of answering KOR queries is NP-hard. We devise an approximation algorithm OSScaling with provable approximation bounds. Based on this algorithm, another more efficient approximation algorithm…
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 · Geographic Information Systems Studies · Constraint Satisfaction and Optimization
