CVAIDec 10, 2024

Fusion Embedding for Pose-Guided Person Image Synthesis with Diffusion Model

arXiv:2412.07333v11 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This work addresses generating realistic person images with specific poses for applications in fashion and computer vision, representing an incremental improvement over existing methods.

The paper tackles the problem of Pose-Guided Person Image Synthesis (PGPIS) by proposing a diffusion model with fusion embedding, achieving state-of-the-art performance on benchmark datasets like DeepFashion and RWTH-PHOENIX-Weather 2014T.

Pose-Guided Person Image Synthesis (PGPIS) aims to synthesize high-quality person images corresponding to target poses while preserving the appearance of the source image. Recently, PGPIS methods that use diffusion models have achieved competitive performance. Most approaches involve extracting representations of the target pose and source image and learning their relationships in the generative model's training process. This approach makes it difficult to learn the semantic relationships between the input and target images and complicates the model structure needed to enhance generation results. To address these issues, we propose Fusion embedding for PGPIS using a Diffusion Model (FPDM). Inspired by the successful application of pre-trained CLIP models in text-to-image diffusion models, our method consists of two stages. The first stage involves training the fusion embedding of the source image and target pose to align with the target image's embedding. In the second stage, the generative model uses this fusion embedding as a condition to generate the target image. We applied the proposed method to the benchmark datasets DeepFashion and RWTH-PHOENIX-Weather 2014T, and conducted both quantitative and qualitative evaluations, demonstrating state-of-the-art (SOTA) performance. An ablation study of the model structure showed that even a model using only the second stage achieved performance close to the other PGPIS SOTA models. The code is available at https://github.com/dhlee-work/FPDM.

Foundations

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

Your Notes