LeapTalk: Breaking the Latency-Quality Trade-off in Talking Head Generation

Rongxiang Zhang, Songhua Liu

arXiv:2608.00079 · 2026-08-04 공개 · arXiv · PDF

diffusion-models high-fidelity real-time-video lip-synchronization identity-drift bridge-distillation talking-head single-step-generation

Abstract

Long-form and real-time talking-head generation remains challenging due to a latency-quality trade-off: inefficient multi-step diffusion prohibits streaming generation, whereas real-time autoregressive approaches suffer from error accumulation and identity drift. To address this drawback, we propose LeapTalk, a novel framework that achieves stable and real-time talking-head generation with a single forward step, scaling to arbitrarily long videos. At the heart of our approach lies a single-step bridge distillation scheme. On the one hand, departing from the conventional noise-to-data paradigm, we introduce a data-to-data transport formulation based on a Brownian bridge. Anchored by a persistent reference, this strategy effectively mitigates identity drift and enhances long-term temporal stability. On the other hand, to enable smooth knowledge transfer from a pre-trained diffusion teacher to the student bridge model, we explore a heterogeneous distillation framework with an SNR-aligned time transformation $\Phi(\tau)$, which bridges the functional discrepancy between the two models. Moreover, we propose an audio-driven classifier-free guidance mechanism to maintain fine-grained lip synchronization under extreme step reduction. Extensive experiments demonstrate that our method achieves high-fidelity and temporally consistent video generation with only 1 step at up to 200 FPS, significantly outperforming existing approaches in both efficiency and stability. Project Page: https://zhangrongxiang.github.io/leaptalk-page/

한국어 요약

한 줄 요약

LeapTalk은 단일 단계로 200 FPS의 실시간 토킹헤드 생성을 가능하게 하며, 지나치게 많은 단계를 요구하는 확산 모델과 오류 누적 문제를 해결한다.

핵심 기여도

핵심 아이디어

기존 토킹헤드 생성 방식은 확산 모델의 높은 지연 또는 자동회귀 모델의 오류 누적 문제로 인해 실시간 및 장시간 생성이 어려웠다. LeapTalk은 이 문제를 해결하기 위해 **Brownian Bridge 기반의 데이터-데이터 전송**을 도입하여, **단일 단계로 생성**하면서도 ID 일관성을 유지한다. 이는 기존의 노이즈-데이터 패러다임을 벗어나, **고정된 참조 이미지 ℐ**를 기반으로 생성 경로를 안정화하여 오류 누적을 방지한다. 또한, **이질적 DMD**를 통해 확산 모델과 브리지 모델 간의 지식 전달을 가능하게 하며, **SNR-정렬 시간 변환 Φ(τ)**를 통해 신호-노이즈 비율을 정렬하여 점수 매칭을 안정화한다. 마지막으로, **오디오-구동 CFG**를 통해 단일 단계에서도 입동기와 얼굴 움직임의 세부 정보를 유지한다.

기술적 접근법

주요 결과

의의 및 한계

LeapTalk은 실시간, 장시간 토킹헤드 생성의 새로운 기준을 제시하며, **단일 단계로 200 FPS**를 달성함으로써 기존 확산 모델과 자동회귀 모델의 한계를 극복한다. 특히, **Brownian Bridge 기반의 데이터-데이터 전송**은 오류 누적 문제를 근본적으로 해결하며, **이질적 DMD**는 이전에 어려웠던 확산 모델과 브리지 모델 간의 지식 전달을 가능하게 한다. 그러나, **단일 단계로 생성한다는 점에서 복잡한 장면 처리 능력이 제한될 수 있으며**, **더 다양한 동작 패턴을 학습하기 위한 데이터 확장이 필요**하다는 한계가 있다.

실용적 활용

LeapTalk은 **디지털 인간, 가상 보조, 콘텐츠 제작** 등 실시간 영상 생성이 필요한 산업에 적용 가능하다. 특히, **고품질 입동기와 얼굴 움직임을 유지하면서도 빠른 속도로 생성**할 수 있어, **라이브 스트리밍, 게임 캐릭터 생성, VR/AR 환경** 등에서 활용도가 높다.