paper-with-me

Papers

On Translation Invariance in CNNs: Convolutional Layers can Exploit Absolute Spatial Location

2020-03-16 · CVPR 2020 6 · Osman Semih Kayhan, Jan C. van Gemert

In this paper we challenge the common assumption that convolutional layers in modern CNNs are translation invariant. We show that CNNs can and will exploit the absolute spatial location by learning filters that respond exclusively to particular absolute locations by exploiting image boundary effects. Because modern CNNs filters have a huge receptive field, these boundary effects operate even far from the image boundary, allowing the network to exploit absolute spatial location all over the image. We give a simple solution to remove spatial location encoding which improves translation invariance and thus gives a stronger visual inductive bias which particularly benefits small data sets. We broadly demonstrate these benefits on several architectures and various applications such as image classification, patch matching, and two video classification datasets.

📄 PDF Abstract BibTeX arXiv:2003.07064

Code (3)

oskyhn/CNNs-Without-Borders 공식 구현 pytorch
MindSpore-scientific-2/code-10/tree/main/Translation-Invariant mindspore
pwc-1/Paper-9/tree/main/7/Translation-Invariant/model mindspore

Tasks

General Classificationimage-classificationImage ClassificationInductive BiasPatch MatchingSmall Data Image ClassificationTranslationVideo Classification

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

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 re…

Data AugmentationObject RecognitionTranslation

Spectral Networks and Locally Connected Networks on Graphs

2013-12-21 · Joan Bruna, Wojciech Zaremba, Arthur Szlam, Yann Lecun

Convolutional Neural Networks are extremely efficient architectures in image and audio recognition tasks, thanks to their ability to exploit the local translational invariance of signal classes over their domain. In this…

ClusteringTranslation

Revisiting Data Augmentation for Rotational Invariance in Convolutional Neural Networks

2023-10-12 · Facundo Manuel Quiroga, Franco Ronchetti, Laura Lanzarini, Aurelio Fernandez-Bariviera

Convolutional Neural Networks (CNN) offer state of the art performance in various computer vision tasks. Many of those tasks require different subtypes of affine invariances (scale, rotational, translational) to image tr…

Data Augmentationimage-classificationImage Classification

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