English

Chasing Positive Bodies

Data Structures and Algorithms 2024-05-08 v2

Abstract

We study the problem of chasing positive bodies in 1\ell_1: given a sequence of bodies Kt={xtR+nCtxt1,Ptxt1}K_{t}=\{x^{t}\in\mathbb{R}_{+}^{n}\mid C^{t}x^{t}\geq 1,P^{t}x^{t}\leq 1\} revealed online, where CtC^{t} and PtP^{t} are nonnegative matrices, the goal is to (approximately) maintain a point xtKtx_t \in K_t such that txtxt11\sum_t \|x_t - x_{t-1}\|_1 is minimized. This captures the fully-dynamic low-recourse variant of any problem that can be expressed as a mixed packing-covering linear program and thus also the fractional version of many central problems in dynamic algorithms such as set cover, load balancing, hyperedge orientation, minimum spanning tree, and matching. We give an O(logd)O(\log d)-competitive algorithm for this problem, where dd is the maximum row sparsity of any matrix CtC^t. This bypasses and improves exponentially over the lower bound of n\sqrt{n} known for general convex bodies. Our algorithm is based on iterated information projections, and, in contrast to general convex body chasing algorithms, is entirely memoryless. We also show how to round our solution dynamically to obtain the first fully dynamic algorithms with competitive recourse for all the stated problems above; i.e. their recourse is less than the recourse of every other algorithm on every update sequence, up to polylogarithmic factors. This is a significantly stronger notion than the notion of absolute recourse in the dynamic algorithms literature.

Keywords

Cite

@article{arxiv.2304.01889,
  title  = {Chasing Positive Bodies},
  author = {Sayan Bhattacharya and Niv Buchbinder and Roie Levin and Thatchaphol Saranurak},
  journal= {arXiv preprint arXiv:2304.01889},
  year   = {2024}
}
R2 v1 2026-06-28T09:49:12.760Z