LGCLFeb 4, 2023

Heterogeneous Federated Knowledge Graph Embedding Learning and Unlearning

arXiv:2302.02069v293 citationsh-index: 22
AI Analysis

This addresses privacy-preserving knowledge graph learning for distributed clients, but it is incremental as it builds on existing federated learning and knowledge graph embedding methods.

The paper tackles the challenges of data heterogeneity and knowledge forgetting in federated knowledge graph embedding, proposing FedLU which uses mutual knowledge distillation and a neuroscience-inspired unlearning method to achieve superior link prediction and knowledge forgetting results.

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 space, serving as the backbone of many knowledge-driven applications. As a promising combination, federated KG embedding can fully take advantage of knowledge learned from different clients while preserving the privacy of local data. However, realistic problems such as data heterogeneity and knowledge forgetting still remain to be concerned. In this paper, we propose FedLU, a novel FL framework for heterogeneous KG embedding learning and unlearning. To cope with the drift between local optimization and global convergence caused by data heterogeneity, we propose mutual knowledge distillation to transfer local knowledge to global, and absorb global knowledge back. Moreover, we present an unlearning method based on cognitive neuroscience, which combines retroactive interference and passive decay to erase specific knowledge from local clients and propagate to the global model by reusing knowledge distillation. We construct new datasets for assessing realistic performance of the state-of-the-arts. Extensive experiments show that FedLU achieves superior results in both link prediction and knowledge forgetting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes