paper-with-me

Papers

Towards Continual Knowledge Graph Embedding via Incremental Distillation

2024-05-07 · Jiajun Liu, Wenjun Ke, Peng Wang, Ziyu Shang, Jinhua Gao, Guozheng Li, Ke Ji, Yanhe Liu

Traditional knowledge graph embedding (KGE) methods typically require preserving the entire knowledge graph (KG) with significant training costs when new knowledge emerges. To address this issue, the continual knowledge graph embedding (CKGE) task has been proposed to train the KGE model by learning emerging knowledge efficiently while simultaneously preserving decent old knowledge. However, the explicit graph structure in KGs, which is critical for the above goal, has been heavily ignored by existing CKGE methods. On the one hand, existing methods usually learn new triples in a random order, destroying the inner structure of new KGs. On the other hand, old triples are preserved with equal priority, failing to alleviate catastrophic forgetting effectively. In this paper, we propose a competitive method for CKGE based on incremental distillation (IncDE), which considers the full use of the explicit graph structure in KGs. First, to optimize the learning order, we introduce a hierarchical strategy, ranking new triples for layer-by-layer learning. By employing the inter- and intra-hierarchical orders together, new triples are grouped into layers based on the graph structure features. Secondly, to preserve the old knowledge effectively, we devise a novel incremental distillation mechanism, which facilitates the seamless transfer of entity representations from the previous layer to the next one, promoting old knowledge preservation. Finally, we adopt a two-stage training paradigm to avoid the over-corruption of old knowledge influenced by under-trained new knowledge. Experimental results demonstrate the superiority of IncDE over state-of-the-art baselines. Notably, the incremental distillation mechanism contributes to improvements of 0.2%-6.5% in the mean reciprocal rank (MRR) score.

📄 PDF Abstract BibTeX arXiv:2405.04453

Code (1)

seukgcode/incde 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph Embedding

Similar Papers 제목 키워드 기반

Continual Learning of Knowledge Graph Embeddings

2021-01-14 · Angel Daruna, Mehul Gupta, Mohan Sridharan, Sonia Chernova

In recent years, there has been a resurgence in methods that use distributed (neural) representations to represent and reason about semantic knowledge for robotics applications. However, while robots often observe previo…

Continual LearningGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graph Embeddings+1

Continual Learning for Class- and Domain-Incremental Semantic Segmentation

2022-09-16 · Tobias Kalb, Masoud Roschani, Miriam Ruf, Jürgen Beyerer

The field of continual deep learning is an emerging field and a lot of progress has been made. However, concurrently most of the approaches are only tested on the task of image classification, which is not relevant in th…

class-incremental learningClass Incremental LearningClass-Incremental Semantic SegmentationContinual Learning+9

Knowledge Acquisition and Completion for Long-Term Human-Robot Interactions using Knowledge Graph Embedding

2023-01-17 · E. Bartoli, F. Argenziano, V. Suriani, D. Nardi

In Human-Robot Interaction (HRI) systems, a challenging task is sharing the representation of the operational environment, fusing symbolic knowledge and perceptions, between users and robots. With the existing HRI pipeli…

Continual LearningGraph EmbeddingIncremental LearningKnowledge Graph Embedding

Evolving Without Ending: Unifying Multimodal Incremental Learning for Continual Panoptic Perception

2026-01-22 · Bo Yuan, Danpei Zhao, Wentao Li, Tian Li 외 arxiv

Continual learning (CL) is a great endeavour in developing intelligent perception AI systems. However, the pioneer research has predominantly focus on single-task CL, which restricts the potential in multi-task and multi…

Incremental LearningContinual Learning

CLFace: A Scalable and Resource-Efficient Continual Learning Framework for Lifelong Face Recognition

2024-11-21 · Md Mahedi Hasan, Shoaib Meraj Sami, Nasser Nasrabadi

An important aspect of deploying face recognition (FR) algorithms in real-world applications is their ability to learn new face identities from a continuous data stream. However, the online training of existing deep neur…

Continual LearningFace RecognitionKnowledge DistillationLifelong learning