Fast Pareto Optimization for Subset Selection with Dynamic Cost Constraints
Abstract
Subset selection with cost constraints is a fundamental problem with various applications such as influence maximization and sensor placement. The goal is to select a subset from a ground set to maximize a monotone objective function such that a monotone cost function is upper bounded by a budget. Previous algorithms with bounded approximation guarantees include the generalized greedy algorithm, POMC and EAMC, all of which can achieve the best known approximation guarantee. In real-world scenarios, the resources often vary, i.e., the budget often changes over time, requiring the algorithms to adapt the solutions quickly. However, when the budget changes dynamically, all these three algorithms either achieve arbitrarily bad approximation guarantees, or require a long running time. In this paper, we propose a new algorithm FPOMC by combining the merits of the generalized greedy algorithm and POMC. That is, FPOMC introduces a greedy selection strategy into POMC. We prove that FPOMC can maintain the best known approximation guarantee efficiently.
Cite
Text
Bian et al. "Fast Pareto Optimization for Subset Selection with Dynamic Cost Constraints." International Joint Conference on Artificial Intelligence, 2021. doi:10.24963/IJCAI.2021/302Markdown
[Bian et al. "Fast Pareto Optimization for Subset Selection with Dynamic Cost Constraints." International Joint Conference on Artificial Intelligence, 2021.](https://mlanthology.org/ijcai/2021/bian2021ijcai-fast/) doi:10.24963/IJCAI.2021/302BibTeX
@inproceedings{bian2021ijcai-fast,
title = {{Fast Pareto Optimization for Subset Selection with Dynamic Cost Constraints}},
author = {Bian, Chao and Qian, Chao and Neumann, Frank and Yu, Yang},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2021},
pages = {2191-2197},
doi = {10.24963/IJCAI.2021/302},
url = {https://mlanthology.org/ijcai/2021/bian2021ijcai-fast/}
}