paper-with-me

홈 › Papers

Topological based classification using graph convolutional networks

2019-10-26 · Roy Abel, Idan Benami, yoram louzoun

In colored graphs, node classes are often associated with either their neighbors class or with information not incorporated in the graph associated with each node. We here propose that node classes are also associated with topological features of the nodes. We use this association to improve Graph machine learning in general and specifically, Graph Convolutional Networks (GCN). First, we show that even in the absence of any external information on nodes, a good accuracy can be obtained on the prediction of the node class using either topological features, or using the neighbors class as an input to a GCN. This accuracy is slightly less than the one that can be obtained using content based GCN. Secondly, we show that explicitly adding the topology as an input to the GCN does not improve the accuracy when combined with external information on nodes. However, adding an additional adjacency matrix with edges between distant nodes with similar topology to the GCN does significantly improve its accuracy, leading to results better than all state of the art methods in multiple datasets.

📄 PDF Abstract BibTeX arXiv:1911.06892

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Topological based classification of paper domains using graph convolutional networks

2019-04-10 · Idan Benami, Keren Cohen, Oved Nagar, yoram louzoun

The main approaches for node classification in graphs are information propagation and the association of the class of the node with external information. State of the art methods merge these approaches through Graph Conv…

ClassificationGeneral ClassificationNode Classification

AM-GCN: Adaptive Multi-channel Graph Convolutional Networks

2020-07-05 · Xiao Wang, Meiqi Zhu, Deyu Bo, Peng Cui 외

Graph Convolutional Networks (GCNs) have gained great popularity in tackling various analytics tasks on graph and network data. However, some recent studies raise concerns about whether GCNs can optimally integrate node …

General Classification

Topological Structure and Semantic Information Transfer Network for Cross-Scene Hyperspectral Image Classification

2021-09-16 · journal 2021 9 · Zhang, Yuxiang and Li, Wei and Zhang, Mengmeng and Qu 외

Domain adaptation techniques have been widely applied to the problem of cross-scene hyperspectral image (HSI) classification. Most existing methods use convolutional neural networks (CNN) to extract statistical features …

Domain AdaptationHyperspectral Image Classificationimage-classificationImage Classification

Quantum-based subgraph convolutional neural networks

2019-04-01 · Pattern Recognition 2019 4 · Zhihong Zhang, Dong-Dong Chen, Jianjia Wang, Lu Bai 외

This paper proposes a new graph convolutional neural network architecture based on a depth-based representation of graph structure deriving from quantum walks, which we refer to as the quantum-based subgraph convolutiona…

General ClassificationGraph ClassificationNode Classification

Polynomial Graph Convolutional Networks

2021-01-01 · Luca Pasa, Nicolò Navarin, Alessandro Sperduti

Graph Convolutional Neural Networks (GCNs) exploit convolution operators, based on some neighborhood aggregating scheme, to compute representations of graphs. The most common convolution operators only exploit local topo…

Graph ClassificationGraph Neural Network