Stacked Deformable Part Model with Shape Regression for Object Part Localization
Abstract
This paper explores the localization of pre-defined semantic object parts, which is much more challenging than traditional object detection and very important for applications such as face recognition, HCI and fine-grained object recognition. To address this problem, we make two critical improvements over the widely used deformable part model (DPM). The first is that we use appearance based shape regression to globally estimate the anchor location of each part and then locally refine each part according to the estimated anchor location under the constraint of DPM. The DPM with shape regression (SR-DPM) is more flexible than the traditional DPM by relaxing the fixed anchor location of each part. It enjoys the efficient dynamic programming inference as traditional DPM and can be discriminatively trained via a coordinate descent procedure. The second is that we propose to stack multiple SR-DPMs, where each layer uses the output of previous SR-DPM as the input to progressively refine the result. It provides an analogy to deep neural network while benefiting from hand-crafted feature and model. The proposed methods are applied to human pose estimation, face alignment and general object part localization tasks and achieve state-of-the-art performance.
Cite
Text
Yan et al. "Stacked Deformable Part Model with Shape Regression for Object Part Localization." European Conference on Computer Vision, 2014. doi:10.1007/978-3-319-10605-2_37Markdown
[Yan et al. "Stacked Deformable Part Model with Shape Regression for Object Part Localization." European Conference on Computer Vision, 2014.](https://mlanthology.org/eccv/2014/yan2014eccv-stacked/) doi:10.1007/978-3-319-10605-2_37BibTeX
@inproceedings{yan2014eccv-stacked,
title = {{Stacked Deformable Part Model with Shape Regression for Object Part Localization}},
author = {Yan, Junjie and Lei, Zhen and Yang, Yang and Li, Stan Z.},
booktitle = {European Conference on Computer Vision},
year = {2014},
pages = {568-583},
doi = {10.1007/978-3-319-10605-2_37},
url = {https://mlanthology.org/eccv/2014/yan2014eccv-stacked/}
}