Self-Regulating Random Walks for Resilient Decentralized Learning on Graphs
Maximilian Egger, Rawad Bitar, Ghadir Ayache, Antonia Wachter-Zeh, Salim El Rouayheb
TL;DR
This work tackles the resilience problem of random-walk-based decentralized learning on graphs under arbitrary RW failures. It introduces two decentralized algorithms, DecAFork and DecAFork+, which use a distributed return-time estimator to keep the number of active RWs $\mathsf{Z}_t$ close to a target $\mathsf{Z}_0$, with DecAFork+ adding deliberate terminations to curb overshoot. The authors provide theoretical guarantees, including asymptotic unbiasedness of the estimator, bounds on reaction time and overshoot, and finite RW counts, and validate the approach with extensive simulations across failure models and graph types. The results demonstrate robust, scalable resilience for RW-based decentralized learning without a central coordinator, enabling reliable operation in adversarial or unreliable network conditions.
Abstract
Consider the setting of multiple random walks (RWs) on a graph executing a certain computational task. For instance, in decentralized learning via RWs, a model is updated at each iteration based on the local data of the visited node and then passed to a randomly chosen neighbor. RWs can fail due to node or link failures. The goal is to maintain a desired number of RWs to ensure failure resilience. Achieving this is challenging due to the lack of a central entity to track which RWs have failed to replace them with new ones by forking (duplicating) surviving ones. Without duplications, the number of RWs will eventually go to zero, causing a catastrophic failure of the system. We propose two decentralized algorithms called DecAFork and DecAFork+ that can maintain the number of RWs in the graph around a desired value even in the presence of arbitrary RW failures. Nodes continuously estimate the number of surviving RWs by estimating their return time distribution and fork the RWs when failures are likely to happen. DecAFork+ additionally allows terminations to avoid overloading the network by forking too many RWs. We present extensive numerical simulations that show the performance of DecAFork and DecAFork+ regarding fast detection and reaction to failures compared to a baseline, and establish theoretical guarantees on the performance of both algorithms.
