Topology-Aware Knowledge Propagation in Decentralized Learning
Mansi Sakarvadia, Nathaniel Hudson, Tian Li, Ian Foster, Kyle Chard
TL;DR
The paper tackles the challenge of propagating out-of-distribution (OOD) knowledge in fully decentralized learning where devices communicate only with neighbors. It introduces topology-aware aggregation using degree and betweenness centrality to weight neighbor models, enabling faster and more reliable OOD knowledge dissemination without sacrificing IID performance. Empirical results across 36 topologies and multiple datasets show that topology-aware methods substantially improve OOD propagation while maintaining IID accuracy, highlighting the critical role of network structure in non-IID distributed learning. This work offers a practical mechanism to enhance OOD generalization in decentralized systems, with implications for robust inference in ad hoc and heterogeneous networks.
Abstract
Decentralized learning enables collaborative training of models across naturally distributed data without centralized coordination or maintenance of a global model. Instead, devices are organized in arbitrary communication topologies, in which they can only communicate with neighboring devices. Each device maintains its own local model by training on its local data and integrating new knowledge via model aggregation with neighbors. Therefore, knowledge is propagated across the topology via successive aggregation rounds. We study, in particular, the propagation of out-of-distribution (OOD) knowledge. We find that popular decentralized learning algorithms struggle to propagate OOD knowledge effectively to all devices. Further, we find that both the location of OOD data within a topology, and the topology itself, significantly impact OOD knowledge propagation. We then propose topology-aware aggregation strategies to accelerate (OOD) knowledge propagation across devices. These strategies improve OOD data accuracy, compared to topology-unaware baselines, by 123% on average across models in a topology.
