LGAIDBSINov 28, 2024

Federated Continual Graph Learning

arXiv:2411.18919v37 citationsh-index: 16KDD
Originality Incremental advance
AI Analysis

This work addresses storage and privacy issues in distributed graph databases for machine learning practitioners, though it is incremental as it builds on existing continual graph learning methods.

The paper tackles the problem of catastrophic forgetting in graph neural networks (GNNs) on evolving graph data under storage and privacy constraints, proposing Federated Continual Graph Learning (FCGL) with the POWER framework to address local and global forgetting, achieving superior performance over baselines in experiments.

Managing evolving graph data presents substantial challenges in storage and privacy, and training graph neural networks (GNNs) on such data often leads to catastrophic forgetting, impairing performance on earlier tasks. Despite existing continual graph learning (CGL) methods mitigating this to some extent, they rely on centralized architectures and ignore the potential of distributed graph databases to leverage collective intelligence. To this end, we propose Federated Continual Graph Learning (FCGL) to adapt GNNs across multiple evolving graphs under storage and privacy constraints. Our empirical study highlights two core challenges: local graph forgetting (LGF), where clients lose prior knowledge when adapting to new tasks, and global expertise conflict (GEC), where the global GNN exhibits sub-optimal performance in both adapting to new tasks and retaining old ones, arising from inconsistent client expertise during server-side parameter aggregation. To address these, we introduce POWER, a framework that preserves experience nodes with maximum local-global coverage locally to mitigate LGF, and leverages pseudo-prototype reconstruction with trajectory-aware knowledge transfer to resolve GEC. Experiments on various graph datasets demonstrate POWER's superiority over federated adaptations of CGL baselines and vision-centric federated continual learning approaches.

Code Implementations1 repo
Foundations

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

Your Notes