REVIEW 3 major objections 7 minor 63 references
Music-Aligned Holistic 3D Dance Generation via Hierarchical Motion Modeling
T0 review · 3 major / 7 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This paper introduces SoulNet, a music-to-dance system that generates coordinated 3D body, hand, and facial motion together, and claims it surpasses prior methods on quality, synchronization, and emotional alignment.
desk verdict A genuinely useful new dataset and a plausible architecture, but the headline alignment claim rests on a metric trained by the same model, so those numbers are unverified. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the body-hand-face chain in HRVQ: for each residual layer, the body quantization code $b^v$ is transformed with $T$ and fed into the hand quantization step, and the hand code $h^v$ similarly conditions the face step (Eqs. 2–3), with a joint decoder $D_{\mathrm{whole}}$ reconstructing body, hands, and face from the summed codes. The MMR module supplies the alignment signal: a Jukebox-based music encoder and a motion encoder are contrastively pretrained so matched music-dance pairs lie close in a shared latent space, and that embedding space is reused as the training losses $L_{\text{Align-body}}$ and $L_{\text{Align-whole}}$ and as the evaluation metric MMR-Matching Score.
What would settle it
Have human raters or an independent beat-detection method (for example, musical onset times versus motion acceleration peaks) score the same set of generated dances from SoulNet, Bailando, EDGE, and FineNet, without any metric computed from the MMR embedding; if SoulNet does not place first on that external music-dance alignment measure, the claim that MMR yields genuinely better synchronization is weakened.
Extended reading notes
Core claim
On its own terms, the central discovery is that coordinated holistic dance can be represented by a body-hand-face chain of residual quantizations: at each residual level the body's quantized code $b^v$ is injected as a hint into the hand quantizer, and the hand code $h^v$ is injected into the face quantizer, so inter-part coordination is encoded in the token representation rather than left to the decoder. The Music-Aligned Generative Model predicts masked base tokens and residual tokens, while the pretrained MMR module contributes two contrastive alignment losses derived from Eq. (8): $L_{\text{Align-body}}$ for local beat-level body alignment and $L_{\text{Align-whole}}$ for global whole-body semantic alignment. The paper reports state-of-the-art FID (0.029 on SoulDance, versus 0.048 for its ablation without MMR), lower reconstruction error than plain VQ or RVQ, best scores on the new MMR-Matching Score and Emotion Alignment Score, and top user-study ratings on whole, body, hands, emotion, and alignment criteria.
Load-bearing premise
The load-bearing premise is that the MMR module's learned embedding genuinely measures how well a dance matches its music, since that same embedding is used both to train SoulNet's alignment losses and to compute the MMR-Matching Score that reports the alignment improvement.
Editorial extensions
If this is right
- SoulNet's reported FID of 0.029 on SoulDance (against 0.048 for its no-MMR variant and 1.008 for FACT) implies that the combination of HRVQ tokenization and MMR supervision produces substantially more realistic holistic dance than existing body-only or body-hand methods.
- HRVQ lowers reconstruction error at every tested codebook size (Table 2), so the body-hand-face conditioning chain is presented as a better motion representation than plain residual VQ for fine-grained body, hand, and face synthesis.
- MMR supervision improves both local and global music-motion alignment: ablations show $L_{\text{Align-body}}$ helps FID and beat accuracy while $L_{\text{Align-whole}}$ improves the MMR-Matching Score.
- The two new metrics, EmotionAlign Score and MMR-Matching Score, allow evaluating facial-expression-to-music emotional tone and fine-grained rhythmic synchronization, which prior genre-matching metrics could not capture.
- SoulDance, at 12.5 hours with synchronized body, hands, and face in BVH, SMPL-X, and FLAME formats, is presented as the largest holistic music-dance dataset to date and is the resource that makes training and benchmarking such models possible.
Reading between the lines
- Because the MMR embedding serves as both the training objective and the MMR-Matching Score, the reported alignment improvement over methods not trained with this loss may partly reflect optimizing the scoring metric; an external beat-sync or human-rated alignment test would reveal how much of the gain transfers.
- The body-hand-face conditioning chain is a general representation idea that could transfer to other holistic motion generation tasks, such as co-speech gesture, sign-language synthesis, or avatar animation, where hand-face coordination matters as much as in dance.
- The result that more residual layers improve reconstruction but hurt generation beyond V=5 suggests a trade-off between motion fidelity and learnable composition; the paper fixes V=5, but the optimal balance may shift with larger datasets or longer sequences.
- The SoulDance capture setup—marker-based body mocap plus a helmet-mounted iPhone for ARKit face blendshapes converted to FLAME—offers a lower-cost template for building expressive holistic motion datasets beyond dance.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces SoulDance, a 12.5-hour motion-captured music-dance dataset with synchronized body, hand, and facial motion across 15 genres, and presents SoulNet, a three-module framework (HRVQ tokenization, a masked-transformer music-conditioned generator, and a pretrained Music-Motion Retrieval module used as an alignment prior). The paper reports state-of-the-art reconstruction and generation results on SoulDance and AIST++, and introduces two new metrics, MMR-Matching Score and Emotion Alignment Score, to measure music-motion and music-emotion alignment. The central claim is that SoulNet significantly outperforms existing methods in generating high-quality, music-aligned, holistic 3D dance.
Significance. If the evaluation were fully credible, the contribution would be significant: SoulDance appears to be the first holistic mocap dataset with body, hands, and face, and HRVQ's reconstruction improvements in Table 2 are internally consistent and mechanistically plausible. The paper also includes extensive ablations, a user study, and a retrieval evaluation of the MMR module. However, the central 'music-aligned' claim currently rests on a self-referential learned metric, and the emotion-alignment metric is underspecified, so the significance is conditional on fixing the evaluation. The dataset itself is a potentially valuable resource regardless of the generation results.
major comments (3)
- [Section 4.3, Section 5.1, Eq. (9), Table 5] MMR-MS is computed with the same MMR module that provides the training losses L_Align-body and L_Align-whole in Eqs. (6)-(8). Because FACT, Bailando, EDGE, and FineNet are never trained with these losses, SoulNet's lower MMR-MS could reflect optimizing the evaluation metric itself rather than genuinely better music-dance alignment. Table 5 makes this concrete: adding MMR supervision improves MMR-MS from 0.418 to 0.369, exactly in the direction the loss minimizes. Appendix H further states that MMR_whole is trained on a subset of SoulDance, making the metric in-distribution for SoulNet but out-of-distribution for all baselines. This is load-bearing for the paper's headline claim. Please provide (i) human perceptual validation of MMR-MS on held-out music-dance pairs, (ii) results with an independent alignment metric not used in training (e.g., beat-alignment statistics or a frozen pretrained audio-motion model), and (iii) a precise statement of which MMR variant is used in Table 4 and whether the evaluation split is disjoint from MMR training.
- [Section 5.1, Emotion Alignment Score] The EAS definition is ambiguous and not a clear music-alignment measure. The text says the score is 'the accuracy of comparing predicted expressions with ground truth expressions,' but for generated dances there is no ground-truth expression per music clip unless music emotion labels are defined. The paper does not specify how the music emotion ground truth was obtained (annotators, automatic labeling, or the original dancer's expressions), how the facial expression recognition model is applied to FLAME parameters or rendered faces, or how accuracy is computed relative to chance (1/7). Without these details and without validation against human emotion judgments, the EAS cannot support the claim that SoulNet improves emotional alignment to music.
- [Tables 4-7] The paper reports no error bars, confidence intervals, or significance tests, although the abstract and text use the word 'significantly.' Several decisive comparisons are small (e.g., Table 6 FID 0.029 vs. 0.042; Table 4 MMR-MS differences of roughly 0.01 between some baselines), and the user study uses only 28 participants and 22 pairs. Please report variance across multiple training seeds for Tables 4-6 and a paired statistical test for the user study in Table 7. Without this, the claimed superiority over baselines is not established.
minor comments (7)
- [Table 2] In the AIST++ column, HRVQ-5 reports the same body MPJPE (24.246) as RVQ-5; this is likely a copy-paste error and should be corrected or explained.
- [Appendix G vs. Appendix H] The MMR training batch size is given as 32 in Appendix G and 128 in Appendix H; please reconcile the two numbers.
- [Appendix G and Section 4.1] The implementation details state that 'each vector quantizer consists of 6 layers,' while the main model is described with V=5 residual layers; the relationship between these layer counts should be clarified.
- [Table 4] The AIST++ FID values for Bailando (11.079) and EDGE (21.370) are dramatically worse than SoulNet (0.081); please describe whether the baselines were retrained on AIST++ under the same motion representation and whether the same FID feature extractor was used for all methods, since otherwise the comparison is not interpretable.
- [Abstract and Section 1] The claim that SoulDance is 'the largest to date' should be qualified as the largest holistic dataset with face, because Table 1 lists AIOZ-GDANCE with 16.7 hours and FineDance with 14.6 hours without facial motion.
- [References] SMPL-X is cited as entries [35], [39], and [40] with overlapping content; please consolidate duplicate references.
- [Section 5.1, Eq. (9)] Please state whether the latent vectors z_i and m_i are L2-normalized before computing Euclidean distances, and specify the temporal alignment of the 1-second segments used for the dynamic term.
Circularity Check
MMR-MS is computed with the same MMR embedding that supervises SoulNet, so the headline alignment advantage is self-referential; independent FID and user-study evidence partly mitigate.
-
fitted input called prediction
[Section 4.3 Eq. (8); Section 5.1 Eq. (9); Tables 4-6]
"Both losses are derived from an alignment objective: LAlign = ... (8) ... During inference, the music signal C and motion sequences M are encoded into latent representations z and c via the MMR encoder. ... To quantify the alignment between music and the generated dance, we employ MMR encoders to project both modalities into latent space. The MMR-Matching Score (MMR-MS) is then computed as the Euclidean distance between these latent representations: MMR-MS = ... (9)"
The same learned MMR latent space is used in two roles. Equations 6-7 train SoulNet with L_Align-body and L_Align-whole, both derived from the MMR contrastive objective (Eq. 8), and Eq. 9 then scores generated dances by the distance between music and motion in that same MMR latent space. SoulNet is therefore explicitly optimized to reduce the quantity that MMR-MS measures, while the baselines FACT, Bailando, EDGE, and FineNet never receive this supervision. Table 5 confirms the coupling: adding MMR supervision changes MMR-MS from 0.418 to 0.369, exactly the direction that the training loss optimizes. The claimed 'superior music-motion alignment' in Table 4 is thus, for the MMR-MS column, partly a restatement of SoulNet's training objective rather than an independent measurement.
-
fitted input called prediction
[Appendix H]
"MMR whole is trained on a subset of SoulDance holistic motion data (including body, hands and face) with a 723-dimensional representation (Dm = 723)."
The whole-body MMR module that supplies the alignment supervision and the MMR-MS evaluation is trained on a subset of SoulDance, which is also the dataset used for the main generation comparison. This makes the MMR-MS evaluation in-distribution for SoulNet while the comparison methods are scored with an embedding fitted to the target dataset. The metric is therefore not an independently trained, out-of-distribution judge of music-dance alignment for the central claim.
full rationale
The derivation chain for the music-alignment claim contains a concrete construction-level circularity: the MMR module's contrastive embedding is both the training objective for SoulNet (Eqs. 6-8) and the evaluation metric MMR-MS (Eq. 9). SoulNet is explicitly trained to minimize distances in this embedding, while the baselines are not, so the MMR-MS advantage in Table 4 is partly a measure of how well SoulNet optimized its own objective. The problem is evidenced internally by Table 5, where adding MMR supervision improves MMR-MS from 0.418 to 0.369, and by Table 6, where L_Align-whole specifically improves MMR-MS. Appendix H further shows that MMR_whole is trained on a SoulDance subset, making the metric in-distribution for the main evaluation. However, the paper is not wholly circular: FID is computed with the HumanML3D feature extractor, BAS, diversity, multimodality, and the user study all provide independent evidence, and the user study includes an alignment question answered by human raters. Those external signals support the high-level claim of quality and coordination, so the score is 6 rather than 8 or 10. No load-bearing self-citation chain or imported uniqueness theorem is present.
Assumptions & free parameters
free parameters (6)
- MMR-MS metric weights mu and lambda =
mu=0.7, lambda=0.3
- Alignment loss weights lambda_b and lambda_w =
0.5 and 0.5
- Number of residual VQ layers V =
5
- Codebook size and layer count in HRVQ =
512 codes per layer, 6 layers
- MMR latent dimension, temperature, InfoNCE weight, negative threshold =
d=256, tau=0.1, w=0.1, threshold=0.8
- Experimental subset of SoulDance =
6.3 hours (randomly selected)
assumptions (6)
- domain assumption Pretrained Jukebox encoder provides a music representation rich enough for dance alignment.
- domain assumption The MMR contrastive embedding space captures semantically meaningful music-dance alignment.
- domain assumption The HumanML3D motion encoder is a valid feature extractor for holistic dance data including body, hands, and face.
- domain assumption The facial expression recognition models provide correct emotion labels for the Emotion Alignment Score.
- domain assumption The ARKit-to-FLAME conversion via EMAGE preserves the expressive content of the captured facial motion.
- domain assumption The motion capture and retargeting pipeline preserves authentic, physically plausible motion.
Cite this review
Pith. "Pith review of Music-Aligned Holistic 3D Dance Generation via Hierarchical Motion Modeling." pith.science (2026). https://pith.science/paper/RYAOLF6Z
@misc{pith2026250714915,
author = {Pith},
title = {Pith review of: Music-Aligned Holistic 3D Dance Generation via Hierarchical Motion Modeling},
year = {2026},
howpublished = {\url{https://pith.science/paper/RYAOLF6Z}},
note = {Machine review of arXiv:2507.14915}
}
read the original abstract
Well-coordinated, music-aligned holistic dance enhances emotional expressiveness and audience engagement. However, generating such dances remains challenging due to the scarcity of holistic 3D dance datasets, the difficulty of achieving cross-modal alignment between music and dance, and the complexity of modeling interdependent motion across the body, hands, and face. To address these challenges, we introduce SoulDance, a high-precision music-dance paired dataset captured via professional motion capture systems, featuring meticulously annotated holistic dance movements. Building on this dataset, we propose SoulNet, a framework designed to generate music-aligned, kinematically coordinated holistic dance sequences. SoulNet consists of three principal components: (1) Hierarchical Residual Vector Quantization, which models complex, fine-grained motion dependencies across the body, hands, and face; (2) Music-Aligned Generative Model, which composes these hierarchical motion units into expressive and coordinated holistic dance; (3) Music-Motion Retrieval Module, a pre-trained cross-modal model that functions as a music-dance alignment prior, ensuring temporal synchronization and semantic coherence between generated dance and input music throughout the generation process. Extensive experiments demonstrate that SoulNet significantly surpasses existing approaches in generating high-quality, music-coordinated, and well-aligned holistic 3D dance sequences.
Figures
Figures from the paper (11 more)
Reference graph
Works this paper leans on
-
[1]
Interactive motion gen- eration from examples
Okan Arikan and David A Forsyth. Interactive motion gen- eration from examples. ACM Transactions on Graphics (TOG), 21(3):483–490, 2002. 2, 3
work page 2002
-
[2]
Ho Yin Au, Jie Chen, Junkun Jiang, and Yike Guo. Chore- ograph: Music-conditioned automatic dance choreography over a style and tempo consistent dynamic graph. In Pro- ceedings of the 30th ACM International Conference on Mul- timedia, pages 3917–3925, 2022. 3
work page 2022
-
[3]
Autodesk, Inc. Autodesk motionbuilder, 2023. Avail- able at https://www.autodesk.com/products/ motionbuilder/overview. 1
work page 2023
-
[4]
Advances in residual vector quantization: A re- view
Christopher F Barnes, Syed A Rizvi, and Nasser M Nasrabadi. Advances in residual vector quantization: A re- view. IEEE transactions on image processing, 5(2):226–262,
-
[5]
Arkitscenes: A diverse real-world dataset for 3d indoor scene understanding using mobile rgb-d data
Gilad Baruch, Zhuoyuan Chen, Afshin Dehghan, Tal Dimry, Yuri Feigin, Peter Fu, Thomas Gebauer, Brandon Joffe, Daniel Kurz, Arik Schwartz, et al. Arkitscenes: A diverse real-world dataset for 3d indoor scene understanding using mobile rgb-d data. arXiv preprint arXiv:2111.08897, 2021. 3
arXiv 2021
-
[6]
Audiolm: a language modeling approach to audio genera- tion
Zal ´an Borsos, Rapha ¨el Marinier, Damien Vincent, Eugene Kharitonov, Olivier Pietquin, Matt Sharifi, Dominik Roblek, Olivier Teboul, David Grangier, Marco Tagliasacchi, et al. Audiolm: a language modeling approach to audio genera- tion. IEEE/ACM Transactions on Audio, Speech, and Lan- guage Processing, 2023. 3
work page 2023
-
[7]
Choreomaster: choreography-oriented music-driven dance synthesis
Kang Chen, Zhipeng Tan, Jin Lei, Song-Hai Zhang, Yuan- Chen Guo, Weidong Zhang, and Shi-Min Hu. Choreomaster: choreography-oriented music-driven dance synthesis. ACM Transactions on Graphics (TOG), 40(4):1–13, 2021. 2, 3, 4
work page 2021
-
[8]
Jukebox: A gen- erative model for music
Prafulla Dhariwal, Heewoo Jun, Christine Payne, Jong Wook Kim, Alec Radford, and Ilya Sutskever. Jukebox: A gen- erative model for music. arXiv preprint arXiv:2005.00341,
arXiv 2005
Show all 63 references
-
[9]
Constants across cul- tures in the face and emotion
Paul Ekman and Wallace V Friesen. Constants across cul- tures in the face and emotion. Journal of personality and social psychology, 17(2):124, 1971. 7
1971
-
[10]
Unreal engine 5, 2022
Epic Games. Unreal engine 5, 2022. Available at https: //www.unrealengine.com/. 1
2022
-
[11]
Faceformer: Speech-driven 3d facial anima- tion with transformers
Yingruo Fan, Zhaojiang Lin, Jun Saito, Wenping Wang, and Taku Komura. Faceformer: Speech-driven 3d facial anima- tion with transformers. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 18770–18780, 2022. 2
2022
-
[12]
Rmpe: Regional multi-person pose estimation
Hao-Shu Fang, Shuqin Xie, Yu-Wing Tai, and Cewu Lu. Rmpe: Regional multi-person pose estimation. In Proceed- ings of the IEEE international conference on computer vi- sion, pages 2334–2343, 2017. 3
2017
-
[13]
Evolution and functions of human dance
Bernhard Fink, Bettina Bl ¨asing, Andrea Ravignani, and Todd K Shackelford. Evolution and functions of human dance. Evolution and Human Behavior , 42(4):351–360,
-
[14]
Dancemeld: Unraveling dance phrases with hierarchi- cal latent codes for music-to-dance synthesis
Xin Gao, Li Hu, Peng Zhang, Bang Zhang, and Liefeng Bo. Dancemeld: Unraveling dance phrases with hierarchi- cal latent codes for music-to-dance synthesis. arXiv preprint arXiv:2401.10242, 2023. 3
2023 arXiv
-
[15]
Gray and David L
Robert M. Gray and David L. Neuhoff. Quantization. IEEE transactions on information theory, 44, 1998. 3
1998
-
[16]
Ac- tion2motion: Conditioned generation of 3d human motions
Chuan Guo, Xinxin Zuo, Sen Wang, Shihao Zou, Qingyao Sun, Annan Deng, Minglun Gong, and Li Cheng. Ac- tion2motion: Conditioned generation of 3d human motions. In Proceedings of the 28th ACM International Conference on Multimedia, pages 2021–2029, 2020. 3
2021
-
[17]
Generating diverse and natural 3d human motions from text
Chuan Guo, Shihao Zou, Xinxin Zuo, Sen Wang, Wei Ji, Xingyu Li, and Li Cheng. Generating diverse and natural 3d human motions from text. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 5152–5161, 2022. 7, 1
2022
-
[18]
Tm2t: Stochastic and tokenized modeling for the reciprocal genera- tion of 3d human motions and texts
Chuan Guo, Xinxin Zuo, Sen Wang, and Li Cheng. Tm2t: Stochastic and tokenized modeling for the reciprocal genera- tion of 3d human motions and texts. InEuropean Conference on Computer Vision, pages 580–597. Springer, 2022. 3, 4, 7
2022
-
[19]
Momask: Generative masked model- ing of 3d human motions
Chuan Guo, Yuxuan Mu, Muhammad Gohar Javed, Sen Wang, and Li Cheng. Momask: Generative masked model- ing of 3d human motions. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 1900–1910, 2024. 3, 4, 7
1900
-
[20]
Residual quan- tization with implicit neural codebooks
Iris AM Huijben, Matthijs Douze, Matthew Muckley, Ruud JG Van Sloun, and Jakob Verbeek. Residual quan- tization with implicit neural codebooks. arXiv preprint arXiv:2401.14732, 2024. 2
2024 arXiv
-
[21]
Categorical reparameterization with gumbel-softmax
Eric Jang, Shixiang Gu, and Ben Poole. Categorical reparameterization with gumbel-softmax. arXiv preprint arXiv:1611.01144, 2016. 5, 4
2016 arXiv
-
[22]
Motiongpt: Human motion as a foreign language
Biao Jiang, Xin Chen, Wen Liu, Jingyi Yu, Gang Yu, and Tao Chen. Motiongpt: Human motion as a foreign language. arXiv preprint arXiv:2306.14795, 2023. 4
2023 arXiv
-
[23]
Towards the automatic anime characters creation with generative adversarial net- works
Yanghua Jin, Jiakai Zhang, Minjun Li, Yingtao Tian, Huachun Zhu, and Zhihao Fang. Towards the automatic anime characters creation with generative adversarial net- works. arXiv preprint arXiv:1708.05509, 2017. 5
2017 arXiv
-
[24]
Digitization and visualization of folk dances in cultural heritage: A review
Iris Kico, Nikos Grammalidis, Yiannis Christidis, and Fotis Liarokapis. Digitization and visualization of folk dances in cultural heritage: A review. Inventions, 3(4):72, 2018. 1
2018
-
[25]
Flame: Free- form language-based motion synthesis & editing
Jihoon Kim, Jiseob Kim, and Sungjoon Choi. Flame: Free- form language-based motion synthesis & editing. In Pro- ceedings of the AAAI Conference on Artificial Intelligence , pages 8255–8263, 2023. 1
2023
-
[26]
Making them dance
Jae Woo Kim, Hesham Fouad, and James K Hahn. Making them dance. In AAAI Fall Symposium: Aurally Informed Performance, page 2, 2006. 2, 3
2006
-
[27]
Rhythmic-motion synthesis based on motion-beat analy- sis
Tae-hoon Kim, Sang Il Park, and Sung Yong Shin. Rhythmic-motion synthesis based on motion-beat analy- sis. ACM Transactions on Graphics (TOG), 22(3):392–401,
-
[28]
Error bounds of projection models in weakly super- vised 3d human pose estimation
Nikolas Klug, Moritz Einfalt, Stephan Brehm, and Rainer Lienhart. Error bounds of projection models in weakly super- vised 3d human pose estimation. In 2020 International Con- ference on 3D Vision (3DV), pages 898–907. IEEE, 2020. 2
2020
-
[29]
Music-driven group choreography
Nhat Le, Thang Pham, Tuong Do, Erman Tjiputra, Quang D Tran, and Anh Nguyen. Music-driven group choreography. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8673–8682, 2023. 2, 3, 4
2023
-
[30]
Dance- former: Music conditioned 3d dance generation with para- metric motion transformer
Buyu Li, Yongchi Zhao, Shi Zhelun, and Lu Sheng. Dance- former: Music conditioned 3d dance generation with para- metric motion transformer. In Proceedings of the AAAI Con- ference on Artificial Intelligence, pages 1272–1279, 2022. 3, 4
2022
-
[31]
Ai choreographer: Music conditioned 3d dance generation with aist++
Ruilong Li, Shan Yang, David A Ross, and Angjoo Kanazawa. Ai choreographer: Music conditioned 3d dance generation with aist++. In Proceedings of the IEEE/CVF In- ternational Conference on Computer Vision , pages 13401– 13412, 2021. 2, 3, 4, 6, 8
2021
-
[32]
Finedance: A fine-grained choreography dataset for 3d full body dance generation
Ronghui Li, Junfan Zhao, Yachao Zhang, Mingyang Su, Zeping Ren, Han Zhang, Yansong Tang, and Xiu Li. Finedance: A fine-grained choreography dataset for 3d full body dance generation. In Proceedings of the IEEE/CVF In- ternational Conference on Computer Vision , pages 10234– 10...
2023
-
[33]
Lodge: A coarse to fine diffusion network for long dance generation guided by the characteristic dance primitives
Ronghui Li, YuXiang Zhang, Yachao Zhang, Hongwen Zhang, Jie Guo, Yan Zhang, Yebin Liu, and Xiu Li. Lodge: A coarse to fine diffusion network for long dance generation guided by the characteristic dance primitives. In Proceed- ings of the IEEE/CVF Conference on Computer Vision ...
2024
-
[34]
Tianye Li, Timo Bolkart, Michael. J. Black, Hao Li, and Javier Romero. Learning a model of facial shape and ex- pression from 4D scans. ACM Transactions on Graphics, (Proc. SIGGRAPH Asia), 36(6), 2017. 2, 3
2017
-
[35]
Learning a model of facial shape and expression from 4d scans
Tianye Li, Timo Bolkart, Michael J Black, Hao Li, and Javier Romero. Learning a model of facial shape and expression from 4d scans. ACM Trans. Graph., 36(6):194–1, 2017. 1
2017
-
[36]
Emage: Towards unified holis- tic co-speech gesture generation via expressive masked audio gesture modeling
Haiyang Liu, Zihao Zhu, Giorgio Becherini, Yichen Peng, Mingyang Su, You Zhou, Xuefei Zhe, Naoya Iwamoto, Bo Zheng, and Michael J Black. Emage: Towards unified holis- tic co-speech gesture generation via expressive masked audio gesture modeling. In Proceedings of the IEEE/CVF ...
2024
-
[37]
Matthew Loper, Naureen Mahmood, Javier Romero, Ger- ard Pons-Moll, and Michael J. Black. SMPL: A skinned multi-person linear model. ACM Trans. Graphics (Proc. SIGGRAPH Asia), 34(6):248:1–248:16, 2015. 1
2015
-
[38]
Humantomato: Text-aligned whole-body motion generation
Shunlin Lu, Ling-Hao Chen, Ailing Zeng, Jing Lin, Ruimao Zhang, Lei Zhang, and Heung-Yeung Shum. Humantomato: Text-aligned whole-body motion generation. arXiv preprint arXiv:2310.12978, 2023. 3, 7, 1
2023 arXiv
-
[39]
Expressive body capture: 3d hands, face, and body from a single image
Georgios Pavlakos, Vasileios Choutas, Nima Ghorbani, Timo Bolkart, Ahmed AA Osman, Dimitrios Tzionas, and Michael J Black. Expressive body capture: 3d hands, face, and body from a single image. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognitio...
2019
-
[40]
Georgios Pavlakos, Vasileios Choutas, Nima Ghorbani, Timo Bolkart, Ahmed A. A. Osman, Dimitrios Tzionas, and Michael J. Black. Expressive body capture: 3d hands, face, and body from a single image. In Proceedings IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), 2019. 2, 3
2019
-
[41]
Temos: Generating diverse human motions from textual descriptions
Mathis Petrovich, Michael J Black, and G ¨ul Varol. Temos: Generating diverse human motions from textual descriptions. In European Conference on Computer Vision , pages 480–
-
[42]
Tmr: Text-to-motion retrieval using contrastive 3d human motion synthesis
Mathis Petrovich, Michael J Black, and G ¨ul Varol. Tmr: Text-to-motion retrieval using contrastive 3d human motion synthesis. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 9488–9497, 2023. 4
2023
-
[43]
Learn- ing transferable visual models from natural language super- vision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. Learn- ing transferable visual models from natural language super- vision. In International Conference on Machine Learning...
2021
-
[44]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Bj ¨orn Ommer. High-resolution image synthesis with latent diffusion models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10684–10695, 2022. 5
2022
-
[45]
Photorealistic text-to-image diffusion models with deep language understanding
Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily L Denton, Kamyar Ghasemipour, Raphael Gontijo Lopes, Burcu Karagol Ayan, Tim Salimans, et al. Photorealistic text-to-image diffusion models with deep language understanding. Advances in neural information...
2022
-
[46]
Facial expression recognition with adap- tive frame rate based on multiple testing correction
Andrey Savchenko. Facial expression recognition with adap- tive frame rate based on multiple testing correction. In Pro- ceedings of the 40th International Conference on Machine Learning (ICML), pages 30119–30129. PMLR, 2023. 7
2023
-
[47]
Chingmu, 2022
SHANGHAI CHINGMU VISION TECHNOL- OGY . Chingmu, 2022. Available at https : //www.chingmu.com/. 3
2022
-
[48]
Dancing-to-music character animation
Takaaki Shiratori, Atsushi Nakazawa, and Katsushi Ikeuchi. Dancing-to-music character animation. In Computer Graph- ics Forum, pages 449–458. Wiley Online Library, 2006. 2, 3
2006
-
[49]
Bailando: 3d dance generation by actor-critic gpt with choreographic memory
Li Siyao, Weijiang Yu, Tianpei Gu, Chunze Lin, Quan Wang, Chen Qian, Chen Change Loy, and Ziwei Liu. Bailando: 3d dance generation by actor-critic gpt with choreographic memory. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 11050–...
2022
-
[50]
Dancetrack: Multi-object track- ing in uniform appearance and diverse motion
Peize Sun, Jinkun Cao, Yi Jiang, Zehuan Yuan, Song Bai, Kris Kitani, and Ping Luo. Dancetrack: Multi-object track- ing in uniform appearance and diverse motion. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 20993–21002, 2022. 3
2022
-
[51]
Dance with melody: An lstm-autoencoder approach to music-oriented dance syn- thesis
Taoran Tang, Jia Jia, and Hanyang Mao. Dance with melody: An lstm-autoencoder approach to music-oriented dance syn- thesis. In Proceedings of the 26th ACM international confer- ence on Multimedia, pages 1598–1606, 2018. 2, 3, 4
2018
-
[52]
Edge: Editable dance generation from music
Jonathan Tseng, Rodrigo Castellon, and Karen Liu. Edge: Editable dance generation from music. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 448–458, 2023. 2, 3, 6, 8, 4
2023
-
[53]
Transflower: probabilistic autoregressive dance gen- eration with multimodal attention
Guillermo Valle-P ´erez, Gustav Eje Henter, Jonas Beskow, Andre Holzapfel, Pierre-Yves Oudeyer, and Simon Alexan- derson. Transflower: probabilistic autoregressive dance gen- eration with multimodal attention. ACM Transactions on Graphics (TOG), 40(6):1–14, 2021. 2, 4
2021
-
[54]
Neural discrete representation learning
Aaron Van Den Oord, Oriol Vinyals, et al. Neural discrete representation learning. Advances in Neural Information Processing Systems, 30, 2017. 2, 3
2017
-
[55]
Codetalker: Speech-driven 3d facial animation with discrete motion prior
Jinbo Xing, Menghan Xia, Yuechen Zhang, Xiaodong Cun, Jue Wang, and Tien-Tsin Wong. Codetalker: Speech-driven 3d facial animation with discrete motion prior. In Proceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 12780–12790, 2023. 2
2023
-
[56]
Vision transformer with attentive pooling for robust facial expression recognition.IEEE Trans- actions on Affective Computing, 2022
Fanglei Xue, Qiangchang Wang, Zichang Tan, Zhongsong Ma, and Guodong Guo. Vision transformer with attentive pooling for robust facial expression recognition.IEEE Trans- actions on Affective Computing, 2022. 7
2022
-
[57]
Moconvq: Unified physics- based motion control via scalable discrete representations
Heyuan Yao, Zhenhua Song, Yuyang Zhou, Tenglong Ao, Baoquan Chen, and Libin Liu. Moconvq: Unified physics- based motion control via scalable discrete representations. ACM Transactions on Graphics (TOG), 43(4):1–21, 2024. 4
2024
-
[58]
Soundstream: An end- to-end neural audio codec
Neil Zeghidour, Alejandro Luebs, Ahmed Omran, Jan Skoglund, and Marco Tagliasacchi. Soundstream: An end- to-end neural audio codec. IEEE/ACM Transactions on Au- dio, Speech, and Language Processing , 30:495–507, 2021. 3, 4
2021
-
[59]
Bidirectional au- toregessive diffusion model for dance generation
Canyu Zhang, Youbao Tang, Ning Zhang, Ruei-Sung Lin, Mei Han, Jing Xiao, and Song Wang. Bidirectional au- toregessive diffusion model for dance generation. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 687–696, 2024. 3
2024
-
[60]
T2m-gpt: Generating human motion from textual descriptions with discrete representations
Jianrong Zhang, Yangsong Zhang, Xiaodong Cun, Shaoli Huang, Yong Zhang, Hongwei Zhao, Hongtao Lu, and Xi Shen. T2m-gpt: Generating human motion from textual descriptions with discrete representations. arXiv preprint arXiv:2301.06052, 2023. 3
2023 arXiv
-
[61]
On the continuity of rotation representations in neural networks
Yi Zhou, Connelly Barnes, Jingwan Lu, Jimei Yang, and Hao Li. On the continuity of rotation representations in neural networks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 5745–5753,
-
[62]
Music2dance: Dancenet for music-driven dance generation
Wenlin Zhuang, Congyi Wang, Jinxiang Chai, Yangang Wang, Ming Shao, and Siyu Xia. Music2dance: Dancenet for music-driven dance generation. ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM), 18(2):1–21, 2022. 2, 4 Music-Aligned Holistic 3D Dance ...
2022
-
[497]
Springer, 2022. 6, 4
2022
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.