GDFed: Dynamic Federated Learning for Heterogenous Device Using Graph Neural Network

Published: 01 Jan 2023, Last Modified: 05 Nov 2025ICOIN 2023EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Federated learning has made it possible to learn models using distributed computing resources. The most commonly used, Fedavg method has a simple structure and shows good performance. However, Fedavg has the disadvantage of not considering the performance of each user device in real-time. To solve this problem, we propose GDFed. It is a federated learning structure that understands the performance and real-time status of each user device during proceeds learning. GNN learns from the graph-type dataset and can perform tasks such as node clustering or node classification through the feature of each node (in this case, the device). GDFed is an architecture that clusters devices using pre-trained GNN models and proceeds with federated learning, taking into account the current capabilities of each device. In the experiment, we show the GDFed method outperforms the Fedavg method by 43.3% in reducing the delay time.
Loading