paper-with-me

홈 › Papers

FedGTA: Topology-aware Averaging for Federated Graph Learning

2024-01-22 · Xunkai Li, Zhengyu Wu, Wentao Zhang, Yinlin Zhu, Rong-Hua Li, Guoren Wang

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 Optimization, which improves multi-client training in existing machine learning models; (ii) FGL Model, which enhances performance with complex local models and multi-client interactions. However, most FGL optimization strategies are designed specifically for the computer vision domain and ignore graph structure, presenting dissatisfied performance and slow convergence. Meanwhile, complex local model architectures in FGL Models studies lack scalability for handling large-scale subgraphs and have deployment limitations. To address these issues, we propose Federated Graph Topology-aware Aggregation (FedGTA), a personalized optimization strategy that optimizes through topology-aware local smoothing confidence and mixed neighbor features. During experiments, we deploy FedGTA in 12 multi-scale real-world datasets with the Louvain and Metis split. This allows us to evaluate the performance and robustness of FedGTA across a range of scenarios. Extensive experiments demonstrate that FedGTA achieves state-of-the-art performance while exhibiting high scalability and efficiency. The experiment includes ogbn-papers100M, the most representative large-scale graph database so that we can verify the applicability of our method to large-scale graph learning. To the best of our knowledge, our study is the first to bridge large-scale graph learning with FGL using this optimization strategy, contributing to the development of efficient and scalable FGL methods.

📄 PDF Abstract BibTeX arXiv:2401.11755

Code (1)

xkli-allen/fedgta 공식 구현 pytorch

Tasks

Graph Learning

Similar Papers 제목 키워드 기반

Towards Effective Federated Multimodal Graph Learning via Navigating Multifaceted Heterogeneity

2026-08-01 · Yinlin Zhu, Di Wu, Yi Zhang, Xunkai Li 외 arxiv

Multimodal-attributed graphs (MAGs), where nodes carry heterogeneous semantic content across multiple modalities while edges encode relational dependencies, have been widely adopted across diverse domains. Federated mult…

Contrastive LearningGraph Learning

PRISM: Topology-Aware Cross-Modal Imputation for Modality-Deficient Federated Graph Learning

2026-06-08 · Zekai Chen, Miao Zhang, Jiayang Xing, Xunkai Li 외 arxiv

Multimodal federated graph learning (MM-FGL) aims to collaboratively learn from decentralized graphs with text and images. However, real-world clients may not share a common modality basis: a visual-search client may con…

Graph Learning

Structural Negative Transfer in Federated Graph Neural Networks: Diagnosis, Causal Investigation, and the Limits of Divergence-Aware Mitigation

2026-09-15 · Chethana Prasad Kabgere, Shylaja SS arxiv

Federated learning lets multiple participants train a shared model without pooling raw data, by exchanging locally trained model updates instead. Federated averaging assumes that averaging local models is a reasonable wa…

Federated Learning

Air-Plan: Query-Optimized Topology Selection for Over-the-Air Decentralized Federated Learning

2026-07-05 · Kaushal Attaluri, Rebeca P. Diaz-Redondo, Manuel Fernandez Veiga arxiv

Over-the-air (OTA) aggregation exploits the superposition property of wireless multiple-access channels to aggregate model updates from multiple devices within a single transmission slot, significantly reducing communica…

Federated Learning

FedTAD: Topology-aware Data-free Knowledge Distillation for Subgraph Federated Learning

2024-04-22 · Yinlin Zhu, Xunkai Li, Zhengyu Wu, Di wu 외

Subgraph federated learning (subgraph-FL) is a new distributed paradigm that facilitates the collaborative training of graph neural networks (GNNs) by multi-client subgraphs. Unfortunately, a significant challenge of sub…

Data-free Knowledge DistillationFederated LearningKnowledge DistillationTransfer Learning