Optimal Region Search with Submodular Maximization

Abstract

Region search is an important problem in location-based services due to its wide applications. In this paper, we study the problem of optimal region search with submodular maximization (ORS-SM). This problem considers a region as a connected subgraph. We compute an objective value over the locations in the region using a submodular function and a budget value by summing up the costs of edges in the region, and aim to search the region with the largest objective score under a budget value constraint. ORS-SM supports many applications such as the most diversified region search. We prove that the problem is NP-hard and develop two approximation algorithms with guaranteed error bounds. We conduct experiments on two applications using three real-world datasets. The results demonstrate that our algorithms can achieve high-quality solutions and are faster than a state-of-the-art method by orders of magnitude.

Cite

Text

Chen et al. "Optimal Region Search with Submodular Maximization." International Joint Conference on Artificial Intelligence, 2020. doi:10.24963/IJCAI.2020/169

Markdown

[Chen et al. "Optimal Region Search with Submodular Maximization." International Joint Conference on Artificial Intelligence, 2020.](https://mlanthology.org/ijcai/2020/chen2020ijcai-optimal/) doi:10.24963/IJCAI.2020/169

BibTeX

@inproceedings{chen2020ijcai-optimal,
  title     = {{Optimal Region Search with Submodular Maximization}},
  author    = {Chen, Xuefeng and Cao, Xin and Zeng, Yifeng and Fang, Yixiang and Yao, Bin},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2020},
  pages     = {1216-1222},
  doi       = {10.24963/IJCAI.2020/169},
  url       = {https://mlanthology.org/ijcai/2020/chen2020ijcai-optimal/}
}