Semi-Supervised Classification with Graph Convolutional NetworksDownload PDF

Published: 21 Jul 2022, Last Modified: 22 Oct 2023ICLR 2017 PosterReaders: Everyone
Abstract: We present a scalable approach for semi-supervised learning on graph-structured data that is based on an efficient variant of convolutional neural networks which operate directly on graphs. We motivate the choice of our convolutional architecture via a localized first-order approximation of spectral graph convolutions. Our model scales linearly in the number of graph edges and learns hidden layer representations that encode both local graph structure and features of nodes. In a number of experiments on citation networks and on a knowledge graph dataset we demonstrate that our approach outperforms related methods by a significant margin.
TL;DR: Semi-supervised classification with a CNN model for graphs. State-of-the-art results on a number of citation network datasets.
Conflicts: uva.nl
Keywords: Deep learning, Semi-Supervised Learning
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 79 code implementations](https://www.catalyzex.com/paper/arxiv:1609.02907/code)
8 Replies

Loading