Representations of Sparse Distributed Networks: A Locality-Sensitive Approach
Haim Kaplan, Shay Solomon

TL;DR
This paper improves a dynamic graph orientation algorithm to ensure bounded local memory usage at all times and introduces a local scheme for edge updates, addressing key limitations of previous methods.
Contribution
It modifies the Brodal-Fagerberg algorithm to bound vertex outdegrees by arboricity in distributed settings and proposes a local update scheme for efficiency without outdegree bounds.
Findings
Bounded outdegree at all times in distributed networks.
Efficient local update scheme for dynamic graphs.
Addresses global vs. local update trade-offs.
Abstract
In 1999, Brodal and Fagerberg (BF) gave an algorithm for maintaining a low outdegree orientation of a dynamic uniformly sparse graph. Specifically, for a dynamic graph on -vertices, with arboricity bounded by at all times, the BF algorithm supports edge updates in amortized update time, while keeping the maximum outdegree in the graph bounded by . Such an orientation provides a basic data structure for uniformly sparse graphs, which found applications to a plethora of dynamic graph algorithms. A significant weakness of the BF algorithm is the possible \emph{temporary} blowup of the maximum outdegree, following edge insertions. Although BF eventually reduces all outdegrees to , local memory usage at the vertices, which is an important quality measure in distributed systems, cannot be bounded. We show how to modify the BF algorithm to…
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
TopicsAdvanced Graph Neural Networks · Caching and Content Delivery · Cooperative Communication and Network Coding
