English

Some New Layer Architectures for Graph CNN

Machine Learning 2018-11-02 v1 Machine Learning

Abstract

While convolutional neural networks (CNNs) have recently made great strides in supervised classification of data structured on a grid (e.g. images composed of pixel grids), in several interesting datasets, the relations between features can be better represented as a general graph instead of a regular grid. Although recent algorithms that adapt CNNs to graphs have shown promising results, they mostly neglect learning explicit operations for edge features while focusing on vertex features alone. We propose new formulations for convolutional, pooling, and fully connected layers for neural networks that make more comprehensive use of the information available in multi-dimensional graphs. Using these layers led to an improvement in classification accuracy over the state-of-the-art methods on benchmark graph datasets.

Keywords

Cite

@article{arxiv.1811.00052,
  title  = {Some New Layer Architectures for Graph CNN},
  author = {Shrey Gadiya and Deepak Anand and Amit Sethi},
  journal= {arXiv preprint arXiv:1811.00052},
  year   = {2018}
}

Comments

5 pages, 1 figure, submitted to ICASSP 2019 Special Session on Learning Methods in Complex and Hypercomplex Domains, Brighton, United Kingdom, May 12-17, 2019

R2 v1 2026-06-23T04:59:39.259Z