Papers › POPDG: Popular 3D Dance Generation with PopDanceSet

POPDG: Popular 3D Dance Generation with PopDanceSet

6 May 2024arXiv:2405.03178links table onlyarchive 2025-07-28

Zhenye Luo, Min Ren, Xuecai Hu, Yongzhen Huang, Li Yao

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Generating dances that are both lifelike and well-aligned with music continues to be a challenging task in the cross-modal domain. This paper introduces PopDanceSet, the first dataset tailored to the preferences of young audiences, enabling the generation of aesthetically oriented dances. And it surpasses the AIST++ dataset in music genre diversity and the intricacy and depth of dance movements. Moreover, the proposed POPDG model within the iDDPM framework enhances dance diversity and, through the Space Augmentation Algorithm, strengthens spatial physical connections between human body joints, ensuring that increased diversity does not compromise generation quality. A streamlined Alignment Module is also designed to improve the temporal alignment between dance and music. Extensive experiments show that POPDG achieves SOTA results on two datasets. Furthermore, the paper also expands on current evaluation metrics. The dataset and code are available at https://github.com/Luke-Luo1/POPDG.

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

Code

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

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

luke-luo1/popdg officialmentioned in papermentioned on GitHubpytorchMIT 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

19 samples harvested; 16 ran; 4 honoured the contract we drafted; 3 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.

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

Licence: 0 of the 19 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 Luke-Luo1/POPDG. “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.

identity Luke-Luo1/POPDG/model/iDDPM.py official repository ran · honoured contract MIT (permissive) · 7f1040f5e3991d5e · report
alignment_score Luke-Luo1/POPDG/eval/calculate_beat_scores.py official repository ran MIT (permissive) · d8f01e17111fbaee · report
approx_standard_normal_cdf Luke-Luo1/POPDG/model/losses.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · cfd76fd0d89574a4 · report
broadcat Luke-Luo1/POPDG/model/rotary_embedding_torch.py official repository ran · honoured contract MIT (permissive) · f50a8d20efb35c68 · report
calculate_avg_distance Luke-Luo1/POPDG/eval/calculate_scores.py official repository ran MIT (permissive) · eaca421d0113eb15 · report
calculate_frechet_distance Luke-Luo1/POPDG/eval/calculate_scores.py official repository ran MIT (permissive) · dc820f7b023ea8c5 · report
discretized_gaussian_log_likelihood Luke-Luo1/POPDG/model/losses.py official repository ran MIT (permissive) · db0bbafc9dac84da · report
exists Luke-Luo1/POPDG/model/adan.py official repository ran · violated contract MIT (permissive) · aa5486a3650902d8 · report
extract_core_name Luke-Luo1/POPDG/eval/calculate_beat_scores.py official repository ran MIT (permissive) · a259b7027e49f8cf · report
get_axrange Luke-Luo1/POPDG/vis.py official repository ran MIT (permissive) · 09748d95c5039b53 · report
make_beta_schedule Luke-Luo1/POPDG/model/utils.py official repository ran · honoured contract MIT (permissive) · c984209a2c66afbe · report
motion_peak_onehot Luke-Luo1/POPDG/eval/calculate_beat_scores.py official repository ran MIT (permissive) · 5493af0f79b6c729 · report
normal_kl Luke-Luo1/POPDG/model/losses.py official repository ran · honoured contract fingerprinted MIT (permissive) · cf2798b666b231ca · report
prob_mask_like Luke-Luo1/POPDG/model/utils.py official repository ran · fixture could not drive it MIT (permissive) · 3c6433dd421724e0 · report
rotate_half Luke-Luo1/POPDG/model/rotary_embedding_torch.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 58823d9435a8751b · report
zero_module Luke-Luo1/POPDG/model/nn.py official repository ran · our draft was wrong MIT (permissive) · 129b804760b3115f · report
avg_pool_nd Luke-Luo1/POPDG/model/nn.py official repository unverified MIT (permissive) · ecd0fc28815b65ae · report
conv_nd Luke-Luo1/POPDG/model/nn.py official repository unverified MIT (permissive) · fe4eb545bbb728e0 · report
extract Luke-Luo1/POPDG/model/utils.py official repository unverified MIT (permissive) · 09c8479d9a5b3e06 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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