Improved Lower Bounds for Submodular Function Minimization
Deeparnab Chakrabarty, Andrei Graur, Haotian Jiang, Aaron Sidford

TL;DR
This paper introduces a new technique to establish lower bounds for submodular function minimization, proving super-linear query complexity and near-optimal parallel round bounds, advancing understanding of the problem's computational limits.
Contribution
The paper presents a generic method for constructing submodular functions to derive lower bounds, establishing the first super-linear query lower bound and improving parallel complexity bounds for SFM.
Findings
Any deterministic SFM algorithm requires at least Ω(n log n) queries.
Parallel SFM algorithms need at least Ω(n / log n) rounds.
This work improves previous lower bounds and nearly settles the parallel complexity of SFM.
Abstract
We provide a generic technique for constructing families of submodular functions to obtain lower bounds for submodular function minimization (SFM). Applying this technique, we prove that any deterministic SFM algorithm on a ground set of elements requires at least queries to an evaluation oracle. This is the first super-linear query complexity lower bound for SFM and improves upon the previous best lower bound of given by [Graur et al., ITCS 2020]. Using our construction, we also prove that any (possibly randomized) parallel SFM algorithm, which can make up to queries per round, requires at least rounds to minimize a submodular function. This improves upon the previous best lower bound of rounds due to [Chakrabarty et al., FOCS 2021], and settles the parallel complexity of query-efficient SFM…
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.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Cryptography and Data Security · Advanced Graph Theory Research
