paper-with-me

Papers

Low-Dimensional Federated Knowledge Graph Embedding via Knowledge Distillation

2024-08-11 · Xiaoxiong Zhang, Zhiwei Zeng, Xin Zhou, Zhiqi Shen

Federated Knowledge Graph Embedding (FKGE) aims to facilitate collaborative learning of entity and relation embeddings from distributed Knowledge Graphs (KGs) across multiple clients, while preserving data privacy. Training FKGE models with higher dimensions is typically favored due to their potential for achieving superior performance. However, high-dimensional embeddings present significant challenges in terms of storage resource and inference speed. Unlike traditional KG embedding methods, FKGE involves multiple client-server communication rounds, where communication efficiency is critical. Existing embedding compression methods for traditional KGs may not be directly applicable to FKGE as they often require multiple model trainings which potentially incur substantial communication costs. In this paper, we propose a light-weight component based on Knowledge Distillation (KD) which is titled FedKD and tailored specifically for FKGE methods. During client-side local training, FedKD facilitates the low-dimensional student model to mimic the score distribution of triples from the high-dimensional teacher model using KL divergence loss. Unlike traditional KD way, FedKD adaptively learns a temperature to scale the score of positive triples and separately adjusts the scores of corresponding negative triples using a predefined temperature, thereby mitigating teacher over-confidence issue. Furthermore, we dynamically adjust the weight of KD loss to optimize the training process. Extensive experiments on three datasets support the effectiveness of FedKD.

📄 PDF Abstract BibTeX arXiv:2408.05748

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge DistillationKnowledge Graph EmbeddingKnowledge Graphs

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

FedE: Embedding Knowledge Graphs in Federated Setting

2020-10-24 · Mingyang Chen, Wen Zhang, Zonggang Yuan, Yantao Jia 외

Knowledge graphs (KGs) consisting of triples are always incomplete, so it's important to do Knowledge Graph Completion (KGC) by predicting missing triples. Multi-Source KG is a common situation in real KG applications wh…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graph Embeddings+1

Differentially Private Federated Knowledge Graphs Embedding

2021-05-17 · Hao Peng, Haoran Li, Yangqiu Song, Vincent Zheng 외

Knowledge graph embedding plays an important role in knowledge representation, reasoning, and data mining applications. However, for multiple cross-domain knowledge graphs, state-of-the-art embedding models cannot make f…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+3

Personalized Federated Knowledge Graph Embedding with Client-Wise Relation Graph

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

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 priv…

Entity Embeddingsglobal-optimizationGraph EmbeddingKnowledge Graph Embedding+2

Federated Knowledge Graph Unlearning via Diffusion Model

2024-03-13 · Bingchen Liu, Yuanyuan Fang

Federated learning (FL) promotes the development and application of artificial intelligence technologies by enabling model sharing and collaboration while safeguarding data privacy. Knowledge graph (KG) embedding represe…

Federated LearningKnowledge GraphsMachine Unlearningmodel

Heterogeneous Federated Knowledge Graph Embedding Learning and Unlearning

2023-02-04 · Xiangrong Zhu, Guangyao Li, Wei Hu

Federated Learning (FL) recently emerges as a paradigm to train a global machine learning model across distributed clients without sharing raw data. Knowledge Graph (KG) embedding represents KGs in a continuous vector sp…

Federated LearningGraph EmbeddingKnowledge DistillationKnowledge Graph Embedding+1