paper-with-me

Papers

Parallel Algorithm for Non-Monotone DR-Submodular Maximization

2019-05-30 · ICML 2020 1 · Alina Ene, Huy L. Nguyen

In this work, we give a new parallel algorithm for the problem of maximizing a non-monotone diminishing returns submodular function subject to a cardinality constraint. For any desired accuracy $\epsilon$, our algorithm achieves a $1/e - \epsilon$ approximation using $O(\log{n} \log(1/\epsilon) / \epsilon^3)$ parallel rounds of function evaluations. The approximation guarantee nearly matches the best approximation guarantee known for the problem in the sequential setting and the number of parallel rounds is nearly-optimal for any constant $\epsilon$. Previous algorithms achieve worse approximation guarantees using $\Omega(\log^2{n})$ parallel rounds. Our experimental evaluation suggests that our algorithm obtains solutions whose objective value nearly matches the value obtained by the state of the art sequential algorithms, and it outperforms previous parallel algorithms in number of parallel rounds, iterations, and solution quality.

📄 PDF Abstract BibTeX arXiv:1905.13272

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Practical Parallel Algorithms for Non-Monotone Submodular Maximization

2023-08-21 · Shuang Cui, Kai Han, Jing Tang, Xueying Li 외

Submodular maximization has found extensive applications in various domains within the field of artificial intelligence, including but not limited to machine learning, computer vision, and natural language processing. Wi…

Parallel Double Greedy Submodular Maximization

2014-12-01 · NeurIPS 2014 12 · Xinghao Pan, Stefanie Jegelka, Joseph E. Gonzalez, Joseph K. Bradley 외

Many machine learning problems can be reduced to the maximization of submodular functions. Although well understood in the serial setting, the parallel maximization of submodular functions remains an open area of researc…

Improved Parallel Algorithm for Non-Monotone Submodular Maximization under Knapsack Constraint

2024-09-06 · Tan D. Tran, Canh V. Pham, Dung T. K. Ha, Phuong N. H. Pham

This work proposes an efficient parallel algorithm for non-monotone submodular maximization under a knapsack constraint problem over the ground set of size $n$. Our algorithm improves the best approximation factor of the…

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…

Dynamic Non-monotone Submodular Maximization

2023-11-07 · NeurIPS 2023 11

Maximizing submodular functions has been increasingly used in many applications of machine learning, such as data summarization, recommendation systems, and feature selection. Moreover, there has been a growing interest …

Data Summarizationfeature selectionRecommendation SystemsVideo Summarization