REVIEW 3 major objections 5 minor 65 references
Exploring Timeline Control for Facial Motion Generation
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper establishes timeline control for facial motion generation: a user-specified, frame-level schedule of facial actions is realized by a diffusion model trained on automatically annotated motion intervals, with text commands…
desk verdict Timeline control for facial motion generation is a real new idea, but the headline alignment metric is a closed loop: TAS uses the same TICC annotator that created the training labels, so the central claim of precise temporal control is not yet independently supported. 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 central object is the timeline itself, encoded as a 16-dimensional per-frame binary vector in which each dimension marks whether a specific facial action is active. TICC, a Toeplitz Inverse Covariance-based Clustering method, segments multivariate facial-motion time series into intervals with uniform motion patterns and clusters similar intervals, so a human needs to label only a few representative intervals per cluster to obtain frame-level annotations for the whole dataset. The generation model is a diffusion transformer with a base network shared across regions and branch networks per region; timeline tokens are injected via cross-attention at every layer, always using the original timetable to avoid temporal drift. This machinery carries the argument by making annotation and generation share the same representation, so the model is trained to produce motions that TICC-style segmentation would parse back into the intended intervals.
What would settle it
Take the test timelines, generate videos with the trained model, and have human annotators label action intervals frame by frame while blinded to the input timelines, then compute macro-F1 between human labels and the input timelines. If this independently measured alignment is substantially lower than the reported TAS of 0.84, for instance below roughly 0.7, the claim that generated motions align with user timelines rests on the segmentation method's own conventions rather than on observable motion timing.
Extended reading notes
Core claim
The central claim is that frame-level timeline control for facial motion generation is achievable by pairing an unsupervised time-series analysis, TICC, with a diffusion model whose base network models global facial couplings and whose branch networks generate each region's motion conditioned only on that region's timeline. The paper demonstrates the full pipeline: annotate action intervals, train the generator, render photorealistic videos, and translate language into timelines. It reports macro-F1 annotation accuracy of 0.90 for brows, 0.91 for eyes, and 0.87 for mouth, and reports a Timeline Alignment Score (TAS) of 0.84 for the best generation configuration, with user-study agreement of 89% for accuracy and 86% for naturalness. The load-bearing design is the base-branch split: full decoupling loses naturalness, full coupling loses precision, so the authors use upper-face, lower-face, and pose-and-other branches while the base network carries cross-region coupling. This turns timeline control into a concrete representation and a trainable objective rather than a post-hoc editing step.
Load-bearing premise
The evaluation assumes that applying the same TICC or threshold-based segmentation to generated videos and measuring agreement with the input timeline is a valid test of timeline accuracy, even though the same segmentation method produced the training annotations, so high scores may reflect that the model learned to satisfy TICC's segmentation biases rather than independently verified timing.
Editorial extensions
If this is right
- Users can specify multi-track timelines with independent start and end frames for actions in different facial regions, such as a brow raise overlapping a smile.
- The TICC-based annotation pipeline doubles as an interval detector for unseen videos, enabling automated evaluation and future dataset construction without manual frame labeling.
- Text-guided generation gains an editable timing layer: a language model converts a sentence into a timeline that a user can then adjust frame by frame.
- The base-branch design balances accuracy and naturalness, preventing unwanted coupling effects such as an unintended brow lower during a smile while preserving subtle natural couplings such as head motion accompanying gaze shifts.
- Annotation quality depends strongly on the motion descriptor: replacing ARKit blendshapes with Action Units drops brow annotation macro-F1 from 0.90 to 0.73, so descriptor fidelity is a key factor for the whole pipeline.
Reading between the lines
- Because TICC defines the action vocabulary through clustering, the method implicitly inherits cluster granularity: subcategories such as a significant versus moderate brow raise exist but are collapsed into one category, and a future extension could expose these subcategories as separate timeline channels.
- The base-branch architecture is a general template for conditional generation with partially independent controls, and it could apply to other correlated sub-systems such as body motion with hand gestures, where a shared base encodes coordination and branches enforce per-part precision.
- The evaluation metric could be gamed by any model that produces cleanly segmentable motion, since the same TICC machinery both created the training labels and scores the output; an independent human-annotated gold standard would make the timeline-alignment claim more persuasive.
- The reliance on an in-house blendshape detector means portability depends on that detector's accuracy, and a publicly available descriptor with comparable precision would make the annotation pipeline reproducible outside the authors' environment.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces timeline control for facial motion generation: users specify multi-track, frame-level timelines of facial actions (brow, eye, mouth, gaze, head) and a diffusion-based model generates a natural facial motion sequence aligned with those timelines. To obtain training annotations, the authors use Toeplitz Inverse Covariance-based Clustering (TICC) on facial motion descriptor time series, with manual inspection of a few intervals per cluster; threshold-based detection is used for eye closure, gaze, and head pose. The generation model uses a base-branch architecture to balance cross-region motion coupling against region-level control accuracy, and text inputs are converted to timelines via ChatGPT. Experiments on RealTalk report annotation Macro-F1 scores, a Timeline Alignment Score (TAS) for generated motion, an ablation study, and a 21-participant user study.
Significance. If validated, the paper would open a practically useful control modality for facial animation: precise, editable temporal control of individual facial actions, which audio- and text-driven methods do not offer. The paper's strengths include the formulation of a new control signal, a labor-efficient annotation pipeline based on TICC, a thoughtful base-branch architecture with ablations supporting its design, and a user study that partially checks the perceived alignment of generated motions. The central limitation is that the quantitative alignment evidence rests on a closed-loop evaluation: TAS is computed with the same TICC/threshold annotator that produced the training labels, and the annotation accuracy numbers are hyperparameter-optimized on the same 50-video manual set. These issues do not invalidate the approach, but they mean the headline claim of precise frame-level timeline alignment is not yet independently established.
major comments (3)
- [Sec. 4.2, 'Evaluation Metric' vs. Sec. 3.1, 'Detect Facial Motion for Unseen Videos'] The Timeline Alignment Score (TAS) is computed by running the same TICC/threshold annotator on generated videos that was used to create the training labels in Sec. 3.1. The generation model is therefore trained to reproduce TICC's segmentation and clustering biases, and a high TAS can reflect that generated motions parse cleanly under that annotator rather than that onset/offset times are correct as judged by humans. This makes the central claim of 'accurately aligned with input timelines' depend on a metric that shares its decision procedure with the training target. Please add an independent frame-level human evaluation on generated videos, or at minimum an external action-unit or expression annotator, and report agreement on start/end frames separately from categorical agreement.
- [Sec. 4.1, 'Quantitative results'] The reported annotation Macro-F1 scores (brow 0.90, eye 0.91, mouth 0.87; eye closure 0.95, pose 0.87, gaze 0.89) are obtained after selecting the number of clusters and beta on the same 50 manually annotated videos used for evaluation. This is a selection-on-the-test-set procedure, so the scores are optimistic. The 'preliminary test' on 50 unseen videos is a step in the right direction, but it is unclear that the hyperparameters were fixed without using those videos. Please report a proper held-out split or cross-validation, with hyperparameters chosen on training folds only.
- [Sec. 4.2, 'User Study'] The user study is the only partially independent check of the generated-motion alignment, but the paper reports only aggregate percentages (89% accuracy, 86% naturalness) with no confidence intervals and no per-action-type or per-participant breakdown. Since 15 pairs per condition per participant is a modest sample, please report the number of ratings, confidence intervals, and, if possible, per-action analysis (for example, brow versus mouth onset timing) to establish that the perceived alignment holds across the action classes claimed in Table 1.
minor comments (5)
- [Abstract] The sentence 'To model the timeline control capability, We first annotate...' has an incorrect capital 'We' after a comma; please correct the capitalization.
- [Sec. 3.2, 'Generation Model G'] There is a duplicated article in 'we use the the expression, eye, and pose coefficients'; please remove the repeated 'the'.
- [Sec. 4.2, 'User Study'] The text says 'Fig. 9 shows the results' for the user study, but Fig. 9 is the qualitative ablation figure; the user study results appear to be in Fig. 10. Please fix the cross-reference.
- [Table 2] The table headers Var, FID_fm, FID_delta_fm, and SND are defined only in the text of Sec. 4.2; please add definitions in the table caption or footnote for readability.
- [Sec. 4.2, 'Comparisons with previous methods'] The comparison with AgentAvatar and InstructAvatar is qualitative only and placed in the supplementary video. Since neither method provides code, this is understandable, but please state more explicitly what the qualitative comparison shows and how the reader can access the video.
Circularity Check
TAS is computed with the same TICC/threshold annotator used to create training labels (Sec. 4.2 vs Sec. 3.1), so the central timeline-alignment claim rests on a closed-loop metric; a frame-level human check on generated videos is needed.
-
self definitional
[Sec. 3.1 'Detect Facial Motion for Unseen Videos'; Sec. 4.2 'Evaluation Metric']
"After learning various facial motion patterns from the data, TICC can also be applied to previously unseen facial motion sequences and detect facial action intervals. We use this function to assess the accuracy of facial motion generation in our evaluation. ... To evaluate accuracy, we use TICC or threshold-based approach to annotate facial motion intervals within the generated video. These intervals are then compared to the input timeline to calculate the macro-F1 score."
The same TICC/threshold interval detector is used twice: in Sec. 3.1 it produces the frame-level action annotations that supervise the diffusion model, and in Sec. 4.2 it is re-run on generated videos to compute the Timeline Alignment Score. The model is therefore trained to produce motions that TICC segments and clusters cleanly, and TAS then rewards exactly that behavior. A generated motion that a human would judge misaligned can receive a high TAS if TICC parses it into the requested intervals, while a human-aligned motion that TICC segments differently is penalized.
full rationale
This is an empirical paper rather than a formal derivation, so the circularity appears in the evaluation loop rather than in equations. The central quantitative evidence for 'accurately aligned with input timelines' is the Timeline Alignment Score, which is computed by annotating generated videos with the same TICC/threshold procedure that created the frame-level training labels. This makes the metric partially self-confirming: high TAS can reflect that the generator has learned TICC's segmentation and clustering biases, not that a human observer would agree with the detected onsets and offsets. The manual 50-video macro-F1 evaluation in Sec. 4.1 gives the annotator some independent support against human labels on real videos, and the user study provides a coarse independent check, but neither verifies frame-level precision on generated outputs. Distributional metrics (FID, SND, Var) do not depend on TICC and give the architecture study independent content. On balance, the timeline-alignment claim is partially forced by the evaluator/training-label overlap, but not fully circular because of the manual annotation check and user study; score 5.
Assumptions & free parameters
free parameters (6)
- TICC number of valid clusters (brow/eye/mouth) =
9 / 8 / 9
- TICC beta =
5 for each region
- Null sequence length and value =
length 100, value -1
- Eye closure, gaze, and head pose thresholds =
not specified
- Condition dropout probabilities =
0.5 per region, 0.1 all dropped, 0.1 all kept
- Branch network depth =
2 layers out of 8 total
assumptions (5)
- domain assumption ARKit blendshape coefficients produced by an in-house detector and FaceVerse 3DMM coefficients fully capture the facial actions of interest.
- domain assumption Facial motions in the dataset are largely symmetrical, so left-side coefficients suffice.
- domain assumption TICC clusters of intervals correspond to human-perceivable facial action categories after manual naming.
- domain assumption RealTalk dataset is representative of natural facial motions and diverse enough for the training set.
- domain assumption ChatGPT text-to-timeline conversion is reliable enough for text-guided use.
Cite this review
Pith. "Pith review of Exploring Timeline Control for Facial Motion Generation." pith.science (2026). https://pith.science/paper/ZXEGE52P
@misc{pith2026250520861,
author = {Pith},
title = {Pith review of: Exploring Timeline Control for Facial Motion Generation},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZXEGE52P}},
note = {Machine review of arXiv:2505.20861}
}
read the original abstract
This paper introduces a new control signal for facial motion generation: timeline control. Compared to audio and text signals, timelines provide more fine-grained control, such as generating specific facial motions with precise timing. Users can specify a multi-track timeline of facial actions arranged in temporal intervals, allowing precise control over the timing of each action. To model the timeline control capability, We first annotate the time intervals of facial actions in natural facial motion sequences at a frame-level granularity. This process is facilitated by Toeplitz Inverse Covariance-based Clustering to minimize human labor. Based on the annotations, we propose a diffusion-based generation model capable of generating facial motions that are natural and accurately aligned with input timelines. Our method supports text-guided motion generation by using ChatGPT to convert text into timelines. Experimental results show that our method can annotate facial action intervals with satisfactory accuracy, and produces natural facial motions accurately aligned with timelines.
Figures
Figures from the paper (5 more)
Reference graph
Works this paper leans on
-
[1]
Facetalk: Audio-driven motion diffusion for neural parametric head models
Shivangi Aneja, Justus Thies, Angela Dai, and Matthias Nießner. Facetalk: Audio-driven motion diffusion for neural parametric head models. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 21263–21273, 2024. 2
work page 2024
-
[2]
Teach: Temporal action composition for 3d hu- mans
Nikos Athanasiou, Mathis Petrovich, Michael J Black, and G¨ul Varol. Teach: Temporal action composition for 3d hu- mans. In2022 International Conference on 3D Vision (3DV), pages 414–423. IEEE, 2022. 3
work page 2022
-
[3]
Seamless human motion composition with blended posi- tional encodings
German Barquero, Sergio Escalera, and Cristina Palmero. Seamless human motion composition with blended posi- tional encodings. InProceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, pages 457–469, 2024. 3
work page 2024
-
[4]
Video generation models as world simulators
Tim Brooks, Bill Peebles, Connor Holmes, Will DePue, Yufei Guo, Li Jing, David Schnurr, Joe Taylor, Troy Luh- man, Eric Luhman, et al. Video generation models as world simulators. 2024.URL https://openai. com/research/video- generation-models-as-world-simulators, 3, 2024. 1, 2
work page 2024
-
[5]
Justine Cassell, Catherine Pelachaud, Norman Badler, Mark Steedman, Brett Achorn, Tripp Becket, Brett Douville, Scott Prevost, and Matthew Stone. Animated conversation: rule- based generation of facial expression, gesture & spoken in- tonation for multiple conversational agents. InProceedings of the 21st annual conference on Computer graphics and in- tera...
work page 1994
-
[6]
Zhiyuan Chen, Jiajiong Cao, Zhiquan Chen, Yuming Li, and Chenguang Ma. Echomimic: Lifelike audio-driven por- trait animations through editable landmark conditions.arXiv preprint arXiv:2407.08136, 2024. 2
arXiv 2024
-
[7]
Capture, learning, and syn- thesis of 3d speaking styles
Daniel Cudeiro, Timo Bolkart, Cassidy Laidlaw, Anurag Ranjan, and Michael J Black. Capture, learning, and syn- thesis of 3d speaking styles. InCVPR, pages 10101–10111,
-
[8]
Radek Dan ˇeˇcek, Kiran Chhatre, Shashank Tripathi, Yan- dong Wen, Michael J Black, and Timo Bolkart. Emotional speech-driven animation with content-emotion disentangle- ment.arXiv preprint arXiv:2306.08990, 2023. 2
arXiv 2023
Show all 65 references
-
[9]
Spotformer: Multi-scale spatio-temporal transformer for fa- cial expression spotting.arXiv preprint arXiv:2407.20799,
Yicheng Deng, Hideaki Hayashi, and Hajime Nagahara. Spotformer: Multi-scale spatio-temporal transformer for fa- cial expression spotting.arXiv preprint arXiv:2407.20799,
-
[10]
Facial action coding system (facs).A Human Face, Salt Lake City, 2002
Paul Ekman. Facial action coding system (facs).A Human Face, Salt Lake City, 2002. 2
2002
-
[11]
Unitalker: Scaling up audio-driven 3d facial animation through a unified model.arXiv preprint arXiv:2408.00762,
Xiangyu Fan, Jiaqi Li, Zhiqian Lin, Weiye Xiao, and Lei Yang. Unitalker: Scaling up audio-driven 3d facial animation through a unified model.arXiv preprint arXiv:2408.00762,
-
[12]
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. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18770–18780, 2022. 2
2022
-
[13]
Affective faces for goal-driven dyadic communication.arXiv preprint arXiv:2301.10939, 2023
Scott Geng, Revant Teotia, Purva Tendulkar, Sachit Menon, and Carl V ondrick. Affective faces for goal-driven dyadic communication.arXiv preprint arXiv:2301.10939, 2023. 5
2023 arXiv
-
[14]
Resyncer: Rewiring style-based generator for unified audio-visually synced fa- cial performer.arXiv preprint arXiv:2408.03284, 2024
Jiazhi Guan, Zhiliang Xu, Hang Zhou, Kaisiyuan Wang, Shengyi He, Zhanwang Zhang, Borong Liang, Haocheng Feng, Errui Ding, Jingtuo Liu, et al. Resyncer: Rewiring style-based generator for unified audio-visually synced fa- cial performer.arXiv preprint arXiv:2408.03284, 2024. 2
2024 arXiv
-
[15]
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. InProceedings of the 28th ACM International Conference on Multimedia, pages 2021–2029, 2020. 2
2021
-
[16]
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. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 5152–5161, 2022. 2
2022
-
[17]
Micro-expression spotting with multi-scale local transformer in long videos.Pattern Recognition Letters, 168:146–152,
Xupeng Guo, Xiaobiao Zhang, Lei Li, and Zhaoqiang Xia. Micro-expression spotting with multi-scale local transformer in long videos.Pattern Recognition Letters, 168:146–152,
-
[18]
Toeplitz inverse covariance-based clustering of multivariate time series data
David Hallac, Sagar Vare, Stephen Boyd, and Jure Leskovec. Toeplitz inverse covariance-based clustering of multivariate time series data. InProceedings of the 23rd ACM SIGKDD international conference on knowledge discovery and data mining, pages 215–223, 2017. 2, 4, 5
2017
-
[19]
Gaia: Zero-shot talking avatar generation.arXiv preprint arXiv:2311.15230, 2023
Tianyu He, Junliang Guo, Runyi Yu, Yuchi Wang, Jialiang Zhu, Kaikai An, Leyi Li, Xu Tan, Chunyu Wang, Han Hu, et al. Gaia: Zero-shot talking avatar generation.arXiv preprint arXiv:2311.15230, 2023. 2
2023 arXiv
-
[20]
Classifier-free diffusion guidance
Jonathan Ho and Tim Salimans. Classifier-free diffusion guidance. InNeurIPS 2021 Workshop on Deep Generative Models and Downstream Applications, 2021. 5
2021
-
[21]
Denoising dif- fusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising dif- fusion probabilistic models. InAdvances in Neural Infor- mation Processing Systems, pages 6840–6851. Curran Asso- ciates, Inc., 2020. 4
2020
-
[22]
Multi-aspect mining of complex sensor sequences
Takato Honda, Yasuko Matsubara, Ryo Neyama, Mutsumi Abe, and Yasushi Sakurai. Multi-aspect mining of complex sensor sequences. In2019 IEEE International Conference on Data Mining (ICDM), pages 299–308. IEEE, 2019. 4, 5
2019
-
[23]
Loopy: Taming audio-driven portrait avatar with long-term motion dependency.arXiv preprint arXiv:2409.02634, 2024
Jianwen Jiang, Chao Liang, Jiaqi Yang, Gaojie Lin, Tianyun Zhong, and Yanbo Zheng. Loopy: Taming audio-driven portrait avatar with long-term motion dependency.arXiv preprint arXiv:2409.02634, 2024. 2
2024 arXiv
-
[24]
Audio-driven facial animation by joint end- to-end learning of pose and emotion.ACM Transactions on Graphics (TOG), 36(4):1–12, 2017
Tero Karras, Timo Aila, Samuli Laine, Antti Herva, and Jaakko Lehtinen. Audio-driven facial animation by joint end- to-end learning of pose and emotion.ACM Transactions on Graphics (TOG), 36(4):1–12, 2017. 2
2017
-
[25]
Kmtalk: Speech-driven 3d facial animation with key motion embedding
Haojie Li and Shuangping Huang. Kmtalk: Speech-driven 3d facial animation with key motion embedding. 2024. 2
2024
-
[26]
Talkinggaussian: Structure-persistent 3d talking head synthesis via gaussian splatting
Jiahe Li, Jiawei Zhang, Xiao Bai, Jin Zheng, Xin Ning, Jun Zhou, and Lin Gu. Talkinggaussian: Structure-persistent 3d talking head synthesis via gaussian splatting. InEuropean Conference on Computer Vision, pages 127–145. Springer,
-
[27]
Posetalk: Text-and-audio-based pose control and motion re- finement for one-shot talking head generation.arXiv preprint arXiv:2409.02657, 2024
Jun Ling, Yiwen Wang, Han Xue, Rong Xie, and Li Song. Posetalk: Text-and-audio-based pose control and motion re- finement for one-shot talking head generation.arXiv preprint arXiv:2409.02657, 2024. 2
2024 arXiv
-
[28]
Talkclip: Talking head generation with text-guided expres- sive speaking styles.arXiv preprint arXiv:2304.00334, 2023
Yifeng Ma, Suzhen Wang, Yu Ding, Bowen Ma, Tangjie Lv, Changjie Fan, Zhipeng Hu, Zhidong Deng, and Xin Yu. Talkclip: Talking head generation with text-guided expres- sive speaking styles.arXiv preprint arXiv:2304.00334, 2023. 2
2023 arXiv
-
[29]
Amass: Archive of motion capture as surface shapes
Naureen Mahmood, Nima Ghorbani, Nikolaus F Troje, Ger- ard Pons-Moll, and Michael J Black. Amass: Archive of motion capture as surface shapes. InProceedings of the IEEE/CVF international conference on computer vision, pages 5442–5451, 2019. 2
2019
-
[30]
Autoplait: Automatic mining of co-evolving time se- quences
Yasuko Matsubara, Yasushi Sakurai, and Christos Falout- sos. Autoplait: Automatic mining of co-evolving time se- quences. InProceedings of the 2014 ACM SIGMOD inter- national conference on Management of data, pages 193–204,
2014
-
[31]
From audio to photoreal embodiment: Synthesizing humans in conversations
Evonne Ng, Javier Romero, Timur Bagautdinov, Shaojie Bai, Trevor Darrell, Angjoo Kanazawa, and Alexander Richard. From audio to photoreal embodiment: Synthesizing humans in conversations. InIEEE Conference on Computer Vision and Pattern Recognition, 2024. 2
2024
-
[32]
Scantalk: 3d talking heads from unregistered scans.arXiv preprint arXiv:2403.10942, 2024
Federico Nocentini, Thomas Besnier, Claudio Ferrari, Syl- vain Arguillere, Stefano Berretti, and Mohamed Daoudi. Scantalk: 3d talking heads from unregistered scans.arXiv preprint arXiv:2403.10942, 2024. 2
2024 arXiv
-
[33]
Generating facial expressions for speech.Cognitive science, 20(1):1–46, 1996
Catherine Pelachaud, Norman I Badler, and Mark Steedman. Generating facial expressions for speech.Cognitive science, 20(1):1–46, 1996. 2
1996
-
[34]
Emotalk: Speech-driven emotional disentanglement for 3d face anima- tion
Ziqiao Peng, Haoyu Wu, Zhenbo Song, Hao Xu, Xiangyu Zhu, Jun He, Hongyan Liu, and Zhaoxin Fan. Emotalk: Speech-driven emotional disentanglement for 3d face anima- tion. InProceedings of the IEEE/CVF International Confer- ence on Computer Vision, pages 20687–20697, 2023. 2
2023
-
[35]
Multi-track timeline control for text-driven 3d human motion generation
Mathis Petrovich, Or Litany, Umar Iqbal, Michael J Black, Gul Varol, Xue Bin Peng, and Davis Rempe. Multi-track timeline control for text-driven 3d human motion generation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 1911–1921, 2024. 3
1911
-
[36]
The kit motion-language dataset.Big data, 4(4):236–252,
Matthias Plappert, Christian Mandery, and Tamim Asfour. The kit motion-language dataset.Big data, 4(4):236–252,
-
[37]
A lip sync expert is all you need for speech to lip generation in the wild
KR Prajwal, Rudrabha Mukhopadhyay, Vinay P Nambood- iri, and CV Jawahar. A lip sync expert is all you need for speech to lip generation in the wild. InProceedings of the 28th ACM International Conference on Multimedia, pages 484–492, 2020. 2
2020
-
[38]
Cas(me) 2 : A database for sponta- neous macro-expression and micro-expression spotting and recognition.IEEE Transactions on Affective Computing, 9 (4):424–436, 2018
Fangbing Qu, Su-Jing Wang, Wen-Jing Yan, He Li, Shuhang Wu, and Xiaolan Fu. Cas(me) 2 : A database for sponta- neous macro-expression and micro-expression spotting and recognition.IEEE Transactions on Affective Computing, 9 (4):424–436, 2018. 2
2018
-
[39]
Human motion diffusion as a generative prior
Yonatan Shafir, Guy Tevet, Roy Kapon, and Amit H Bermano. Human motion diffusion as a generative prior. arXiv preprint arXiv:2303.01418, 2023. 3
2023 arXiv
-
[40]
Score-based generative modeling through stochastic differential equa- tions.arXiv preprint arXiv:2011.13456, 2020
Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Ab- hishek Kumar, Stefano Ermon, and Ben Poole. Score-based generative modeling through stochastic differential equa- tions.arXiv preprint arXiv:2011.13456, 2020. 4
2011 arXiv
-
[41]
Diffposetalk: Speech-driven stylistic 3d facial animation and head pose generation via diffusion models.ACM Transactions on Graphics (TOG), 43(4):1–9, 2024
Zhiyao Sun, Tian Lv, Sheng Ye, Matthieu Lin, Jenny Sheng, Yu-Hui Wen, Minjing Yu, and Yong-jin Liu. Diffposetalk: Speech-driven stylistic 3d facial animation and head pose generation via diffusion models.ACM Transactions on Graphics (TOG), 43(4):1–9, 2024. 2
2024
-
[42]
Edtalk: Effi- cient disentanglement for emotional talking head synthesis
Shuai Tan, Bin Ji, Mengxiao Bi, and Ye Pan. Edtalk: Effi- cient disentanglement for emotional talking head synthesis. InEuropean Conference on Computer Vision, pages 398–
-
[43]
Emo: Emote portrait alive-generating expressive portrait videos with audio2video diffusion model under weak conditions
Linrui Tian, Qi Wang, Bang Zhang, and Liefeng Bo. Emo: Emote portrait alive-generating expressive portrait videos with audio2video diffusion model under weak conditions. arXiv preprint arXiv:2402.17485, 2024. 1, 2
2024 arXiv
-
[44]
Agentavatar: Disentangling planning, driving and ren- dering for photorealistic avatar agents.arXiv preprint arXiv:2311.17465, 2023
Duomin Wang, Bin Dai, Yu Deng, and Baoyuan Wang. Agentavatar: Disentangling planning, driving and ren- dering for photorealistic avatar agents.arXiv preprint arXiv:2311.17465, 2023. 1, 2, 7, 8
2023 arXiv
-
[45]
Mead: A large-scale audio-visual dataset for emotional talking-face generation
Kaisiyuan Wang, Qianyi Wu, Linsen Song, Zhuoqian Yang, Wayne Wu, Chen Qian, Ran He, Yu Qiao, and Chen Change Loy. Mead: A large-scale audio-visual dataset for emotional talking-face generation. InECCV, pages 700–717. Springer,
-
[46]
Faceverse: a fine-grained and detail- controllable 3d face morphable model from a hybrid dataset
Lizhen Wang, Zhiyuan Chen, Tao Yu, Chenguang Ma, Liang Li, and Yebin Liu. Faceverse: a fine-grained and detail- controllable 3d face morphable model from a hybrid dataset. InProceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, pages 20333–20342,...
2022
-
[47]
Styletalk++: A unified framework for controlling the speaking styles of talking heads.IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024
Suzhen Wang, Yifeng Ma, Yu Ding, Zhipeng Hu, Changjie Fan, Tangjie Lv, Zhidong Deng, and Xin Yu. Styletalk++: A unified framework for controlling the speaking styles of talking heads.IEEE Transactions on Pattern Analysis and Machine Intelligence, 2024. 2
2024
-
[48]
Mes- net: A convolutional neural network for spotting multi-scale micro-expression intervals in long videos.IEEE Transac- tions on Image Processing, 30:3956–3969, 2021
Su-Jing Wang, Ying He, Jingting Li, and Xiaolan Fu. Mes- net: A convolutional neural network for spotting multi-scale micro-expression intervals in long videos.IEEE Transac- tions on Image Processing, 30:3956–3969, 2021. 2
2021
-
[49]
Instructavatar: Text- guided emotion and motion control for avatar generation
Yuchi Wang, Junliang Guo, Jianhong Bai, Runyi Yu, Tianyu He, Xu Tan, Xu Sun, and Jiang Bian. Instructavatar: Text- guided emotion and motion control for avatar generation. arXiv preprint arXiv:2405.15758, 2024. 1, 2, 8
2024 arXiv
-
[50]
Aniportrait: Audio-driven synthesis of photorealistic portrait animation
Huawei Wei, Zejun Yang, and Zhisheng Wang. Aniportrait: Audio-driven synthesis of photorealistic portrait animation. arXiv preprint arXiv:2403.17694, 2024. 2
2024 arXiv
-
[51]
Mmhead: Towards fine- grained multi-modal 3d facial animation.arXiv preprint arXiv:2410.07757, 2024
Sijing Wu, Yunhao Li, Yichao Yan, Huiyu Duan, Zi- wei Liu, and Guangtao Zhai. Mmhead: Towards fine- grained multi-modal 3d facial animation.arXiv preprint arXiv:2410.07757, 2024. 1, 2
2024 arXiv
-
[52]
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. InProceed- ings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 12780–12790, 2023. 2
2023
-
[53]
Hallo: Hierarchical audio-driven vi- sual synthesis for portrait image animation.arXiv preprint arXiv:2406.08801, 2024
Mingwang Xu, Hui Li, Qingkun Su, Hanlin Shang, Li- wei Zhang, Ce Liu, Jingdong Wang, Luc Van Gool, Yao Yao, and Siyu Zhu. Hallo: Hierarchical audio-driven vi- sual synthesis for portrait image animation.arXiv preprint arXiv:2406.08801, 2024. 2
2024 arXiv
-
[54]
Vasa-1: Lifelike audio-driven talking faces generated in real time.arXiv preprint arXiv:2404.10667,
Sicheng Xu, Guojun Chen, Yu-Xiao Guo, Jiaolong Yang, Chong Li, Zhenyu Zang, Yizhong Zhang, Xin Tong, and Baining Guo. Vasa-1: Lifelike audio-driven talking faces generated in real time.arXiv preprint arXiv:2404.10667,
-
[55]
Probabilistic speech- driven 3d facial motion synthesis: New benchmarks meth- ods and applications
Karren D Yang, Anurag Ranjan, Jen-Hao Rick Chang, Raviteja Vemulapalli, and Oncel Tuzel. Probabilistic speech- driven 3d facial motion synthesis: New benchmarks meth- ods and applications. InProceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition, p...
2024
-
[56]
Samm long videos: A spontaneous facial micro-and macro- expressions dataset
Chuin Hong Yap, Connah Kendrick, and Moi Hoon Yap. Samm long videos: A spontaneous facial micro-and macro- expressions dataset. In2020 15th IEEE International Con- ference on Automatic Face and Gesture Recognition (FG 2020), pages 771–776. IEEE, 2020. 2
2020
-
[57]
3d-cnn for facial micro-and macro-expression spotting on long video sequences using temporal oriented reference frame
Chuin Hong Yap, Moi Hoon Yap, Adrian Davison, Connah Kendrick, Jingting Li, Su-Jing Wang, and Ryan Cunning- ham. 3d-cnn for facial micro-and macro-expression spotting on long video sequences using temporal oriented reference frame. InProceedings of the 30th ACM International C...
2022
-
[58]
Geneface: Generalized and high- fidelity audio-driven 3d talking face synthesis.arXiv preprint arXiv:2301.13430, 2023
Zhenhui Ye, Ziyue Jiang, Yi Ren, Jinglin Liu, JinZheng He, and Zhou Zhao. Geneface: Generalized and high- fidelity audio-driven 3d talking face synthesis.arXiv preprint arXiv:2301.13430, 2023. 2
2023 arXiv
-
[59]
Facial expression spotting based on optical flow features
Jun Yu, Zhongpeng Cai, Zepeng Liu, Guochen Xie, and Peng He. Facial expression spotting based on optical flow features. InProceedings of the 30th ACM International Conference on Multimedia, pages 7205–7209, 2022. 2
2022
-
[60]
CelebV-Text: A large-scale facial text-video dataset
Jianhui Yu, Hao Zhu, Liming Jiang, Chen Change Loy, Wei- dong Cai, and Wayne Wu. CelebV-Text: A large-scale facial text-video dataset. InCVPR, 2023. 2
2023
-
[61]
Talking head generation with probabilistic audio-to-visual diffusion priors.arXiv preprint arXiv:2212.04248, 2022
Zhentao Yu, Zixin Yin, Deyu Zhou, Duomin Wang, Finn Wong, and Baoyuan Wang. Talking head generation with probabilistic audio-to-visual diffusion priors.arXiv preprint arXiv:2212.04248, 2022. 7
2022 arXiv
-
[62]
Talking head generation with probabilistic audio-to-visual diffusion priors
Zhentao Yu, Zixin Yin, Deyu Zhou, Duomin Wang, Finn Wong, and Baoyuan Wang. Talking head generation with probabilistic audio-to-visual diffusion priors. InProceedings of the IEEE/CVF International Conference on Computer Vi- sion, pages 7645–7655, 2023. 7
2023
-
[63]
Personatalk: Bring attention to your persona in visual dubbing.arXiv preprint arXiv:2409.05379, 2024
Longhao Zhang, Shuang Liang, Zhipeng Ge, and Tianshu Hu. Personatalk: Bring attention to your persona in visual dubbing.arXiv preprint arXiv:2409.05379, 2024. 2
2024 arXiv
-
[64]
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. InProceedings of the IEEE/CVF Conference on Computer Vision and Pa...
2023
-
[65]
Media2face: Co-speech facial animation gen- eration with multi-modality guidance
Qingcheng Zhao, Pengyu Long, Qixuan Zhang, Dafei Qin, Han Liang, Longwen Zhang, Yingliang Zhang, Jingyi Yu, and Lan Xu. Media2face: Co-speech facial animation gen- eration with multi-modality guidance. InACM SIGGRAPH 2024 Conference Papers, pages 1–13, 2024. 2
2024
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.