DMMay 7

Near-optimal edge partitioning via intersecting families

arXiv:2505.180262.93 citationsh-index: 3
Predicted impact top 56% in DM · last 90 daysOriginality Highly original
AI Analysis

This work provides a theoretical breakthrough for edge partitioning in graphs, offering optimal replication guarantees for a fundamental problem in graph processing.

The paper introduces a new class of edge partitioning algorithms that achieve asymptotically worst-case-optimal replication factor of √k(1+o(1)) for any constant number of parts k, and when k grows slowly with the number of vertices. The algorithms are computationally efficient and can be implemented in streaming and distributed models.

We study the problem of edge partitioning, where the goal is to partition the edge set of a graph into several parts. The replication factor of a vertex $v$ is the number of parts that contain edges incident to $v$. The goal is to minimize the average replication factor of the vertices while keeping the sizes of the parts nearly equal. We study the regime where the number of parts is significantly smaller than the size of the graph. To this end, we introduce a new class of edge partitioning algorithms. These algorithms guarantee asymptotically worst-case-optimal upper bounds on the replication factor for any constant number of parts $k$, and when $k$ grows slowly with the number of vertices. In particular, we show that the optimal replication factor for growing $k$ is $\sqrt{k}(1+o(1))$. The algorithms are computationally efficient, including in the LOCAL and CONGEST models, and can be implemented as stateless streaming algorithms in graph processing frameworks. Some of the worst-case graphs are complete graphs and jumbled graphs, also known as pseudo-random graphs. Our method generalizes a family of algorithms based on symmetric intersecting families of sets. Informally, we replace the symmetry condition by a weaker balance condition that is still sufficient for the algorithms. This relaxation makes it possible to construct such families with asymptotically optimal rank $\sqrt{k}(1+o(1))$.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes