# Ex-Omni-2D：具备原生视觉呈现能力的多模态对话模型

- 来源：HuggingFace Daily Papers（社区热门论文）
- 发布时间：2026-08-11 08:00
- AIHOT 分数：53
- AIHOT 链接：https://aihot.virxact.com/items/cmspk7gzl01wrroje22s8htw5
- 原文链接：https://arxiv.org/abs/2608.10720

## AI 摘要

Ex-Omni-2D 是一种多模态对话框架，能生成包含文本、个性化语音和参考条件视频的协调响应。它通过预测结构化视觉思维计划（VTP）和共享声学-时间接口，避免了对大规模查询-文本-语音-视频监督数据的需求。四步推理下，四 GPU 流水线在 400×720/720×400 分辨率下实现端到端 RTF 1.293。

## 正文

Omni-modal dialogue models can understand multimodal inputs and synthesize spoken replies, yet their responses remain visually disembodied. We introduce Ex-Omni-2D, an omni-modal dialogue framework that generates a coordinated response comprising text, personalized speech, and reference-conditioned video. Given a multimodal query, reference image, and reference audio, the model predicts a structured Visual Thought Plan (VTP) describing scene, emotion, and motion, followed by response text and native multi-codebook speech units. These units form a shared acoustic-temporal interface: they are decoded into speech and aligned online with video frames. This interface enables the response and avatar pathways to be learned from heterogeneous speech, dialogue, and avatar-video data, avoiding the need for large-scale query--text--speech--video supervision. A full-sequence Video Generator serves as the primary Teacher. For efficient incremental generation, we further distill it into a few-step block-causal Streaming Student whose Prefix Streaming mechanism carries a clean latent across consecutive chunks to reduce cumulative late-chunk degradation. With four-step inference, the complete four-GPU pipeline achieves an end-to-end RTF of 1.293 at 400times720/720times400, providing a practical quality--efficiency operating point.
