paper-with-me

홈 › Papers

Residual Gated Graph ConvNets

2017-11-20 · ICLR 2018 1 · Xavier Bresson, Thomas Laurent

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. We review existing graph RNN and ConvNet architectures, and propose natural extension of LSTM and ConvNet to graphs with arbitrary size. Then, we design a set of analytically controlled experiments on two basic graph problems, i.e. subgraph matching and graph clustering, to test the different architectures. Numerical results show that the proposed graph ConvNets are 3-17% more accurate and 1.5-4x faster than graph RNNs. Graph ConvNets are also 36% more accurate than variational (non-learning) techniques. Finally, the most effective graph ConvNet architecture uses gated edges and residuality. Residuality plays an essential role to learn multi-layer architectures as they provide a 10% gain of performance.

📄 PDF Abstract BibTeX arXiv:1711.07553

Code (1)

xbresson/spatial_graph_convnets pytorch

Tasks

ClusteringGeneral ClassificationGraph ClassificationGraph ClusteringGraph LearningGraph RegressionNode Classification

Similar Papers 제목 키워드 기반

Rethinking Motion Representation: Residual Frames with 3D ConvNets for Better Action Recognition

2020-01-16 · Li Tao, Xueting Wang, Toshihiko Yamasaki

Recently, 3D convolutional networks yield good performance in action recognition. However, optical flow stream is still needed to ensure better performance, the cost of which is very high. In this paper, we propose a fas…

Action RecognitionOptical Flow Estimation

ProDyn0: Inferring calponin homology domain stretching behavior using graph neural networks

2019-10-22 · Ali Madani, Cyna Shirazinejad, Jia Rui Ong, Hengameh Shams 외

Graph neural networks are a quickly emerging field for non-Euclidean data that leverage the inherent graphical structure to predict node, edge, and global-level properties of a system. Protein properties can not easily b…

Graph Neural Network

Hierarchical Bipartite Graph Convolution Networks

2018-11-17 · Marcel Nassar

Recently, graph neural networks have been adopted in a wide variety of applications ranging from relational representations to modeling irregular data domains such as point clouds and social graphs. However, the space of…

Graph Neural Network

Motion Representation Using Residual Frames with 3D CNN

2020-06-21 · Li Tao, Xueting Wang, Toshihiko Yamasaki

Recently, 3D convolutional networks (3D ConvNets) yield good performance in action recognition. However, optical flow stream is still needed to ensure better performance, the cost of which is very high. In this paper, we…

Action RecognitionOptical Flow Estimation

Automated Pulmonary Nodule Detection via 3D ConvNets with Online Sample Filtering and Hybrid-Loss Residual Learning

2017-08-13 · Qi Dou, Hao Chen, Yueming Jin, Huangjing Lin 외

In this paper, we propose a novel framework with 3D convolutional networks (ConvNets) for automated detection of pulmonary nodules from low-dose CT scans, which is a challenging yet crucial task for lung cancer early dia…