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

May 17, 2023 Β· Declared Dead Β· πŸ› International Joint Conference on Artificial Intelligence

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Canh V. Pham, Tan D. Tran, Dung T. K. Ha, My T. Thai arXiv ID 2305.10292 Category cs.DS: Data Structures & Algorithms Cross-listed cs.AI Citations 10 Venue International Joint Conference on Artificial Intelligence Last Checked 3 months ago
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, $\mathsf{DLA}$ and $\mathsf{RLA}$. $\mathsf{DLA}$ is a deterministic algorithm that provides an approximation factor of $6+Ξ΅$ while $\mathsf{RLA}$ is a randomized algorithm with an approximation factor of $4+Ξ΅$. Both run in $O(n \log(1/Ξ΅)/Ξ΅)$ 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.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted