论文标题
终身图形学习
Lifelong Graph Learning
论文作者
论文摘要
图形神经网络(GNN)是许多图形结构任务的强大模型。现有模型通常假定该图的完整结构在训练过程中可用。但是,在实践中,图形结构的数据通常以流方式形成,因此通常需要连续学习图。在本文中,我们通过将连续的图形学习问题转换为常规的图形学习问题来弥合GNN和终身学习,以便GNN可以继承为卷积神经网络(CNN)开发的终身学习技术。我们提出了一个新的拓扑,即功能图,该特征将特征作为新的节点和将节点变成独立图。这成功将节点分类的原始问题转换为图形分类。在实验中,我们通过连续学习一系列经典图数据集来证明特征图网络(FGN)的效率和有效性。我们还表明,FGN在两种应用中取得了卓越的性能,即具有可穿戴设备和功能匹配的终生人类行动识别。据我们所知,FGN是通过新颖的图形拓扑结束图形学习和终身学习的第一种方法。源代码可从https://github.com/wang-chen/lgl获得
Graph neural networks (GNN) are powerful models for many graph-structured tasks. Existing models often assume that the complete structure of the graph is available during training. In practice, however, graph-structured data is usually formed in a streaming fashion so that learning a graph continuously is often necessary. In this paper, we bridge GNN and lifelong learning by converting a continual graph learning problem to a regular graph learning problem so GNN can inherit the lifelong learning techniques developed for convolutional neural networks (CNN). We propose a new topology, the feature graph, which takes features as new nodes and turns nodes into independent graphs. This successfully converts the original problem of node classification to graph classification. In the experiments, we demonstrate the efficiency and effectiveness of feature graph networks (FGN) by continuously learning a sequence of classical graph datasets. We also show that FGN achieves superior performance in two applications, i.e., lifelong human action recognition with wearable devices and feature matching. To the best of our knowledge, FGN is the first method to bridge graph learning and lifelong learning via a novel graph topology. Source code is available at https://github.com/wang-chen/LGL