paper-with-me

Papers

Quantifying Translation-Invariance in Convolutional Neural Networks

2017-12-10 · Eric Kauderer-Abrams

A fundamental problem in object recognition is the development of image representations that are invariant to common transformations such as translation, rotation, and small deformations. There are multiple hypotheses regarding the source of translation invariance in CNNs. One idea is that translation invariance is due to the increasing receptive field size of neurons in successive convolution layers. Another possibility is that invariance is due to the pooling operation. We develop a simple a tool, the translation-sensitivity map, which we use to visualize and quantify the translation-invariance of various architectures. We obtain the surprising result that architectural choices such as the number of pooling layers and the convolution filter size have only a secondary effect on the translation-invariance of a network. Our analysis identifies training data augmentation as the most important factor in obtaining translation-invariant representations of images using convolutional neural networks.

📄 PDF Abstract BibTeX arXiv:1801.01450

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationObject RecognitionTranslation

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…

Similar Papers 제목 키워드 기반

Tracking translation invariance in CNNs

2021-04-13 · Johannes C. Myburgh, Coenraad Mouton, Marelie H. Davel

Although Convolutional Neural Networks (CNNs) are widely used, their translation invariance (ability to deal with translated inputs) is still subject to some controversy. We explore this question using translation-sensit…

SensitivityTranslation

Manitest: Are classifiers really invariant?

2015-07-23 · Alhussein Fawzi, Pascal Frossard

Invariance to geometric transformations is a highly desirable property of automatic classifiers in many image recognition tasks. Nevertheless, it is unclear to which extent state-of-the-art classifiers are invariant to b…

Data Augmentation

A quantifiable testing of global translational invariance in Convolutional and Capsule Networks

2019-05-01 · ICLR 2019 5 · Weikai Qi

We design simple and quantifiable testing of global translation-invariance in deep learning models trained on the MNIST dataset. Experiments on convolutional and capsules neural networks show that both models have poor …

Data AugmentationTranslation

Locality defeats the curse of dimensionality in convolutional teacher-student scenarios

2021-06-16 · NeurIPS 2021 12 · Alessandro Favero, Francesco Cagnetta, Matthieu Wyart

Convolutional neural networks perform a local and translationally-invariant treatment of the data: quantifying which of these two aspects is central to their success remains a challenge. We study this problem within a te…

regression

Deep Learning for Target Classification from SAR Imagery: Data Augmentation and Translation Invariance

2017-08-26 · Hidetoshi Furukawa

This report deals with translation invariance of convolutional neural networks (CNNs) for automatic target recognition (ATR) from synthetic aperture radar (SAR) imagery. In particular, the translation invariance of CNNs …

Data AugmentationGeneral ClassificationTranslation