paper-with-me

홈 › Papers

Think, Then Verify: A Hypothesis-Verification Multi-Agent Framework for Long Video Understanding

2026-03-05 · Zheng Wang, Haoran Chen, Haoxuan Qin, Zhipeng Wei, Tianwen Qian, Cong Bai arxiv

Long video understanding is challenging due to dense visual redundancy, long-range temporal dependencies, and the tendency of chain-of-thought and retrieval-based agents to accumulate semantic drift and correlation-driven errors. We argue that long-video reasoning should begin not with reactive retrieval, but with deliberate task formulation: the model must first articulate what must be true in the video for each candidate answer to hold. This thinking-before-finding principle motivates VideoHV-Agent, a framework that reformulates video question answering as a structured hypothesis-verification process. Based on video summaries, a Thinker rewrites answer candidates into testable hypotheses, a Judge derives a discriminative clue specifying what evidence must be checked, a Verifier grounds and tests the clue using localized, fine-grained video content, and an Answer agent integrates validated evidence to produce the final answer. Experiments on three long-video understanding benchmarks show that VideoHV-Agent achieves state-of-the-art accuracy while providing enhanced interpretability, improved logical soundness, and lower computational cost. We make our code publicly available at: https://github.com/Haorane/VideoHV-Agent.

📄 PDF Abstract BibTeX arXiv:2603.04977

Code (0)

등록된 구현이 없습니다.

Tasks

Video Question Answering

Similar Papers 제목 키워드 기반

VerifyMAS: Hypothesis Verification for Failure Attribution in LLM Multi-Agent Systems

2026-05-17 · Hezhe Qiao, Hanghang Tong, Ee-Peng Lim, Bing Liu 외 arxiv

Large language model-driven multi-agent systems (LLM-MAS) excel at complex tasks, yet unreliable agents remain a key bottleneck to system-level reliability. Automatic failure attribution is therefore critical, but existi…

MM-Verify: Enhancing Multimodal Reasoning with Chain-of-Thought Verification

2025-02-19 · Linzhuang Sun, Hao Liang, Jingxuan Wei, Bihui Yu 외

According to the Test-Time Scaling, the integration of External Slow-Thinking with the Verify mechanism has been demonstrated to enhance multi-round reasoning in large language models (LLMs). However, in the multimodal (…

Multimodal Reasoning

S$^2$R: Teaching LLMs to Self-verify and Self-correct via Reinforcement Learning

2025-02-18 · Ruotian Ma, Peisong Wang, Cheng Liu, Xingyan Liu 외

Recent studies have demonstrated the effectiveness of LLM test-time scaling. However, existing approaches to incentivize LLMs' deep thinking abilities generally require large-scale data or significant training efforts. M…

Math

Think Again or Think Longer? Selective Verification for Budget-Aware Reasoning

2026-06-18 · Sajib Acharjee Dip, Dawei Zhou, Liqing Zhang arxiv

Test-time reasoning is increasingly used as a serving-time control knob, but extra reasoning is not uniformly valuable: it can repair failed attempts, waste compute on already-correct answers, or introduce harmful answer…

Synchronous Signal Temporal Logic for Decidable Verification of Cyber-Physical Systems

2026-03-26 · Partha Roop, Sobhan Chatterjee, Avinash Malik, Nathan Allen 외 arxiv

Many Cyber Physical System (CPS) work in a safety-critical environment, where correct execution, reliability and trustworthiness are essential. Signal Temporal Logic (STL) provides a formal framework for checking safety-…