Fast Approximation Algorithm for Non-Monotone DR-submodular Maximization under Size Constraint
By: Tan D. Tran, Canh V. Pham
Potential Business Impact:
Finds best deals for selling things.
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++. FastDrSub offers an approximation ratio of $0.044$ with query complexity of $O(n \log(k))$. The second one, FastDrSub++, improves upon it with a ratio of $1/4-\epsilon$ within query complexity of $(n \log k)$ for an input parameter $\epsilon >0$. Therefore, our proposed algorithms are the first constant-ratio approximation algorithms for the problem with the low complexity of $O(n \log(k))$. Additionally, both algorithms are experimentally evaluated and compared against existing state-of-the-art methods, demonstrating their effectiveness in solving the Revenue Maximization problem with DR-submodular objective function. The experimental results show that our proposed algorithms significantly outperform existing approaches in terms of both query complexity and solution quality.
Similar Papers
A Unified Approach to Submodular Maximization Under Noise
Data Structures and Algorithms
Improves computer decisions with imperfect information.
An Approximation Algorithm for Monotone Submodular Cost Allocation
Data Structures and Algorithms
Finds cheapest way to share tasks fairly.
Fixed-Parameter Tractable Submodular Maximization over a Matroid
Data Structures and Algorithms
Finds best choices faster when many options exist.