paper-with-me

Papers

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

2026-07-01 · Yixin Ji, Fanghua Ye, Juntao Li, Bo Zhao, Zexuan Qiu, Zhaopeng Tu, Liefeng Bo, Min Zhang 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 visual representations that lack semantic structure, or build higher-level memory stores organized around temporal proximity rather than explicit causal links, leaving multi-hop narrative reasoning to be reconstructed by the LLM at every query. We bridge this gap with \textsc{Homer}, a Hierarchical Online Memory Exploration and Reasoning framework. \textsc{Homer}'s memory mirrors the multi-scale structure of long videos, ranging from raw perception, to recurring entities, to events connected by explicit temporal and causal relations. Its agentic reasoner then explores this memory the way humans do, locating the relevant scene, looking up details, and composing the answer through multi-round memory retrieval, with a harness that verifies and corrects each step. \textsc{Homer} outperforms the previous best agent method by $+5.5$, $+10.8$, and $+4.4$ points on M3-Bench-robot, M3-Bench-web, and Video-MME-Long, and consistently lifts three various LLM backbones, indicating a model-agnostic structural capability for grounded retrieval over long videos.

📄 PDF Abstract BibTeX arXiv:2607.02588

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hierarchical Context Merging: Better Long Context Understanding for Pre-trained LLMs

2024-04-16 · Woomin Song, Seunghyuk Oh, Sangwoo Mo, Jaehyung Kim 외

Large language models (LLMs) have shown remarkable performance in various natural language processing tasks. However, a primary constraint they face is the context limit, i.e., the maximum number of tokens they can proce…

Long-Context UnderstandingToken Reduction

HomeRobot: Open-Vocabulary Mobile Manipulation

2023-06-20 · Sriram Yenamandra, Arun Ramachandran, Karmesh Yadav, Austin Wang 외

HomeRobot (noun): An affordable compliant robot that navigates homes and manipulates a wide range of objects in order to complete everyday tasks. Open-Vocabulary Mobile Manipulation (OVMM) is the problem of picking any o…

Long-term effects of female teacher on her pupils' smoking behaviour later in life

2021-01-21 · Eiji Yamamura

In Japan, teacher and student is randomly matched in the first year of elementary school. Under the quasi-natural experimental setting, we examine how learning in female teacher homeroom class in the elementary school in…

Hierarchical Partitioning of the Output Space in Multi-label Data

2016-12-19 · Yannis Papanikolaou, Ioannis Katakis, Grigorios Tsoumakas

Hierarchy Of Multi-label classifiers (HOMER) is a multi-label learning algorithm that breaks the initial learning task to several, easier sub-tasks by first constructing a hierarchy of labels from a given label set and s…

ClusteringMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning

Enhancing Long Video Understanding via Hierarchical Event-Based Memory

2024-09-10 · Dingxin Cheng, Mingda Li, Jingyu Liu, Yongxin Guo 외

Recently, integrating visual foundation models into large language models (LLMs) to form video understanding systems has attracted widespread attention. Most of the existing models compress diverse semantic information w…

Video Understanding