Chasing Submodular Objectives, and Submodular Maximization via Cutting Planes
By: Niv Buchbinder , Joseph , Naor and more
Potential Business Impact:
Helps computers make good choices when things change.
We introduce the \emph{submodular objectives chasing problem}, which generalizes many natural and previously-studied problems: a sequence of constrained submodular maximization problems is revealed over time, with both the objective and available ground set changing at each step. The goal is to maintain solutions of high approximation and low total \emph{recourse} (number of changes), compared with exact offline algorithms for the same input sequence. For the central cardinality constraint and partition matroid constraints we provide polynomial-time algorithms achieving both optimal $(1-1/e-ε)$-approximation and optimal competitive recourse for \emph{any} constant-approximation. Key to our algorithm's polynomial time, and of possible independent interest, is a new meta-algorithm for $(1-1/e-ε)$-approximately maximizing the multilinear extension under general constraints, which we call {\em approximate-or-separate}. Our algorithm relies on an improvement of the round-and-separate method [Gupta-Levin SODA'20], inspired by an earlier proof by [Vondrák, PhD~Thesis'07]. The algorithm, whose guarantees are similar to the influential {\em continuous greedy} algorithm [Calinescu-Chekuri-Pál-Vondrák SICOMP'11], can use any cutting plane method and separation oracle for the constraints. This allows us to introduce cutting plane methods, used for exact unconstrained submodular minimization since the '80s [Grötschel/Lovász/Schrijver Combinatorica'81], as a useful method for (optimal approximate) constrained submodular maximization. We show further applications of this approach to static algorithms with curvature-sensitive approximation, and to communication complexity protocols.
Similar Papers
A Unified Approach to Submodular Maximization Under Noise
Data Structures and Algorithms
Improves computer decisions with imperfect information.
An Asymptotically Optimal Approximation Algorithm for Multiobjective Submodular Maximization at Scale
Data Structures and Algorithms
Finds best groups for many goals at once.
Assignment-Routing Optimization with Cutting-Plane Subtour Elimination: Solver and Benchmark Dataset
Data Structures and Algorithms
Finds cheapest routes for deliveries and matching.