paper-with-me

홈 › 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 data is usually formed in a streaming fashion so that learning a graph continuously is often necessary. In this paper, we bridge GNN and lifelong learning by converting a continual graph learning problem to a regular graph learning problem so GNN can inherit the lifelong learning techniques developed for convolutional neural networks (CNN). We propose a new topology, the feature graph, which takes features as new nodes and turns nodes into independent graphs. This successfully converts the original problem of node classification to graph classification. In the experiments, we demonstrate the efficiency and effectiveness of feature graph networks (FGN) by continuously learning a sequence of classical graph datasets. We also show that FGN achieves superior performance in two applications, i.e., lifelong human action recognition with wearable devices and feature matching. To the best of our knowledge, FGN is the first method to bridge graph learning and lifelong learning via a novel graph topology. Source code is available at https://github.com/wang-chen/LGL

📄 PDF Abstract BibTeX arXiv:2009.00647

Code (3)

wang-chen/LGL 공식 구현 pytorch
wang-chen/lgl-action-recognition 공식 구현 pytorch
MindSpore-scientific-2/code-12/tree/main/LGL-INR-master mindspore

Tasks

Action RecognitionContinual LearningGraph ClassificationGraph LearningLifelong learningNode ClassificationTemporal Action Localization

Similar 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 le…

Graph ClassificationLifelong learningNode Classification

Graph Lifelong Learning: A Survey

2022-02-22 · Falih Gozi Febrinanto, Feng Xia, Kristen Moore, Chandra Thapa 외

Graph learning is a popular approach for performing machine learning on graph-structured data. It has revolutionized the machine learning ability to model graph data to address downstream tasks. Its application is wide d…

Graph LearningLifelong learningRecommendation SystemsSurvey

Guidance Graph Optimization for Lifelong Multi-Agent Path Finding

2024-02-02 · Yulun Zhang, He Jiang, Varun Bhatt, Stefanos Nikolaidis 외

We study how to use guidance to improve the throughput of lifelong Multi-Agent Path Finding (MAPF). Previous studies have demonstrated that, while incorporating guidance, such as highways, can accelerate MAPF algorithms,…

Multi-Agent Path Finding

LifelongAgentBench: Evaluating LLM Agents as Lifelong Learners

2025-05-17 · Junhao Zheng, Xidi Cai, Qiuke Li, Duzhen Zhang 외

Lifelong learning is essential for intelligent agents operating in dynamic environments. Current large language model (LLM)-based agents, however, remain stateless and unable to accumulate or transfer knowledge over time…

Language ModelingLanguage ModellingLarge Language ModelLifelong learning

Lifelong Learning of Graph Neural Networks for Open-World Node Classification

2020-06-25 · Lukas Galke, Benedikt Franke, Tobias Zielke, Ansgar Scherp

Graph neural networks (GNNs) have emerged as the standard method for numerous tasks on graph-structured data such as node classification. However, real-world graphs are often evolving over time and even new classes may a…

Lifelong learningNode Classification