paper-with-me

Papers

DRIFT: A Benchmark for Task-Free Continual Graph Learning with Continuous Distribution Shifts

2026-05-13 · Guiquan Sun, Xikun Zhang, Jingchao Ni, Dongjin Song arxiv

Continual graph learning (CGL) aims to learn from dynamically evolving graphs while mitigating catastrophic forgetting. Existing CGL approaches typically adopt a task-based formulation, where the data stream is partitioned into a sequence of discrete tasks with pre-defined boundaries. However, such assumptions rarely hold in real-world environments, where data distributions evolve continuously and task identity is often unavailable. To better reflect realistic non-stationary environments, we revisit continual graph learning from a task-free perspective. We propose a unified formulation that models the data stream as a time-varying mixture of latent task distributions, enabling continuous modeling of distribution drift. Based on this formulation, we construct \emph{DRIFT}, a benchmark that spans a spectrum of transition dynamics ranging from hard task switches to smooth distributional drift through a Gaussian parameterization. We evaluate representative continual learning methods under this task-free setting and observe substantial performance degradation compared to traditional task-based protocols. Our findings indicate that many existing approaches implicitly rely on task boundary information and struggle under realistic task-free graph streams. This work highlights the importance of studying continual graph learning under realistic non-stationary conditions and provides a benchmark for future research in this direction. Our code is available at https://github.com/UConn-DSIS/DRIFT.

📄 PDF Abstract BibTeX arXiv:2605.12998

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningGraph Learning

Similar Papers 제목 키워드 기반

Analytic Drift Resister for Non-Exemplar Continual Graph Learning

2026-04-03 · Lei Song, Shihan Guan, Youyong Kong arxiv

Non-Exemplar Continual Graph Learning (NECGL) seeks to eliminate the privacy risks intrinsic to rehearsal-based paradigms by retaining solely class-level prototype representations rather than raw graph examples for mitig…

class-incremental learningNode ClassificationContinual LearningGraph Learning

Exemplar-free Continual Representation Learning via Learnable Drift Compensation

2024-07-11 · Alex Gomez-Villa, Dipam Goswami, Kai Wang, Andrew D. Bagdanov 외

Exemplar-free class-incremental learning using a backbone trained from scratch and starting from a small first task presents a significant challenge for continual representation learning. Prototype-based approaches, when…

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+2

Resurrecting Old Classes with New Data for Exemplar-Free Continual Learning

2024-05-29 · CVPR 2024 1 · Dipam Goswami, Albin Soutif--Cormerais, Yuyang Liu, Sandesh Kamath 외

Continual learning methods are known to suffer from catastrophic forgetting, a phenomenon that is particularly hard to counter for methods that do not store exemplars of previous tasks. Therefore, to reduce potential dri…

Continual LearningExemplar-Free

The Unreasonable Effectiveness of Randomized Representations in Online Continual Graph Learning

2025-10-08 · Giovanni Donghi, Daniele Zambon, Luca Pasa, Cesare Alippi 외 arxiv

Catastrophic forgetting is one of the main obstacles for Online Continual Graph Learning (OCGL), where nodes arrive one by one, distribution drifts may occur at any time and offline training on task-specific subgraphs is…

Graph Learning

SAME: Stabilized Mixture-of-Experts for Multimodal Continual Instruction Tuning

2026-02-02 · Zhen-Hao Xie, Jun-Tao Tang, Yu-Cheng Shi, Han-Jia Ye 외 arxiv

Multimodal Large Language Models (MLLMs) achieve strong performance through instruction tuning, but real-world deployment requires them to continually expand their capabilities, making Multimodal Continual Instruction Tu…