Table of Contents
Fetching ...

Learning-Augmented Dynamic Submodular Maximization

Arpit Agarwal, Eric Balkanski

TL;DR

This work considers the model for dynamic algorithms with predictions where predictions regarding the insertion and deletion times of elements can be used for preprocessing and proposes an algorithm with an amortized update time that achieves a 1/2 -epsilon approximation in expectation for dynamic monotone submodular maximization under a cardinality constraint.

Abstract

In dynamic submodular maximization, the goal is to maintain a high-value solution over a sequence of element insertions and deletions with a fast update time. Motivated by large-scale applications and the fact that dynamic data often exhibits patterns, we ask the following question: can predictions be used to accelerate the update time of dynamic submodular maximization algorithms? We consider the model for dynamic algorithms with predictions where predictions regarding the insertion and deletion times of elements can be used for preprocessing. Our main result is an algorithm with an $O(poly(\log η, \log w, \log k))$ amortized update time over the sequence of updates that achieves a $1/2 - ε$ approximation in expectation for dynamic monotone submodular maximization under a cardinality constraint $k$, where the prediction error $η$ is the number of elements that are not inserted and deleted within $w$ time steps of their predicted insertion and deletion times. This amortized update time is independent of the length of the stream and instead depends on the prediction error.

Learning-Augmented Dynamic Submodular Maximization

TL;DR

This work considers the model for dynamic algorithms with predictions where predictions regarding the insertion and deletion times of elements can be used for preprocessing and proposes an algorithm with an amortized update time that achieves a 1/2 -epsilon approximation in expectation for dynamic monotone submodular maximization under a cardinality constraint.

Abstract

In dynamic submodular maximization, the goal is to maintain a high-value solution over a sequence of element insertions and deletions with a fast update time. Motivated by large-scale applications and the fact that dynamic data often exhibits patterns, we ask the following question: can predictions be used to accelerate the update time of dynamic submodular maximization algorithms? We consider the model for dynamic algorithms with predictions where predictions regarding the insertion and deletion times of elements can be used for preprocessing. Our main result is an algorithm with an amortized update time over the sequence of updates that achieves a approximation in expectation for dynamic monotone submodular maximization under a cardinality constraint , where the prediction error is the number of elements that are not inserted and deleted within time steps of their predicted insertion and deletion times. This amortized update time is independent of the length of the stream and instead depends on the prediction error.
Paper Structure (15 sections, 22 theorems, 18 equations, 8 algorithms)

This paper contains 15 sections, 22 theorems, 18 equations, 8 algorithms.

Key Result

Theorem 1

For monotone submodular maximization under a cardinality constraint $k$, there is a dynamic algorithm with predictions that, for any tolerance $w$ and constant $\epsilon > 0$, achieves an amortized query complexity during the streaming phase of $O(\textnormal{poly}(\log \eta, \log w, \log k))$, an a

Theorems & Definitions (40)

  • Theorem
  • Definition 1
  • Definition 2
  • Definition 3
  • Lemma 0
  • Lemma 0
  • Lemma 0
  • Lemma 0
  • Theorem 1
  • proof
  • ...and 30 more