paper-with-me

Papers

Continual Learning on Graphs: Challenges, Solutions, and Opportunities

2024-02-18 · Xikun Zhang, Dongjin Song, DaCheng Tao

Continual learning on graph data has recently attracted paramount attention for its aim to resolve the catastrophic forgetting problem on existing tasks while adapting the sequentially updated model to newly emerged graph tasks. While there have been efforts to summarize progress on continual learning research over Euclidean data, e.g., images and texts, a systematic review of progress in continual learning on graphs, a.k.a, continual graph learning (CGL) or lifelong graph learning, is still demanding. Graph data are far more complex in terms of data structures and application scenarios, making CGL task settings, model designs, and applications extremely challenging. To bridge the gap, we provide a comprehensive review of existing continual graph learning (CGL) algorithms by elucidating the different task settings and categorizing the existing methods based on their characteristics. We compare the CGL methods with traditional continual learning techniques and analyze the applicability of the traditional continual learning techniques to CGL tasks. Additionally, we review the benchmark works that are crucial to CGL research. Finally, we discuss the remaining challenges and propose several future directions. We will maintain an up-to-date GitHub repository featuring a comprehensive list of CGL algorithms, accessible at https://github.com/UConn-DSIS/Survey-of-Continual-Learning-on-Graphs.

📄 PDF Abstract BibTeX arXiv:2402.11565

Code (1)

uconn-dsis/survey-of-continual-learning-on-graphs 공식 구현

Tasks

Continual LearningGraph Learning

Similar Papers 제목 키워드 기반

Continual Graph Learning: A Survey

2023-01-28 · Qiao Yuan, Sheng-Uei Guan, Pin Ni, Tianlun Luo 외

Research on continual learning (CL) mainly focuses on data represented in the Euclidean space, while research on graph-structured data is scarce. Furthermore, most graph learning models are tailored for static graphs. Ho…

Continual LearningGraph LearningSurvey

CVPR 2020 Continual Learning in Computer Vision Competition: Approaches, Results, Current Challenges and Future Directions

2020-09-14 · Vincenzo Lomonaco, Lorenzo Pellegrini, Pau Rodriguez, Massimo Caccia 외

In the last few years, we have witnessed a renewed and fast-growing interest in continual learning with deep neural networks with the shared objective of making current AI systems more adaptive, efficient and autonomous.…

BenchmarkingContinual Learning

Continual Learning on Graphs: A Survey

2024-02-09 · Zonggui Tian, Du Zhang, Hong-Ning Dai

Recently, continual graph learning has been increasingly adopted for diverse graph-structured data processing tasks in non-stationary environments. Despite its promising learning capability, current studies on continual …

Continual LearningGraph LearningSurvey

Continual Learning for Robotics: Definition, Framework, Learning Strategies, Opportunities and Challenges

2019-06-29 · Timothée Lesort, Vincenzo Lomonaco, Andrei Stoian, Davide Maltoni 외

Continual learning (CL) is a particular machine learning paradigm where the data distribution and learning objective changes through time, or where all the training data and objective criteria are never available at once…

BIG-bench Machine LearningContinual Learning

Learning in Deep Factor Graphs with Gaussian Belief Propagation

2023-11-24 · Seth Nabarro, Mark van der Wilk, Andrew J Davison

We propose an approach to do learning in Gaussian factor graphs. We treat all relevant quantities (inputs, outputs, parameters, latents) as random variables in a graphical model, and view both training and prediction as …

Continual LearningDenoisingimage-classificationImage Classification+1