paper-with-me

홈 › Papers

Deformable Part Models are Convolutional Neural Networks

2014-09-18 · CVPR 2015 6 · Ross Girshick, Forrest Iandola, Trevor Darrell, Jitendra Malik

Deformable part models (DPMs) and convolutional neural networks (CNNs) are two widely used tools for visual recognition. They are typically viewed as distinct approaches: DPMs are graphical models (Markov random fields), while CNNs are "black-box" non-linear classifiers. In this paper, we show that a DPM can be formulated as a CNN, thus providing a novel synthesis of the two ideas. Our construction involves unrolling the DPM inference algorithm and mapping each step to an equivalent (and at times novel) CNN layer. From this perspective, it becomes natural to replace the standard image features used in DPM with a learned feature extractor. We call the resulting model DeepPyramid DPM and experimentally validate it on PASCAL VOC. DeepPyramid DPM significantly outperforms DPMs based on histograms of oriented gradients features (HOG) and slightly outperforms a comparable version of the recently introduced R-CNN detection system, while running an order of magnitude faster.

📄 PDF Abstract BibTeX arXiv:1409.5403

Code (1)

rbgirshick/DeepPyramid

Tasks

Object DetectionRolling Shutter Correction

Similar Papers 제목 키워드 기반

Deformable Convolutional Networks

2017-03-17 · ICCV 2017 10 · Jifeng Dai, Haozhi Qi, Yuwen Xiong, Yi Li 외

Convolutional neural networks (CNNs) are inherently limited to model geometric transformations due to the fixed geometric structures in its building modules. In this work, we introduce two new modules to enhance the tran…

Object DetectionSemantic SegmentationVessel Detection

3D Deformable Convolutions for MRI classification

2019-11-05 · Marina Pominova, Ekaterina Kondrateva, Maksim Sharaev, Sergey Pavlov 외

Deep learning convolutional neural networks have proved to be a powerful tool for MRI analysis. In current work, we explore the potential of the deformable convolutional deep neural network layers for MRI data classifica…

ClassificationGeneral ClassificationMRI classification

Deformable Part-based Fully Convolutional Network for Object Detection

2017-07-19 · Taylor Mordan, Nicolas Thome, Matthieu Cord, Gilles Henaff

Existing region-based object detectors are limited to regions with fixed box geometry to represent objects, even if those are highly non-rectangular. In this paper we introduce DP-FCN, a deep model for object detection w…

Objectobject-detectionObject Detection

Deep Deformable Registration: Enhancing Accuracy by Fully Convolutional Neural Net

2016-11-27 · Sayan Ghosal, Nilanjan Ray

Deformable registration is ubiquitous in medical image analysis. Many deformable registration methods minimize sum of squared difference (SSD) as the registration cost with respect to deformable model parameters. In this…

Medical Image Analysis

End-To-End Learning of Deformable Mixture of Parts and Deep Convolutional Neural Networks for Human Pose Estimation

2016-06-01 · CVPR 2016 6 · Wei Yang, Wanli Ouyang, Hongsheng Li, Xiaogang Wang

Recently, Deep Convolutional Neural Networks (DCNNs) have been applied to the task of human pose estimation, and have shown its potential of learning better feature representations and capturing contextual relationships.…

Pose Estimation