Efficient Clue-Based Route Search on Road Networks.

Bolong Zheng,Han Su,Wen Hua,Kai Zheng,Xiaofang Zhou,Guohui Li
DOI: https://doi.org/10.1109/tkde.2017.2703848
IF: 9.235
2017-01-01
IEEE Transactions on Knowledge and Data Engineering
Abstract:With the advances in geo-positioning technologies and location-based services, it is nowadays quite common for road networks to have textual contents on the vertices. Previous work on identifying an optimal route that covers a sequence of query keywords has been studied in recent years. However, in many practical scenarios, an optimal route might not always be desirable. Therefore, in this paper, we investigate the problem of clue-based route search (CRS), which allows a user to provide clues on keywords and spatial relationships. First, we propose a greedy algorithm and a dynamic programming algorithm as baselines. To improve efficiency, we develop a branch-and-bound algorithm that prunes unnecessary vertices in query processing. In order to quickly locate candidate, we propose an AB-tree that stores both the distance and keyword information in tree structure. To further reduce the index size, we construct a PB-tree by utilizing the virtue of 2-hop label index to pinpoint the candidate. Extensive experiments are conducted and verify the superiority of our algorithms and index structures.
What problem does this paper attempt to address?