paper-with-me

Papers

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 performance in dealing with global translation-invariance; however, the performance improved by using data augmentation. Although the capsule network is better on the MNIST testing dataset, the convolutional neural network generally has better performance on the translation-invariance.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationTranslation

Methods 이 논문이 사용한 방법론

Capsule Network A capsule is an activation vector that basically executes on its inputs some complex internal computations. Length of these activation vectors signifies the probability of…

Similar Papers 제목 키워드 기반

Tiled convolutional neural networks

2010-12-01 · NeurIPS 2010 12 · Jiquan Ngiam, Zhenghao Chen, Daniel Chia, Pang W. Koh 외

Convolutional neural networks (CNNs) have been successfully applied to many tasks such as digit and object recognition. Using convolutional (tied) weights significantly reduces the number of parameters that have to be lea…

Object Recognition

SPIN: Simplifying Polar Invariance for Neural networks Application to vision-based irradiance forecasting

2021-11-29 · Quentin Paletta, Anthony Hu, Guillaume Arbod, Philippe Blanc 외

Translational invariance induced by pooling operations is an inherent property of convolutional neural networks, which facilitates numerous computer vision tasks such as classification. Yet to leverage rotational invaria…

Data AugmentationSolar Irradiance Forecasting

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

Learning to Play Othello with Deep Neural Networks

2017-11-17 · Paweł Liskowski, Wojciech Jaśkowski, Krzysztof Krawiec

Achieving superhuman playing level by AlphaGo corroborated the capabilities of convolutional neural architectures (CNNs) for capturing complex spatial patterns. This result was to a great extent due to several analogies …

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