paper-with-me

홈 › Papers

Transform-Invariant Convolutional Neural Networks for Image Classification and Search

2019-11-28 · Xu Shen, Xinmei Tian, Anfeng He, Shaoyan Sun, DaCheng Tao

Convolutional neural networks (CNNs) have achieved state-of-the-art results on many visual recognition tasks. However, current CNN models still exhibit a poor ability to be invariant to spatial transformations of images. Intuitively, with sufficient layers and parameters, hierarchical combinations of convolution (matrix multiplication and non-linear activation) and pooling operations should be able to learn a robust mapping from transformed input images to transform-invariant representations. In this paper, we propose randomly transforming (rotation, scale, and translation) feature maps of CNNs during the training stage. This prevents complex dependencies of specific rotation, scale, and translation levels of training images in CNN models. Rather, each convolutional kernel learns to detect a feature that is generally helpful for producing the transform-invariant answer given the combinatorially large variety of transform levels of its input feature maps. In this way, we do not require any extra training supervision or modification to the optimization process and training images. We show that random transformation provides significant improvements of CNNs on many benchmark tasks, including small-scale image recognition, large-scale image recognition, and image retrieval. The code is available at https://github.com/jasonustc/caffe-multigpu/tree/TICNN.

📄 PDF Abstract BibTeX arXiv:1912.01447

Code (1)

jasonustc/caffe-multigpu 공식 구현

Tasks

ClassificationGeneral Classificationimage-classificationImage ClassificationImage RetrievalRetrievalTranslation

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

Invariant Scattering Transform for Medical Imaging

2023-07-07 · Nafisa Labiba Ishrat Huda, Angona Biswas, MD Abdullah Al Nasim, Md. Fahim Rahman 외

Invariant scattering transform introduces new area of research that merges the signal processing with deep learning for computer vision. Nowadays, Deep Learning algorithms are able to solve a variety of problems in medic…

Decision MakingDeep Learningimage-classificationImage Classification+2

Invariant Scattering Transform for Medical Imaging

2023-04-20 · Md Manjurul Ahsan, Shivakumar Raman, Zahed Siddique

Over the years, the Invariant Scattering Transform (IST) technique has become popular for medical image analysis, including using wavelet transform computation using Convolutional Neural Networks (CNN) to capture pattern…

Medical Image Analysis

Studying Invariances of Trained Convolutional Neural Networks

2018-03-15 · Charlotte Bunne, Lukas Rahmann, Thomas Wolf

Convolutional Neural Networks (CNNs) define an exceptionally powerful class of models for image classification, but the theoretical background and the understanding of how invariances to certain transformations are learn…

General Classificationimage-classificationImage Classification

Rotation-Invariant Autoencoders for Signals on Spheres

2020-12-08 · Suhas Lohit, Shubhendu Trivedi

Omnidirectional images and spherical representations of $3D$ shapes cannot be processed with conventional 2D convolutional neural networks (CNNs) as the unwrapping leads to large distortion. Using fast implementations of…

ClusteringRetrieval

Generating Binary Tags for Fast Medical Image Retrieval Based on Convolutional Nets and Radon Transform

2016-04-16 · Xinran Liu, Hamid. R. Tizhoosh, Jonathan Kofman

Content-based image retrieval (CBIR) in large medical image archives is a challenging and necessary task. Generally, different feature extraction methods are used to assign expressive and invariant features to each image…

Content-Based Image RetrievalGeneral ClassificationImage RetrievalMedical Image Retrieval+1