paper-with-me

Papers

Graph Classification with 2D Convolutional Neural Networks

2017-07-29 · ICLR 2018 1 · Antoine Jean-Pierre Tixier, Giannis Nikolentzos, Polykarpos Meladianos, Michalis Vazirgiannis

Graph learning is currently dominated by graph kernels, which, while powerful, suffer some significant limitations. Convolutional Neural Networks (CNNs) offer a very appealing alternative, but processing graphs with CNNs is not trivial. To address this challenge, many sophisticated extensions of CNNs have recently been introduced. In this paper, we reverse the problem: rather than proposing yet another graph CNN model, we introduce a novel way to represent graphs as multi-channel image-like structures that allows them to be handled by vanilla 2D CNNs. Experiments reveal that our method is more accurate than state-of-the-art graph kernels and graph CNNs on 4 out of 6 real-world datasets (with and without continuous node attributes), and close elsewhere. Our approach is also preferable to graph kernels in terms of time complexity. Code and data are publicly available.

📄 PDF Abstract BibTeX arXiv:1708.02218

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationGraph ClassificationGraph Learning

Similar Papers 제목 키워드 기반

A Survey on Graph Classification and Link Prediction based on GNN

2023-07-03 · Xingyu Liu, Juan Chen, Quan Wen

Traditional convolutional neural networks are limited to handling Euclidean space data, overlooking the vast realm of real-life scenarios represented as graph data, including transportation networks, social networks, and…

Graph ClassificationGraph Neural NetworkLink PredictionNode Classification

Graph Convolutional Network For Semi-supervised Node Classification With Subgraph Sketching

2024-04-19 · Zibin Huang, Jun Xian

In this paper, we propose the Graph-Learning-Dual Graph Convolutional Neural Network called GLDGCN based on the classic Graph Convolutional Neural Network(GCN) by introducing dual convolutional layer and graph learning l…

ClassificationClusteringGraph LearningNode Classification

Progressive Graph Convolutional Networks for Semi-Supervised Node Classification

2020-03-27 · Negar Heidari, Alexandros Iosifidis

Graph convolutional networks have been successful in addressing graph-based tasks such as semi-supervised node classification. Existing methods use a network structure defined by the user based on experimentation with fi…

ClassificationGeneral ClassificationNode Classification

Graph Convolutional Networks for Text Classification

2018-09-15 · Liang Yao, Chengsheng Mao, Yuan Luo

Text classification is an important and classical problem in natural language processing. There have been a number of studies that applied convolutional neural networks (convolution on regular grid, e.g., sequence) to cl…

General ClassificationSentiment AnalysisText Classification

Graph Neural Networks with convolutional ARMA filters

2019-01-05 · Filippo Maria Bianchi, Daniele Grattarola, Lorenzo Livi, Cesare Alippi

Popular graph neural networks implement convolution operations on graphs based on polynomial spectral filters. In this paper, we propose a novel graph convolutional layer inspired by the auto-regressive moving average (A…

ClassificationGeneral ClassificationGraph ClassificationGraph Neural Network+3