Tight Bounds for Online Balanced Partitioning in the Generalized Learning Model
Harald R\"acke, Stefan Schmid, Ruslan Zabrodin

TL;DR
This paper establishes tight bounds for online balanced partitioning in a generalized learning model, providing two deterministic algorithms with competitive ratios close to optimal and demonstrating their theoretical limits.
Contribution
It introduces two new deterministic online algorithms with tight competitive bounds for the generalized learning model in balanced partitioning.
Findings
First algorithm achieves competitive ratio $O(\max(\sqrt{k\ell \log k}, \ell \log k))$ with $1+\epsilon$ augmentation.
Second algorithm achieves competitive ratio $O(\sqrt{k})$ with $2+\epsilon$ augmentation.
Lower bounds prove the optimality of these competitive ratios.
Abstract
Resource allocation in distributed and networked systems such as the Cloud is becoming increasingly flexible, allowing these systems to dynamically adjust toward the workloads they serve, in a demand-aware manner. Online balanced partitioning is a fundamental optimization problem underlying such self-adjusting systems. We are given a set of servers. On each server we can schedule up to processes simultaneously. The demand is described as a sequence of requests , which means that the two processes communicate. A process can be migrated from one server to another which costs 1 unit per process move. If the communicating processes are on different servers, it further incurs a communication cost of 1 unit for this request. The objective is to minimize the competitive ratio: the cost of serving such a request sequence compared to the cost…
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
TopicsMachine Learning and Algorithms · Optimization and Search Problems
