Lifelong Graph Learning - Robotics Institute Carnegie Mellon University

Lifelong Graph Learning

Chen Wang, Yuheng Qiu, Dasong Gao, and Sebastian Scherer
Conference Paper, Proceedings of (CVPR) Computer Vision and Pattern Recognition, June, 2022

Abstract

Graph neural networks (GNNs) are powerful models for many graph-structured tasks. Existing models often assume that a complete structure of a graph is available during training. In practice, however, graph-structured data is usually formed in a streaming fashion so learning a graph continuously is often necessary. In this paper, we aim to bridge GNN to lifelong learning by converting a graph problem to a regular learning problem, so that GNN can inherit the lifelong learning techniques developed for convolutional neural networks (CNNs). To this end, we propose a new graph topology based on feature cross-correlation, namely, the feature graph. It takes features as new nodes and turns nodes into independent graphs. This successfully converts the original problem of node classification to graph classification, in which the increasing nodes are turned into independent training samples. 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 work to bridge graph learning to lifelong learning via a novel graph topology. Source code is available at https://github.com/wang-chen/LGL

BibTeX

@conference{Wang-2022-131120,
author = {Chen Wang and Yuheng Qiu and Dasong Gao and Sebastian Scherer},
title = {Lifelong Graph Learning},
booktitle = {Proceedings of (CVPR) Computer Vision and Pattern Recognition},
year = {2022},
month = {June},
}