DSDCMay 20

Distributed Stochastic Graph Algorithms

arXiv:2605.2124825.4
Predicted impact top 52% in DS · last 90 daysOriginality Highly original
AI Analysis

It provides a new distributed framework for stochastic graph optimization, enabling faster algorithms for fundamental problems in distributed computing.

This paper introduces a distributed stochastic graph model and shows that distributed algorithms can achieve fast approximations for maximum matching, minimum vertex cover, and minimum dominating set, overcoming known lower bounds for non-stochastic settings.

We study stochastic graph optimization problems in a novel distributed setting. As in the standard centralized setting, a random subgraph $G^*$ of a known base graph $G$ is realized by including each edge $e$ independently with a known probability $p_e$, and we must solve an optimization problem on $G^*$ despite uncertainty about its edges. In the standard setting, to cope with this uncertainty, the algorithm can query any edge of $G$ to learn if the edge exists in $G^*$, and its complexity is the number of queried edges. The distributed setting incorporates uncertainty in a natural manner, by having each vertex know only about its own edges in $G^*$ (and only communicate over them), and the complexity is measured by the number of synchronous communication rounds. We establish that distributed stochastic algorithms can be drastically faster than their non-stochastic counterparts and overcome known lower bounds, by showing fast distributed approximation algorithms for maximum matching, minimum vertex cover, and minimum dominating set.

Foundations

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

Your Notes