paper-with-me

Papers

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 paper, we extend this basic component, following an intuition derived from the well-known convolutional filters over multi-dimensional tensors. In particular, we derive a simple, efficient and effective way to introduce a hyper-parameter on graph convolutions that influences the filter size, i.e. its receptive field over the considered graph. We show with experimental results on real-world graph datasets that the proposed graph convolutional filter improves the predictive performance of Deep Graph Convolutional Networks.

📄 PDF Abstract BibTeX arXiv:1811.10435

Code (1)

dinhinfotech/PGC-DGCNN 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

PGC-DGCNN 설명 없음
Graph Convolutional Networks 설명 없음
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 제목 키워드 기반

An Experimental Study of the Transferability of Spectral Graph Networks

2020-12-18 · Axel Nilsson, Xavier Bresson

Spectral graph convolutional networks are generalizations of standard convolutional networks for graph-structured data using the Laplacian operator. A common misconception is the instability of spectral filters, i.e. the…

BenchmarkingGeneral ClassificationGraph ClassificationGraph Regression+1

Topology Adaptive Graph Convolutional Networks

2017-10-28 · ICLR 2018 1 · Jian Du, Shanghang Zhang, Guanhang Wu, Jose M. F. Moura 외

Spectral graph convolutional neural networks (CNNs) require approximation to the convolution to alleviate the computational complexity, resulting in performance loss. This paper proposes the topology adaptive graph convo…

Learning Vertex Convolutional Networks for Graph Classification

2019-02-26 · Lu Bai, Lixin Cui, Shu Wu, Yuhang Jiao 외

In this paper, we develop a new aligned vertex convolutional network model to learn multi-scale local-level vertex features for graph classification. Our idea is to transform the graphs of arbitrary sizes into fixed-size…

ClassificationGeneral ClassificationGraph Classification

Beyond Low-pass Filtering: Graph Convolutional Networks with Automatic Filtering

2021-07-10 · Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang 외

Graph convolutional networks are becoming indispensable for deep learning from graph-structured data. Most of the existing graph convolutional networks share two big shortcomings. First, they are essentially low-pass fil…

CayleyNets: Graph Convolutional Neural Networks with Complex Rational Spectral Filters

2017-05-22 · Ron Levie, Federico Monti, Xavier Bresson, Michael M. Bronstein

The rise of graph-structured data such as social networks, regulatory networks, citation graphs, and functional brain networks, in combination with resounding success of deep learning in various applications, has brought…

Community DetectionDeep LearningGeneral Classificationimage-classification+3