Subquadratic Submodular Function Minimization
Deeparnab Chakrabarty, Yin Tat Lee, Aaron Sidford, Sam, Chiu-wai Wong

TL;DR
This paper introduces subquadratic algorithms for submodular function minimization, significantly improving efficiency for integer and real-valued cases by leveraging stochastic subgradient methods and data structures.
Contribution
It presents the first nearly linear time algorithm for integer-valued submodular functions and a sublinear time approximation algorithm for real-valued functions, advancing the state-of-the-art in SFM.
Findings
First nearly linear time algorithm for integer-valued SFM
Sublinear time approximation for real-valued SFM
Subgradient access lower bounds established
Abstract
Submodular function minimization (SFM) is a fundamental discrete optimization problem which generalizes many well known problems, has applications in various fields, and can be solved in polynomial time. Owing to applications in computer vision and machine learning, fast SFM algorithms are highly desirable. The current fastest algorithms [Lee, Sidford, Wong, FOCS 2015] run in time and ) time respectively, where is the largest absolute value of the function (assuming the range is integers) and is the time taken to evaluate the function on any set. Although the best known lower bound on the query complexity is only , the current shortest non-deterministic proof certifying the optimum value of a function requires function evaluations.…
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 · Stochastic Gradient Optimization Techniques
