The Power of Subsampling in Submodular Maximization
Christopher Harshaw, Ehsan Kazemi, Moran Feldman, Amin Karbasi

TL;DR
This paper introduces subsampling as a simple yet powerful technique for submodular maximization, achieving state-of-the-art results in both offline and streaming settings with practical applications.
Contribution
It presents SampleGreedy and SampleStreaming algorithms that use subsampling to improve approximation ratios and efficiency in submodular maximization tasks.
Findings
SampleGreedy achieves near-optimal approximation ratios with fewer queries.
SampleStreaming operates efficiently with limited memory and high approximation quality.
Empirical results demonstrate effectiveness in video, location, and movie recommendation tasks.
Abstract
We propose subsampling as a unified algorithmic technique for submodular maximization in centralized and online settings. The idea is simple: independently sample elements from the ground set, and use simple combinatorial techniques (such as greedy or local search) on these sampled elements. We show that this approach leads to optimal/state-of-the-art results despite being much simpler than existing methods. In the usual offline setting, we present SampleGreedy, which obtains a -approximation for maximizing a submodular function subject to a -extendible system using evaluation and feasibility queries, where is the size of the largest feasible set. The approximation ratio improves to and for monotone submodular and linear objectives, respectively. In the streaming setting, we present SampleStreaming, which obtains a $(4p +2 -…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
