paper-with-me

Papers

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

2023-05-17 · Canh V. Pham, Tan D. Tran, Dung T. K. Ha, My T. Thai

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+\epsilon$ while $\mathsf{RLA}$ is a randomized algorithm with an approximation factor of $4+\epsilon$. Both run in $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.

📄 PDF Abstract BibTeX arXiv:2305.10292

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Practical and Parallelizable Algorithms for Non-Monotone Submodular Maximization with Size Constraint

2020-09-03 · Yixin Chen, Alan Kuhnle

We present combinatorial and parallelizable algorithms for maximization of a submodular function, not necessarily monotone, with respect to a size constraint. We improve the best approximation factor achieved by an algor…

Optimal Algorithms for Continuous Non-monotone Submodular and DR-Submodular Maximization

2018-05-24 · NeurIPS 2018 12 · Rad Niazadeh, Tim Roughgarden, Joshua R. Wang

In this paper we study the fundamental problems of maximizing a continuous non-monotone submodular function over the hypercube, both with and without coordinate-wise concavity. This family of optimization problems has se…

BIG-bench Machine Learning

Fast Approximation Algorithm for Non-Monotone DR-submodular Maximization under Size Constraint

2025-11-04 · Tan D. Tran, Canh V. Pham arxiv

This work studies the non-monotone DR-submodular Maximization over a ground set of $n$ subject to a size constraint $k$. We propose two approximation algorithms for solving this problem named FastDrSub and FastDrSub++. F…

Stochastic $k$-Submodular Bandits with Full Bandit Feedback

2024-12-14 · Guanyu Nie, Vaneet Aggarwal, Christopher John Quinn

In this paper, we present the first sublinear $\alpha$-regret bounds for online $k$-submodular optimization problems with full-bandit feedback, where $\alpha$ is a corresponding offline approximation ratio. Specifically,…

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

2023-09-21 · Dung T. K. Ha, Canh V. Pham, Tan D. Tran, Huan X. Hoang

The problem of non-monotone $k$-submodular maximization under a knapsack constraint ($\kSMK$) over the ground set size $n$ has been raised in many applications in machine learning, such as data summarization, information…

Data Summarization