paper-with-me

Papers

Personalized Federated Knowledge Graph Embedding with Client-Wise Relation Graph

2024-06-17 · Xiaoxiong Zhang, Zhiwei Zeng, Xin Zhou, Dusit Niyato, Zhiqi Shen

Federated Knowledge Graph Embedding (FKGE) has recently garnered considerable interest due to its capacity to extract expressive representations from distributed knowledge graphs, while concurrently safeguarding the privacy of individual clients. Existing FKGE methods typically harness the arithmetic mean of entity embeddings from all clients as the global supplementary knowledge, and learn a replica of global consensus entities embeddings for each client. However, these methods usually neglect the inherent semantic disparities among distinct clients. This oversight not only results in the globally shared complementary knowledge being inundated with too much noise when tailored to a specific client, but also instigates a discrepancy between local and global optimization objectives. Consequently, the quality of the learned embeddings is compromised. To address this, we propose Personalized Federated knowledge graph Embedding with client-wise relation Graph (PFedEG), a novel approach that employs a client-wise relation graph to learn personalized embeddings by discerning the semantic relevance of embeddings from other clients. Specifically, PFedEG learns personalized supplementary knowledge for each client by amalgamating entity embedding from its neighboring clients based on their "affinity" on the client-wise relation graph. Each client then conducts personalized embedding learning based on its local triples and personalized supplementary knowledge. We conduct extensive experiments on four benchmark datasets to evaluate our method against state-of-the-art models and results demonstrate the superiority of our method.

📄 PDF Abstract BibTeX arXiv:2406.11943

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Embeddingsglobal-optimizationGraph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRelation

Similar Papers 제목 키워드 기반

Personalized Subgraph Federated Learning with Differentiable Auxiliary Projections

2025-05-29 · Wei Zhuo, Zhaohuan Zhan, Ziduo Yang, Han Yu

Federated learning (FL) on graph-structured data typically faces non-IID challenges, particularly in scenarios where each client holds a distinct subgraph sampled from a global graph. In this paper, we introduce Federate…

Federated LearningTransfer Learning

Personalized Federated Learning With Graph

2022-03-02 · Fengwen Chen, Guodong Long, Zonghan Wu, Tianyi Zhou 외

Knowledge sharing and model personalization are two key components in the conceptual framework of personalized federated learning (PFL). Existing PFL methods focus on proposing new model personalization mechanisms while …

Federated LearningPersonalized Federated LearningRelation

FedC4: Graph Condensation Meets Client-Client Collaboration for Efficient and Private Federated Graph Learning

2025-04-19 · Zekai Chen, Xunkai Li, Yinlin Zhu, Rong-Hua Li 외

Federated Graph Learning (FGL) is an emerging distributed learning paradigm that enables collaborative model training over decentralized graph-structured data while preserving local privacy. Existing FGL methods can be c…

Graph Learning

PGFed: Personalize Each Client's Global Objective for Federated Learning

2022-12-02 · ICCV 2023 1 · Jun Luo, Matias Mendieta, Chen Chen, Shandong Wu

Personalized federated learning has received an upsurge of attention due to the mediocre performance of conventional federated learning (FL) over heterogeneous data. Unlike conventional FL which trains a single global co…

Federated LearningPersonalized Federated LearningTransfer Learning

Communication-Efficient Federated Knowledge Graph Embedding with Entity-Wise Top-K Sparsification

2024-06-19 · Xiaoxiong Zhang, Zhiwei Zeng, Xin Zhou, Dusit Niyato 외

Federated Knowledge Graphs Embedding learning (FKGE) encounters challenges in communication efficiency stemming from the considerable size of parameters and extensive communication rounds. However, existing FKGE methods …

Entity EmbeddingsGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs