Optimal Route Search with the Coverage of Users' Preferences

Abstract

The preferences of users are important in route search and planning. For example, when a user plans a trip within a city, their preferences can be expressed as keywords shopping mall, restaurant, and museum, with weights 0.5, 0.4, and 0.1, respectively. The resulting route should best satisfy their weighted preferences. In this paper, we take into account the weighted user preferences in route search, and present a keyword coverage problem, which finds an optimal route from a source location to a target location such that the keyword coverage is optimized and that the budget score satisfies a specified constraint. We prove that this problem is NP-hard. To solve this complex problem, we pro- pose an optimal route search based on an A* variant for which we have defined an admissible heuristic function. The experiments conducted on real-world datasets demonstrate both the efficiency and accu- racy of our proposed algorithms.

Cite

Text

Zeng et al. "Optimal Route Search with the Coverage of Users' Preferences." International Joint Conference on Artificial Intelligence, 2015.

Markdown

[Zeng et al. "Optimal Route Search with the Coverage of Users' Preferences." International Joint Conference on Artificial Intelligence, 2015.](https://mlanthology.org/ijcai/2015/zeng2015ijcai-optimal/)

BibTeX

@inproceedings{zeng2015ijcai-optimal,
  title     = {{Optimal Route Search with the Coverage of Users' Preferences}},
  author    = {Zeng, Yifeng and Chen, Xuefeng and Cao, Xin and Qin, Shengchao and Cavazza, Marc and Xiang, Yanping},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2015},
  pages     = {2118-2124},
  url       = {https://mlanthology.org/ijcai/2015/zeng2015ijcai-optimal/}
}