CVAILGJul 19, 2017

Deformable Part-based Fully Convolutional Network for Object Detection

arXiv:1707.06175v17 citations
Originality Incremental advance
AI Analysis

This improves object detection accuracy for computer vision applications, though it appears incremental as it builds on existing region-based detectors.

The paper tackles the limitation of fixed box geometry in object detection by introducing DP-FCN, a model that adapts to object shapes with deformable parts, achieving state-of-the-art performances of 83.1% and 80.9% on PASCAL VOC 2007 and 2012.

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 which explicitly adapts to shapes of objects with deformable parts. Without additional annotations, it learns to focus on discriminative elements and to align them, and simultaneously brings more invariance for classification and geometric information to refine localization. DP-FCN is composed of three main modules: a Fully Convolutional Network to efficiently maintain spatial resolution, a deformable part-based RoI pooling layer to optimize positions of parts and build invariance, and a deformation-aware localization module explicitly exploiting displacements of parts to improve accuracy of bounding box regression. We experimentally validate our model and show significant gains. DP-FCN achieves state-of-the-art performances of 83.1% and 80.9% on PASCAL VOC 2007 and 2012 with VOC data only.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes