Research
See, Hear, and Understand: Benchmarking Audiovisual Human Speech Understanding in Multimodal Large Language Models
Overview Research area: Multimodal large language models (MLLMs), specifically audiovisual (vision + audio + language) video understanding and evaluation benchmark design. Technical level: Intermediat
- arXiv
- 2512.02231
- Published
- 2025-12-01
- Authors
- Le Thien Phuc Nguyen, Zhuoran Yu, Samuel Low Yu Hang, Subin An, Jeongik Lee, Yohan Ban, SeungEun Chung, Thanh-Huy Nguyen, JuWan Maeng, Soochahn Lee, Yong Jae Lee
AI summary
Overview
Research area: Multimodal large language models (MLLMs), specifically audiovisual (vision + audio + language) video understanding and evaluation benchmark design.
Technical level: Intermediate — readable by anyone with basic familiarity with machine learning and multimodal models, though the evaluation table and task taxonomy assume some grounding in video QA.
Scope: The paper introduces AV-SpeakerBench, a manually curated benchmark of 3,212 multiple-choice questions over 2,051 real-world videos that tests whether multimodal models can jointly reason about who is speaking, what they say, and when they say it.
What This Paper Is About
Existing video benchmarks for multimodal models are largely solvable from visual frames alone (e.g., "How many people are in the video?" or "What is the singer wearing?"), so a high score does not prove a model actually fuses audio with vision. When benchmarks do include audio, they tend to treat speech as a coarse category (male speech, female speech, singing) or as scene atmosphere rather than as linguistic content tied to a specific visible person.
AV-SpeakerBench's goal is to force genuine cross-modal reasoning by making the speaker — not the scene — the unit of analysis, so that answering requires aligning voices, faces, spoken words, and timing.
Key Contributions
-
A speaker-centric task formulation. Every question is anchored to a human speaker rather than a scene or event, spanning 12 task types including speaker detection, speaker recognition, counting, attribute comparison, activity recognition, and four paralinguistic tasks (speech duration, pitch, rate, intensity), plus a visual-centric counting task.
-
Fusion-driven question design. Auditory and visual dependencies are baked into the wording of both the question stem and the four answer options, so that correct answers require cross-modal grounding. Example patterns include linking a spoken phrase to a visible identity ("When does the man in the black T-shirt say 'What's going on?'") and using one modality's event to anchor reasoning in the other ("At the moment the man with the black headband says 'We are not cool,' how many people are visible?").
-
A rigorously curated dataset. All 2,051 videos are drawn from YouTube (movie clips, game shows, street and sport interviews, group interviews, podcasts, vlogs), temporally segmented into 5–30 second clips. Annotations were produced by experienced researchers, not crowd workers, and passed through a multi-stage pipeline: peer review for multimodal validity, language-model-based polishing, and final verification by at least two additional researchers. Trivially solvable items (e.g., clips where subtitles reveal the spoken line, or where only one person is ever visible) were explicitly filtered out.
-
A comprehensive evaluation and diagnostic analysis of proprietary and open-source A+V models, including a modality ablation separating vision-only from audiovisual performance and a four-category error taxonomy.
Main Findings
-
A large human–model gap persists. Human evaluators reach 93.74% overall accuracy on the benchmark, while the best model, Gemini 2.5 Pro (thinking), reaches only 73.04% — a gap of more than 20 percentage points.
-
Gemini dominates, and a thinking mode helps. Gemini 2.5 Pro tops 11 of 12 tasks. Gemini 2.5 Flash (thinking) improves 7.57 points over the non-thinking Flash variant but still trails Pro substantially, suggesting the gap reflects underlying model capacity rather than the thinking mechanism alone.
-
Only recent omni-model generations perform meaningfully. Earlier open-source A+V systems — Video-LLaMA, Video-LLaMA2, PandaGPT, Unified-IO 2, OneLLM, AnyGPT — cluster near random-guess accuracy (roughly 12–38%) despite nominally supporting audio and video. The newest generation (Phi-4 Multimodal, VITA/VITA-1.5, Qwen2.5-Omni, Qwen3-Omni) moves decisively upward.
-
Qwen3-Omni-30B is the strongest open model but still far behind. At 54.14% overall it slightly surpasses Gemini 2.0 Flash (53.21%) but sits about 19 points below Gemini 2.5 Pro.
-
The Gemini advantage comes from fusion, not perception. Under a vision-only vs. audiovisual ablation, Gemini 2.5 Pro gains roughly 10–20 percentage points across tasks when audio is added. Qwen3-Omni-30B shows much smaller gains and even negative deltas on some tasks — audio input does not reliably help it.
-
Failures concentrate in audio perception and temporal grounding. Categorizing Gemini 2.5 Pro's errors into visual/audio perception, cross-modal attribution, temporal grounding, and temporal localization shows the last two (plus audio misperception, e.g., missing one of two speakers saying the same word in quick succession) dominate.
-
Visual clutter degrades performance monotonically. Grouping accuracy by the number of visible people shows every model scoring lower as the scene grows more crowded: Gemini 2.5 Pro drops from 74.8% with ≤2 people to 70.9% with ≥5; Qwen3-Omni-30B goes from 58.3% to 54.4%.
-
Vision-only shortcuts occasionally work — and that is by design. Strong models can sometimes infer who is speaking from mouth motion and gesture, but the paper shows cases where gesture-based inference misleads (e.g., wrongly inferring slower speech from slower gestures) and audio resolves the ambiguity. The authors explicitly do not penalize such cases, treating implicit lip-reading as legitimate capability.
Methodology in Plain English
The researchers started from sources rather than pre-cut clips. Annotators watched full YouTube videos and chose 5–30 second segments that contained meaningful conversational dynamics — turn-taking, speaker transitions, multi-party interaction. Segments that were too simple (a monologue, only two speakers, no shift in who is talking) were rejected because they would make temporal and speaker-grounding questions nearly deterministic.
For each selected clip, annotators wrote one multiple-choice question with four options and recorded the exact time span the question depends on. Distractors were built from entities, actions, or speech events within the same clip, or by recombining attributes when the clip did not supply enough distinct candidates. Each annotation passed through peer review, an LLM-assisted linguistic polish, and a final check by at least two reviewers who were not the original author.
Evaluation fed identical inputs and prompts to every model using its native audio+video interface, with each model's own default frame-sampling policy. Results were reported as per-task accuracy. To isolate the contribution of audio, the authors re-ran models with vision only and compared. To diagnose failures, they hand-examined five error cases per task and sorted them into four failure categories. To probe difficulty scaling, they regrouped questions by the number of visible people.
Why This Matters
Research impact. The paper exposes a measurement problem: many existing video benchmarks can be passed without listening. By construction, AV-SpeakerBench makes the audio stream load-bearing, giving the community a diagnostic for fusion quality rather than aggregate multimodal competence. The modality-ablation finding — that a leading model gains 10–20 points from audio while a strong open competitor sometimes gains nothing — reframes the open-vs-closed gap as a fusion gap, not merely a perception or scale gap. That is a more actionable target for future architecture work.
Real-world applications:
- Meeting transcription and diarization. Systems that must attribute utterances to the right participant in multi-party conversation with overlapping speech.
- Video dubbing and localization. Dubbing must match who is speaking and preserve timing-sensitive paralinguistic attributes like speech rate and pitch.
- Video dialog agents and accessibility tools. Assistants that answer "what did she say after the doorbell rang?" need to bind speech to visible speakers and anchor both in time.
- Content moderation and archive indexing. Searching large video corpora for a specific utterance by a specific person requires exactly the speaker+speech+temporal alignment this benchmark tests.
Industry relevance. Every major lab building omni-modal assistants — Google, Alibaba, Meta, Microsoft, and others — has a direct stake in knowing whether audio is genuinely integrated or merely present in the input pipeline. The benchmark's per-task breakdown gives model teams a targeted debugging surface: a model may be fine at speech-content retrieval but fail at paralinguistic comparison or cross-modal temporal localization, which points to specific architectural weaknesses. The finding that crowded scenes hurt all models also flags a scaling problem for real deployments in unstructured environments.
Future Directions
-
Closing the fusion gap. Qwen3-Omni-30B's weak or negative audio gains indicate that simply attaching an audio encoder is insufficient. The open question is what alignment objective or architecture actually produces consistent multimodal gains.
-
Robust handling of overlapping and rapid speech. Audio perception errors — particularly missing one of two speakers uttering the same word in close succession — are a dominant failure mode and are largely unaddressed by current models.
-
Temporal grounding as a first-class capability. Errors where a model reasons over the "after" segment when asked about "before" suggest that temporal relation reasoning needs explicit treatment, not just better perception.
-
Scaling to higher visual complexity. Accuracy declines with the number of visible people across all models. Extending evaluation and training toward dense multi-party scenes — and languages other than English, which the current benchmark restricts to — is a natural next step.
Target Audience
Researchers and engineers working on multimodal LLMs, video-language understanding, and speech-vision integration will get the most from this paper, particularly those designing evaluation suites or diagnosing why an omni-model underperforms despite nominally supporting audio. It is also useful for practitioners building meeting transcription, dubbing, or video assistants who need to know where current models actually break. The paper is approachable for graduate students entering the field, with the caveat that the dense results table rewards familiarity with the named model families.
Authors’ abstract
Multimodal large language models (MLLMs) are expected to jointly interpret vision, audio, and language, yet existing video benchmarks rarely assess fine-grained reasoning about human speech. Many tasks remain visually solvable or only coarsely evaluate speech, offering limited insight into whether models can align who speaks, what is said, and when it occurs. We introduce AV-SpeakerBench, a curated benchmark of 3,212 multiple-choice questions focused on speaker-centric audiovisual reasoning in real-world videos. It features: (1) a speaker-centered formulation that treats speakers-not scenes-as the core reasoning unit; (2) fusion-grounded question design embedding audiovisual dependencies into question semantics; and (3) expert-curated annotations ensuring temporal precision and cross-modal validity. Comprehensive evaluations show that the Gemini family consistently outperforms open-source systems, with Gemini 2.5 Pro achieving the best results. Among open models, Qwen3-Omni-30B approaches Gemini 2.0 Flash but remains far behind Gemini 2.5 Pro, primarily due to weaker audiovisual fusion rather than visual perception. We believe AV-SpeakerBench establishes a rigorous foundation for advancing fine-grained audiovisual reasoning in future multimodal systems.