Papers for

video ai developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Video benchmark reveals video understanding gaps in dementia care models

DementiaCare-Bench: A Modality-Validated Video Benchmark

Abstract: Dementia affects an estimated 57 million people worldwide, and for most families the hardest part of care is not memory loss but the behavioral and psychological symptoms of dementia (BPSD): agitation, wandering, resistance to care, sundowning. Understanding these symptoms requires more than recognizing the behavior itself; it also requires knowing what happened beforehand. The same behavior may call for a different response depending on its trigger. Video-language models (VLMs) could potentially support caregivers, yet no existing benchmark evaluates this capability. To fill this gap, we present DementiaCare-Bench: 56 professionally produced caregiver training videos segmented into 94 clips across nine BPSD categories, with 2023 questions generated by a multi-agent pipeline that grounds every clinical claim in a verbatim transcript span. Each question is then probed under four visual conditions and labelled by the least it requires, so its visual demand is measured rather than assumed. Measurement contradicts intent: we wrote 77.7% of the questions to require ordered frames, and 34.8% do. Across 12 current VLMs the pattern is uniform. The best reach 85% overall, but that average is carried by questions a language model can answer from clinical knowledge alone; accuracy falls by 17 points on average on questions that require the ordered clip, and a leading open model scores at chance on judging whether a caregiver's response was appropriate. A lightweight LoRA fine-tune, DemCare-VLM, moves video dependence from -3.3 to +4.5 points, so what the benchmark exposes can be repaired and not only measured.

Fri 11 SeptComputer Vision and Pattern RecognitionMultiagent Systems
The gist
Dementia causes difficult behaviors like agitation and wandering that are hard to manage. The authors created DementiaCare-Bench, a set of videos and questions to test how well video AI models understand these behaviors and their triggers before they happen. They found that many current models rely mostly on language, missing important video details needed to judge if a caregiver’s response is appropriate. The authors also showed that with some training, models can improve the ability to use video information correctly.
Open 2609.12929v1

Video hallucination detectors show limited reliability across tasks

Can We Trust Video Hallucination Detectors? VidHalLoc for Evaluating the Evaluators

Abstract: Video-language models and video agents can produce hallucinations that conflict with spatiotemporal evidence. Existing benchmarks mainly evaluate model hallucinations, and heterogeneous mechanisms make detector reliability difficult to compare. We introduce VidHalLoc, a benchmark that evaluates hallucination detection methods under a unified diagnostic evaluation protocol using 2,000 adversarial hallucination samples across Video Question Answering and Video Captioning tasks, spanning Ontology and Dynamic hallucination categories. To construct VidHalLoc efficiently, we introduce VideoHALO, a Harness Engineering-informed multi-agent workflow that decomposes data construction into four executable stages supported by a memory system and a communication protocol. Evaluation of fifteen methods reveals that the four dedicated detectors peak at an Overall accuracy of only 34.63%, indicating limited reliability across video hallucination types [Dataset Repository: https://huggingface.co/datasets/wesfggfd/VidHalLoc].

Wed 9 SeptComputer Vision and Pattern Recognition
The gist
Video-language models sometimes imagine things that don't really appear in the video, and detecting these errors is important. The authors created a new test called VidHalLoc to check how well different detectors find these mistakes in tasks like answering questions about videos or creating video captions. They built this test with a special process called VideoHALO to generate tricky examples efficiently. Their study found that even the best detectors only got about one-third of the cases right, showing current tools are not very reliable at spotting these video hallucinations.
Open 2609.09895v1

Video generation models improved by balancing temporal state transport

Temporal State Transport in Video Generation: Diagnosing and Correcting Spectral Imbalance

Abstract: Reliable video generation requires more than high-quality frames to form a coherent story: a model must maintain a persistent state, transporting visual attributes such as identity, scene layout, motion, and fine details across time. Existing training-free methods mainly strengthen cross-frame attention or analyze local attention entropy, but these views do not reveal whether temporal interactions stay in a healthy transport regime. In this work, we study video generation through the perspective of Temporal State Transport. We introduce Spectral Tension, a signed diagnostic that compares local attention diffuseness with global spectral diversity, and use it to identify two opposite temporal failures: fragmented transport and over-mixing hotspots. Based on this diagnosis, we propose Spectral Transport Homeostasis, a training-free regulator that softly corrects pathological temporal states while largely preserving balanced ones. Experiments on pretrained video generation models show that the original model often occupies imbalanced temporal regimes, whereas our method selectively applies larger corrections to the worst temporal hotspots and improves temporal consistency and visual quality without finetuning. Code: https://github.com/lytang63/temporal-state-transport

Tue 8 SeptComputer Vision and Pattern RecognitionMachine Learning
The gist
Creating videos with AI requires keeping track of how things change and stay the same over time, like a person's identity or motions. The authors found that existing methods miss when this tracking goes wrong, causing either jumbled or overly mixed frame details. They introduced a new way to measure these problems and a way to fix them without retraining the model. This fix improves the smoothness and quality of AI-generated videos by focusing corrections only on the most problematic parts.
Open 2609.08505v1