LGAIDCFeb 28, 2024

Impact of network topology on the performance of Decentralized Federated Learning

arXiv:2402.18606v112 citationsh-index: 13Comput. Networks
Originality Synthesis-oriented
AI Analysis

This work addresses infrastructure and privacy challenges for decentralized AI training at the edge, though it appears incremental in analyzing existing topologies rather than proposing new methods.

This study investigated how different network topologies affect decentralized federated learning performance, finding that global centrality metrics (degree, betweenness) correlate with learning performance while local clustering is less predictive, and revealing challenges like dilution effects when knowledge transfers from peripheral to central nodes.

Fully decentralized learning is gaining momentum for training AI models at the Internet's edge, addressing infrastructure challenges and privacy concerns. In a decentralized machine learning system, data is distributed across multiple nodes, with each node training a local model based on its respective dataset. The local models are then shared and combined to form a global model capable of making accurate predictions on new data. Our exploration focuses on how different types of network structures influence the spreading of knowledge - the process by which nodes incorporate insights gained from learning patterns in data available on other nodes across the network. Specifically, this study investigates the intricate interplay between network structure and learning performance using three network topologies and six data distribution methods. These methods consider different vertex properties, including degree centrality, betweenness centrality, and clustering coefficient, along with whether nodes exhibit high or low values of these metrics. Our findings underscore the significance of global centrality metrics (degree, betweenness) in correlating with learning performance, while local clustering proves less predictive. We highlight the challenges in transferring knowledge from peripheral to central nodes, attributed to a dilution effect during model aggregation. Additionally, we observe that central nodes exert a pull effect, facilitating the spread of knowledge. In examining degree distribution, hubs in Barabasi-Albert networks positively impact learning for central nodes but exacerbate dilution when knowledge originates from peripheral nodes. Finally, we demonstrate the formidable challenge of knowledge circulation outside of segregated communities.

Foundations

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

Your Notes