Paper Overview
- Field: Computer Vision (CV)
- Authors: Paul Hyunbin Cho, Jinhyuk Jang, SeokYoung Lee, Joungbin Lee, Siyoon Jin, Heeseong Shin, Jung Yi, Yunjin Park, Chulmin Park, Seungryong Kim
- Released: 2026-06-09
- arXiv: 2606.11180
- 1.3B student model: 31 FPS, 17.6x faster than a bidirectional model of the same scale
- 14B student model: 39.8x faster than the teacher
- Sub-millisecond first-frame latency
Abstract
Diffusion-based lip synchronization models achieve strong visual quality and audio-visual alignment, but full-sequence bidirectional attention and many denoising steps make them impractical for real-time inference. The authors present Lip Forcing, to their knowledge the first autoregressive diffusion method for video-to-video (V2V) lip synchronization, which distills a 14B audio-conditioned bidirectional video diffusion teacher into causal students.
At inference, the students generate each chunk in only two denoising steps without inference-time CFG, enabling real-time lip synchronization.
A lip-sync-specific teacher-trajectory analysis reveals a CFG fidelity-sync tradeoff: no-CFG predictions favor reference fidelity, whereas CFG-guided predictions favor synchronization within a mid-trajectory band.
Key Results
Summary (Chinese Forum Abstract)
Lip Forcing is the first autoregressive diffusion approach for V2V lip synchronization, distilling a 14B audio-conditioned bidirectional video diffusion teacher into a causal student. With only 2 denoising steps at inference and no inference-time CFG, it achieves real-time lip synchronization.
---
*Auto-collected on 2026-06-11*