Skip to main content
GameDev.net gamedev.net
Research Paper

This is an academic paper or technical research. Key findings may require technical background to fully understand.

Explore Research Radar

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

arXiv cs.GR
arXiv cs.GR Research
· 3 days, 11 hours ago • Pinxin Liu, Haiyang Liu, Jiahao Luo, Junhua Huang, Chunhao Zou, Luchuan Song

GestureFAR: Streaming Co-Speech Gesture Generation with Flow Autoregression

Briefing

arXiv cs.GR details GestureFAR, a streaming co-speech gesture generation framework built for embodied conversational agents that need motion while speech is still unfolding. The key shift is moving away from discrete motion tokens and toward causal continuous latents, which helps preserve expressiveness without breaking online generation.

GestureFAR pairs a transformer backbone for streaming audio-motion context with a per-token flow-matching head that samples the next latent from a continuous distribution. That matters for developers building real-time avatars, NPCs, or virtual assistants, because gesture quality often drops when systems are forced through compact codebooks or delayed batch inference.

The paper also introduces a head-only flow distillation step that freezes the causal backbone and collapses the multi-step flow head into a single network evaluation. In practice, that is meant to remove the main latency bottleneck while keeping token-causal behavior intact, which is the hard part for live interaction systems.

On BEAT2, the authors say GestureFAR improves the quality-latency trade-off over other streaming-capable methods, while still supporting real-time generation. The exact production targets and runtime costs for a game engine integration haven't been disclosed, but the approach is relevant anywhere speech-driven animation needs to feel immediate and natural.

“preserving both causality and continuous expressiveness”

— Paper abstract · Describes the main design goal
Original source
Read on arXiv cs.GR
At a glance
what
GestureFAR is a streaming co-speech gesture generation framework using flow autoregression and continuous latents.
who
Authors: Pinxin Liu, Haiyang Liu, Jiahao Luo, Junhua Huang, Chunhao Zou, and Luchuan Song.
when
Submitted to arXiv on 18 Sep 2026.
impact
Could improve real-time gesture generation for avatars, NPCs, and conversational agents without sacrificing latency.
Signal Positive

Promising real-time gesture quality without extra latency.

Discuss

Follow ai animation updates

See relevant stories in your personalized news feed.

Sign in to follow

Continue on GameDev.net

Useful next steps related to this story.

Game development news without the noise

One useful weekly briefing. No daily flood.

Sending your confirmation email…

Discussion

Loading comments...