DSLGNov 15, 2018

Unconstrained Submodular Maximization with Constant Adaptive Complexity

arXiv:1811.06603v238 citations
Originality Highly original
AI Analysis

This work addresses a fundamental optimization problem in machine learning and AI, offering a significant improvement in efficiency for applications like feature selection and influence maximization.

The paper tackles the unconstrained submodular maximization problem by proposing an algorithm that achieves a tight (1/2-ε)-approximation guarantee using Õ(ε⁻¹) adaptive rounds and linear function evaluations, improving from previous bests of 1/3 approximation with Ω(n) rounds.

In this paper, we consider the unconstrained submodular maximization problem. We propose the first algorithm for this problem that achieves a tight $(1/2-\varepsilon)$-approximation guarantee using $\tilde{O}(\varepsilon^{-1})$ adaptive rounds and a linear number of function evaluations. No previously known algorithm for this problem achieves an approximation ratio better than $1/3$ using less than $Ω(n)$ rounds of adaptivity, where $n$ is the size of the ground set. Moreover, our algorithm easily extends to the maximization of a non-negative continuous DR-submodular function subject to a box constraint and achieves a tight $(1/2-\varepsilon)$-approximation guarantee for this problem while keeping the same adaptive and query complexities.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes