Skip to content
AI.info

Research

OmniVChat: Synthesizing, Benchmarking, and Training for Native Audio-Visual Dialogue

Overview Research area: Omni-modal (audio + video) dialogue systems — specifically data synthesis, benchmark construction, and reinforcement learning for models that converse directly from raw audio-v

OmniVChat: Synthesizing, Benchmarking, and Training for Native Audio-Visual Dialogue
arXiv
2609.21465
Published
2026-09-18
Authors
Haolin He, Yunfei Chu, Qi Chen, Wen Huang, Yuan Feng, Muzhi Zhu, Zheqi Dai, Haoning Xu, Dongchao Yang, Chunyat Wu, Zining Liang, Zhengxi Liu, Xiquan Li, Xie Chen, Xize Cheng, Qize Yang, Jin Xu, Qiuqiang Kong

AI summary

Overview

Research area: Omni-modal (audio + video) dialogue systems — specifically data synthesis, benchmark construction, and reinforcement learning for models that converse directly from raw audio-visual input.

Technical level: Advanced. The task definition itself is intuitive, but the paper's substance involves multi-agent data-generation pipelines, benchmark design for open-ended replies, and reward shaping for reinforcement learning.

Scope: The paper defines a new dialogue task, builds a synthetic data engine and a benchmark for it, and proposes a reinforcement-learning reward design that is shown to improve a specific omni model on both synthetic and human-recorded evaluations.

What This Paper Is About

The paper defines "OmniVChat" as dialogue in which an omni model simultaneously receives a user's audio and video and replies with text — with the user's question embedded in the media itself, so no separate typed question, speech recognition, or external captioning is needed. The authors argue this direct route cuts external latency and computation while keeping perceptual cues intact, but that progress is blocked by two things: there is little recorded data of real people using their own devices, and reply quality is hard to grade because good answers depend on the user's surroundings, expression, and nearby objects and can be phrased in countless valid ways. Their goal is to break both bottlenecks by synthesizing audio-visual dialogues and using them for both training and evaluation.

Key Contributions

  1. OmniVChat-Studio, a multi-agent data engine that synthesizes single-turn and multi-turn audio-visual dialogues in which the user's query lives inside the audio and video rather than in a separate text prompt.
  2. OmniVChat-Bench, an evaluation benchmark built from those synthesized dialogues that measures omni models' basic dialogue abilities across five ability categories.
  3. OmniVChat-RL, a reinforcement learning reward design that jointly targets three properties of a reply: correctness, efficiency, and style.
  4. A training demonstration: applying OmniVChat-RL to Qwen3-Omni-Instruct on synthesized dialogues improves that model's performance on OmniVChat-Bench and also on OmniVChat-Bench-Human, a human-recorded benchmark.

Main Findings

  • Task framing matters: OmniVChat is defined as direct, simultaneous audio-visual input with text output and no intermediate text question, captioning, or speech recognition — a setup the authors argue reduces external latency and computation while preserving perceptual cues.
  • Data scarcity is a stated bottleneck: The abstract reports that recordings of people using their own devices are scarce, which motivates synthesis rather than collection as the primary data source.
  • Evaluation is a stated bottleneck: Because good replies depend on surroundings, facial expressions, and nearby objects and can be expressed many different ways, keyword matching is described as unreliable for judging reply quality — a benchmark with defined ability categories is the proposed alternative.
  • Synthesis is presented as viable: The authors argue that recent progress in agent systems and video generation makes "generation for comprehension" feasible, i.e., using synthesized dialogues for training and evaluation.
  • RL training transfers: Training Qwen3-Omni-Instruct with OmniVChat-RL on synthesized dialogues improves its results on both OmniVChat-Bench and the human-recorded OmniVChat-Bench-Human, which the authors read as validating the reward design and showing transfer to real-world dialogues.
  • Details not in the abstract: The abstract gives no numerical results, no dataset sizes, no baseline comparisons, and no breakdown of performance by ability category. It also does not say how the five ability categories are defined, how rewards for correctness, efficiency, and style are combined, or which other models were evaluated. Those specifics would require the full paper.

Methodology in Plain English

