paper-with-me

홈 › Papers

CyCNN: A Rotation Invariant CNN using Polar Mapping and Cylindrical Convolution Layers

2020-07-21 · Jinpyo Kim, Wooekun Jung, Hyungmo Kim, Jaejin Lee

Deep Convolutional Neural Networks (CNNs) are empirically known to be invariant to moderate translation but not to rotation in image classification. This paper proposes a deep CNN model, called CyCNN, which exploits polar mapping of input images to convert rotation to translation. To deal with the cylindrical property of the polar coordinates, we replace convolution layers in conventional CNNs to cylindrical convolutional (CyConv) layers. A CyConv layer exploits the cylindrically sliding windows (CSW) mechanism that vertically extends the input-image receptive fields of boundary units in a convolutional layer. We evaluate CyCNN and conventional CNN models for classification tasks on rotated MNIST, CIFAR-10, and SVHN datasets. We show that if there is no data augmentation during training, CyCNN significantly improves classification accuracies when compared to conventional CNN models. Our implementation of CyCNN is publicly available on https://github.com/mcrl/CyCNN.

📄 PDF Abstract BibTeX arXiv:2007.10588

Code (1)

mcrl/CyCNN 공식 구현 pytorch

Tasks

ClassificationData AugmentationGeneral Classificationimage-classificationImage ClassificationRotated MNISTTranslation

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 제목 키워드 기반

Polar Transformer Networks

2017-09-06 · ICLR 2018 1 · Carlos Esteves, Christine Allen-Blanchette, Xiaowei Zhou, Kostas Daniilidis

Convolutional neural networks (CNNs) are inherently equivariant to translation. Efforts to embed other forms of equivariance have concentrated solely on rotation. We expand the notion of equivariance in CNNs through the …

Rotated MNISTTranslation

Polynomial-based rotation invariant features

2018-01-03 · Jarek Duda

One of basic difficulties of machine learning is handling unknown rotations of objects, for example in image recognition. A related problem is evaluation of similarity of shapes, for example of two chemical molecules, fo…

BIG-bench Machine Learning

S2P-Net: A Spectral-Spatial Polar Network for Rotation-Invariant Object Recognition in Low-Data Regimes

2026-05-10 · Albert Heruth arxiv

We present S2P-Net (Spectral-Spatial Polar Network), a compact deep learning architecture that achieves mathematically guaranteed rotation invariance without data augmentation. In this Paper, we also made a comparison to…

Object RecognitionData Augmentation

Dual-Cross-Polarized GPR Measurement Method for Detection and Orientation Estimation of Shallowly Buried Elongated Object

2022-05-17 · Hai-Han Sun, Yee Hui Lee, Wenhao Luo, Lai Fern Ow 외

Detecting a shallowly buried and elongated object and estimating its orientation using a commonly adopted co-polarized GPR system is challenging due to the presence of strong ground clutter that masks the target reflecti…

GPRObject

SpinNet: Learning a General Surface Descriptor for 3D Point Cloud Registration

2020-11-24 · CVPR 2021 1 · Sheng Ao, Qingyong Hu, Bo Yang, Andrew Markham 외

Extracting robust and general 3D local features is key to downstream tasks such as point cloud registration and reconstruction. Existing learning-based local descriptors are either sensitive to rotation transformations, …

Point Cloud Registration