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

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
Cover image

The Player Slot Matters: Why Entity Structure Changes Soccer Action Spotting

TL;DR for operators A player-centric sports system has to answer three questions together: what happened, when did it happen, and who did it? This paper suggests that the representation used to preserve the “who” can materially affect the other two. Wang, Yang, and Wang’s Entity-Aware Sequence Transduction model, ME-DST, keeps separate player-role slots through sequence encoding rather than merging all players into a single frame representation.1 On the FOOTPASS validation set, it reaches 0.778 Micro F1, compared with 0.675 for the strongest official TAAD+DST baseline. ...

August 21, 2026 · 8 min · Zelina
Cover image

Name the Speaker, Then Ask the Plot: Selective Reasoning for Drama Transcripts

TL;DR for operators A streaming transcript can contain thousands of dialogue lines. Most are easy to assign to a speaker from the audio; the difficult minority consists of whispers, brief replies, crowded casts, and speech from outside the frame. DramaSR-LRM raises overall attribution accuracy from 85.49% to 87.79%. The average gain looks modest, but accuracy for utterances shorter than 0.5 seconds rises from 67.45% to 76.65%—precisely where acoustic evidence is most limited. ...

July 28, 2026 · 9 min · Zelina
Cover image

Mind the Representation Gap: Why Enterprise AI Fails Before It Thinks

Enterprise AI has developed a charming habit: whenever a system fails, someone suggests using a larger model. The chatbot misread a customer complaint? Bigger model. The autonomous system struggled with a new sensor configuration? Bigger model. The video classifier understood the objects but missed the actual message? Bigger model, possibly with a more expensive logo. ...

June 11, 2026 · 14 min · Zelina
Cover image

Hands-On Intelligence: Why Immersive AI Needs Both Eyes and Fingers

Immersive AI has a convenient myth: put a stronger multimodal model inside a headset, let it see what the user sees, and the future of work politely appears. Very cinematic. Slightly incomplete. The real problem is less glamorous and more operational. Extended-reality work is not just a visual scene. It is a long-running loop of perception, memory, reasoning, instruction, correction, confirmation, and physical effort. The model must understand what is happening over time. The human must still steer the system without becoming a tired thumb attached to a battery pack. ...

June 9, 2026 · 15 min · Zelina
Cover image

Blink and You Miss It: The Two-Stage Reality Check for Multimodal AI

Multimodal AI has reached the point where it can describe videos, summarize documents with images, answer visual questions, and generate outputs that look satisfyingly complete. This is exactly why evaluation is becoming more dangerous. A system that looks competent is not necessarily reliable. It may miss the one-second event that determines the answer. Or it may notice enough evidence but then produce a fluent, attractive, visually decorated summary that quietly distorts the facts. The first failure is upstream: the model did not capture the decisive evidence. The second is downstream: the output did not preserve and present the evidence in a human-useful way. ...

June 8, 2026 · 17 min · Zelina
Cover image

Seeing the Trees, Not Just the Forest: Why Instance-Aware AI Changes Everything

A camera sees a warehouse aisle. A worker reaches for a box. A forklift passes behind him. A package shifts on the shelf. A normal vision-language model can probably describe the scene. It may say, quite reasonably, that a worker is handling inventory while a vehicle moves nearby. That is not useless. It is also not enough. ...

April 12, 2026 · 15 min · Zelina
Cover image

PyraTok: When Video Tokens Finally Learn to Speak Human

Video looks easy until a machine has to remember what matters. A human watches a short clip and immediately separates the important layers: the object, the action, the background, the timing, the implied intent, the scene transition. A model sees a much less polite object: frames, pixels, motion, compression artifacts, and a large bill for GPU memory. Then we ask it to generate video, answer questions, segment objects, localize actions, and preserve meaning across time. Naturally, the model responds by becoming expensive. Very relatable. ...

January 24, 2026 · 15 min · Zelina
Cover image

When Models Guess the Verb by Looking at the Drawer

Drawer. That is the easy part. A model sees a drawer, and it knows that drawers are often opened. Then it watches a video where someone is closing the drawer and predicts opening anyway. This is not the kind of error that makes a demo look silly for five seconds and then disappear into the benchmark appendix. It is the kind of error that reveals what the system is really using as evidence. The model is not necessarily watching the motion. It may be recognizing the object, remembering the most common verb attached to that object during training, and calling that “video understanding.” Very efficient. Also wrong. ...

January 24, 2026 · 17 min · Zelina