LGAIDec 10, 2020

Overcoming Catastrophic Forgetting in Graph Neural Networks

arXiv:2012.06002v1172 citationsHas Code
AI Analysis

This work tackles the problem of catastrophic forgetting for Graph Neural Networks, which is an incremental step in continual learning for graph-structured data.

This paper addresses catastrophic forgetting in Graph Neural Networks (GNNs), a problem where GNNs forget previously learned knowledge when learning new tasks. The authors propose a novel plug-and-play module called Topology-aware Weight Preserving (TWP) that stabilizes parameters crucial for topological aggregation, outperforming state-of-the-art methods on various GNN backbones and datasets.

Catastrophic forgetting refers to the tendency that a neural network "forgets" the previous learned knowledge upon learning new tasks. Prior methods have been focused on overcoming this problem on convolutional neural networks (CNNs), where the input samples like images lie in a grid domain, but have largely overlooked graph neural networks (GNNs) that handle non-grid data. In this paper, we propose a novel scheme dedicated to overcoming catastrophic forgetting problem and hence strengthen continual learning in GNNs. At the heart of our approach is a generic module, termed as topology-aware weight preserving~(TWP), applicable to arbitrary form of GNNs in a plug-and-play fashion. Unlike the main stream of CNN-based continual learning methods that rely on solely slowing down the updates of parameters important to the downstream task, TWP explicitly explores the local structures of the input graph, and attempts to stabilize the parameters playing pivotal roles in the topological aggregation. We evaluate TWP on different GNN backbones over several datasets, and demonstrate that it yields performances superior to the state of the art. Code is publicly available at \url{https://github.com/hhliu79/TWP}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes