Cover image

One Model, Two Routes: Why Audio-Omni Unifies Audio by Splitting Its Controls

TL;DR for operators A product that must understand an instruction, preserve a voice or reference sound, and stay synchronized with video is handling several different kinds of control. Audio-Omni’s strongest architectural evidence says those controls should not be forced through the same interface. The system combines a frozen multimodal language model with a trainable audio generator. High-level meaning and transcript information are supplied as flexible context; synchronization and acoustic-reference information are attached directly to the evolving audio representation. In the paper’s conditioning ablation, that allocation performs best across text-to-audio, video-to-audio, text-to-speech, and audio editing. ...

September 14, 2026 · 9 min · Zelina
Cover image

Aviation AI Needs a Shared Operational State Before It Needs a Bigger Model

TL;DR for operators AviationLMM1 is best read as a blueprint for how aviation AI systems might stop treating radio, surveillance tracks, telemetry, video, operational text, and sensor feeds as separate evidence streams. The paper’s central claim is architectural: before a system can reason across those inputs, it must encode each modality appropriately, align them across time, space, meaning, and reliability, fuse them into a coherent operational state, and only then generate task-specific outputs. ...

September 13, 2026 · 7 min · Zelina
Cover image

Correct Answer, Weak Evidence: Measuring Multimodal Reasoning at the Fact Level

TL;DR for operators A correct multimodal answer with citations can still have a weak evidence trail. In human evaluation on Video-MMMU, Gemini-3-Pro reached 86% question-answering accuracy but only 16.3 on MuRGAt-Score, meaning answer performance and fact-level grounding ranked very differently. MuRGAt evaluates two requirements separately. Coverage asks whether verifiable claims receive citations. Attribution asks whether the cited frames, audio, figures, or temporal segments are actually relevant to and sufficient for the factual claims they accompany. The combined score rewards systems only when both conditions hold. ...

September 13, 2026 · 7 min · Zelina
Cover image

Correct on the Frame, Wrong on the Timeline

TL;DR for operators A video system can produce the right answer without reliably understanding what happened over time. That becomes a procurement and QA problem when the decision depends on whether one event happened before another, how long something lasted, which direction it moved, whether an action repeated, or whether one event depended on another. ...

September 13, 2026 · 7 min · Zelina
Cover image

Four Inputs In, One Modality Out: Testing Whether Omnimodal Models Actually Arbitrate Evidence

TL;DR for operators A model can receive a camera feed, spoken report, reference image, and text record without meaningfully reasoning across all four. In C$^3$PO1, 86–95% of observed failures across ten models in the paper’s failure analysis were classified as dominance-driven: one modality or prior drove the answer while other evidence was effectively ignored. ...

September 13, 2026 · 7 min · Zelina
Cover image

The Wrong Answer May Start Before Reasoning

TL;DR for operators A model reads a chart, diagram, or photographed math problem and produces the wrong answer. Treating that event as a generic “reasoning failure” can send engineering effort to the wrong component. The model may have misread a number, attached a label to the wrong object, confused a scale or unit, or reasoned incorrectly after extracting the right facts. ...

September 13, 2026 · 8 min · Zelina
Cover image

Thinking Longer, Looking Elsewhere

TL;DR for operators Longer reasoning is not automatically safer for vision-language systems. This paper finds that a model can preserve the relevant visual information yet perform worse once reasoning shifts attention away from the image region that matters. The paper separates two questions that are often conflated in multimodal evaluation: how much attention goes to the image, and whether that attention is concentrated on evidence relevant to the question. Targeted masking experiments suggest that the heads with concentrated visual focus are functionally important, not merely correlated with success. ...

September 13, 2026 · 7 min · Zelina
Cover image

When Vision Fails in Both Directions

TL;DR for operators A model can correctly recognize that one object is left of another and still fail when asked to generate that same relationship. More importantly, some visual weaknesses recur in both directions. AMVICC maps visual-language understanding and image generation onto visual concepts derived from the same underlying benchmark. Across the tested systems, weaknesses repeatedly appear in Quantity and Count, Positional and Relational Context, Orientation and Direction, and State and Condition. Text behaves differently: most tested multimodal language models avoid the paper’s Text failure threshold, while all three tested image generators fall below it for explicit generation. ...

September 13, 2026 · 7 min · Zelina
Cover image

What to Commit First: IGFD Turns Token Order Into a Reliability Lever

TL;DR for operators When a model has several unresolved positions, committing the token it predicts most confidently is not necessarily the best use of that commitment. A predictable punctuation mark may add little information, while a semantic token can make several nearby predictions easier. Information-Guided Frontier Decoding (IGFD) changes that choice. Fang et al.1 rank candidate commitments using the token’s own confidence, uncertainty in neighboring unresolved positions, a penalty for structural tokens, and a locality constraint on where commitments can occur. ...

September 9, 2026 · 8 min · Zelina
Cover image

Who Did What, When—and From Which Camera? The Perception Gap Behind Video Agents

TL;DR for operators A model can correctly recognize what is visible in a video and still lose track of who performed an action, how many times an event occurred, or which viewpoint observed it. GameplayQA1 makes those failures separately measurable. Across 16 evaluated multimodal models, average accuracy falls from 61.2% on single-reference tasks to 56.0% on temporal tasks and 49.4% on synchronized cross-video tasks. Occurrence counting averages just 36.5%, while cross-video ordering reaches 38.8%. Other-agent actions and states are also harder than questions about world objects. ...

September 8, 2026 · 7 min · Zelina