paper-with-me

홈 › Papers

Holistic Memory Diversification for Incremental Learning in Growing Graphs

2024-06-11 · Ziyue Qiao, Junren Xiao, Qingqiang Sun, Meng Xiao, Hui Xiong

This paper addresses the challenge of incremental learning in growing graphs with increasingly complex tasks. The goal is to continually train a graph model to handle new tasks while retaining its inference ability on previous tasks. Existing methods usually neglect the importance of memory diversity, limiting in effectively selecting high-quality memory from previous tasks and remembering broad previous knowledge within the scarce memory on graphs. To address that, we introduce a novel holistic Diversified Memory Selection and Generation (DMSG) framework for incremental learning in graphs, which first introduces a buffer selection strategy that considers both intra-class and inter-class diversities, employing an efficient greedy algorithm for sampling representative training nodes from graphs into memory buffers after learning each new task. Then, to adequately rememorize the knowledge preserved in the memory buffer when learning new tasks, we propose a diversified memory generation replay method. This method first utilizes a variational layer to generate the distribution of buffer node embeddings and sample synthesized ones for replaying. Furthermore, an adversarial variational embedding learning method and a reconstruction-based decoder are proposed to maintain the integrity and consolidate the generalization of the synthesized node embeddings, respectively. Finally, we evaluate our model on node classification tasks involving increasing class numbers. Extensive experimental results on publicly accessible datasets demonstrate the superiority of DMSG over state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2406.07413

Code (0)

등록된 구현이 없습니다.

Tasks

Incremental LearningNode Classification

Similar Papers 제목 키워드 기반

Incremental Learning on Growing Graphs

2021-01-01 · Yutong Feng, Jianwen Jiang, Yue Gao

Graphs have attracted numerous attention in varied areas and are dynamic in many scenarios. Among dynamic graphs, growing graphs with frequently expanding vertex and edge sets are typical and widely existed, e.g. the rap…

Graph LearningIncremental LearningLink PredictionNode Classification

Graph-Based Vector Search: An Experimental Evaluation of the State-of-the-Art

2025-02-08 · Ilias Azizi, Karima Echihabi, Themis Palpanas

Vector data is prevalent across business and scientific applications, and its popularity is growing with the proliferation of learned embeddings. Vector data collections often reach billions of vectors with thousands of …

Toward a Holistic Approach to Continual Model Merging

2025-09-28 · Hoang Phan, Sungmin Cha, Tung Lam Tran, Qi Lei arxiv

We present a holistic framework for Continual Model Merging (CMM) that intervenes at three critical stages: pre-merging, during merging, and post-merging-to address two fundamental challenges in continual learning. In pa…

Continual Learning

LABRAD-OR: Lightweight Memory Scene Graphs for Accurate Bimodal Reasoning in Dynamic Operating Rooms

2023-03-23 · Ege Özsoy, Tobias Czempiel, Felix Holm, Chantal Pellegrini 외

Modern surgeries are performed in complex and dynamic settings, including ever-changing interactions between medical staff, patients, and equipment. The holistic modeling of the operating room (OR) is, therefore, a chall…

Scene Graph Generation

Graph-level Anomaly Detection via Hierarchical Memory Networks

2023-07-03 · Chaoxi Niu, Guansong Pang, Ling Chen

Graph-level anomaly detection aims to identify abnormal graphs that exhibit deviant structures and node attributes compared to the majority in a graph set. One primary challenge is to learn normal patterns manifested in …

Anomaly Detection