REVIEW 3 major objections 5 minor 57 references
Semantics-Aware Human Motion Generation from Audio Instructions
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper proposes that spoken audio instructions can replace text as the conditioning signal for 3D human motion generation, and reports near-parity with text-conditioned models while cutting inference latency by more than half.
desk verdict The central claim that audio can replace text for semantic motion conditioning is plausible but not yet proven, because the quantitative comparisons use TTS audio synthesized from the same text annotations given to text baselines. 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 component is a memory-retrieval based attention module: a set of learnable memory tokens that act as key-value pairs, so that each audio feature sequence generates a query vector and attends over the memory to produce a compact, fixed-size condition vector $y \in \mathbb{R}^{d_y}$ regardless of the original audio length. This addresses the sparse and lengthy nature of WavLM-extracted audio features. The condition feeds a Masked Transformer that iteratively generates base motion tokens and a Residual Transformer that generates residual tokens layer by layer, following the RVQ-VAE motion latent representation from MoMask and the masked generative paradigm from MaskGIT.
What would settle it
Run the same evaluation on a test set of real human recordings of the same instructions, with and without added noise, and compare R-precision and FID against the synthetic-audio test set; a substantial drop in R-precision or a large FID degradation would show that the equivalence claim holds only for synthesized speech rather than for real microphone input.
Extended reading notes
Core claim
The central claim is that audio signals can serve as an effective alternative to text for semantic conditioning in human motion generation. Built as an end-to-end masked generative transformer, the model takes raw audio instructions, compresses them into a fixed-size condition through a memory-retrieval attention module, and produces motion through base and residual quantization codes. On the HumanML3D original test set the audio-conditioned model reaches R-Precision Top-1 0.519 against MoMask's 0.521 with text, while FID is 0.121 versus 0.045; the paper reads this as audio conveying semantics comparable to text. It also shows that models trained on the newly synthesized oral-style data outperform those trained on the original text-style data when tested on spoken instructions, supporting the value of conversational audio training data.
Load-bearing premise
The conclusion that audio matches text depends on the assumption that the Tortoise-synthesized speech used for training and testing is a faithful stand-in for real spoken instructions; the only real-audio evidence in the paper is three qualitative examples.
Editorial extensions
If this is right
- Audio-conditioned motion generation can be built without a speech-to-text cascade, simplifying deployment and reducing inference latency by over 50%.
- Spoken, conversational instructions become usable as conditioning inputs, and training on oral-style rephrased data better matches how users actually speak.
- The memory-retrieval compression technique is a reusable pattern for conditioning transformers on long, sparse signals beyond audio, such as video or sensor streams.
- Because audio and text conditions land close in quality, future systems can choose the input modality based on interface constraints rather than expected generation quality.
- The near-parity result suggests that adding a speech recognizer before a text-to-motion model may be unnecessary when the audio encoder is trained end-to-end for the motion task.
Reading between the lines
- If the TTS-to-real gap is closed by larger real-audio evaluation, this points toward voice-driven animation tools where a user narrates an action and sees motion nearly in real time; the latency result makes that plausible at interactive rates.
- The same memory-retrieval conditioning could be applied to other long-horizon inputs where a fixed-size semantic bottleneck is needed, and a direct test would be to swap WavLM for a video or sensor encoder and measure whether the compression still preserves task-relevant semantics.
- A testable extension is multilingual and multi-stage instructions, which the paper lists as untested limitations; the framework's performance there would reveal whether the semantic equivalence holds beyond short English single actions.
- The finding that oral-trained models outperform original-trained models on oral-style tests suggests that collecting more natural spoken instruction data may contribute as much as architectural improvements to real-world usability.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an end-to-end framework for generating 3D human motion from audio instructions. The method encodes raw speech with WavLM, compresses variable-length features through a memory-retrieval attention module, and uses a masked generative transformer with a residual transformer to produce motion tokens under classifier-free guidance. To obtain training data, the authors rewrite existing text annotations (HumanML3D, KIT-ML) into conversational style with ChatGPT and synthesize corresponding audio with the Tortoise TTS model, yielding 'Original' and 'Oral' audio-motion datasets. Experiments compare the audio-conditioned model against text-conditioned baselines on those datasets, reporting near-parity with MoMask (e.g., R-Precision Top-1 0.519 vs 0.521 on HumanML3D) and over 50% lower inference latency than a Whisper-based cascaded pipeline. The paper also includes ablations on audio encoders, compression methods, and a small qualitative robustness test with real and noisy recordings.
Significance. If the central claim holds, the paper introduces a useful new task and a practical interface for motion generation, and the efficiency gain over an ASR cascade is a concrete, reproducible advantage. The work is also constructive in creating augmented audio-motion datasets, which could support future research. The paper ships a clear architecture description, quantitative comparisons following standard text-to-motion metrics, and an explicit efficiency measurement. The main value is conditional on the evaluation design: the reported parity between audio and text is established only for synthesized speech derived from the same text descriptions, so the significance for real voice input is not yet demonstrated.
major comments (3)
- [§4.1, §4.2, Tables 2–3] The central claim that 'audio signals can serve as an effective alternative to text for semantic conditioning' (Section 5.1) is evaluated exclusively on audio synthesized by Tortoise from the same text annotations that condition the text baselines. This design conflates direct audio-to-motion semantic extraction with the ability of WavLM/Tortoise to preserve text information in a noisy channel. The only real-audio evidence is the qualitative example in Fig. 7 (three recorded instructions, one SNR condition), which is not sufficient to support the headline conclusion for actual user voice input. The paper should either add quantitative evaluation on real recorded/perturbed speech (e.g., R-Precision, FID, or at least word-error-rate or ASR-fidelity statistics for the synthesized audio) or explicitly restrict the claim to synthesized audio instructions.
- [Table 6] The Mem-Retr(Ours) row reports MM Dist 1.221, whereas Table 3 lists the same model (Ours*) with MM Dist 2.955 and MultiModality 1.221 on the same HumanML3D Original setting. The column in Table 6 appears mislabeled, because 1.221 matches the MultiModality value in Table 3. This discrepancy prevents the reader from verifying the claimed improvement of the memory-retrieval module over the Transformer encoder (MM Dist 3.259), and it should be corrected or clarified before the ablation can be assessed.
- [§5.3, Table 4] The efficiency comparison against the cascaded method measures only speed, not generation quality of the cascade. The text says the cascaded approach is 'generally comparable' to text-to-motion, but no quantitative comparison is provided for the specific Whisper-to-MoMask pipeline used here. Since the paper's efficiency argument depends on the end-to-end method maintaining quality while being faster, reporting the cascade's R-Precision/FID on the same test split would make the comparison complete.
minor comments (5)
- [§3.3] Equation (2) contains a typo: 'finds the closet code' should read 'finds the closest code'.
- [§4.1] The text states that Tortoise does not support specifying speakers directly and then says 'we generate data using randomly selected voices'; this is slightly contradictory and should be rephrased to clarify how speaker variation is obtained.
- [§5.1, Fig. 7] The caption says three audio instructions were tested under three conditions, but the figure shows only one representative example; the paper should state explicitly that the other two examples are omitted for space or include them in supplementary material.
- [References] The reference list includes placeholder entries (e.g., '[1] The frobnicatable foo filter', '[2] Frobnication tutorial') that appear to be template leftovers and are not cited in the text; these should be removed.
- [§5.3, Table 6] The ablation on audio feature compression is reported only on HumanML3D; adding the same ablation on KIT-ML would strengthen the generality of the conclusion, though this is not essential for the main claim.
Circularity Check
The audio-vs-text semantic parity is an artifact of dataset construction: every quantitative comparison uses audio synthesized by Tortoise from the exact text annotations used to condition the text baselines, so the headline claim reduces to a property of the TTS pipeline rather than an independent property of audio instructions.
-
self definitional
[Sec. 4.1 (Original Dataset construction), Sec. 5.2 (Comparison to Text-Based Methods), Tables 2-3]
"To address this gap, we leverage existing text-to-speech algorithms to synthesize an audio-motion paired dataset from the original text-motion datasets ... For a given text input, Tortoise synthesizes audio that not only matches human voices in timbre and quality but also captures natural features like pauses, emphasis, and tonal variation, reflecting the semantic intricacies of the text ..."
The quantitative support for the headline claim (Sec. 5.2, Tables 2-3) uses audio generated by Tortoise from the exact text annotations that condition the text baselines (Sec. 4.1). The semantic content of the audio is therefore defined, by construction, as the semantic content of the text it is claimed to match. The observed 'parity' between audio and text conditions is thus a restatement of the dataset-generation choice, not an independent empirical discovery about audio semantics. The only non-TTS evidence is Fig. 7, which presents three qualitative real-audio samples with no R-Precision/FID numbers, so the central quantitative conclusion is self-definitional rather than independently established for real spoken input.
full rationale
The derivation of the generative model itself (WavLM features, memory-retrieval compression, masked transformer, residual transformer) is not circular: it is a standard architecture with independent ablations, and the efficiency comparison to a Whisper-based cascade is a legitimate engineering result. The circularity is confined to the semantic-parity claim. Because the audio in all quantitative tables (Original and Oral datasets) is synthesized by Tortoise from the same text annotations used to condition the text baselines, the statement that audio can serve as an equally effective condition as text is largely a restatement of the dataset-construction choice: the TTS model was explicitly selected to preserve the semantics of the source text. The conclusion would be independent only if the evaluation used natural speech with quantitative metrics; the paper provides only three qualitative real-audio samples (Fig. 7) and reports no word-error-rate or SNR sweep to quantify how much of the semantics survives TTS. This is partial, not total, circularity: the model still has to learn to decode acoustic realizations, and the architectural contributions have independent value. A separate verification concern, not treated as a circularity step, is that Table 6 lists MM Dist 1.221 for Mem-Retr(Ours) while Table 3 lists MultiModality 1.221 for Ours*, suggesting a mislabeled column that makes the ablation numbers difficult to audit without released code or data.
Assumptions & free parameters
free parameters (5)
- Number of memory tokens =
256
- Memory token dimension =
512
- Audio condition drop rate =
0.2
- CFG guidance scales =
s=4,5 on HumanML3D; s=2,5 on KIT-ML
- Fixed sequence length =
10
assumptions (5)
- domain assumption WavLM final-layer features contain enough motion-relevant semantics.
- domain assumption Tortoise TTS preserves the semantics of the source text.
- domain assumption ChatGPT-3.5 rewrites preserve original action semantics.
- domain assumption Text-motion evaluation metrics are valid when conditioning is audio.
- domain assumption RVQ-VAE and masked transformer from MoMask transfer to audio-conditioned generation.
Cite this review
Pith. "Pith review of Semantics-Aware Human Motion Generation from Audio Instructions." pith.science (2026). https://pith.science/paper/JQUPLKQM
@misc{pith2026250523465,
author = {Pith},
title = {Pith review of: Semantics-Aware Human Motion Generation from Audio Instructions},
year = {2026},
howpublished = {\url{https://pith.science/paper/JQUPLKQM}},
note = {Machine review of arXiv:2505.23465}
}
read the original abstract
Recent advances in interactive technologies have highlighted the prominence of audio signals for semantic encoding. This paper explores a new task, where audio signals are used as conditioning inputs to generate motions that align with the semantics of the audio. Unlike text-based interactions, audio provides a more natural and intuitive communication method. However, existing methods typically focus on matching motions with music or speech rhythms, which often results in a weak connection between the semantics of the audio and generated motions. We propose an end-to-end framework using a masked generative transformer, enhanced by a memory-retrieval attention module to handle sparse and lengthy audio inputs. Additionally, we enrich existing datasets by converting descriptions into conversational style and generating corresponding audio with varied speaker identities. Experiments demonstrate the effectiveness and efficiency of the proposed framework, demonstrating that audio instructions can convey semantics similar to text while providing more practical and user-friendly interactions.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Face and Gesture submission ID 324
Authors, The frobnicatable foo filter, 2012. Face and Gesture submission ID 324. Supplied as additional material fg324.pdf
work page 2012
-
[2]
Supplied as additional material tr.pdf
Authors, Frobnication tutorial, 2012. Supplied as additional material tr.pdf
work page 2012
-
[3]
Alpher, Frobnication, Journal of Foo 12 (2002) 234–778
A. Alpher, Frobnication, Journal of Foo 12 (2002) 234–778
work page 2002
- [4]
- [5]
-
[6]
I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde-Farley, S. Ozair, A. Courville, Y . Bengio, Generative adversarial networks, Com- munications of the ACM 63 (2020) 139–144. Publisher: ACM New York, NY , USA
work page 2020
-
[7]
D. P. Kingma, Auto-encoding variational bayes, arXiv preprint arXiv:1312.6114 (2013)
arXiv 2013
-
[8]
G. Papamakarios, E. Nalisnick, D. J. Rezende, S. Mohamed, B. Lakshmi- narayanan, Normalizing flows for probabilistic modeling and inference, Journal of Machine Learning Research 22 (2021) 1–64
work page 2021
Show all 57 references
-
[9]
J. Ho, A. Jain, P. Abbeel, Denoising diffusion probabilistic models, Ad- vances in neural information processing systems 33 (2020) 6840–6851
2020
-
[10]
Chang, H
H. Chang, H. Zhang, L. Jiang, C. Liu, W. T. Freeman, Maskgit: Masked generative image transformer, in: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2022, pp. 11315–11325
2022
-
[11]
S. Chen, C. Wang, Z. Chen, Y . Wu, S. Liu, Z. Chen, J. Li, N. Kanda, T. Yoshioka, X. Xiao, et al., Wavlm: Large-scale self-supervised pre- training for full stack speech processing, IEEE Journal of Selected Topics in Signal Processing 16 (2022) 1505–1518
2022
-
[12]
D ´efossez, J
A. D ´efossez, J. Copet, G. Synnaeve, Y . Adi, High fidelity neural audio compression, arXiv preprint arXiv:2210.13438 (2022)
2022 arXiv
-
[13]
Radford, J
A. Radford, J. W. Kim, T. Xu, G. Brockman, C. McLeavey, I. Sutskever, Robust speech recognition via large-scale weak supervision, in: Interna- tional conference on machine learning, PMLR, 2023, pp. 28492–28518
2023
-
[14]
Girdhar, A
R. Girdhar, A. El-Nouby, Z. Liu, M. Singh, K. V . Alwala, A. Joulin, I. Misra, Imagebind: One embedding space to bind them all, in: Proceed- ings of the IEEE Conference on Computer Vision and Pattern Recogni- tion, 2023, pp. 15180–15190
2023
-
[15]
Ahuja, L.-P
C. Ahuja, L.-P. Morency, Language2pose: Natural language grounded pose forecasting, in: 2019 International Conference on 3D Vision, IEEE, 2019, pp. 719–728
2019
-
[16]
Ghosh, N
A. Ghosh, N. Cheema, C. Oguz, C. Theobalt, P. Slusallek, Synthesis of compositional animations from textual descriptions, in: Proceedings of the IEEE international conference on computer vision, 2021, pp. 1396– 1406
2021
-
[17]
A. S. Lin, L. Wu, R. Corona, K. Tai, Q. Huang, R. J. Mooney, Generating animated videos of human activities from natural language descriptions, Learning 1 (2018) 1
2018
-
[18]
Tevet, B
G. Tevet, B. Gordon, A. Hertz, A. H. Bermano, D. Cohen-Or, Motion- clip: Exposing human motion generation to clip space, in: European Conference on Computer Vision, Springer, 2022, pp. 358–374
2022
-
[19]
Radford, J
A. Radford, J. W. Kim, C. Hallacy, A. Ramesh, G. Goh, S. Agarwal, G. Sastry, A. Askell, P. Mishkin, J. Clark, et al., Learning transferable visual models from natural language supervision, in: International con- ference on machine learning, PMLR, 2021, pp. 8748–8763
2021
-
[20]
Petrovich, M
M. Petrovich, M. J. Black, G. Varol, Temos: Generating diverse human motions from textual descriptions, in: European Conference on Computer Vision, Springer, 2022, pp. 480–497
2022
-
[21]
C. Guo, S. Zou, X. Zuo, S. Wang, W. Ji, X. Li, L. Cheng, Generating diverse and natural 3d human motions from text, in: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2022, pp. 5152–5161
2022
-
[22]
Van Den Oord, O
A. Van Den Oord, O. Vinyals, et al., Neural discrete representation learn- ing, Advances in neural information processing systems 30 (2017)
2017
-
[23]
Zhang, Y
J. Zhang, Y . Zhang, X. Cun, Y . Zhang, H. Zhao, H. Lu, X. Shen, Y . Shan, Generating human motion from textual descriptions with discrete repre- sentations, in: Proceedings of the IEEE conference on computer vision and pattern recognition, 2023, pp. 14730–14740
2023
-
[24]
J. Kim, J. Kim, S. Choi, Flame: Free-form language-based motion syn- thesis & editing, in: Proceedings of the AAAI Conference on Artificial Intelligence, volume 37, 2023, pp. 8255–8263
2023
-
[25]
Y . Yuan, J. Song, U. Iqbal, A. Vahdat, J. Kautz, Physdiff: Physics-guided human motion diffusion model, in: Proceedings of the IEEE international conference on computer vision, 2023, pp. 16010–16021
2023
-
[26]
Tevet, S
G. Tevet, S. Raab, B. Gordon, Y . Shafir, D. Cohen-or, A. H. Bermano, Human motion diffusion model, in: The Eleventh International Confer- ence on Learning Representations, 2023
2023
-
[27]
C. Guo, Y . Mu, M. G. Javed, S. Wang, L. Cheng, Momask: Gener- ative masked modeling of 3d human motions, in: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2024, pp. 1900–1910
2024
-
[28]
T. Tang, J. Jia, H. Mao, Dance with melody: An lstm-autoencoder ap- proach to music-oriented dance synthesis, in: Proceedings of the 26th ACM international conference on Multimedia, 2018, pp. 1598–1606
2018
-
[29]
Graves, A
A. Graves, A. Graves, Long short-term memory, Supervised sequence labelling with recurrent neural networks (2012) 37–45
2012
-
[30]
H.-Y . Lee, X. Yang, M.-Y . Liu, T.-C. Wang, Y .-D. Lu, M.-H. Yang, J. Kautz, Dancing to music, Advances in neural information process- ing systems 32 (2019)
2019
-
[31]
K. Chen, Z. Tan, J. Lei, S.-H. Zhang, Y .-C. Guo, W. Zhang, S.-M. Hu, Choreomaster: choreography-oriented music-driven dance synthe- sis, ACM Transactions on Graphics 40 (2021) 1–13
2021
-
[32]
Ginosar, A
S. Ginosar, A. Bar, G. Kohavi, C. Chan, A. Owens, J. Malik, Learn- 12 ing individual styles of conversational gesture, in: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2019, pp. 3497–3506
2019
-
[33]
Kucherenko, D
T. Kucherenko, D. Hasegawa, G. E. Henter, N. Kaneko, H. Kjellstr ¨om, Analyzing input and output representations for speech-driven gesture gen- eration, in: Proceedings of the 19th ACM International Conference on Intelligent Virtual Agents, 2019, pp. 97–104
2019
-
[34]
J. Li, D. Kang, W. Pei, X. Zhe, Y . Zhang, Z. He, L. Bao, Audio2gestures: Generating diverse gestures from speech audio with conditional varia- tional autoencoders, in: Proceedings of the IEEE International Confer- ence on Computer Vision, 2021, pp. 11293–11302
2021
-
[35]
W. Zhu, X. Ma, D. Ro, H. Ci, J. Zhang, J. Shi, F. Gao, Q. Tian, Y . Wang, Human motion generation: A survey, IEEE Transactions on Pattern Anal- ysis and Machine Intelligence (2023)
2023
-
[36]
Borsos, R
Z. Borsos, R. Marinier, D. Vincent, E. Kharitonov, O. Pietquin, M. Sharifi, D. Roblek, O. Teboul, D. Grangier, M. Tagliasacchi, et al., Audiolm: a language modeling approach to audio generation, IEEE transactions on audio, speech, and language processing 31 (2023) 2523–2533
2023
-
[37]
A. J. OpenAI, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Ale- man, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat, et al., Gpt-4 technical report. 2023, URL: https://arxiv. org/abs/2303.08774 (2024)
2024 arXiv
-
[38]
Betker, Better speech synthesis through scaling, arXiv preprint arXiv:2305.07243 (2023)
J. Betker, Better speech synthesis through scaling, arXiv preprint arXiv:2305.07243 (2023)
2023 arXiv
-
[39]
Plappert, C
M. Plappert, C. Mandery, T. Asfour, The kit motion-language dataset, Big data 4 (2016) 236–252
2016
-
[40]
Vaswani, Attention is all you need, Advances in Neural Information Processing Systems (2017)
A. Vaswani, Attention is all you need, Advances in Neural Information Processing Systems (2017)
2017
-
[41]
Jiang, C
J. Jiang, C. Liang, J. Yang, G. Lin, T. Zhong, Y . Zheng, Loopy: Taming audio-driven portrait avatar with long-term motion dependency, arXiv preprint arXiv:2409.02634 (2024)
2024 arXiv
-
[42]
Zhang, Z
M. Zhang, Z. Cai, L. Pan, F. Hong, X. Guo, L. Yang, Z. Liu, Motiondif- fuse: Text-driven human motion generation with diffusion model, arXiv preprint arXiv:2208.15001 (2022)
2022 arXiv
-
[43]
C. Guo, X. Zuo, S. Wang, L. Cheng, Tm2t: Stochastic and tokenized modeling for the reciprocal generation of 3d human motions and texts, in: European Conference on Computer Vision, Springer, 2022, pp. 580– 597
2022
-
[44]
X. Chen, B. Jiang, W. Liu, Z. Huang, B. Fu, T. Chen, G. Yu, Executing your commands via motion diffusion in latent space, in: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2023, pp. 18000–18010
2023
-
[45]
Zhang, X
M. Zhang, X. Guo, L. Pan, Z. Cai, F. Hong, H. Li, L. Yang, Z. Liu, Remodiffuse: Retrieval-augmented motion diffusion model, in: Proceed- ings of the IEEE International Conference on Computer Vision, 2023, pp. 364–373
2023
-
[46]
T. Ao, Z. Zhang, L. Liu, Gesturediffuclip: Gesture diffusion model with clip latents, ACM Transactions on Graphics 42 (2023) 1–18
2023
-
[47]
T. Ao, Q. Gao, Y . Lou, B. Chen, L. Liu, Rhythmic gesticulator: Rhythm- aware co-speech gesture synthesis with hierarchical neural embeddings, ACM Transactions on Graphics 41 (2022) 1–19
2022
-
[48]
Dabral, M
R. Dabral, M. H. Mughal, V . Golyanik, C. Theobalt, Mofusion: A frame- work for denoising-diffusion-based motion synthesis, in: Proceedings of the IEEE conference on computer vision and pattern recognition, 2023, pp. 9760–9770
2023
-
[49]
K. Gong, D. Lian, H. Chang, C. Guo, Z. Jiang, X. Zuo, M. B. Mi, X. Wang, Tm2d: Bimodality driven 3d dance generation via music-text integration, in: Proceedings of the IEEE International Conference on Computer Vision, 2023, pp. 9942–9952
2023
-
[50]
R. Li, S. Yang, D. A. Ross, A. Kanazawa, Ai choreographer: Music conditioned 3d dance generation with aist++, in: Proceedings of the IEEE International Conference on Computer Vision, 2021, pp. 13401–13412
2021
-
[51]
Zhang, T
Z. Zhang, T. Ao, Y . Zhang, Q. Gao, C. Lin, B. Chen, L. Liu, Semantic gesticulator: Semantics-aware co-speech gesture synthesis, ACM Trans- actions on Graphics 43 (2024) 1–17
2024
-
[52]
Devlin, Bert: Pre-training of deep bidirectional transformers for lan- guage understanding, arXiv preprint arXiv:1810.04805 (2018)
J. Devlin, Bert: Pre-training of deep bidirectional transformers for lan- guage understanding, arXiv preprint arXiv:1810.04805 (2018)
2018 arXiv
-
[53]
Chang, H
H. Chang, H. Zhang, J. Barber, A. Maschinot, J. Lezama, L. Jiang, M.-H. Yang, K. Murphy, W. T. Freeman, M. Rubinstein, et al., Muse: Text- to-image generation via masked generative transformers, arXiv preprint arXiv:2301.00704 (2023)
2023 arXiv
-
[54]
P. Liu, P. Zhang, H. Kim, P. Garrido, A. Shapiro, K. Olszewski, Contex- tual gesture: Co-speech gesture video generation through context-aware gesture representation, arXiv preprint arXiv:2502.07239 (2025)
2025
-
[55]
Q. Zhou, M. Li, Q. Zeng, A. Aristidou, X. Zhang, L. Chen, C. Tu, Let’s all dance: Enhancing amateur dance motions, Computational Visual Media (2023)
2023
-
[56]
X. Liu, Y . Xu, Q. Wu, H. Zhou, W. Wu, B. Zhou, Semantic-aware im- plicit neural audio-driven video portrait generation, in: Proceedings of the European Conference on Computer Vision (ECCV), 2022, pp. 112–129
2022
-
[57]
M. Shi, W. Feng, L. Gao, D. Zhu, Generating diverse clothed 3d hu- man animations via a generative model, Computational Visual Media 10 (2024) 261–277. 13
2024
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.