Subgraph Federated Learning via Spectral Methods
Javad Aliakbari, Johan Östman, Ashkan Panahi, Alexandre Graell i Amat
TL;DR
This work tackles subgraph federated learning for node classification on globally connected graphs by introducing FedLap, a framework that uses Laplacian smoothing in the spectral domain to exploit global structure while preserving privacy and scalability. It advances FedLap+ by decomposing the structural matrix into a fixed spectral basis and a learnable low-rank component, enabling efficient, privacy-preserving spectral information exchange via a decentralized Arnoldi iteration. A formal privacy analysis under a strong attacker model establishes strong guarantees for FedLap+, distinguishing it from prior SFL methods lacking such analysis. Empirical results across six benchmarks demonstrate competitive accuracy with lower communication and enhanced privacy, highlighting the practicality of spectral domain SFL for large-scale graphs.
Abstract
We consider the problem of federated learning (FL) with graph-structured data distributed across multiple clients. In particular, we address the prevalent scenario of interconnected subgraphs, where interconnections between clients significantly influence the learning process. Existing approaches suffer from critical limitations, either requiring the exchange of sensitive node embeddings, thereby posing privacy risks, or relying on computationally-intensive steps, which hinders scalability. To tackle these challenges, we propose FedLap, a novel framework that leverages global structure information via Laplacian smoothing in the spectral domain to effectively capture inter-node dependencies while ensuring privacy and scalability. We provide a formal analysis of the privacy of FedLap, demonstrating that it preserves privacy. Notably, FedLap is the first subgraph FL scheme with strong privacy guarantees. Extensive experiments on benchmark datasets demonstrate that FedLap achieves competitive or superior utility compared to existing techniques.
