Research
Towards Reliable Human Evaluations in Gesture Generation: Insights from a Community-Driven State-of-the-Art Benchmark
Overview Research area: Human evaluation methodology for automatic, speech-driven 3D gesture generation (animating virtual characters so that their body and hand movements match what they say). Techni
- arXiv
- 2511.01233
- Published
- 2025-11-03
- Authors
- Rajmund Nagy, Hendric Voss, Thanh Hoang-Minh, Mihail Tsakov, Teodor Nikolov, Zeyi Zhang, Tenglong Ao, Sicheng Yang, Shaoli Huang, Yongkang Cheng, M. Hamza Mughal, Rishabh Dabral, Kiran Chhatre, Christian Theobalt, Libin Liu, Stefan Kopp, Rachel McDonnell, Michael Neff, Taras Kucherenko, Youngwoo Yoon, Gustav Eje Henter
AI summary
Overview
Research area: Human evaluation methodology for automatic, speech-driven 3D gesture generation (animating virtual characters so that their body and hand movements match what they say).
Technical level: Intermediate. The core argument is conceptual, but the paper assumes familiarity with generative models, pairwise preference studies, and statistical ranking (Elo/Bradley-Terry).
Scope: The paper audits how the gesture-generation community evaluates its own models, proposes a standardized evaluation protocol on the BEAT2 dataset, and uses it to benchmark six recent systems against motion capture.
What This Paper Is About
Automatic gesture generation has advanced quickly, but the way researchers measure progress — asking humans to rate or compare generated animations — has not kept pace. Evaluation setups differ wildly across papers, and a well-documented flaw means models that simply look smooth get inflated scores on how well their gestures "fit" the speech. The authors set out to show that published claims about the state of the art are unreliable, then build and run a fairer, standardized benchmark to find out what the real state of the art is.
Key Contributions
-
A critical review of evaluation practice. An audit of 26 gesture-generation papers published at CVPR, ICCV, ECCV, SIGGRAPH, and SIGGRAPH Asia from 2023 onward, documenting three systemic problems: entanglement of evaluation dimensions, near-absent direct comparisons between models, and inconsistent study designs.
-
A new evaluation protocol for BEAT2. A fully disentangled methodology pairing muted-audio realism comparisons with a novel "audio mismatching" alignment test, ranked via Elo/Bradley-Terry ratings, plus an adaptation of the JUICE justification method to 3D motion for the first time.
-
A community-driven benchmark of six models. Six published systems — DiffuseStyleGesture, Semantic Gesticulator, ConvoFusion, RAG-Gesture, AMUSE, and HoloGest — retrained and submitted by their original authors, then evaluated head-to-head with motion capture. Over 600 test takers cast 16,000+ pairwise votes.
-
A public evaluation resource. Five hours of synthetic motion, 750+ rendered video stimuli, an open-source rendering script, and the full preference-vote database, released so others can run evaluations without reimplementing any model.
Main Findings
-
Motion realism on BEAT2 is saturated. Motion capture tops the Elo ranking at 1133, but four generative models (ConvoFusion 1102, RAG-Gesture 1088, HoloGest 1084, Semantic Gesticulator 1070) cluster tightly behind it, with projected win rates of 41–46% against real human motion. Older and newer models perform comparably, so realism no longer separates leading systems.
-
Speech-gesture alignment claims do not survive rigorous testing. Five of six systems originally reported alignment near or above human motion capture. Under audio mismatching, Mocap scores ~74%, DiffuseStyleGesture and HoloGest ~60%, Semantic Gesticulator ~57%, while AMUSE, ConvoFusion, and RAG-Gesture sit at ~50% — statistically indistinguishable from chance.
-
Rankings reverse between the two dimensions. DiffuseStyleGesture is the worst system for realism (Elo 701) yet matches the top generative model for alignment. ConvoFusion and RAG-Gesture are near the top for realism but show no measurable speech-gesture grounding. Optimizing for plausible-looking motion and for speech alignment are apparently different problems.
-
Retrieval augmentation delivers no measurable gain. RAG-Gesture, explicitly designed to improve semantic appropriateness via retrieval, scored identically to its ConvoFusion base — suggesting the retrieval signal is not yet reaching the output, or that the test clips do not offer enough semantic opportunity.
-
Aggregate correlations explain inflated results. Prior research already found a Pearson correlation above 0.5 between rated alignment and rated realism. Because naive studies change only the question between conditions, this imbalance artificially boosts alignment scores — the authors attribute essentially all of the discrepancy with prior work to this confound.
-
Direct comparison is nearly nonexistent. Only 19 of 325 possible model pairings in the surveyed literature had direct comparisons (under 6% coverage), and 10 of those 19 were against weak dataset baselines — so the field has effectively been guessing at relative performance.
-
An appendix update changes the picture again. A seventh system (Seamless, a 250M-parameter diffusion transformer) matched motion capture on realism and came near-indistinguishable on appropriateness, extending the vote database to 20,000 — a result the authors call a breakthrough that underscores why benchmarks must keep evolving.
Methodology in Plain English
The authors first read 26 recent papers carefully, tabulating what each one asked participants, which avatars it showed, how it collected responses, and which other models it compared against. This revealed that almost nobody compared against a strong competitor, that everyone used a different visual style and rating scale, and that realism and alignment were almost always measured back-to-back with the same setup.
To fix this, they took the BEAT2 motion-capture dataset — the most widely used in the field — and built a two-part study. For realism, participants watched pairs of silent videos of animated characters and picked which gestured more like a real person. Silencing the audio prevents speech fit from influencing the judgment. For alignment, they introduced audio mismatching: both videos in a pair show identical motion from the same model, but one has the speech it was generated for while the other has speech from a different segment. Since the visuals are identical, motion quality cannot bias the answer — only the speech changes. The same speaker voice is used throughout, and each segment appears equally often matched and mismatched to cancel any voice preferences.
Rather than asking for scores on a scale, all judgments are pairwise with five options (strong preference either way, weak preference either way, or tie). Realism results are converted into Elo ratings, the chess-ranking system now familiar from chatbot leaderboards, which makes rankings comparable across studies and extrapolatable to model pairs that were never directly compared. Participants also pick pre-defined reasons for their choices, adapting the JUICE protocol so the study captures why someone preferred a clip, not just which one.
For the benchmark, they invited the original authors of each model to retrain and submit outputs themselves, collecting five random-seed samples per test clip to prevent cherry-picking.
Why This Matters
Impact on research. The paper argues that a substantial body of published gesture-generation results rests on a measurement artifact, and that the field cannot currently identify its own state of the art. It supplies a concrete, reusable template — and a decade-proof public dataset of votes and stimuli — for doing evaluations that would actually be comparable across papers. It also demonstrates that benchmark saturation can be misleading: realism looked "solved," but only because the speech dimension was quietly contaminating measurements, and alignment is nowhere near solved.
Real-world applications (all depend on trusting which model is genuinely better):
- Game and film animation — automatically generating background character gesture while actors record dialogue, cutting manual animator hours.
- Virtual agents and digital assistants — avatars whose movements match their spoken output in customer service, tutoring, or telehealth contexts.
- Social VR and telepresence — driving a user's avatar from voice alone when camera-based tracking is unavailable.
- Accessibility tools — believable gesture synthesis for sign-adjacent or speech-to-avatar communication aids for deaf and hard-of-hearing users.
Industry relevance. Studios and platform companies choosing a gesture model need benchmarks that predict perceived quality. This paper shows that a model reported as state of the art in a paper may perform at chance level on the dimension that matters most for a deployment, and that model rankings can invert depending on which dimension is measured — a directly actionable warning for procurement and production pipelines.
Future Directions
- Port the protocol to other datasets. The results are specific to BEAT2's scale and quality; whether realism is also saturated, and alignment also near chance, on TED, SHOW, or Trinity remains untested.
- Build better automatic metrics. The 16,000–20,000 human votes are well suited to training human-opinion predictors and validating objective metrics like FGD — which currently have unclear relationships to perception.
- Refine the mismatching test. The authors acknowledge that a hypothetical system producing "universally appropriate" motion would score at chance, and that their measure may be more sensitive to semantic than rhythmic appropriateness. Separating these is an open methodological problem.
- Extend to adjacent tasks. Text-only gesture generation, facial motion synthesis, and full-body video generation likely suffer similar evaluation confounds and could adopt or adapt the same framework.
Target Audience
Researchers and practitioners in gesture generation, motion synthesis, and embodied conversational agents; anyone designing human evaluation studies for generative multimodal systems; benchmark maintainers and reproducibility-focused methodologists; and industry teams selecting or deploying animated avatars who need to interpret published performance claims skeptically.
Authors’ abstract
We review human evaluation practices in automatic, speech-driven 3D gesture generation and find a lack of standardisation and frequent use of flawed experimental setups. This leads to a situation where it is impossible to know how different methods compare, or what the state of the art is. In order to address common shortcomings of evaluation design, and to standardise future user studies in gesture-generation works, we introduce a detailed human evaluation protocol for the widely-used BEAT2 motion-capture dataset. Using this protocol, we conduct large-scale crowdsourced evaluation to rank six recent gesture-generation models -- each trained by its original authors -- across two key evaluation dimensions: motion realism and speech-gesture alignment. Our results show that 1) motion realism has become a saturated evaluation measure on the BEAT2 dataset, with older models performing on par with more recent approaches; 2) previous findings of high speech-gesture alignment do not hold up under rigorous evaluation, even for specialised models; and 3) the field must adopt disentangled assessments of motion quality and multimodal alignment for accurate benchmarking in order to make progress. To drive standardisation and enable new evaluation research, we release five hours of synthetic motion from the benchmarked models; over 750 rendered video stimuli from the user studies -- enabling new evaluations without requiring model reimplementation -- alongside our open-source rendering script, and 16,000 pairwise human preference votes collected for our benchmark.