TAAM:Inductive Graph-Class Incremental Learning with Task-Aware Adaptive Modulation
Jingtao Liu, Xinming Zhang

TL;DR
TAAM introduces a task-aware, modular approach for graph continual learning that avoids replay, addresses unknown task IDs, and outperforms existing methods on multiple datasets.
Contribution
The paper proposes TAAM, a novel GCL method using task-specific neural modulators and a theoretical solution for unknown task IDs, improving stability and privacy.
Findings
Outperforms state-of-the-art on eight datasets
Effectively prevents catastrophic forgetting without replay
Addresses unknown task IDs with theoretical guarantees
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Domain Adaptation and Few-Shot Learning · Machine Learning in Healthcare
