GCAL: Adapting Graph Models to Evolving Domain Shifts
Ziyue Qiao, Qianyi Cai, Hao Dong, Jiawei Gu, Pengyang Wang, Meng Xiao, Xiao Luo, Hui Xiong
TL;DR
GCAL tackles the challenge of unsupervised continual graph domain adaptation across evolving OOD graphs by coupling an adapt-with-memory-replay mechanism with a variational memory graph generator guided by an information bottleneck objective. The inner loop continuously adapts to new graphs using information-maximization while replaying memories to prevent forgetting, and the outer loop generates compact, informative memory graphs through a lower-bound optimization that includes gradient-based condensation and regularization terms. Key contributions include a theoretical IB-derived lower bound for memory generation, a three-loss memory-learning module, and a bi-level optimization framework that achieves superior adaptation and memory retention across diverse graph-domain shifts. Empirically, GCAL outperforms state-of-the-art baselines on regional and temporal graph shifts, demonstrating strong resilience to forgetting and practical potential for scalable continual graph learning.
Abstract
This paper addresses the challenge of graph domain adaptation on evolving, multiple out-of-distribution (OOD) graphs. Conventional graph domain adaptation methods are confined to single-step adaptation, making them ineffective in handling continuous domain shifts and prone to catastrophic forgetting. This paper introduces the Graph Continual Adaptive Learning (GCAL) method, designed to enhance model sustainability and adaptability across various graph domains. GCAL employs a bilevel optimization strategy. The "adapt" phase uses an information maximization approach to fine-tune the model with new graph domains while re-adapting past memories to mitigate forgetting. Concurrently, the "generate memory" phase, guided by a theoretical lower bound derived from information bottleneck theory, involves a variational memory graph generation module to condense original graphs into memories. Extensive experimental evaluations demonstrate that GCAL substantially outperforms existing methods in terms of adaptability and knowledge retention.
