paper-with-me

Papers

Simple Graph Convolutional Networks

2021-06-10 · Luca Pasa, Nicolò Navarin, Wolfgang Erb, Alessandro Sperduti

Many neural networks for graphs are based on the graph convolution operator, proposed more than a decade ago. Since then, many alternative definitions have been proposed, that tend to add complexity (and non-linearity) to the model. In this paper, we follow the opposite direction by proposing simple graph convolution operators, that can be implemented in single-layer graph convolutional networks. We show that our convolution operators are more theoretically grounded than many proposals in literature, and exhibit state-of-the-art predictive performance on the considered benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2106.05809

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

A Simple Spectral Failure Mode for Graph Convolutional Networks

2020-10-25 · Carey E. Priebe, Cencheng Shen, Ningyuan Huang, Tianyi Chen

Neural networks have achieved remarkable successes in machine learning tasks. This has recently been extended to graph learning using neural networks. However, there is limited theoretical work in understanding how and w…

Graph EmbeddingGraph Learning

On Filter Size in Graph Convolutional Networks

2018-11-23 · Dinh Van Tran, Nicolò Navarin, Alessandro Sperduti

Recently, many researchers have been focusing on the definition of neural networks for graphs. The basic component for many of these approaches remains the graph convolution idea proposed almost a decade ago. In this pap…

Keep It Simple: Graph Autoencoders Without Graph Convolutional Networks

2019-10-02 · Guillaume Salha, Romain Hennequin, Michalis Vazirgiannis

Graph autoencoders (AE) and variational autoencoders (VAE) recently emerged as powerful node embedding methods, with promising performances on challenging tasks such as link prediction and node clustering. Graph AE, VAE …

ClusteringLink PredictionNode Clustering

SPI-GCN: A Simple Permutation-Invariant Graph Convolutional Network

2019-04-08 · HAL archives-ouvertes 2019 4 · Asma Atamna, Nataliya Sokolovska, Jean-Claude Crivello

A wide range of machine learning problems involve handling graph-structured data. Existing machine learning approaches for graphs, however, often imply computing expensive graph similarity measures, preprocessing input g…

BIG-bench Machine LearningDeep LearningGeneral ClassificationGraph Classification+1

Simple and Deep Graph Convolutional Networks

2020-07-04 · ICML 2020 1 · Ming Chen, Zhewei Wei, Zengfeng Huang, Bolin Ding 외

Graph convolutional networks (GCNs) are a powerful deep learning approach for graph-structured data. Recently, GCNs and subsequent variants have shown superior performance in various application areas on real-world datas…

Graph ClassificationGraph RegressionLink PredictionNode Classification+2