Papers › Advancing Pose-Guided Image Synthesis with Progressive Conditional Diffusion Models

Advancing Pose-Guided Image Synthesis with Progressive Conditional Diffusion Models

10 Oct 2023arXiv:2310.06313archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.06313")

Code

Syntology Ran 9 of 11 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tencent-ailab/PCDMs officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 9 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
4ran
2unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tencent-ailab/PCDMs. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compare_l1 tencent-ailab/PCDMs/metrics.py official repository ran Apache-2.0 (permissive) · f8eeae62669a07ad · report
compare_mae tencent-ailab/PCDMs/metrics.py official repository ran · violated contract fingerprinted Apache-2.0 (permissive) · 85ce775a2ab90703 · report
count_model_params tencent-ailab/PCDMs/stage1_train_prior_model.py official repository ran · honoured contract Apache-2.0 (permissive) · 4b208faf97544161 · report
get_image_list tencent-ailab/PCDMs/metrics.py official repository ran fingerprinted Apache-2.0 (permissive) · b7231ccec461621e · report
image_grid tencent-ailab/PCDMs/stage2_batchtest_inpaint_model.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · d2b9faa80b2570e4 · report
read_coordinates_file tencent-ailab/PCDMs/stage1_batchtest_prior_model.py official repository ran Apache-2.0 (permissive) · 82d0673e4138da7c · report
rescale_noise_cfg tencent-ailab/PCDMs/src/pipelines/PCDMs_pipeline.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · bea2d776a332f2b0 · report
retrieve_timesteps tencent-ailab/PCDMs/src/pipelines/PCDMs_pipeline.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 3338a5b299ea25ec · report
split_list_into_chunks tencent-ailab/PCDMs/stage1_batchtest_prior_model.py official repository ran fingerprinted Apache-2.0 (permissive) · 652f1c8927e235d3 · report
load_training_checkpoint tencent-ailab/PCDMs/stage1_train_prior_model.py official repository unverified Apache-2.0 (permissive) · d3e6b5403c89389e · report
zero_module tencent-ailab/PCDMs/stage3_batchtest_refined_model.py official repository unverified Apache-2.0 (permissive) · d81381b327c76edd · report

Tasks

Image Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ALIGNDiffusionInpainting

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections