paper-with-me

홈 › Papers

Untangling Local and Global Deformations in Deep Convolutional Networks for Image Classification and Sliding Window Detection

2014-11-30 · George Papandreou, Iasonas Kokkinos, Pierre-André Savalle

Deep Convolutional Neural Networks (DCNNs) commonly use generic max-pooling' (MP) layers to extract deformation-invariant features, but we argue in favor of a more refined treatment. First, we introduce epitomic convolution as a building block alternative to the common convolution-MP cascade of DCNNs; while having identical complexity to MP, Epitomic Convolution allows for parameter sharing across different filters, resulting in faster convergence and better generalization. Second, we introduce a Multiple Instance Learning approach to explicitly accommodate global translation and scaling when training a DCNN exclusively with class labels. For this we rely on a patchwork' data structure that efficiently lays out all image scales and positions as candidates to a DCNN. Factoring global and local deformations allows a DCNN to `focus its resources' on the treatment of non-rigid deformations and yields a substantial classification accuracy improvement. Third, further pursuing this idea, we develop an efficient DCNN sliding window object detector that employs explicit search over position, scale, and aspect ratio. We provide competitive image classification and localization results on the ImageNet dataset and object detection results on the Pascal VOC 2007 benchmark.

📄 PDF Abstract BibTeX arXiv:1412.0296

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationMultiple Instance Learningobject-detectionObject DetectionTranslation

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

Toward a Geometric Theory of Manifold Untangling

2023-03-07 · Xin Li, Shuo Wang

It has been hypothesized that the ventral stream processing for object recognition is based on a mechanism called cortically local subspace untangling. A mathematical abstraction of object recognition by the visual corte…

ObjectObject Recognition

Modeling Local and Global Deformations in Deep Learning: Epitomic Convolution, Multiple Instance Learning, and Sliding Window Detection

2015-06-01 · CVPR 2015 6 · George Papandreou, Iasonas Kokkinos, Pierre-Andre Savalle

Deep Convolutional Neural Networks (DCNNs) achieve invariance to domain transformations (deformations) by using multiple 'max-pooling' (MP) layers. In this work we show that alternative methods of modeling deformations c…

General Classificationimage-classificationImage ClassificationMultiple Instance Learning+4

Deformable Image Registration with Multi-scale Feature Fusion from Shared Encoder, Auxiliary and Pyramid Decoders

2024-08-11 · Hongchao Zhou, Shunbo Hu

In this work, we propose a novel deformable convolutional pyramid network for unsupervised image registration. Specifically, the proposed network enhances the traditional pyramid network by adding an additional shared au…

DecoderImage RegistrationUnsupervised Image Registration

MrRegNet: Multi-resolution Mask Guided Convolutional Neural Network for Medical Image Registration with Large Deformations

2024-05-16 · Ruizhe Li, Grazziela Figueredo, Dorothee Auer, Christian Wagner 외

Deformable image registration (alignment) is highly sought after in numerous clinical applications, such as computer aided diagnosis and disease progression analysis. Deep Convolutional Neural Network (DCNN)-based image …

DecoderImage RegistrationMedical Image Registration

Pose-driven Deep Convolutional Model for Person Re-identification

2017-09-25 · ICCV 2017 10 · Chi Su, Jianing Li, Shiliang Zhang, Junliang Xing 외

Feature extraction and matching are two crucial components in person Re-Identification (ReID). The large pose deformations and the complex view variations exhibited by the captured person images significantly increase th…

Person Re-Identification