论文标题
探索姿势指导人员形象生成的双任务相关性
Exploring Dual-task Correlation for Pose Guided Person Image Generation
论文作者
论文摘要
姿势引导的人形象产生(PGPIG)是将人图像从源姿势转换为给定目标姿势的任务。大多数现有方法仅集中在源头对目标任务上,并且无法捕获合理的纹理映射。为了解决这个问题,我们提出了一个新颖的双任务姿势变压器网络(DPTN),该网络介绍了辅助任务(即源代码 - 源任务),并利用双任务相关性以促进PGPIG的性能。 DPTN是暹罗结构,其中包含一个源代源自我重建分支,以及用于源至目标生成的转换分支。通过分享它们之间的部分权重,源代码任务所学的知识可以有效地帮助来源到目标学习。此外,我们用提出的姿势变压器模块(PTM)桥接了两个分支,以适应双重任务中特征之间的相关性。这种相关性可以建立源和目标之间所有像素的细粒映射,并促进源纹理传输以增强生成的目标图像的细节。广泛的实验表明,我们的DPTN在PSNR和LPIP方面都优于最先进的实验。此外,我们的DPTN仅包含979万参数,这比其他方法明显小。我们的代码可在以下网址提供:https://github.com/pangzecheung/dual-task-pose-transformer-network。
Pose Guided Person Image Generation (PGPIG) is the task of transforming a person image from the source pose to a given target pose. Most of the existing methods only focus on the ill-posed source-to-target task and fail to capture reasonable texture mapping. To address this problem, we propose a novel Dual-task Pose Transformer Network (DPTN), which introduces an auxiliary task (i.e., source-to-source task) and exploits the dual-task correlation to promote the performance of PGPIG. The DPTN is of a Siamese structure, containing a source-to-source self-reconstruction branch, and a transformation branch for source-to-target generation. By sharing partial weights between them, the knowledge learned by the source-to-source task can effectively assist the source-to-target learning. Furthermore, we bridge the two branches with a proposed Pose Transformer Module (PTM) to adaptively explore the correlation between features from dual tasks. Such correlation can establish the fine-grained mapping of all the pixels between the sources and the targets, and promote the source texture transmission to enhance the details of the generated target images. Extensive experiments show that our DPTN outperforms state-of-the-arts in terms of both PSNR and LPIPS. In addition, our DPTN only contains 9.79 million parameters, which is significantly smaller than other approaches. Our code is available at: https://github.com/PangzeCheung/Dual-task-Pose-Transformer-Network.