Equivariance-bridged SO(2)-Invariant Representation Learning using Graph Convolutional Network
Sungwon Hwang, Hyungtae Lim, Hyun Myung

TL;DR
This paper introduces a novel graph convolutional network that achieves rotation invariance in image classification without data augmentation, by combining equivariance and invariance through graph-based representations and pooling.
Contribution
The paper proposes SWN-GCN, a graph convolutional network that learns rotation-equivariant features and achieves invariance via global pooling, reducing reliance on data augmentation.
Findings
State-of-the-art accuracy on rotated MNIST and CIFAR-10 without data augmentation.
Strong invariance of deep representations over rotations demonstrated.
Effective use of graph-based methods for rotation-invariant learning.
Abstract
Training a Convolutional Neural Network (CNN) to be robust against rotation has mostly been done with data augmentation. In this paper, another progressive vision of research direction is highlighted to encourage less dependence on data augmentation by achieving structural rotational invariance of a network. The deep equivariance-bridged SO(2) invariant network is proposed to echo such vision. First, Self-Weighted Nearest Neighbors Graph Convolutional Network (SWN-GCN) is proposed to implement Graph Convolutional Network (GCN) on the graph representation of an image to acquire rotationally equivariant representation, as GCN is more suitable for constructing deeper network than spectral graph convolution-based approaches. Then, invariant representation is eventually obtained with Global Average Pooling (GAP), a permutation-invariant operation suitable for aggregating high-dimensional…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Medical Image Segmentation Techniques
MethodsAverage Pooling · Global Average Pooling · Graph Convolutional Network
