菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-29
📄 Abstract - FacePlex: Full-Duplex Joint Speech-Facial Motion Generation for Conversational Avatars

Natural face-to-face conversation requires real-time speech generation together with synchronized facial motion. Existing systems only partially address this problem: speech-only full-duplex models can generate speech in real time but do not produce facial motion, while audio-driven facial motion models animate a face from already available audio rather than jointly generating speech and motion online. To bridge this gap, we first formalize full-duplex joint speech-facial motion generation, where speech tokens and facial motion tokens are produced together every step. Building on this formulation, we propose FacePlex, a unified streaming framework with two key components. First, Rolling Flow Matching adapts flow matching to online motion generation by committing new motion frames at each streaming step. Second, Rolling Cross-Attention couples the streaming audio queue with the motion queue, allowing speech and facial motion to condition each other as generation progresses. Through extensive experiments, ablation studies, and a user study, we show that FacePlex enables full-duplex joint speech-facial motion generation under online streaming constraints, while achieving stronger lip-sync quality and motion fidelity than audio-driven facial motion baselines.

顶级标签: multi-modal audio model training
详细标签: facial motion generation speech generation full-duplex flow matching streaming 或 搜索:

FacePlex:面向全双工对话式虚拟人的语音与面部动作联合生成 / FacePlex: Full-Duplex Joint Speech-Facial Motion Generation for Conversational Avatars


1️⃣ 一句话总结

本文提出了FacePlex,一种能在实时对话中同步生成语音和面部动作的流式框架,通过滚动流匹配和滚动交叉注意力机制,首次实现了全双工模式下语音与面部动画的联合生成,且唇形同步效果和动作逼真度优于传统仅依赖音频驱动的方法。

源自 arXiv: 2606.30145