paper-with-me

홈 › Papers

Learning Backtrackless Aligned-Spatial Graph Convolutional Networks for Graph Classification

2019-04-06 · Lu Bail, Lixin Cui, Yuhang Jiao, Luca Rossi, Edwin R. Hancock

In this paper, we develop a novel Backtrackless Aligned-Spatial Graph Convolutional Network (BASGCN) model to learn effective features for graph classification. Our idea is to transform arbitrary-sized graphs into fixed-sized backtrackless aligned grid structures and define a new spatial graph convolution operation associated with the grid structures. We show that the proposed BASGCN model not only reduces the problems of information loss and imprecise information representation arising in existing spatially-based Graph Convolutional Network (GCN) models, but also bridges the theoretical gap between traditional Convolutional Neural Network (CNN) models and spatially-based GCN models. Furthermore, the proposed BASGCN model can both adaptively discriminate the importance between specified vertices during the convolution process and reduce the notorious tottering problem of existing spatially-based GCNs related to the Weisfeiler-Lehman algorithm, explaining the effectiveness of the proposed model. Experiments on standard graph datasets demonstrate the effectiveness of the proposed model.

📄 PDF Abstract BibTeX arXiv:1904.04238

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGraph Classification

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…
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 제목 키워드 기반

Graph Convolutional Neural Networks based on Quantum Vertex Saliency

2018-09-04 · Lu Bai, Yuhang Jiao, Luca Rossi, Lixin Cui 외

This paper proposes a new Quantum Spatial Graph Convolutional Neural Network (QSGCNN) model that can directly learn a classification function for graphs of arbitrary sizes. Unlike state-of-the-art Graph Convolutional Neu…

General ClassificationGraph Classification

Facial Spatiotemporal Graphs: Leveraging the 3D Facial Surface for Remote Physiological Measurement

2026-01-20 · Sam Cantrill, David Ahmedt-Aristizabal, Lars Petersson, Hanna Suominen 외 arxiv

Facial remote photoplethysmography (rPPG) methods estimate physiological signals by modeling subtle color changes on the 3D facial surface over time. However, existing methods fail to explicitly align their receptive fie…

Cross-Network Learning with Partially Aligned Graph Convolutional Networks

2021-06-03 · Meng Jiang

Graph neural networks have been widely used for learning representations of nodes for many downstream tasks on graph data. Existing models were designed for the nodes on a single graph, which would not be able to utilize…

Knowledge GraphsLink PredictionRelationRelation Classification+1

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

Spatial Graph Convolutional Networks

2019-09-11 · Tomasz Danel, Przemysław Spurek, Jacek Tabor, Marek Śmieja 외

Graph Convolutional Networks (GCNs) have recently become the primary choice for learning from graph-structured data, superseding hash fingerprints in representing chemical compounds. However, GCNs lack the ability to tak…

image-classificationImage Classification