paper-with-me

홈 › Papers

Person Image Synthesis via Denoising Diffusion Model

2022-11-22 · CVPR 2023 1 · Ankan Kumar Bhunia, Salman Khan, Hisham Cholakkal, Rao Muhammad Anwer, Jorma Laaksonen, Mubarak Shah, Fahad Shahbaz Khan

The pose-guided person image generation task requires synthesizing photorealistic images of humans in arbitrary poses. The existing approaches use generative adversarial networks that do not necessarily maintain realistic textures or need dense correspondences that struggle to handle complex deformations and severe occlusions. In this work, we show how denoising diffusion models can be applied for high-fidelity person image synthesis with strong sample diversity and enhanced mode coverage of the learnt data distribution. Our proposed Person Image Diffusion Model (PIDM) disintegrates the complex transfer problem into a series of simpler forward-backward denoising steps. This helps in learning plausible source-to-target transformation trajectories that result in faithful textures and undistorted appearance details. We introduce a 'texture diffusion module' based on cross-attention to accurately model the correspondences between appearance and pose information available in source and target images. Further, we propose 'disentangled classifier-free guidance' to ensure close resemblance between the conditional inputs and the synthesized output in terms of both pose and appearance information. Our extensive results on two large-scale benchmarks and a user study demonstrate the photorealism of our proposed approach under challenging scenarios. We also show how our generated images can help in downstream tasks. Our code and models will be publicly released.

📄 PDF Abstract BibTeX arXiv:2211.12500

Code (1)

ankanbhunia/PIDM 공식 구현 pytorch

Tasks

DenoisingDiversityImage Generationmodel

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

SwiftPie: Lightning-fast Subject-driven Image Personalization via One step Diffusion

2026-05-02 · Huy Duong, Trong-Tung Nguyen, Cuong Pham, Anh Tran 외 arxiv

Diffusion models have achieved remarkable success in high-quality image synthesis, sparking interest in image-guided generation tasks such as subject-driven image personalization. Despite their impressive personalization…

Personalized Image Generation

Controllable Person Image Synthesis with Pose-Constrained Latent Diffusion

2023-01-01 · ICCV 2023 1 · Xiao Han, Xiatian Zhu, Jiankang Deng, Yi-Zhe Song 외

Controllable person image synthesis aims at rendering a source image based on user-specified changes in body pose or appearance. Prior art approaches leverage pixel-level denoising diffusion models conditioned on the…

DenoisingImage Generation

Texture-Preserving Diffusion Models for High-Fidelity Virtual Try-On

2024-04-01 · CVPR 2024 1 · Xu Yang, Changxing Ding, Zhibin Hong, Junhao Huang 외

Image-based virtual try-on is an increasingly important task for online shopping. It aims to synthesize images of a specific person wearing a specified garment. Diffusion model-based approaches have recently become popul…

DenoisingImage GenerationVirtual Try-on

One-Shot Novel View and Pose Human Image Synthesis via 3D Prior Guided Diffusion Model

2026-06-18 · Shenjian Gong, Kangkan Wang, Shanshan Zhang, Jian Yang arxiv

This paper addresses the challenge of one-shot novel view and pose human image synthesis. The existing methods transfer the reference human image to a target pose using a set of 2D pose keypoints or synthesize human imag…

Pose Transfer

Adversarial Concept Distillation for One-Step Diffusion Personalization

2025-10-23 · Yixiong Yang, Tao Wu, Senmao Li, Shiqi Yang 외 arxiv

Recent progress in accelerating text-to-image diffusion models enables high-fidelity synthesis within a single denoising step. However, customizing the fast one-step models remains challenging, as existing methods consis…