The Balanced Up-Down Walk
Hugo A. Akitaya, Sarah Cannon, Gregory Herschlag, Gabe Schoenbach, Kristopher Tapp, Jamie Tucker-Foltz

TL;DR
The paper introduces the Balanced Up-Down (BUD) walk, a new Markov chain for efficiently sampling balanced graph partitions, improving over existing methods in fairness and exploration of the state space.
Contribution
It proposes the BUD walk, a novel Markov chain that maintains balanced subtrees during sampling, with theoretical analysis and empirical validation.
Findings
BUD walk samples from a known invariant measure.
BUD walk is irreducible in cases where ReCom is not.
Empirical results show BUD's improved performance over existing methods.
Abstract
Markov chains based on spanning trees have been hugely influential in algorithms for assessing fairness in political redistricting. The input graph represents the geographic building blocks of a jurisdiction. The goal is to output a large ensemble of random graph partitions, which is done by drawing and splitting random spanning trees. Crucially, these subtrees must be balanced, since political districts are required to have equal population. The Up-Down walk (on trees or forests) repeatedly adds a random edge then deletes a random edge to produce a new tree or forest; it can be used to efficiently generate a large ensemble, but the rejection rate to maintain balance grows exponentially with the number of parts. ReCom, the most widely-used class of Markov chains, circumvents this complexity barrier by merging and splitting pairs of districts at a time. This runs fast in practice but can…
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
TopicsGame Theory and Voting Systems · Bayesian Modeling and Causal Inference · Complex Network Analysis Techniques
