paper-with-me

홈 › Papers

Federated Graph Learning with Structure Proxy Alignment

2024-08-18 · Xingbo Fu, Zihan Chen, Binchi Zhang, Chen Chen, Jundong Li

Federated Graph Learning (FGL) aims to learn graph learning models over graph data distributed in multiple data owners, which has been applied in various applications such as social recommendation and financial fraud detection. Inherited from generic Federated Learning (FL), FGL similarly has the data heterogeneity issue where the label distribution may vary significantly for distributed graph data across clients. For instance, a client can have the majority of nodes from a class, while another client may have only a few nodes from the same class. This issue results in divergent local objectives and impairs FGL convergence for node-level tasks, especially for node classification. Moreover, FGL also encounters a unique challenge for the node classification task: the nodes from a minority class in a client are more likely to have biased neighboring information, which prevents FGL from learning expressive node embeddings with Graph Neural Networks (GNNs). To grapple with the challenge, we propose FedSpray, a novel FGL framework that learns local class-wise structure proxies in the latent space and aligns them to obtain global structure proxies in the server. Our goal is to obtain the aligned structure proxies that can serve as reliable, unbiased neighboring information for node classification. To achieve this, FedSpray trains a global feature-structure encoder and generates unbiased soft targets with structure proxies to regularize local training of GNN models in a personalized way. We conduct extensive experiments over four datasets, and experiment results validate the superiority of FedSpray compared with other baselines. Our code is available at https://github.com/xbfu/FedSpray.

📄 PDF Abstract BibTeX arXiv:2408.09393

Code (1)

xbfu/fedspray 공식 구현 pytorch

Tasks

Federated LearningFraud DetectionGraph LearningNode Classification

Similar Papers 제목 키워드 기반

On the Geometric Coherence of Global Aggregation in Federated Graph Neural Networks

2026-02-17 · Chethana Prasad Kabgere, Shylaja SS arxiv

Federated learning over graph-structured data exposes a fundamental mismatch between standard aggregation mechanisms and the operator nature of graph neural networks (GNNs). While federated optimization treats model para…

Federated Learning

Closing the Alignment-Maturity Gap in Federated Prototype Learning

2026-06-01 · Mario Casado-Diez, Alejandro Dopico-Castro, Verónica Bolón-Canedo, Bertha Guijarro-Berdiñas arxiv

Learning discriminative visual representations from distributed, heterogeneous data is a fundamental challenge in Federated Learning (FL). Prototype-based methods address statistical heterogeneity by sharing class-level …

Representation LearningFederated Learning

FedGRec: Federated Graph Recommender System with Lazy Update of Latent Embeddings

2022-10-25 · Junyi Li, Heng Huang

Recommender systems are widely used in industry to improve user experience. Despite great success, they have recently been criticized for collecting private user data. Federated Learning (FL) is a new paradigm for learni…

Federated LearningRecommendation Systems

FedPFT: Federated Proxy Fine-Tuning of Foundation Models

2024-04-17 · Zhaopeng Peng, Xiaoliang Fan, Yufan Chen, Zheng Wang 외

Adapting Foundation Models (FMs) for downstream tasks through Federated Learning (FL) emerges a promising strategy for protecting data privacy and valuable FMs. Existing methods fine-tune FM by allocating sub-FM to clien…

Federated Learning

HEART-PFL: Stable Personalized Federated Learning under Heterogeneity with Hierarchical Directional Alignment and Adversarial Knowledge Transfer

2026-03-25 · Minjun Kim, Minje Kim arxiv

Personalized Federated Learning (PFL) aims to deliver effective client-specific models under heterogeneous distributions, yet existing methods suffer from shallow prototype alignment and brittle server-side distillation.…

Personalized Federated Learning