paper-with-me

Papers

FedGT: Federated Node Classification with Scalable Graph Transformer

2024-01-26 · Zaixi Zhang, Qingyong Hu, Yang Yu, Weibo Gao, Qi Liu

Graphs are widely used to model relational data. As graphs are getting larger and larger in real-world scenarios, there is a trend to store and compute subgraphs in multiple local systems. For example, recently proposed \emph{subgraph federated learning} methods train Graph Neural Networks (GNNs) distributively on local subgraphs and aggregate GNN parameters with a central server. However, existing methods have the following limitations: (1) The links between local subgraphs are missing in subgraph federated learning. This could severely damage the performance of GNNs that follow message-passing paradigms to update node/edge features. (2) Most existing methods overlook the subgraph heterogeneity issue, brought by subgraphs being from different parts of the whole graph. To address the aforementioned challenges, we propose a scalable \textbf{Fed}erated \textbf{G}raph \textbf{T}ransformer (\textbf{FedGT}) in the paper. Firstly, we design a hybrid attention scheme to reduce the complexity of the Graph Transformer to linear while ensuring a global receptive field with theoretical bounds. Specifically, each node attends to the sampled local neighbors and a set of curated global nodes to learn both local and global information and be robust to missing links. The global nodes are dynamically updated during training with an online clustering algorithm to capture the data distribution of the corresponding local subgraph. Secondly, FedGT computes clients' similarity based on the aligned global nodes with optimal transport. The similarity is then used to perform weighted averaging for personalized aggregation, which well addresses the data heterogeneity problem. Moreover, local differential privacy is applied to further protect the privacy of clients. Finally, extensive experimental results on 6 datasets and 2 subgraph settings demonstrate the superiority of FedGT.

📄 PDF Abstract BibTeX arXiv:2401.15203

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationFederated LearningNode ClassificationOnline Clustering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
LapEigen 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…

Similar Papers 제목 키워드 기반

FedGTEA: Federated Class-Incremental Learning with Gaussian Task Embedding and Alignment

2025-10-14 · Haolin Li, Hoda Bidkhori arxiv

We introduce a novel framework for Federated Class Incremental Learning, called Federated Gaussian Task Embedding and Alignment (FedGTEA). FedGTEA is designed to capture task-specific knowledge and model uncertainty in a…

class-incremental learningClass Incremental LearningRepresentation LearningFederated Learning

FedGTA: Topology-aware Averaging for Federated Graph Learning

2024-01-22 · Xunkai Li, Zhengyu Wu, Wentao Zhang, Yinlin Zhu 외

Federated Graph Learning (FGL) is a distributed machine learning paradigm that enables collaborative training on large-scale subgraphs across multiple local systems. Existing FGL studies fall into two categories: (i) FGL…

Graph Learning

FedGT: Identification of Malicious Clients in Federated Learning with Secure Aggregation

2023-05-09 · Marvin Xhemrishi, Johan Östman, Antonia Wachter-Zeh, Alexandre Graell i Amat

We propose FedGT, a novel framework for identifying malicious clients in federated learning with secure aggregation. Inspired by group testing, the framework leverages overlapping groups of clients to identify the presen…

Data PoisoningFederated Learning

FedGTST: Boosting Global Transferability of Federated Models via Statistics Tuning

2024-10-16 · Evelyn Ma, Chao Pan, Rasoul Etesami, Han Zhao 외

The performance of Transfer Learning (TL) heavily relies on effective pretraining, which demands large datasets and substantial computational resources. As a result, executing TL is often challenging for individual model…

Federated LearningTransfer Learning

Overcoming Catastrophic Forgetting in Federated Class-Incremental Learning via Federated Global Twin Generator

2024-07-13 · Thinh Nguyen, Khoa D Doan, Binh T. Nguyen, Danh Le-Phuoc 외

Federated Class-Incremental Learning (FCIL) increasingly becomes important in the decentralized setting, where it enables multiple participants to collaboratively train a global model to perform well on a sequence of tas…

class-incremental learningClass Incremental LearningFederated LearningIncremental Learning+1