Density-Dependent Graph Orientation and Coloring in Scalable MPC
Mohsen Ghaffari, Christoph Grunau

TL;DR
This paper introduces scalable MPC algorithms for graph orientation and coloring that adapt to subgraph density, running in poly(log log n) rounds and surpassing previous round complexity barriers.
Contribution
It presents novel density-dependent algorithms for graph orientation and coloring in scalable MPC, achieving faster round complexity than prior methods.
Findings
Algorithms run in poly(log log n) rounds.
Orientation with maximum outdegree O(α log log n).
Coloring with O(α log log n) colors.
Abstract
This paper presents massively parallel computation (MPC) algorithms in the strongly sublinear memory regime (aka, scalable MPC) for orienting and coloring graphs as a function of its subgraph density. Our algorithms run in rounds and compute an orientation of the edges with maximum outdegree as well as a coloring of the vertices with colors. Here, denotes the density of the densest subgraph. Our algorithm's round complexity is notable because it breaks the barrier, which applied to the previously best known density-dependent orientation algorithm [Ghaffari, Lattanzi, and Mitrovic ICML'19] and is common to many other scalable MPC algorithms.
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
TopicsComplexity and Algorithms in Graphs · Markov Chains and Monte Carlo Methods · Advanced Graph Theory Research
