2017

Residual Gated Graph ConvNets

Bresson, Xavier, Laurent, Thomas

Understand

Graph-structured data such as social networks, functional brain networks, gene regulatory networks, communications networks have brought the interest in generalizing deep learning techniques to graph domains.

  • In this paper, we are interested to design neural networks for graphs with variable length in order to solve learning problems such as vertex classification, graph classification, graph regression, and graph generative tasks.
  • Most existing works have focused on recurrent neural networks (RNNs) to learn meaningful representations of graphs, and more recently new convolutional neural networks (ConvNets) have been introduced.
  • In this work, we want to compare rigorously these two fundamental families of architectures to solve graph learning tasks.

Reading the bibliography…