Nonuniform Graph Partitioning with Unrelated Weights

Abstract

We give a bi-criteria approximation algorithm for the Minimum Nonuniform Partitioning problem, recently introduced by Krauthgamer, Naor, Schwartz and Talwar (2014). In this problem, we are given a graph G=(V,E) on n vertices and k numbers 1,…, k. The goal is to partition the graph into k disjoint sets P1,…, Pk satisfying |Pi|≤ i n so as to minimize the number of edges cut by the partition. Our algorithm has an approximation ratio of O( n k) for general graphs, and an O(1) approximation for graphs with excluded minors. This is an improvement upon the O( n) algorithm of Krauthgamer, Naor, Schwartz and Talwar (2014). Our approximation ratio matches the best known ratio for the Minimum (Uniform) k-Partitioning problem. We extend our results to the case of "unrelated weights" and to the case of "unrelated d-dimensional weights". In the former case, different vertices may have different weights and the weight of a vertex may depend on the set Pi the vertex is assigned to. In the latter case, each vertex u has a d-dimensional weight r(u,i) = (r1(u,i), …, rd(u,i)) if u is assigned to Pi. Each set Pi has a d-dimensional capacity c(i) = (c1(i),…, cd(i)). The goal is to find a partition such that Σu∈ Pi r(u,i) ≤ c(i) coordinate-wise.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…