Streaming and Massively Parallel Algorithms for Euclidean Max-Cut

Abstract

Given a set of vectors X = \ x1,…, xn \ ⊂ Rd, the Euclidean max-cut problem asks to partition the vectors into two parts so as to maximize the sum of Euclidean distances which cross the partition. We design new algorithms for Euclidean max-cut in models for massive datasets: We give a fully-scalable constant-round MPC algorithm using O(nd) + n · poly( (n) / ε) total space which gives a (1+ε)-approximate Euclidean max-cut. We give a dynamic streaming algorithm using poly(d / ε) space when X ⊂eq []d, which provides oracle access to a (1+ε)-approximate Euclidean max-cut. Recently, Chen, Jiang, and Krauthgamer [STOC~'23] gave a dynamic streaming algorithm with space poly(d/ε) to approximate the value of the Euclidean max-cut, but could not provide oracle access to an approximately optimal cut. This was left open in that work, and we resolve it here. Both algorithms follow from the same framework, which analyzes a ``parallel'' and ``subsampled'' (Euclidean) version of a greedy algorithm of Mathieu and Schudy [SODA~'08] for dense max-cut.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…