paper-with-me

홈 › Papers

Advancing Pose-Guided Image Synthesis with Progressive Conditional Diffusion Models

2023-10-10 · Fei Shen, Hu Ye, Jun Zhang, Cong Wang, Xiao Han, Wei Yang

Recent work has showcased the significant potential of diffusion models in pose-guided person image synthesis. However, owing to the inconsistency in pose between the source and target images, synthesizing an image with a distinct pose, relying exclusively on the source image and target pose information, remains a formidable challenge. This paper presents Progressive Conditional Diffusion Models (PCDMs) that incrementally bridge the gap between person images under the target and source poses through three stages. Specifically, in the first stage, we design a simple prior conditional diffusion model that predicts the global features of the target image by mining the global alignment relationship between pose coordinates and image appearance. Then, the second stage establishes a dense correspondence between the source and target images using the global features from the previous stage, and an inpainting conditional diffusion model is proposed to further align and enhance the contextual features, generating a coarse-grained person image. In the third stage, we propose a refining conditional diffusion model to utilize the coarsely generated image from the previous stage as a condition, achieving texture restoration and enhancing fine-detail consistency. The three-stage PCDMs work progressively to generate the final high-quality and high-fidelity synthesized image. Both qualitative and quantitative results demonstrate the consistency and photorealism of our proposed PCDMs under challenging scenarios.The code and model will be available at https://github.com/tencent-ailab/PCDMs.

📄 PDF Abstract BibTeX arXiv:2310.06313

Code (1)

tencent-ailab/PCDMs 공식 구현 pytorch

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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…
Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

MUSE: Multi-Subject Unified Synthesis via Explicit Layout Semantic Expansion

2025-08-20 · Fei Peng, Junqiang Wu, Yan Li, Tingting Gao 외 arxiv

Existing text-to-image diffusion models have demonstrated remarkable capabilities in generating high-quality images guided by textual prompts. However, achieving multi-subject compositional synthesis with precise spatial…

Semantics-Guided Clustering with Deep Progressive Learning for Semi-Supervised Person Re-identification

2020-10-02 · Chih-Ting Liu, Yu-Jhe Li, Shao-Yi Chien, Yu-Chiang Frank Wang

Person re-identification (re-ID) requires one to match images of the same person across camera views. As a more challenging task, semi-supervised re-ID tackles the problem that only a number of identities in training dat…

ClusteringImage RetrievalPerson Re-IdentificationRetrieval+1

Progressive Boundary Guided Anomaly Synthesis for Industrial Anomaly Detection

2024-12-23 · Qiyu Chen, Huiyuan Luo, Han Gao, Chengkan Lv 외

Unsupervised anomaly detection methods can identify surface defects in industrial images by leveraging only normal samples for training. Due to the risk of overfitting when learning from a single class, anomaly synthesis…

Anomaly DetectionBinary ClassificationUnsupervised Anomaly Detection

Geometry-guided Online 3D Video Synthesis with Multi-View Temporal Consistency

2025-05-25 · CVPR 2025 1 · Hyunho Ha, Lei Xiao, Christian Richardt, Thu Nguyen-Phuoc 외

We introduce a novel geometry-guided online video view synthesis method with enhanced view and temporal consistency. Traditional approaches achieve high-quality synthesis from dense multi-view camera setups but require s…

Novel View Synthesis

A recurrent cycle consistency loss for progressive face-to-face synthesis

2020-04-14 · Enrique Sanchez, Michel Valstar

This paper addresses a major flaw of the cycle consistency loss when used to preserve the input appearance in the face-to-face synthesis domain. In particular, we show that the images generated by a network trained using…

Face Generation