FedGIG: Graph Inversion from Gradient in Federated Learning
Tianzhe Xiao, Yichen Li, Yining Qi, Haozhao Wang, Ruixuan Li
TL;DR
This work tackles the privacy risk of gradient inversion attacks in Federated Graph Learning by proposing FedGIG, a graph-specific GIA. FedGIG combines an adjacency matrix constraining module that enforces symmetry, no self-loops, and sparsity with a subgraph reconstruction module based on a Masked Graph Autoencoder to recover both global graph structure and local motifs. Empirical results on five molecular graph datasets show that FedGIG outperforms prior GIA methods in adjacency reconstruction accuracy and efficiency, underscoring the vulnerability of FGL to graph-aware attacks. The findings highlight significant privacy implications for graph-structured federated systems and provide a concrete methodology for evaluating and strengthening defenses against GIA in graph domains.
Abstract
Recent studies have shown that Federated learning (FL) is vulnerable to Gradient Inversion Attacks (GIA), which can recover private training data from shared gradients. However, existing methods are designed for dense, continuous data such as images or vectorized texts, and cannot be directly applied to sparse and discrete graph data. This paper first explores GIA's impact on Federated Graph Learning (FGL) and introduces Graph Inversion from Gradient in Federated Learning (FedGIG), a novel GIA method specifically designed for graph-structured data. FedGIG includes the adjacency matrix constraining module, which ensures the sparsity and discreteness of the reconstructed graph data, and the subgraph reconstruction module, which is designed to complete missing common subgraph structures. Extensive experiments on molecular datasets demonstrate FedGIG's superior accuracy over existing GIA techniques.
