paper-with-me

Papers

VideoARM: Agentic Reasoning over Hierarchical Memory for Long-Form Video Understanding

2025-12-13 · Yufei Yin, Qianke Meng, Minghao Chen, Jiajun Ding, Zhenwei Shao, Zhou Yu arxiv

Long-form video understanding remains challenging due to the extended temporal structure and dense multimodal cues. Despite recent progress, many existing approaches still rely on hand-crafted reasoning pipelines or employ token-consuming video preprocessing to guide MLLMs in autonomous reasoning. To overcome these limitations, we introduce VideoARM, an Agentic Reasoning-over-hierarchical-Memory paradigm for long-form video understanding. Instead of static, exhaustive preprocessing, VideoARM performs adaptive, on-the-fly agentic reasoning and memory construction. Specifically, VideoARM performs an adaptive and continuous loop of observing, thinking, acting, and memorizing, where a controller autonomously invokes tools to interpret the video in a coarse-to-fine manner, thereby substantially reducing token consumption. In parallel, a hierarchical multimodal memory continuously captures and updates multi-level clues throughout the operation of the agent, providing precise contextual information to support the controller in decision-making. Experiments on prevalent benchmarks demonstrate that VideoARM outperforms the state-of-the-art method, DVD, while significantly reducing token consumption for long-form videos.

📄 PDF Abstract BibTeX arXiv:2512.12360

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Visual Agentic Memory: Enabling Online Long Video Understanding via Online Indexing, Hierarchical Memory, and Agentic Retrieval

2026-05-15 · Aiden Yiliu Li, Nels Numan, Anthony Steed arxiv

Long video understanding requires more than large context windows. It also needs a memory mechanism that decides what visual evidence to retain, keeps it searchable over long horizons, and grounds later reasoning in reco…

MemDreamer: Decoupling Perception and Reasoning for Long Video Understanding via Hierarchical Graph Memory and Agentic Retrieval Mechanism

2026-06-05 · Cong Chen, Guo Gan, Kaixiang Ji, ZhaoYang Zhang 외 arxiv

Current Vision-Language Models struggle with hours-long videos because processing full-length visual sequences induces prohibitive token explosion and attention dilution. To overcome this, we introduce MemDreamer to deco…

Homer: Understanding Long-form Videos with Hierarchical Memory and Agentic Reasoning

2026-07-01 · Yixin Ji, Fanghua Ye, Juntao Li, Bo Zhao 외 arxiv

Multimodal large language models excel on short clips but struggle on hour-long videos in an online setting, where frames are processed incrementally under limited memory. Existing online methods either retain compact vi…

PhotoCraft: Agentic Reasoning with Hierarchical Self-Evolving Memory for Deep Image Search

2026-06-02 · Kailin Lyu, Zhiqiang Yuan, Jianwei He, Qiwei Yan 외 arxiv

Deep Image Search requires multi-step reasoning over rich contextual cues, such as time, location, and event relations. However, most existing LLM-based agents are stateless and reactive, lacking persistent memory to mai…

Answer Generation

SheetCompass: Hierarchical Relation Graphs for Agentic Spreadsheet Reasoning

2026-08-14 · Panjing He, Mingyue Cheng, Yucong Luo, Li Li 외 arxiv

Spreadsheets are widely used to organize, analyze, and manipulate semi-structured data, yet automated spreadsheet reasoning remains challenging for large language models (LLMs). Real-world workbooks often contain implici…