LeapTalk: Breaking the Latency-Quality Trade-off in Talking Head Generation
Summary
LeapTalk proposes a novel framework that overcomes the latency-quality trade-off in talking head generation via single-step bridge distillation, enabling stable real-time generation at up to 200 FPS with reduced identity drift.
View Cached Full Text
Cached at: 08/04/26, 05:37 AM
Paper page - LeapTalk: Breaking the Latency-Quality Trade-off in Talking Head Generation
Source: https://huggingface.co/papers/2608.00079 Published on Jul 29
·
Submitted byhttps://huggingface.co/z-rx
zrxon Aug 4
Abstract
Long-formandreal-timetalking-headgenerationremainschallengingduetoalatency-qualitytrade-off:inefficientmulti-stepdiffusionprohibitsstreaminggeneration,whereasreal-timeautoregressiveapproachessufferfromerroraccumulationandidentitydrift.Toaddressthisdrawback,weproposeLeapTalk,anovelframeworkthatachievesstableandreal-timetalking-headgenerationwithasingleforwardstep,scalingtoarbitrarilylongvideos.Attheheartofourapproachliesasingle-stepbridgedistillationscheme.Ontheonehand,departingfromtheconventionalnoise-to-dataparadigm,weintroduceadata-to-datatransportformulationbasedonaBrownianbridge.Anchoredbyapersistentreference,thisstrategyeffectivelymitigatesidentitydriftandenhanceslong-termtemporalstability.Ontheotherhand,toenablesmoothknowledgetransferfromapre-traineddiffusionteachertothestudentbridgemodel,weexploreaheterogeneousdistillationframeworkwithanSNR-alignedtimetransformationΦ(τ),whichbridgesthefunctionaldiscrepancybetweenthetwomodels.Moreover,weproposeanaudio-drivenclassifier-freeguidancemechanismtomaintainfine-grainedlipsynchronizationunderextremestepreduction.Extensiveexperimentsdemonstratethatourmethodachieveshigh-fidelityandtemporallyconsistentvideogenerationwithonly1stepatupto200FPS,significantlyoutperformingexistingapproachesinbothefficiencyandstability.ProjectPage:https://zhangrongxiang.github.io/leaptalk-page/
View arXiv pageView PDFProject pageGitHub3Add to collection
Get this paper in your agent:
hf papers read 2608\.00079
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.00079 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.00079 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.00079 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Low-Latency Real-Time Audio Game Commentary System via LLM-Based Parallel Text Generation
This paper presents a low-latency real-time audio game commentary system that uses LLM-based parallel text generation to reduce inter-utterance silence from 9.6 to 0.3 seconds, significantly improving perceived speaking rhythm compared to sequential baselines.
@DanKornas: Building a person-specific talking head shouldn’t require piecing together preprocessing, training, and inference from …
Ultralight Digital Human is an open-source Python project that lets you train a person-specific, audio-driven talking head from a 3–5 minute video, with support for HuBERT/WeNet audio features, ONNX export, and streaming inference.
Streaming Speech-to-Text Translation with a SpeechLLM
Presents a SpeechLLM architecture for streaming speech-to-text translation that adaptively decides when to output tokens based on audio, achieving 1-2 second latency with quality close to non-streaming baselines.
PD-GS: Phoneme-Driven 3DGS for Audio-Driven Talking Heads
PD-GS introduces a phoneme-driven 3D Gaussian Splatting approach for audio-driven talking heads, using a Linguistic Fusion Module to improve lip articulation and reduce closure violations.
The Latent Bridge: A Continuous Slow-Fast Channel for Real-Time Game Agents
The paper introduces the Latent Bridge, a trainable continuous channel that couples a slow reasoning VLM (Qwen3-VL-8B-Thinking) and a fast reactive VLM (MiniCPM-o 4.5) for real-time game agents. Experiments on Atari games and MetaDrive show it matches or outperforms the text-based bridge while avoiding destructive interference when used alone.