paper-with-me

홈 › Papers

Are Video Reasoning Models Ready to Go Outside?

2026-03-11 · Yangfan He, Changgyu Boo, Jaehong Yoon arxiv

In real-world deployment, vision-language models often encounter disturbances such as weather, occlusion, and camera motion. Under such conditions, their understanding and reasoning degrade substantially, revealing a gap between clean, controlled (i.e., unperturbed) evaluation settings and real-world robustness. To address this limitation, we propose ROVA, a novel training framework that improves robustness by modeling a robustness-aware consistency reward under spatio-temporal corruptions. ROVA introduces a difficulty-aware online training strategy that prioritizes informative samples based on the model's evolving capability. Specifically, it continuously re-estimates sample difficulty via self-reflective evaluation, enabling adaptive training with a robustness-aware consistency reward. We also introduce PVRBench, a new benchmark that injects real-world perturbations into embodied video datasets to assess both accuracy and reasoning quality under realistic disturbances. We evaluate ROVA and baselines on PVRBench, UrbanVideo, and VisBench, where open-source and proprietary models suffer up to 35% and 28% drops in accuracy and reasoning under realistic perturbations. ROVA effectively mitigates performance degradation, boosting relative accuracy by at least 24% and reasoning by over 9% compared with baseline models (QWen2.5/3-VL, InternVL2.5, Embodied-R). These gains transfer to clean standard benchmarks, yielding consistent improvements.

📄 PDF Abstract BibTeX arXiv:2603.10652

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Are Video Models Ready as Zero-Shot Reasoners? An Empirical Study with the MME-CoF Benchmark

2025-10-30 · Ziyu Guo, Xinyan Chen, Renrui Zhang, Ruichuan An 외 arxiv

Recent video generation models can produce high-fidelity, temporally coherent videos, indicating that they may encode substantial world knowledge. Beyond realistic synthesis, they also exhibit emerging behaviors indicati…

Visual ReasoningVideo Generation

StreamReady: Learning What to Answer and When in Long Streaming Videos

2026-03-09 · Shehreen Azad, Vibhav Vineet, Yogesh Singh Rawat arxiv

Streaming video understanding often involves time-sensitive scenarios where models need to answer exactly when the supporting visual evidence appears: answering before the evidence reflects speculation, answering after i…

Bayesian Reasoning with Trained Neural Networks

2020-01-29 · Jakob Knollmüller, Torsten Enßlin

We showed how to use trained neural networks to perform Bayesian reasoning in order to solve tasks outside their initial scope. Deep generative models provide prior knowledge, and classification/regression networks impos…

Bayesian Inferenceregression

Video Finetuning Improves Reasoning Between Frames

2025-11-17 · Ruiqi Yang, Tian Yun, Zihan Wang, Ellie Pavlick arxiv

Multimodal large language models (LLMs) have made rapid progress in visual understanding, yet their extension from images to videos often reduces to a naive concatenation of frame tokens. In this work, we investigate wha…

Video Question AnsweringVisual Reasoning

VideoThinker: Building Agentic VideoLLMs with LLM-Guided Tool Reasoning

2026-01-22 · Chenglin Li, Qianglong Chen, Feng Han, Yikun Wang 외 arxiv

Long-form video understanding remains a fundamental challenge for current Video Large Language Models. Most existing models rely on static reasoning over uniformly sampled frames, which weakens temporal localization and …