paper-with-me

홈 › Papers

Bridging Graph Network to Lifelong Learning with Feature Interaction

2021-01-01 · Chen Wang, Yuheng Qiu, Sebastian Scherer

Graph neural networks (GNN) are powerful models for many graph-structured tasks. In this paper, we aim to bridge GNN to lifelong learning, which is to overcome the effect of ``catastrophic forgetting" for continuously learning a sequence of graph-structured tasks. Although many lifelong learning techniques for convolutional neural networks (CNN) have been developed, lifelong learning for GNN is still underexplored and suffers from incomplete graph structure during learning. This is because in lifelong learning the nodes increase dynamically and can only be present to the model once, which makes many graph models and sampling strategies inapplicable. To solve this problem, we propose a new graph topology based on feature interaction, called the feature graph. It takes features as new nodes and turns nodes into independent graphs. This successfully converts the original problem of node classification to graph classification, in which the increasing nodes are turned into training samples. Therefore, the lifelong learning techniques developed for CNN become applicable to GNN for the first time. In the experiments, we demonstrate both the efficiency and effectiveness of feature graphs for lifelong learning tasks using a rehearsal method. We expect that it will have broad potential applications for graph-structured tasks in lifelong learning.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationLifelong learningNode Classification

Similar Papers 제목 키워드 기반

Lifelong Graph Learning

2020-09-01 · CVPR 2022 1 · Chen Wang, Yuheng Qiu, Dasong Gao, Sebastian Scherer

Graph neural networks (GNN) are powerful models for many graph-structured tasks. Existing models often assume that the complete structure of the graph is available during training. In practice, however, graph-structured …

Action RecognitionContinual LearningGraph ClassificationGraph Learning+3

Bridging Geographic Bias in Urban Streetscape Inference via Lifelong Learning with Visual-Semantic Pivoting

2026-06-13 · Xinze Zhang arxiv

Visual perception of urban streetscapes underpins evidence-based decisions in landscape planning, public health, and place-making. Yet models trained on a few well-photographed metropolises systematically misjudge underr…

If an LLM Were a Character, Would It Know Its Own Story? Evaluating Lifelong Learning in LLMs

2025-03-30 · Siqi Fan, Xiusheng Huang, Yiqun Yao, Xuezhi Fang 외

Large language models (LLMs) can carry out human-like dialogue, but unlike humans, they are stateless due to the superposition property. However, during multi-turn, multi-agent interactions, LLMs begin to exhibit consist…

Fact CheckingLifelong learning

Bridging Lifelong and Multi-Task Representation Learning via Algorithm and Complexity Measure

2025-11-03 · Zhi Wang, Chicheng Zhang, Ramya Korlakai Vinayak arxiv

In lifelong learning, a learner faces a sequence of tasks with shared structure and aims to identify and leverage it to accelerate learning. We study the setting where such structure is captured by a common representatio…

Representation LearningMulti-Task Learning

Some Insights into Lifelong Reinforcement Learning Systems

2020-01-27 · Changjian Li

A lifelong reinforcement learning system is a learning system that has the ability to learn through trail-and-error interaction with the environment over its lifetime. In this paper, I give some arguments to show that th…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)