Papers › HumanSD: A Native Skeleton-Guided Diffusion Model for Human Image Generation

HumanSD: A Native Skeleton-Guided Diffusion Model for Human Image Generation

9 Apr 2023ICCV 2023 1arXiv:2304.04269archive 2025-07-28

Xuan Ju, Ailing Zeng, Chenchen Zhao, Jianan Wang, Lei Zhang, Qiang Xu

Controllable human image generation (HIG) has numerous real-life applications. State-of-the-art solutions, such as ControlNet and T2I-Adapter, introduce an additional learnable branch on top of the frozen pre-trained stable diffusion (SD) model, which can enforce various conditions, including skeleton guidance of HIG. While such a plug-and-play approach is appealing, the inevitable and uncertain conflicts between the original images produced from the frozen SD branch and the given condition incur significant challenges for the learnable branch, which essentially conducts image feature editing for condition enforcement. In this work, we propose a native skeleton-guided diffusion model for controllable HIG called HumanSD. Instead of performing image editing with dual-branch diffusion, we fine-tune the original SD model using a novel heatmap-guided denoising loss. This strategy effectively and efficiently strengthens the given skeleton condition during model training while mitigating the catastrophic forgetting effects. HumanSD is fine-tuned on the assembly of three large-scale human-centric datasets with text-image-pose information, two of which are established in this work. As shown in Figure 1, HumanSD outperforms ControlNet in terms of accurate pose control and image quality, particularly when the given skeleton guidance is sophisticated.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2304.04269")

Code

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

By repository: official repository: 2 samples from 1 repository, 2 ran; community (archive-listed): 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

IDEA-Research/HumanSD officialmentioned on GitHubpytorchApache-2.0 report
ai-med/stablepose mentioned on GitHubpytorchGPL-3.0 report
xiangchenyin/grpose mentioned 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

15 samples harvested; 10 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

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

Licence: 0 of the 15 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

create_canvas IDEA-Research/HumanSD/comparison_models/ControlNet/gradio_scribble2image_interactive.py official repository ran Apache-2.0 (permissive) · 88bc9ba7e67563ce · report
get_node_name IDEA-Research/HumanSD/comparison_models/ControlNet/tool_add_control.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 0dbf855dab1ab575 · report
act_layer xiangchenyin/grpose/gcn_lib/torch_nn.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 9cb7add8f210b472 · report
batched_index_select xiangchenyin/grpose/gcn_lib/torch_nn.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 996eec2334fe011e · report
draw_humansd_skeleton xiangchenyin/grpose/eval_pose.py community (archive-listed) ran Apache-2.0 (permissive) · 3b582d5c81aa38e7 · report
norm_layer xiangchenyin/grpose/gcn_lib/torch_nn.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 09e6ddb17c0adf28 · report
numpy_to_pil xiangchenyin/grpose/eval_pose.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · b70d35eca4b3a67c · report
pairwise_distance xiangchenyin/grpose/gcn_lib/torch_edge.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 82aeae314890e7ed · report
part_pairwise_distance xiangchenyin/grpose/gcn_lib/torch_edge.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 102d0e5b09e9b385 · report
xy_pairwise_distance xiangchenyin/grpose/gcn_lib/torch_edge.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 160401504e7d0dbb · report
get_2d_relative_pos_embed xiangchenyin/grpose/gcn_lib/pos_embed.py community (archive-listed) unverified Apache-2.0 (permissive) · 571021715428528c · report
get_2d_sincos_pos_embed xiangchenyin/grpose/gcn_lib/pos_embed.py community (archive-listed) unverified Apache-2.0 (permissive) · 3185afc3e87293ed · report
get_2d_sincos_pos_embed_from_grid xiangchenyin/grpose/gcn_lib/pos_embed.py community (archive-listed) unverified Apache-2.0 (permissive) · f10004e059714d42 · report
get_state_dict xiangchenyin/grpose/cldm/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · cfc17707f35e7ec4 · report
load_state_dict xiangchenyin/grpose/cldm/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · df733a879693145d · report

Tasks

DenoisingImage Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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