The authors start by naming and defining the task so that it has clear boundaries: input is audio and video together, the question is inside that media, and output is text. Because real recordings of this behavior are hard to obtain, they build a multi-agent pipeline — several cooperating automated components — that generates dialogues of this kind, including conversations that span more than one turn. Those synthesized conversations then serve double duty: as training material, and as the raw material for a benchmark that groups tasks into five categories of basic dialogue ability. Finally, instead of training only by imitation, they design a reward signal for reinforcement learning that scores a model's replies on three axes at once — whether the answer is correct, whether it is efficient, and whether its style is appropriate — and they apply this to Qwen3-Omni-Instruct. To check whether gains are an artifact of synthetic data, they also evaluate on a benchmark recorded with real humans.

Why This Matters

Research impact. The paper reframes a practical interaction style as a formal task with its own data-generation pipeline and benchmark, and it argues that synthesis can substitute for scarce real recordings. It also proposes that open-ended reply quality for omni models needs reward-based rather than keyword-based judging, which is a methodological shift relevant to anyone evaluating multimodal assistants.

Real-world applications (as the abstract's framing suggests):

  • Hands-free assistance where a person points a device at their surroundings and simply speaks, so the model can see the objects and context being discussed.
  • Device-based help for users who would rather show and say than type a precise question.
  • Settings where running speech recognition and captioning first adds delay and cost that direct audio-visual input avoids.
  • Interaction that depends on reading facial expression and nearby objects, which the abstract identifies as exactly what a good reply must account for.

Industry relevance. The argument that direct audio-visual input removes external latency and computation touches product decisions for assistants, smart devices, and consumer hardware — where latency and on-device cost are practical constraints. The benchmark and reward design give teams a way to compare and tune omni models on this interaction style, and the demonstration on Qwen3-Omni-Instruct suggests the approach can be layered onto an existing model.

Future Directions

  • Scale and diversity of synthesis: How far the multi-agent engine's output can be pushed before synthetic dialogue stops resembling real recordings, and whether the human-benchmark transfer holds at larger scale.
  • Reward design refinement: The abstract names correctness, efficiency, and style as joint targets; how these should be weighted, measured, and kept from conflicting is left open.
  • Benchmark validity: The five ability categories are asserted but not described in the abstract — whether they capture the full range of useful omni dialogue behavior is an open question.
  • Generalization beyond one model: The abstract reports training Qwen3-Omni-Instruct specifically, leaving unclear whether the reward design and synthetic data transfer to other omni models or architectures.
  • Closing the loop with real data: Whether synthesized training data and human-recorded evaluation can eventually be supplemented or replaced by real recordings, addressing the original data-scarcity constraint.

Target Audience

Researchers and engineers working on omni-modal or multimodal dialogue systems, especially those dealing with speech-and-vision input, model evaluation, or reinforcement learning from reward signals. It is also relevant to practitioners building voice-and-camera assistants who face the latency and cost of separate speech recognition and captioning stages, and to benchmark designers interested in grading open-ended, context-dependent replies rather than keyword matches. Readers wanting quantitative results or implementation specifics will need the full paper, since the abstract only reports the qualitative direction of the improvement.

Authors’ abstract

We define OmniVChat (Omni Video Chat) as the task of native audio-visual dialogue between a user and an omni model. In OmniVChat, omni models directly and simultaneously receive audio and video from a user and return text. The user's query is embedded in the audio and video, without a separate text question, external captioning, or speech recognition. Direct audio-visual input reduces external latency and computation while preserving perceptual cues. However, research on OmniVChat faces two constraints: data availability and evaluation. Recordings of people using their own devices are scarce. Furthermore, a good reply often needs to account for the user's surroundings, facial expressions, and nearby objects, and such responses can be expressed in many different ways, making keyword matching unreliable for evaluating reply quality. Recent progress in agent systems and video generation makes generation for comprehension viable, which means using synthesized dialogues for training and evaluation. Therefore, we present OmniVChat-Studio, a multi-agent data engine for synthesizing single- and multi-turn audio-visual dialogues. We use synthesized dialogues to build OmniVChat-Bench, an evaluation benchmark that evaluates omni models' basic dialogue abilities across five ability categories. We also present OmniVChat-RL, a reinforcement learning reward design that jointly targets reply correctness, efficiency, and style in OmniVChat. Training Qwen3-Omni-Instruct with OmniVChat-RL on synthesized dialogues improves its performance on both OmniVChat-Bench and the human-recorded OmniVChat-Bench-Human. These gains validate the reward design and show transfer to real-world dialogues in training and evaluation.

Read the original paper