Online Bisection with Ring Demands
Mateusz Basiak, Marcin Bienkowski, Guy Even, Agnieszka Tatarczuk

TL;DR
This paper introduces a randomized online algorithm for the ring-demand bisection problem, achieving a polylogarithmic competitive ratio with resource augmentation, advancing the understanding of dynamic clustering under ring constraints.
Contribution
It presents the first efficient randomized algorithm with provable guarantees for ring-demand bisection, using a novel metrical task system formulation and state space restriction.
Findings
Achieves $O(rac{1}{ ext{epsilon}}^3 imes ext{log}^2 n)$ competitive ratio.
Reduces state space from exponential to polynomial by limiting cut-edges.
Provides the first polylogarithmic competitive ratio for ring-demand bisection with resource augmentation.
Abstract
The online bisection problem requires maintaining a dynamic partition of nodes into two equal-sized clusters. Requests arrive sequentially as node pairs. If the nodes lie in different clusters, the algorithm pays unit cost. After each request, the algorithm may migrate nodes between clusters at unit cost per node. This problem models datacenter resource allocation where virtual machines must be assigned to servers, balancing communication costs against migration overhead. We study the variant where requests are restricted to edges of a ring network, an abstraction of ring-allreduce patterns in distributed machine learning. Despite this restriction, the problem remains challenging with an deterministic lower bound. We present a randomized algorithm achieving competitive ratio using resource augmentation that allows clusters of size…
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Stochastic Gradient Optimization Techniques
