paper-with-me

Papers

DFT-based Transformation Invariant Pooling Layer for Visual Classification

2018-09-01 · ECCV 2018 9 · Jongbin Ryu, Ming-Hsuan Yang, Jongwoo Lim

We propose a novel discrete Fourier transform-based pooling layer for convolutional neural networks. The DFT magnitude pooling replaces the traditional max/average pooling layer between the convolution and fully-connected layers to retain translation invariance and shape preserving (aware of shape difference) properties based on the shift theorem of the Fourier transform. Thanks to the ability to handle image misalignment while keeping important structural information in the pooling stage, the DFT magnitude pooling improves the classification accuracy significantly. In addition, we propose the DFT+ method for ensemble networks using the middle convolution layer outputs. The proposed methods are extensively evaluated on various classification tasks using the ImageNet, CUB 2010-2011, MIT Indoors, Caltech 101, FMD and DTD datasets. The AlexNet, VGG-VD 16, Inception-v3, and ResNet are used as the base networks, upon which DFT and DFT+ methods are implemented. Experimental results show that the proposed methods improve the classification performance in all networks and datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationTranslation

Methods 이 논문이 사용한 방법론

RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…
Average Pooling 설명 없음
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Grouped Convolution A Grouped Convolution uses a group of convolutions - multiple kernels per layer - resulting in multiple channel outputs per layer. This leads to wider networks helping a…
Inception-v3 Module Inception-v3 Module is an image block used in the Inception-v3 architecture. This architecture is used on the coarsest (8 ×…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Graph-based Isometry Invariant Representation Learning

2017-03-01 · ICML 2017 8 · Renata Khasanova, Pascal Frossard

Learning transformation invariant representations of visual data is an important problem in computer vision. Deep convolutional networks have demonstrated remarkable results for image and video classification tasks. Howe…

General ClassificationRepresentation LearningTranslationVideo Classification

Isometric Transformation Invariant Graph-based Deep Neural Network

2018-08-21 · Renata Khasanova, Pascal Frossard

Learning transformation invariant representations of visual data is an important problem in computer vision. Deep convolutional networks have demonstrated remarkable results for image and video classification tasks. Howe…

General ClassificationTranslationVideo Classification

A Deep Representation for Invariance And Music Classification

2014-04-01 · Chiyuan Zhang, Georgios Evangelopoulos, Stephen Voinea, Lorenzo Rosasco 외

Representations in the auditory cortex might be based on mechanisms similar to the visual ventral stream; modules for building invariance to transformations and multiple layers for compositionality and selectivity. In th…

ClassificationGeneral ClassificationGenre classificationMusic Classification+1

GIFT: Learning Transformation-Invariant Dense Visual Descriptors via Group CNNs

2019-11-14 · NeurIPS 2019 12 · Yuan Liu, Zehong Shen, Zhixuan Lin, Sida Peng 외

Finding local correspondences between images with different viewpoints requires local descriptors that are robust against geometric transformations. An approach for transformation invariance is to integrate out the trans…

Pose Estimation

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