paper-with-me

홈 › Papers

Towards Learning Affine-Invariant Representations via Data-Efficient CNNs

2019-08-31 · Xenju Xu, Guanghui Wang, Alan Sullivan, Ziming Zhang

In this paper we propose integrating a priori knowledge into both design and training of convolutional neural networks (CNNs) to learn object representations that are invariant to affine transformations (i.e., translation, scale, rotation). Accordingly we propose a novel multi-scale maxout CNN and train it end-to-end with a novel rotation-invariant regularizer. This regularizer aims to enforce the weights in each 2D spatial filter to approximate circular patterns. In this way, we manage to handle affine transformations in training using convolution, multi-scale maxout, and circular filters. Empirically we demonstrate that such knowledge can significantly improve the data-efficiency as well as generalization and robustness of learned models. For instance, on the Traffic Sign data set and trained with only 10 images per class, our method can achieve 84.15% that outperforms the state-of-the-art by 29.80% in terms of test accuracy.

📄 PDF Abstract BibTeX arXiv:1909.00114

Code (0)

등록된 구현이 없습니다.

Tasks

Translation

Methods 이 논문이 사용한 방법론

Maxout The Maxout Unit is a generalization of the ReLU and the leaky ReLU functions. It is a…

Similar Papers 제목 키워드 기반

Learning Invariant Representations for Equivariant Neural Networks Using Orthogonal Moments

2022-09-22 · Jaspreet Singh, Chandan Singh

The convolutional layers of standard convolutional neural networks (CNNs) are equivariant to translation. However, the convolution and fully-connected layers are not equivariant or invariant to other affine geometric tra…

Rotated MNISTTranslation

Studying Invariances of Trained Convolutional Neural Networks

2018-03-15 · Charlotte Bunne, Lukas Rahmann, Thomas Wolf

Convolutional Neural Networks (CNNs) define an exceptionally powerful class of models for image classification, but the theoretical background and the understanding of how invariances to certain transformations are learn…

General Classificationimage-classificationImage Classification

Improving the Robustness of Capsule Networks to Image Affine Transformations

2019-11-18 · CVPR 2020 6 · Jindong Gu, Volker Tresp

Convolutional neural networks (CNNs) achieve translational invariance by using pooling operations. However, the operations do not preserve the spatial relationships in the learned representations. Hence, CNNs cannot extr…

Affine-Transformation-Invariant Image Classification by Differentiable Arithmetic Distribution Module

2023-09-01 · Zijie Tan, Guanfang Dong, Chenqiu Zhao, Anup Basu

Although Convolutional Neural Networks (CNNs) have achieved promising results in image classification, they still are vulnerable to affine transformations including rotation, translation, flip and shuffle. The drawback m…

Density Estimationimage-classificationImage Classification

A Grassmannian Graph Approach to Affine Invariant Feature Matching

2016-01-28 · Mark Moyou, John Corring, Adrian Peter, Anand Rangarajan

In this work, we present a novel and practical approach to address one of the longstanding problems in computer vision: 2D and 3D affine invariant feature matching. Our Grassmannian Graph (GrassGraph) framework employs a…