REVIEW 5 major objections 6 minor 46 references
Joint Co-Speech Gesture and Expressive Talking Face Generation using Diffusion with Adapters
T0 review · 5 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read A single diffusion transformer with shared weights and adapter modules generates both co-speech gestures and an expressive talking face, claiming state-of-the-art quality on the SHOW dataset with only 27.7M parameters.
desk verdict Genuinely new adapter-based joint face+body architecture, but the SOTA claim is undermined by the paper's own ablation numbers; the case rests on a small user study. 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 object is the adapter-augmented shared transformer block. Each block contains four adapters per layer, two for the face stream and two for the body stream; each adapter begins with two cross-modal attention layers that exchange information between the face and body sequences, then passes through a bottleneck of downsampling, activation, hidden, and upsampling layers. The transformer's weights are shared by both modalities, with only lightweight per-modality projection layers at input and output, and the model is trained to predict the clean sample directly at each diffusion timestep plus a velocity-smoothing loss. At inference, long sequences are stitched from overlapping windows using the last $M$ frames of the previous segment as the seed for the next, with linear interpolation across the overlap.
What would settle it
Train the same architecture on a larger corpus such as BEAT with more speakers, and compare per-modality FMD and landmark L1 against two separate same-capacity models. If the shared-network model is meaningfully worse on both modalities, the shared-latent premise fails. Alternatively, remove the cross-modal attention heads from the adapters; if face and body metrics do not change, the claimed cross-modal influence is not doing the work attributed to it.
Extended reading notes
Core claim
On its own terms, the paper's discovery is that adapter modules, originally designed to adapt pretrained large models, can instead be trained from scratch inside a single randomly initialized transformer to unite two weakly correlated tasks. The network receives face parameters (one jaw joint plus 100 expression blend shapes) and body parameters (43 joints) through separate projection layers, feeds them in parallel through shared transformer blocks, and uses adapter cross-attention so face and body denoising inform each other. Trained on the SHOW dataset with the standard 80/10/10 split, the model reports the lowest FMD (1758.13), FED (1260.01), jaw L1 (0.00161), landmark L1 (0.1532), and LVD (0.0276) among LS3DCG, DiffGesture, TalkSHOW, and DiffSHEG, with a parameter count of 27.7M, and it receives the highest user-study scores among all non-ground-truth methods. The paper concludes that sharing one transformer with small adapters captures the weak correlation between gesture and facial motion while avoiding the parameter duplication of separate networks.
Load-bearing premise
The load-bearing premise is that face motion and body motion can be mapped into one common latent space and modeled by a single shared transformer with only small adapters, without either modality degrading the other.
Editorial extensions
If this is right
- A single network, rather than two separately trained models, can produce both body gestures and facial motion, cutting memory and training cost.
- The face and body streams influence each other through cross-modal attention, so the weak correlation between gesture and expression is exploited rather than ignored.
- Long motion sequences are generated from arbitrary audio by chaining overlapping windows, with a seed gesture from the previous segment and interpolation across overlaps.
- The user-study results indicate that smooth, temporally consistent face motion is perceived as more realistic than high-variance jittery motion, even where distributional metrics disagree.
Reading between the lines
- If the shared-latent assumption holds beyond SHOW's four speakers, the same adapter pattern could be extended to more than two output streams, such as hand or eye-gaze channels, without multiplying the core transformer's parameter count.
- A testable extension is to train on a larger multi-speaker corpus and measure per-modality quality; the parameter-efficiency claim would remain meaningful only if the joint model keeps both body and face metrics within a small margin of dedicated separate models.
- The paper's own discussion of jittery baselines scoring well on diversity and beat consistency suggests that current Fréchet-style motion metrics reward high variance even when humans judge the motion unnatural; a metric that penalizes velocity noise would sharpen comparisons.
- Because direct sample prediction plus a velocity loss smooths the outputs, the approach may transfer to other weakly correlated motion pairs such as speech-driven eyebrow and hand motion.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a joint co-speech gesture and expressive talking face generation method using a single diffusion transformer with adapter modules. Face and body motions are projected into a shared latent space and processed in parallel by shared transformer blocks, with cross-modal adapters letting the two modalities influence each other. The model is trained on the SHOW dataset with reconstruction and velocity losses, and evaluated against LS3DCG, DiffGesture, TalkSHOW, and DiffSHEG, plus ablations that remove the adapter or split the network. The authors claim state-of-the-art performance with a reduced parameter count, supported by a table of quantitative metrics and a ten-participant user study.
Significance. If the claims are validated, the adapter-based shared-transformer design would be a practically useful step toward parameter-efficient joint generation of weakly correlated body and face motion, and the cross-modal attention mechanism is a reasonable way to let the two tasks inform each other. The manuscript offers a clear architecture, a released code repository, an ablation study, and a user study, which are strengths for reproducibility. However, the quantitative evidence is currently inconsistent: the same metrics that are used to claim superiority in Table 1 are dismissed as misleading in the ablation section, and the only consistently favorable evidence for the adapter design is a small user study without statistical analysis. The parameter-reduction claim is also qualified by the existence of a combined baseline with fewer parameters, and the state-of-the-art claim is not supported on all reported face metrics. Overall, the central idea is promising but the evidence needs substantial strengthening before the paper can support its headline claims.
major comments (5)
- [Section 4.3 vs Section 4.4, Tables 1 and 2] The paper uses the same quantitative metrics inconsistently. Table 2 shows that Ours is worse than both Separate and Combined on FMD, FED, Div(All), Div(Face), and BC, and Section 4.4 explains this by arguing that these metrics are misleading because the alternative models produce jittery or dull motions. Yet Section 4.3 and Table 1 use FMD, FED, Div, and BC as evidence of state-of-the-art performance over the baselines. This is internally inconsistent unless the authors provide independent validation that these metrics track human perceptual quality in the direction claimed, for example by correlating metric values with user-study ratings. Without such validation, the paper should either avoid relying on FMD/FED/Div/BC as primary evidence or provide a principled reason why they are valid for comparing against baselines but invalid for comparing against ablations.
- [Section 4.5, Table 3] The user study is the only evidence that the adapter architecture improves perceived quality over the Separate and Combined ablations, but it is reported with only ten participants, no confidence intervals, no significance tests, and no description of randomization, blinding, stimulus ordering, or inter-rater agreement. This is too weak to carry the central perceptual claim. The authors should either report a larger, statistically analyzed study or substantially temper the claim that the user study validates higher performance.
- [Table 1 and Abstract] The abstract states that the framework 'maintains state-of-the-art co-speech gesture and talking head generation performance,' but Table 1 does not support this on several of the paper's own metrics: LS3DCG achieves better Jaw L1 (0.00147 vs 0.00161), Lmk L1 (0.1410 vs 0.1532), and LVD (0.0273 vs 0.0276), and DiffSHEG achieves better Div(All) (1924.78 vs 1845.15) and Div(Face) (1609.03 vs 1521.68). The paper should either qualify which metrics are being claimed as state-of-the-art or provide a principled weighting of these metrics.
- [Section 2.3 and Section 4.3] The related-work section cites EMAGE [21] as the most relevant joint holistic method, where face and body are trained jointly with cross-attention, yet EMAGE is not included in the quantitative or user-study comparisons. Since EMAGE is the closest prior work addressing the same joint task, its absence makes the 'state-of-the-art' claim for joint methods unsubstantiated. The authors should add an EMAGE comparison on the SHOW dataset or explicitly justify its omission.
- [Section 4.4 and Abstract] The parameter-reduction claim is overstated. In Table 2, the Combined ablation (25.6M parameters) has fewer parameters than Ours (27.7M), and LS3DCG in Table 1 has 18.7M parameters. The claim of 'significantly reduces the number of parameters' is only true when comparing to the Separate (51.2M) or Split (53.1M) two-network setups, not to all baselines. This limitation should be stated in the abstract and conclusion.
minor comments (6)
- [Section 3.2.1] There is a typo in the text: 'p(x0,' should be 'p(x0)' or similar, and the following sentence 'where x0 represents the motion sequence' is incomplete.
- [Section 4.1] The phrase 'that gives us (J + 1) × 3 + E = 232 total parameters for the network to predict' is misleading: 232 is the output dimensionality of the motion representation, not the number of trainable parameters. Please reword.
- [Section 4.3] The statement 'Diversity and quality are often correlated with a trade-off between the two' is confusing as written; it appears to say the opposite of the intended meaning. Please clarify the relationship between diversity and quality.
- [Section 4.3] When describing DiffGesture, the paper says the authors 'additionally train a separate model for the face,' but it does not describe the architecture or training details of that face model, which is important for assessing the fairness of the comparison.
- [Section 4.4] The text says jitteriness 'can result in higher diversity and higher beat consistency, as discussed in Sec. 4,' but the relevant discussion is in Section 4.3, not Section 4 in general. Please provide a specific reference.
- [Section 4.5 and Table 3] The user-study section should report how many videos were shown per method, whether all methods used the same 12 audio clips, how participants were recruited, and whether the order of videos was randomized across participants.
Circularity Check
No circularity found: the method is evaluated empirically against external baselines; the Table 1/Table 2 metric inconsistency is a correctness concern, not circularity.
full rationale
The derivation chain is empirical and self-contained. The method trains a single diffusion transformer with adapters on the SHOW train split using standard reconstruction and velocity losses (Eqs. 4-5), and evaluates on held-out test sequences with FMD/FED, diversity, beat consistency, landmark errors, and a user study. The FMD/FED autoencoders are external metric components trained following prior work ([22] or [5]), not fitted parameters of the generative model that are then relabeled as predictions; they do not encode the paper's conclusions. There are no self-citations, no imported uniqueness theorems, and no ansatz smuggled in via author-cited prior work; the adapter design follows LA VisH [19], which is an independent architectural choice, not a forced result. The apparent tension between Table 1 (Ours best on FMD/FED) and Table 2 (Separate/Combined beat Ours on FMD/FED/Div/BC), with the paper calling those metrics 'misleading,' is a consistency/correctness issue about evidence quality, not a circular derivation. No load-bearing step reduces to its own input, so circularity score is 0.
Assumptions & free parameters
free parameters (7)
- Clip length N =
34
- Seed overlap M =
4
- Denoising steps =
500
- Body joints J =
43
- Expression dimension E =
100
- Velocity loss weight =
not reported
- Adapter bottleneck dimensions =
not reported
assumptions (5)
- standard math Denoising diffusion probabilistic model framework (Ho et al.)
- domain assumption HuBERT features capture speech semantics relevant to both gesture and face
- domain assumption Face and body motion are weakly but usefully correlated
- domain assumption SHOW dataset quality and representativeness
- domain assumption A single shared latent space can represent both body joint rotations and facial expression weights
Cite this review
Pith. "Pith review of Joint Co-Speech Gesture and Expressive Talking Face Generation using Diffusion with Adapters." pith.science (2026). https://pith.science/paper/IMYZEOL6
@misc{pith2026241214333,
author = {Pith},
title = {Pith review of: Joint Co-Speech Gesture and Expressive Talking Face Generation using Diffusion with Adapters},
year = {2026},
howpublished = {\url{https://pith.science/paper/IMYZEOL6}},
note = {Machine review of arXiv:2412.14333}
}
read the original abstract
Recent advances in co-speech gesture and talking head generation have been impressive, yet most methods focus on only one of the two tasks. Those that attempt to generate both often rely on separate models or network modules, increasing training complexity and ignoring the inherent relationship between face and body movements. To address the challenges, in this paper, we propose a novel model architecture that jointly generates face and body motions within a single network. This approach leverages shared weights between modalities, facilitated by adapters that enable adaptation to a common latent space. Our experiments demonstrate that the proposed framework not only maintains state-of-the-art co-speech gesture and talking head generation performance but also significantly reduces the number of parameters required.
Figures
Reference graph
Works this paper leans on
-
[21]
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, 2024. 2
work page 2024
-
[1]
Style-controllable speech-driven gesture synthesis using normalising flows
Simon Alexanderson, Gustav Eje Henter, Taras Kucherenko, and Jonas Beskow. Style-controllable speech-driven gesture synthesis using normalising flows. In Computer Graphics Forum, 2020. 2
work page 2020
-
[2]
Tenglong Ao, Qingzhe Gao, Yuke Lou, Baoquan Chen, and Libin Liu. Rhythmic gesticulator: Rhythm-aware co-speech gesture synthesis with hierarchical neural embeddings.TOG,
-
[3]
Gesturediffuclip: Gesture diffusion model with clip latents
Tenglong Ao, Zeyi Zhang, and Libin Liu. Gesturediffuclip: Gesture diffusion model with clip latents. TOG, 42(4), 2023. 2
work page 2023
-
[4]
Tom B. Brown, Benjamin Mann, Nick Ryder, Melanie Sub- biah, Jared Kaplan, Prafulla Dhariwal, Arvind Neelakan- tan, Pranav Shyam, Girish Sastry, Amanda Askell, Sand- hini Agarwal, Ariel Herbert-V oss, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel M. Ziegler, Jeffrey Wu, Clemens Winter, Christopher Hesse, Mark Chen, Eric Sigler, Mateusz...
2020
-
[5]
Junming Chen, Yunfei Liu, Jianan Wang, Ailing Zeng, Yu Li, and Qifeng Chen. Diffsheg: A diffusion-based approach for real-time speech-driven holistic 3d expression and ges- ture generation. In CVPR, 2024. 1, 2, 5, 6, 8
work page 2024
-
[6]
Hierarchical cross-modal talking face generation with dynamic pixel-wise loss
Lele Chen, Ross K Maddox, Zhiyao Duan, and Chenliang Xu. Hierarchical cross-modal talking face generation with dynamic pixel-wise loss. In CVPR, 2019. 6
work page 2019
-
[7]
Diffusion-based co-speech gesture genera- tion using joint text and audio representation
Anna Deichler, Shivam Mehta, Simon Alexanderson, and Jonas Beskow. Diffusion-based co-speech gesture genera- tion using joint text and audio representation. In INTER- NATIONAL CONFERENCE ON MULTIMODAL INTERAC- TION, ICMI ’23. ACM, Oct. 2023. 2
work page 2023
Show all 46 references
-
[8]
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 (CVPR), 2022. 2
2022
-
[9]
Learning individual styles of conversational gesture
Shiry Ginosar, Amir Bar, Gefen Kohavi, Caroline Chan, An- drew Owens, and Jitendra Malik. Learning individual styles of conversational gesture. In CVPR, 2019. 1, 2
2019
-
[10]
Learning speech-driven 3d conversational gestures from video
Ikhsanul Habibie, Weipeng Xu, Dushyant Mehta, Lingjie Liu, Hans-Peter Seidel, Gerard Pons-Moll, Mohamed El- gharib, and Christian Theobalt. Learning speech-driven 3d conversational gestures from video. In Proceedings of the 21st ACM International Conference on Intelligent Virt...
2021
-
[11]
Deber- tav3: Improving deberta using electra-style pre-training with gradient-disentangled embedding sharing, 2021
Pengcheng He, Jianfeng Gao, and Weizhu Chen. Deber- tav3: Improving deberta using electra-style pre-training with gradient-disentangled embedding sharing, 2021. 3
2021
-
[12]
Gans trained by a two time-scale update rule converge to a local nash equilib- rium
Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilib- rium. In I. Guyon, U. V on Luxburg, S. Bengio, H. Wal- lach, R. Fergus, S. Vishwanathan, and R. Garnett, ed...
2017
-
[13]
Denoising diffu- sion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffu- sion probabilistic models. NeurIPS, 2020. 3, 4
2020
-
[14]
Parameter-efficient transfer learning for nlp, 2019
Neil Houlsby, Andrei Giurgiu, Stanislaw Jastrzebski, Bruna Morrone, Quentin de Laroussilhe, Andrea Gesmundo, Mona Attariyan, and Sylvain Gelly. Parameter-efficient transfer learning for nlp, 2019. 1, 3
2019
-
[15]
Hubert: Self-supervised speech representation learning by masked prediction of hidden units, 2021
Wei-Ning Hsu, Benjamin Bolte, Yao-Hung Hubert Tsai, Kushal Lakhotia, Ruslan Salakhutdinov, and Abdelrahman Mohamed. Hubert: Self-supervised speech representation learning by masked prediction of hidden units, 2021. 4
2021
-
[16]
LoRA: Low-rank adaptation of large language models
Edward J Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen- Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. LoRA: Low-rank adaptation of large language models. InIn- ternational Conference on Learning Representations , 2022. 1, 3
2022
-
[17]
Audio2gestures: Generating diverse gestures from speech audio with conditional varia- tional autoencoders
Jing Li, Di Kang, Wenjie Pei, Xuefei Zhe, Ying Zhang, Zhenyu He, and Linchao Bao. Audio2gestures: Generating diverse gestures from speech audio with conditional varia- tional autoencoders. In ICCV, 2021. 2
2021
-
[18]
Speech2video synthesis with 3d skeleton regularization and expressive body poses
Miao Liao, Sibo Zhang, Peng Wang, Hao Zhu, Xinxin Zuo, and Ruigang Yang. Speech2video synthesis with 3d skeleton regularization and expressive body poses. In ACCV, 2020. 2
2020
-
[19]
Vision transformers are parameter-efficient audio- visual learners
Yan-Bo Lin, Yi-Lin Sung, Jie Lei, Mohit Bansal, and Gedas Bertasius. Vision transformers are parameter-efficient audio- visual learners. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023. 4
2023
-
[20]
Ex- ploring versatile generative language model via parameter- efficient transfer learning
Zhaojiang Lin, Andrea Madotto, and Pascale Fung. Ex- ploring versatile generative language model via parameter- efficient transfer learning. arXiv preprint arXiv:2004.03829,
2004 arXiv
-
[22]
Beat: A large-scale semantic and emotional multi-modal dataset for conversational gestures synthesis, 2022
Haiyang Liu, Zihao Zhu, Naoya Iwamoto, Yichen Peng, Zhengqing Li, You Zhou, Elif Bozkurt, and Bo Zheng. Beat: A large-scale semantic and emotional multi-modal dataset for conversational gestures synthesis, 2022. 7
2022
-
[23]
Audio-driven co-speech gesture video generation
Xian Liu, Qianyi Wu, Hang Zhou, Yuanqi Du, Wayne Wu, Dahua Lin, and Ziwei Liu. Audio-driven co-speech gesture video generation. NeurIPS, 2022. 2
2022
-
[24]
Learning hierarchical cross-modal association for co- speech gesture generation
Xian Liu, Qianyi Wu, Hang Zhou, Yinghao Xu, Rui Qian, Xinyi Lin, Xiaowei Zhou, Wayne Wu, Bo Dai, and Bolei Zhou. Learning hierarchical cross-modal association for co- speech gesture generation. In CVPR, 2022. 2
2022
-
[25]
Roberta: A robustly optimized bert pretraining approach, 2019
Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettle- moyer, and Veselin Stoyanov. Roberta: A robustly optimized bert pretraining approach, 2019. 3
2019
-
[26]
Repaint: Inpaint- ing using denoising diffusion probabilistic models
Andreas Lugmayr, Martin Danelljan, Andr´es Romero, Fisher Yu, Radu Timofte, and Luc Van Gool. Repaint: Inpaint- ing using denoising diffusion probabilistic models. CoRR, abs/2201.09865, 2022. 8 9
2022 arXiv
-
[27]
Lcm-lora: A universal stable-diffusion acceleration module, 2023
Simian Luo, Yiqin Tan, Suraj Patil, Daniel Gu, Patrick von Platen, Apolin´ario Passos, Longbo Huang, Jian Li, and Hang Zhao. Lcm-lora: A universal stable-diffusion acceleration module, 2023. 1, 3
2023
-
[28]
Bodyformer: Semantics-guided 3d body gesture synthesis with transformer
Kunkun Pang, Dafei Qin, Yingruo Fan, Julian Habekost, Takaaki Shiratori, Junichi Yamagishi, and Taku Komura. Bodyformer: Semantics-guided 3d body gesture synthesis with transformer. TOG, 2023. 2
2023
-
[29]
Sdxl: Improving latent diffusion models for high-resolution image synthesis, 2023
Dustin Podell, Zion English, Kyle Lacey, Andreas Blattmann, Tim Dockhorn, Jonas M ¨uller, Joe Penna, and Robin Rombach. Sdxl: Improving latent diffusion models for high-resolution image synthesis, 2023. 3
2023
-
[30]
Speech drives templates: Co-speech gesture synthesis with learned templates
Shenhan Qian, Zhi Tu, Yihao Zhi, Wen Liu, and Shenghua Gao. Speech drives templates: Co-speech gesture synthesis with learned templates. In ICCV, 2021. 2
2021
-
[31]
Hierarchical text-conditional image gener- ation with clip latents, 2022
Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text-conditional image gener- ation with clip latents, 2022. 4
2022
-
[32]
Bilen, and A
S-A Rebuffi, H. Bilen, and A. Vedaldi. Learning multiple visual domains with residual adapters. InAdvances in Neural Information Processing Systems, 2017. 3
2017
-
[33]
Difftalk: Crafting diffusion models for generalized audio-driven portraits animation
Shuai Shen, Wenliang Zhao, Zibin Meng, Wanhua Li, Zheng Zhu, Jie Zhou, and Jiwen Lu. Difftalk: Crafting diffusion models for generalized audio-driven portraits animation. In CVPR, 2023. 2
2023
-
[34]
Co-speech gesture synthesis by reinforcement learning with contrastive pre- trained rewards
Mingyang Sun, Mengchen Zhao, Yaqing Hou, Minglei Li, Huang Xu, Songcen Xu, and Jianye Hao. Co-speech gesture synthesis by reinforcement learning with contrastive pre- trained rewards. In CVPR, 2023. 2
2023
-
[35]
Human motion diffu- sion model
Guy Tevet, Sigal Raab, Brian Gordon, Yoni Shafir, Daniel Cohen-or, and Amit Haim Bermano. Human motion diffu- sion model. In ICLR, 2023. 4
2023
-
[36]
Imitator: Personalized speech-driven 3d facial animation
Balamurugan Thambiraja, Ikhsanul Habibie, Sadegh Aliak- barian, Darren Cosker, Christian Theobalt, and Justus Thies. Imitator: Personalized speech-driven 3d facial animation. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) , pages 20621–20631, October
-
[37]
Edge: Editable dance generation from music
Jonathan Tseng, Rodrigo Castellon, and Karen Liu. Edge: Editable dance generation from music. In CVPR, 2023. 4
2023
-
[38]
FVD: A new metric for video generation, 2019
Thomas Unterthiner, Sjoerd van Steenkiste, Karol Kurach, Rapha¨el Marinier, Marcin Michalski, and Sylvain Gelly. FVD: A new metric for video generation, 2019. 5
2019
-
[39]
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
-
[40]
Diffus- estylegesture: Stylized audio-driven co-speech gesture gen- eration with diffusion models
Sicheng Yang, Zhiyong Wu, Minglei Li, Zhensong Zhang, Lei Hao, Weihong Bao, Ming Cheng, and Long Xiao. Diffus- estylegesture: Stylized audio-driven co-speech gesture gen- eration with diffusion models. In Proceedings of the 32nd International Joint Conference on Artificial Int...
2023
-
[41]
Audio-driven stylized gesture generation with flow-based model
Sheng Ye, Yu-Hui Wen, Yanan Sun, Ying He, Ziyang Zhang, Yaoyuan Wang, Weihua He, and Yong-Jin Liu. Audio-driven stylized gesture generation with flow-based model. InECCV,
-
[42]
Generating holistic 3d human motion from speech
Hongwei Yi, Hualin Liang, Yifei Liu, Qiong Cao, Yandong Wen, Timo Bolkart, Dacheng Tao, and Michael J Black. Generating holistic 3d human motion from speech. InCVPR,
-
[43]
Speech ges- ture generation from the trimodal context of text, audio, and speaker identity
Youngwoo Yoon, Bok Cha, Joo-Haeng Lee, Minsu Jang, Jaeyeon Lee, Jaehong Kim, and Geehyuk Lee. Speech ges- ture generation from the trimodal context of text, audio, and speaker identity. TOG, 2020. 2, 5
2020
-
[44]
Robots learn social skills: End-to-end learning of co-speech gesture generation for hu- manoid robots
Youngwoo Yoon, Woo-Ri Ko, Minsu Jang, Jaeyeon Lee, Jae- hong Kim, and Geehyuk Lee. Robots learn social skills: End-to-end learning of co-speech gesture generation for hu- manoid robots. In ICRA, 2019. 2
2019
-
[45]
Sadtalker: Learning realistic 3d motion coefficients for stylized audio- driven single image talking face animation
Wenxuan Zhang, Xiaodong Cun, Xuan Wang, Yong Zhang, Xi Shen, Yu Guo, Ying Shan, and Fei Wang. Sadtalker: Learning realistic 3d motion coefficients for stylized audio- driven single image talking face animation. arXiv preprint arXiv:2211.12194, 2022. 2
2022 arXiv
-
[46]
Taming diffusion models for audio-driven co-speech gesture generation
Lingting Zhu, Xian Liu, Xuanyu Liu, Rui Qian, Ziwei Liu, and Lequan Yu. Taming diffusion models for audio-driven co-speech gesture generation. In CVPR, 2023. 1, 2, 6, 7, 8 10
2023
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.