paper-with-me

홈 › Papers

End-to-End Integration of a Convolutional Network, Deformable Parts Model and Non-Maximum Suppression

2014-11-19 · Li Wan, David Eigen, Rob Fergus

Deformable Parts Models and Convolutional Networks each have achieved notable performance in object detection. Yet these two approaches find their strengths in complementary areas: DPMs are well-versed in object composition, modeling fine-grained spatial relationships between parts; likewise, ConvNets are adept at producing powerful image features, having been discriminatively trained directly on the pixels. In this paper, we propose a new model that combines these two approaches, obtaining the advantages of each. We train this model using a new structured loss function that considers all bounding boxes within an image, rather than isolated object instances. This enables the non-maximal suppression (NMS) operation, previously treated as a separate post-processing stage, to be integrated into the model. This allows for discriminative training of our combined Convnet + DPM + NMS model in end-to-end fashion. We evaluate our system on PASCAL VOC 2007 and 2011 datasets, achieving competitive results on both benchmarks.

📄 PDF Abstract BibTeX arXiv:1411.5309

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

End-to-End Integration of a Convolution Network, Deformable Parts Model and Non-Maximum Suppression

2015-06-01 · CVPR 2015 6 · Li Wan, David Eigen, Rob Fergus

Deformable Parts Models and Convolutional Networks each have achieved notable performance in object detection. Yet these two approaches find their strengths in complementary areas: DPMs are well-versed in object compos…

Objectobject-detectionObject Detection

Improved Person Detection on Omnidirectional Images with Non-maxima Suppression

2018-05-22 · Roman Seidel, André Apitzsch, Gangolf Hirtz

We propose a person detector on omnidirectional images, an accurate method to generate minimal enclosing rectangles of persons. The basic idea is to adapt the qualitative detection performance of a convolutional neural n…

Human Detection

ISDA: Position-Aware Instance Segmentation with Deformable Attention

2022-02-23 · Kaining Ying, Zhenhua Wang, Cong Bai, Pengfei Zhou

Most instance segmentation models are not end-to-end trainable due to either the incorporation of proposal estimation (RPN) as a pre-processing or non-maximum suppression (NMS) as a post-processing. Here we propose a nov…

Instance SegmentationPositionSegmentationSemantic Segmentation

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

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