Semi-Supervised Classification with Graph Convolutional Networks
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.
Cite
Text
Kipf and Welling. "Semi-Supervised Classification with Graph Convolutional Networks." International Conference on Learning Representations, 2017.Markdown
[Kipf and Welling. "Semi-Supervised Classification with Graph Convolutional Networks." International Conference on Learning Representations, 2017.](https://mlanthology.org/iclr/2017/kipf2017iclr-semi/)BibTeX
@inproceedings{kipf2017iclr-semi,
title = {{Semi-Supervised Classification with Graph Convolutional Networks}},
author = {Kipf, Thomas N. and Welling, Max},
booktitle = {International Conference on Learning Representations},
year = {2017},
url = {https://mlanthology.org/iclr/2017/kipf2017iclr-semi/}
}