Tight Bounds for Online Graph Partitioning
Monika Henzinger, Stefan Neumann, Harald R\"acke, Stefan Schmid

TL;DR
This paper introduces a nearly optimal randomized online algorithm for graph partitioning that minimizes vertex moves while respecting server capacities, achieving a competitive ratio of O(log l + log k).
Contribution
It presents a polynomial-time randomized algorithm with optimal competitive ratio bounds and resolves the deterministic ratio open problem, introducing a novel ILP-based technique.
Findings
Achieves an upper bound of O(log l + log k) on competitive ratio.
Proves a lower bound of Ω(log l + log k) for randomized algorithms.
Provides a deterministic algorithm with a competitive ratio of Θ(l log k).
Abstract
We consider the following online optimization problem. We are given a graph and each vertex of the graph is assigned to one of servers, where servers have capacity and we assume that the graph has vertices. Initially, does not contain any edges and then the edges of are revealed one-by-one. The goal is to design an online algorithm , which always places the connected components induced by the revealed edges on the same server and never exceeds the server capacities by more than for constant . Whenever learns about a new edge, the algorithm is allowed to move vertices from one server to another. Its objective is to minimize the number of vertex moves. More specifically, should minimize the competitive ratio: the total cost incurs compared…
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 · Smart Parking Systems Research
