English

Robust Approximation Algorithms for Non-monotone $k$-Submodular Maximization under a Knapsack Constraint

Data Structures and Algorithms 2023-09-22 v1 Computational Complexity Machine Learning Combinatorics

Abstract

The problem of non-monotone kk-submodular maximization under a knapsack constraint (\kSMK\kSMK) over the ground set size nn has been raised in many applications in machine learning, such as data summarization, information propagation, etc. However, existing algorithms for the problem are facing questioning of how to overcome the non-monotone case and how to fast return a good solution in case of the big size of data. This paper introduces two deterministic approximation algorithms for the problem that competitively improve the query complexity of existing algorithms. Our first algorithm, \LAA\LAA, returns an approximation ratio of 1/191/19 within O(nk)O(nk) query complexity. The second one, \RLA\RLA, improves the approximation ratio to 1/5ϵ1/5-\epsilon in O(nk)O(nk) queries, where ϵ\epsilon is an input parameter. Our algorithms are the first ones that provide constant approximation ratios within only O(nk)O(nk) query complexity for the non-monotone objective. They, therefore, need fewer the number of queries than state-of-the-the-art ones by a factor of Ω(logn)\Omega(\log n). Besides the theoretical analysis, we have evaluated our proposed ones with several experiments in some instances: Influence Maximization and Sensor Placement for the problem. The results confirm that our algorithms ensure theoretical quality as the cutting-edge techniques and significantly reduce the number of queries.

Keywords

Cite

@article{arxiv.2309.12025,
  title  = {Robust Approximation Algorithms for Non-monotone $k$-Submodular Maximization under a Knapsack Constraint},
  author = {Dung T. K. Ha and Canh V. Pham and Tan D. Tran and Huan X. Hoang},
  journal= {arXiv preprint arXiv:2309.12025},
  year   = {2023}
}

Comments

12 pages

R2 v1 2026-06-28T12:28:16.284Z