paper-with-me

홈 › Papers

Deterministic Approximation for Submodular Maximization over a Matroid in Nearly Linear Time

2020-10-22 · NeurIPS 2020 12 · Kai Han, Zongmai Cao, Shuang Cui, Benwei Wu

We study the problem of maximizing a non-monotone, non-negative submodular function subject to a matroid constraint. The prior best-known deterministic approximation ratio for this problem is $\frac{1}{4}-\epsilon$ under $\mathcal{O}(({n^4}/{\epsilon})\log n)$ time complexity. We show that this deterministic ratio can be improved to $\frac{1}{4}$ under $\mathcal{O}(nr)$ time complexity, and then present a more practical algorithm dubbed TwinGreedyFast which achieves $\frac{1}{4}-\epsilon$ deterministic ratio in nearly-linear running time of $\mathcal{O}(\frac{n}{\epsilon}\log\frac{r}{\epsilon})$. Our approach is based on a novel algorithmic framework of simultaneously constructing two candidate solution sets through greedy search, which enables us to get improved performance bounds by fully exploiting the properties of independence systems. As a byproduct of this framework, we also show that TwinGreedyFast achieves $\frac{1}{2p+2}-\epsilon$ deterministic ratio under a $p$-set system constraint with the same time complexity. To showcase the practicality of our approach, we empirically evaluated the performance of TwinGreedyFast on two network applications, and observed that it outperforms the state-of-the-art deterministic and randomized algorithms with efficient implementations for our problem.

📄 PDF Abstract BibTeX arXiv:2010.11420

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Discretely Beyond $1/e$: Guided Combinatorial Algorithms for Submodular Maximization

2024-05-08 · Yixin Chen, Ankur Nath, Chunli Peng, Alan Kuhnle

For constrained, not necessarily monotone submodular maximization, all known approximation algorithms with ratio greater than $1/e$ require continuous ideas, such as queries to the multilinear extension of a submodular f…

Submodular Maximization via Taylor Series Approximation

2021-01-19 · Gözde Özcan, Armin Moharrer, Stratis Ioannidis

We study submodular maximization problems with matroid constraints, in particular, problems where the objective can be expressed via compositions of analytic and multilinear functions. We show that for functions of this …

Fast algorithms for k-submodular maximization subject to a matroid constraint

2023-07-26 · Shuxian Niu, Qian Liu, Yang Zhou, Min Li

In this paper, we apply a Threshold-Decreasing Algorithm to maximize $k$-submodular functions under a matroid constraint, which reduces the query complexity of the algorithm compared to the greedy algorithm with little l…

A Unified Approach to Submodular Maximization Under Noise

2025-10-24 · Kshipra Bhawalkar, Yang Cai, Zhe Feng, Christopher Liaw 외 arxiv

We consider the problem of maximizing a submodular function with access to a noisy value oracle for the function instead of an exact value oracle. Similar to prior work, we assume that the noisy oracle is persistent in t…

Fast and Private Submodular and $k$-Submodular Functions Maximization with Matroid Constraints

2020-06-28 · ICML 2020 1 · Akbar Rafiey, Yuichi Yoshida

The problem of maximizing nonnegative monotone submodular functions under a certain constraint has been intensively studied in the last decade, and a wide range of efficient approximation algorithms have been developed f…

Data Summarization