paper-with-me

홈 › Papers

Federated Graph Semantic and Structural Learning

2024-06-27 · Wenke Huang, Guancheng Wan, Mang Ye, Bo Du

Federated graph learning collaboratively learns a global graph neural network with distributed graphs, where the non-independent and identically distributed property is one of the major challenges. Most relative arts focus on traditional distributed tasks like images and voices, incapable of graph structures. This paper firstly reveals that local client distortion is brought by both node-level semantics and graph-level structure. First, for node-level semantics, we find that contrasting nodes from distinct classes is beneficial to provide a well-performing discrimination. We pull the local node towards the global node of the same class and push it away from the global node of different classes. Second, we postulate that a well-structural graph neural network possesses similarity for neighbors due to the inherent adjacency relationships. However, aligning each node with adjacent nodes hinders discrimination due to the potential class inconsistency. We transform the adjacency relationships into the similarity distribution and leverage the global model to distill the relation knowledge into the local model, which preserves the structural information and discriminability of the local model. Empirical results on three graph datasets manifest the superiority of the proposed method over its counterparts.

📄 PDF Abstract BibTeX arXiv:2406.18937

Code (1)

guanchengwan/fgssl 공식 구현 pytorch

Tasks

Graph LearningGraph Neural Network

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Guiding Federated Graph Recommendation with LLM-encoded knowledge

2026-06-13 · Thi Minh Chau Nguyen, Hien Trang Nguyen, Duc Anh Nguyen, Van Ho-Long 외 arxiv

Graph-based recommender systems are highly effective at extracting collaborative signals from user--item interactions, and federated learning (FL) allows these models to be trained while preserving user privacy. However,…

Federated Learning

Beyond Rigid Alignment: Graph Federated Learning via Dual Manifold Calibration

2026-05-07 · Wentao Yu, Bo Han, Jie Yang, Chen Gong arxiv

Graph Federated Learning (GFL) enables collaborative representation learning across distributed subgraphs while preserving privacy. However, heterogeneity remains a critical challenge, as subgraphs across clients typical…

Representation LearningFederated Learning

Heterogeneity-Aware Knowledge Sharing for Graph Federated Learning

2026-01-29 · Wentao Yu, Sheng Wan, Shuo Chen, Bo Han 외 arxiv

Graph Federated Learning (GFL) enables distributed graph representation learning while protecting the privacy of graph data. However, GFL suffers from heterogeneity arising from diverse node features and structural topol…

Graph Representation LearningFederated Learning

Toward Federated Multimodal Graph Foundation Models: A Topology-Aware Multimodal Alignment Framework

2026-07-17 · Xunkai Li, Guohao Fu, Yuming Ai, Zhengyu Wu 외 arxiv

Multimodal-attributed graphs (MAGs), whose nodes carry modalities such as images and text alongside topological structure, now pervade applications including social platforms, e-commerce, and biomedical networks, offerin…

Federated LearningFew-Shot LearningGraph Learning

FedOGL: Combating Catastrophic Forgetting in Federated Open-World Multimodal Graph Learning

2026-07-30 · Zekai Chen, Haodong Lu, Shihao Li, Weiwei Ji 외 arxiv

Federated graph learning enables collaborative training over decentralized graph data without sharing raw graph information. As such risks evolve, clients must learn emerging classes from private multimodal graph streams…

Graph Learning