Linear Query Approximation Algorithms for Non-Monotone Submodular Maximization Under Knapsack Constraint

Abstract

This work, for the first time, introduces two constant factor approximation algorithms with linear query complexity for non-monotone submodular maximization over a ground set of size n subject to a knapsack constraint, DLA and RLA. DLA is a deterministic algorithm that provides an approximation factor of nearly 6 while RLA is a randomized algorithm with an approximation factor of nearly 4. Both run in linear query complexity. The key idea to obtain a constant approximation ratio with linear query lies in: (1) dividing the ground set into two appropriate subsets to find the near-optimal solution over these subsets with linear queries, and (2) combining a threshold greedy with properties of two disjoint sets or a random selection process to improve solution quality. In addition to the theoretical analysis, we have evaluated our proposed solutions with three applications: Revenue Maximization, Image Summarization, and Maximum Weighted Cut, showing that our algorithms not only return comparative results to state-of-the-art algorithms but also require significantly fewer queries.

Cite

Text

Pham et al. "Linear Query Approximation Algorithms for Non-Monotone Submodular Maximization Under Knapsack Constraint." International Joint Conference on Artificial Intelligence, 2023. doi:10.24963/IJCAI.2023/459

Markdown

[Pham et al. "Linear Query Approximation Algorithms for Non-Monotone Submodular Maximization Under Knapsack Constraint." International Joint Conference on Artificial Intelligence, 2023.](https://mlanthology.org/ijcai/2023/pham2023ijcai-linear/) doi:10.24963/IJCAI.2023/459

BibTeX

@inproceedings{pham2023ijcai-linear,
  title     = {{Linear Query Approximation Algorithms for Non-Monotone Submodular Maximization Under Knapsack Constraint}},
  author    = {Pham, Canh V. and Tran, Tan D. and Ha, Dung K. T. and Thai, My T.},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {4127-4135},
  doi       = {10.24963/IJCAI.2023/459},
  url       = {https://mlanthology.org/ijcai/2023/pham2023ijcai-linear/}
}