paper-with-me

Papers

TAAM:Inductive Graph-Class Incremental Learning with Task-Aware Adaptive Modulation

2026-02-08 · Jingtao Liu, Xinming Zhang arxiv

Graph Continual Learning (GCL) aims to solve the challenges of streaming graph data. However, current methods often depend on replay-based strategies, which raise concerns like memory limits and privacy issues, while also struggling to resolve the stability-plasticity dilemma. In this paper, we suggest that lightweight, task-specific modules can effectively guide the reasoning process of a fixed GNN backbone. Based on this idea, we propose Task-Aware Adaptive Modulation (TAAM). The key component of TAAM is its lightweight Neural Synapse Modulators (NSMs). For each new task, a dedicated NSM is trained and then frozen, acting as an "expert module." These modules perform detailed, node-attentive adaptive modulation on the computational flow of a shared GNN backbone. This setup ensures that new knowledge is kept within compact, task-specific modules, naturally preventing catastrophic forgetting without using any data replay. Additionally, to address the important challenge of unknown task IDs in real-world scenarios, we propose and theoretically prove a novel method named Anchored Multi-hop Propagation (AMP). Notably, we find that existing GCL benchmarks have flaws that can cause data leakage and biased evaluations. Therefore, we conduct all experiments in a more rigorous inductive learning scenario. Extensive experiments show that TAAM comprehensively outperforms state-of-the-art methods across eight datasets. Code and Datasets are available at: https://github.com/1iuJT/TAAM_AAMAS2026.

📄 PDF Abstract BibTeX arXiv:2602.08036

Code (0)

등록된 구현이 없습니다.

Tasks

Class Incremental LearningContinual Learning

Similar Papers 제목 키워드 기반

Text as Any-Modality for Zero-Shot Classification by Consistent Prompt Tuning

2025-08-08 · Xiangyu Wu, Feng Yu, Yang Yang, Jianfeng Lu arxiv

The integration of prompt tuning with multimodal learning has shown significant generalization abilities for various downstream tasks. Despite advancements, existing methods heavily depend on massive modality-specific la…

Video ClassificationAudio ClassificationImage Classification

Task-Aware Adaptive Modulation: A Replay-Free and Resource-Efficient Approach For Continual Graph Learning

2025-08-31 · Jingtao Liu, Xinming Zhang arxiv

Continual Graph Learning(CGL)focuses on acquiring new knowledge while retaining previously learned information, essential for real-world graph applications. Current methods grapple with two main issues:1) The Stability-P…

Graph Learning

Inductive Graph Few-shot Class Incremental Learning

2024-11-11 · Yayong Li, Peyman Moghadam, Can Peng, Nan Ye 외

Node classification with Graph Neural Networks (GNN) under a fixed set of labels is well known in contrast to Graph Few-Shot Class Incremental Learning (GFSCIL), which involves learning a GNN classifier as graph nodes an…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+1

Towards Robust Graph Incremental Learning on Evolving Graphs

2024-02-20 · Junwei Su, Difan Zou, Zijun Zhang, Chuan Wu

Incremental learning is a machine learning approach that involves training a model on a sequence of tasks, rather than all tasks at once. This ability to learn incrementally from a stream of tasks is crucial for many rea…

Incremental Learning

Self-supervised Incremental Deep Graph Learning for Ethereum Phishing Scam Detection

2021-06-18 · Shucheng Li, Fengyuan Xu, Runchuan Wang, Sheng Zhong

In recent years, phishing scams have become the crime type with the largest money involved on Ethereum, the second-largest blockchain platform. Meanwhile, graph neural network (GNN) has shown promising performance in var…

Graph LearningGraph Neural NetworkNode Classification