Coarse-to-Fine Latent Diffusion for Pose-Guided Person Image Synthesis
Yanzuo Lu, Manlin Zhang, Andy J Ma, Xiaohua Xie, Jian-Huang Lai
TL;DR
The paper tackles overfitting in pose-guided person image synthesis by removing reliance on textual prompts and learning semantic source-image understanding directly from images. It introduces CFLD, a diffusion-based framework with a perception-refined decoder for coarse-grained prompts and a hybrid-granularity attention module to inject multi-scale fine-grained texture as bias, all while decoupling pose and appearance controls via a lightweight pose adapter. With image-only training and classifier-free guidance, CFLD achieves state-of-the-art results on DeepFashion across quantitative metrics and user studies, and supports appearance editing and texture interpolation without extra supervision. This approach broadens diffusion-based PGPIS to settings lacking image-caption data and demonstrates strong generalization to unseen poses and clothing textures.
Abstract
Diffusion model is a promising approach to image generation and has been employed for Pose-Guided Person Image Synthesis (PGPIS) with competitive performance. While existing methods simply align the person appearance to the target pose, they are prone to overfitting due to the lack of a high-level semantic understanding on the source person image. In this paper, we propose a novel Coarse-to-Fine Latent Diffusion (CFLD) method for PGPIS. In the absence of image-caption pairs and textual prompts, we develop a novel training paradigm purely based on images to control the generation process of a pre-trained text-to-image diffusion model. A perception-refined decoder is designed to progressively refine a set of learnable queries and extract semantic understanding of person images as a coarse-grained prompt. This allows for the decoupling of fine-grained appearance and pose information controls at different stages, and thus circumventing the potential overfitting problem. To generate more realistic texture details, a hybrid-granularity attention module is proposed to encode multi-scale fine-grained appearance features as bias terms to augment the coarse-grained prompt. Both quantitative and qualitative experimental results on the DeepFashion benchmark demonstrate the superiority of our method over the state of the arts for PGPIS. Code is available at https://github.com/YanzuoLu/CFLD.
