TL;DR
This paper introduces FTF-ER, a novel experience replay method for continual graph learning that fuses feature and global topological information, improving efficiency and mitigating catastrophic forgetting.
Contribution
The paper proposes a feature-topology fusion approach with a new Hodge Potential Score for global topological importance, reducing memory and training costs in continual graph learning.
Findings
FTF-ER outperforms state-of-the-art methods with 3.6% higher AA and 7.1% higher AF on OGB-Arxiv.
HPS provides more accurate global topological importance than neighbor sampling.
The method reduces buffer storage and training time by excluding neighbor sampling.
Abstract
Continual graph learning (CGL) is an important and challenging task that aims to extend static GNNs to dynamic task flow scenarios. As one of the mainstream CGL methods, the experience replay (ER) method receives widespread attention due to its superior performance. However, existing ER methods focus on identifying samples by feature significance or topological relevance, which limits their utilization of comprehensive graph data. In addition, the topology-based ER methods only consider local topological information and add neighboring nodes to the buffer, which ignores the global topological information and increases memory overhead. To bridge these gaps, we propose a novel method called Feature-Topology Fusion-based Experience Replay (FTF-ER) to effectively mitigate the catastrophic forgetting issue with enhanced efficiency. Specifically, from an overall perspective to maximize the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSoftmax · Attention Is All You Need · Experience Replay · Focus
