English

Image Classification with Hierarchical Multigraph Networks

Computer Vision and Pattern Recognition 2019-07-23 v1 Machine Learning

Abstract

Graph Convolutional Networks (GCNs) are a class of general models that can learn from graph structured data. Despite being general, GCNs are admittedly inferior to convolutional neural networks (CNNs) when applied to vision tasks, mainly due to the lack of domain knowledge that is hardcoded into CNNs, such as spatially oriented translation invariant filters. However, a great advantage of GCNs is the ability to work on irregular inputs, such as superpixels of images. This could significantly reduce the computational cost of image reasoning tasks. Another key advantage inherent to GCNs is the natural ability to model multirelational data. Building upon these two promising properties, in this work, we show best practices for designing GCNs for image classification; in some cases even outperforming CNNs on the MNIST, CIFAR-10 and PASCAL image datasets.

Keywords

Cite

@article{arxiv.1907.09000,
  title  = {Image Classification with Hierarchical Multigraph Networks},
  author = {Boris Knyazev and Xiao Lin and Mohamed R. Amer and Graham W. Taylor},
  journal= {arXiv preprint arXiv:1907.09000},
  year   = {2019}
}

Comments

13 pages, BMVC 2019

R2 v1 2026-06-23T10:26:27.313Z