Low-Dimensional Federated Knowledge Graph Embedding via Knowledge Distillation
Xiaoxiong Zhang, Zhiwei Zeng, Xin Zhou, Chunyan Miao

TL;DR
This paper introduces FedKD, a knowledge distillation method designed to compress high-dimensional federated knowledge graph embeddings into low-dimensional models, improving communication efficiency while maintaining performance.
Contribution
FedKD is a novel, lightweight knowledge distillation approach tailored for federated knowledge graph embedding, reducing model size and communication costs.
Findings
FedKD effectively compresses embeddings with minimal performance loss.
Experiments show improved communication efficiency in federated settings.
FedKD outperforms baseline methods in multiple datasets.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Privacy-Preserving Technologies in Data · Brain Tumor Detection and Classification
MethodsKnowledge Distillation
