English

Linear Query Approximation Algorithms for Non-monotone Submodular Maximization under Knapsack Constraint

Data Structures and Algorithms 2023-07-11 v2 Artificial Intelligence

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 nn subject to a knapsack constraint, DLA\mathsf{DLA} and RLA\mathsf{RLA}. DLA\mathsf{DLA} is a deterministic algorithm that provides an approximation factor of 6+ϵ6+\epsilon while RLA\mathsf{RLA} is a randomized algorithm with an approximation factor of 4+ϵ4+\epsilon. Both run in O(nlog(1/ϵ)/ϵ)O(n \log(1/\epsilon)/\epsilon) 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.

Keywords

Cite

@article{arxiv.2305.10292,
  title  = {Linear Query Approximation Algorithms for Non-monotone Submodular Maximization under Knapsack Constraint},
  author = {Canh V. Pham and Tan D. Tran and Dung T. K. Ha and My T. Thai},
  journal= {arXiv preprint arXiv:2305.10292},
  year   = {2023}
}
R2 v1 2026-06-28T10:37:13.280Z