paper-with-me

홈 › Papers

Dissecting Federated-Graph Aggregation under Domain Shift: Importance-Aware Aggregation via Empirical Analysis

2025-09-17 · Zhanting Zhou, Zeyu Ma, Ziqiang Zheng, Yang Yang arxiv

Federated graph learning (FGL) trains a shared graph model across clients whose local graphs differ in node features, labels, and connectivity while keeping raw graph data decentralized. Although graph-domain shifts across clients can severely degrade the global model, existing FGL approaches for graph-domain shift mainly adapt local representations, propagation, or graph-derived collaboration, while the server typically applies the same aggregation rule to every parameter coordinate. In this work, we analyze how graph-domain shifts affect server-side aggregation. We find that, as clients optimize under distinct graph-domain conditions, they gradually concentrate their strongest updates on different parameter coordinates, making important update coordinates less shared across clients. Consequently, standard averaging can weaken these domain-specific signals even when client updates are not directly opposed. These findings reveal an aggregationinduced signal dilution effect: parameter coordinates strongly expressed by only a subset of domains are attenuated by nearzero contributions from the remaining domains. Motivated by these findings, we propose FedIA, a lightweight serverside aggregation method that calibrates parameter selection and client weighting. FedIA identifies important coordinates =within each layer and adjusts client aggregation weights according to their contributions on the selected subspace, without modifying local graph training or the standard clientupdate payload. Experiments on Twitch Gamers and WikiNet using two graph-learning backbones and nine FL/FGL baselines show improvements of up to 11.58 percentage points, with particularly strong gains under domain skew.

📄 PDF Abstract BibTeX arXiv:2509.18171

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Learning

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

Attack-Resistant Federated Learning with Residual-based Reweighting

2019-12-24 · Shuhao Fu, Chulin Xie, Bo Li, Qifeng Chen

Federated learning has a variety of applications in multiple domains by utilizing private training data stored on different devices. However, the aggregation process in federated learning is highly vulnerable to adversar…

Federated Learningregression

Far From Sight, Far From Mind: Inverse Distance Weighting for Graph Federated Recommendation

2025-07-02 · Aymen Rayane Khouas, Mohamed Reda Bouadjenek, Hakim Hacid, Sunil Aryal arxiv

Graph federated recommendation systems offer a privacy-preserving alternative to traditional centralized recommendation architectures, which often raise concerns about data security. While federated learning enables pers…

Recommendation SystemsFederated Learning

Principled Federated Domain Adaptation: Gradient Projection and Auto-Weighting

2023-02-10 · Enyi Jiang, Yibo Jacky Zhang, Sanmi Koyejo

Federated Domain Adaptation (FDA) describes the federated learning (FL) setting where source clients and a server work collaboratively to improve the performance of a target client where limited data is available. The do…

Domain AdaptationFederated Learning

A Federated Parameter Aggregation Method for Node Classification Tasks with Different Graph Network Structures

2024-03-24 · Hao Song, Jiacheng Yao, Zhengxi Li, Shaocong Xu 외

Over the past few years, federated learning has become widely used in various classical machine learning fields because of its collaborative ability to train data from multiple sources without compromising privacy. Howev…

Federated LearningGraph Neural NetworkInference AttackMembership Inference Attack+1