English

Online Multistage Subset Maximization Problems

Data Structures and Algorithms 2019-05-13 v1 Computational Complexity

Abstract

Numerous combinatorial optimization problems (knapsack, maximum-weight matching, etc.) can be expressed as \emph{subset maximization problems}: One is given a ground set N={1,,n}N=\{1,\dots,n\}, a collection F2N\mathcal{F}\subseteq 2^N of subsets thereof such that F\emptyset\in\mathcal{F}, and an objective (profit) function p:FR+p:\mathcal{F}\rightarrow\mathbb{R}_+. The task is to choose a set SFS\in\mathcal{F} that maximizes p(S)p(S). We consider the \emph{multistage} version (Eisenstat et al., Gupta et al., both ICALP 2014) of such problems: The profit function ptp_t (and possibly the set of feasible solutions Ft\mathcal{F}_t) may change over time. Since in many applications changing the solution is costly, the task becomes to find a sequence of solutions that optimizes the trade-off between good per-time solutions and stable solutions taking into account an additional similarity bonus. As similarity measure for two consecutive solutions, we consider either the size of the intersection of the two solutions or the difference of nn and the Hamming distance between the two characteristic vectors. We study multistage subset maximization problems in the \emph{online} setting, that is, ptp_t (along with possibly Ft\mathcal{F}_t) only arrive one by one and, upon such an arrival, the online algorithm has to output the corresponding solution without knowledge of the future. We develop general techniques for online multistage subset maximization and thereby characterize those models (given by the type of data evolution and the type of similarity measure) that admit a constant-competitive online algorithm. When no constant competitive ratio is possible, we employ lookahead to circumvent this issue. When a constant competitive ratio is possible, we provide almost matching lower and upper bounds on the best achievable one.

Keywords

Cite

@article{arxiv.1905.04162,
  title  = {Online Multistage Subset Maximization Problems},
  author = {Evripidis Bampis and Bruno Escoffier and Kevin Schewior and Alexandre Teiller},
  journal= {arXiv preprint arXiv:1905.04162},
  year   = {2019}
}