CVFeb 28, 2024

Coarse-to-Fine Latent Diffusion for Pose-Guided Person Image Synthesis

arXiv:2402.18078v273 citationsh-index: 28Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses pose-guided image synthesis for computer vision applications, representing an incremental improvement over existing methods.

The paper tackles the problem of pose-guided person image synthesis by proposing a coarse-to-fine latent diffusion method that decouples semantic understanding from appearance control to avoid overfitting, achieving state-of-the-art results on the DeepFashion benchmark.

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.

Code Implementations1 repo
Foundations

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

Your Notes