Federated Link Prediction on Dynamic Graphs

Published: 23 Sept 2025, Last Modified: 21 Oct 2025NPGML PosterEveryoneRevisionsBibTeXCC BY-NC-ND 4.0
Keywords: federated link prediction, dynamic graphs, edge buffer
TL;DR: Federated link prediction on dynamic graph with fixed-size buffer for computation efficiency
Abstract: Link prediction on dynamic, large-scale graphs is widely used in applications such as forecasting customer visits or predicting purchases. However, graph data is often localized due to privacy and efficiency concerns. While federated learning enables collaborative training without sharing raw data, vanilla FL on full historical graphs incurs prohibitive computational costs. Training only on recent data reduces overhead but harms accuracy and introduces data imbalance across clients. We introduce FedLink, a federated graph training framework for solving link prediction tasks on dynamic graphs. By continuously training on fixed-size buffers of client data, we can significantly reduce the computation overhead compared to training on the entire historical graph, while still training a global model across regions. Experiments demonstrate that FedLink matches the accuracy of training a centralized model while requiring 3.41$\times$ less memory and running 28.9\% faster compared with full-batch federated graph training. \footnote{Code and data will be made publicly available upon acceptance.}
Submission Number: 10
Loading