English

Human Pose Transfer by Adaptive Hierarchical Deformation

Computer Vision and Pattern Recognition 2020-12-15 v1

Abstract

Human pose transfer, as a misaligned image generation task, is very challenging. Existing methods cannot effectively utilize the input information, which often fail to preserve the style and shape of hair and clothes. In this paper, we propose an adaptive human pose transfer network with two hierarchical deformation levels. The first level generates human semantic parsing aligned with the target pose, and the second level generates the final textured person image in the target pose with the semantic guidance. To avoid the drawback of vanilla convolution that treats all the pixels as valid information, we use gated convolution in both two levels to dynamically select the important features and adaptively deform the image layer by layer. Our model has very few parameters and is fast to converge. Experimental results demonstrate that our model achieves better performance with more consistent hair, face and clothes with fewer parameters than state-of-the-art methods. Furthermore, our method can be applied to clothing texture transfer.

Keywords

Cite

@article{arxiv.2012.06940,
  title  = {Human Pose Transfer by Adaptive Hierarchical Deformation},
  author = {Jinsong Zhang and Xingzi Liu and Kun Li},
  journal= {arXiv preprint arXiv:2012.06940},
  year   = {2020}
}

Comments

13 pages, 10 figures. Code is available at https://github.com/Zhangjinso/PINet_PG

R2 v1 2026-06-23T20:55:36.580Z