paper-with-me

홈 › Papers

Imprint: Online Memory Compression for Long-Horizon Egocentric QA

2026-07-01 · Kousik Das, Debaditya Roy arxiv

Long-horizon egocentric question answering involves answering about events that have occurred hours or days in the past. This requires memory representations that remain both retrieval-effective and scalable over days or weeks of recording. Existing long-horizon egocentric QA methods construct memory as hierarchical textual summaries of observations. While effective for reducing memory size, summarization optimizes for descriptive compression rather than retrieval: repeated interactions are absorbed into coarse textual descriptions instead of being preserved as explicit, recurring memory units, making long-horizon evidence aggregation difficult. We propose Imprint, an interaction-centric memory framework that formulates long-horizon egocentric memory as an online memory compression problem rather than summarization. Incoming observations are first represented as structured Interaction Records and continuously organized into recurring interaction patterns. Using human memory consolidation signals of recurrence, recency, and distinctiveness, Imprint selectively retains and compresses interactions into a compact retrieval-oriented memory. We evaluate Imprint on EgoLifeQA, a seven-day egocentric benchmark containing questions that require reasoning over interactions occurring hours to days before the query. With the same LLM, Imprint improves QA accuracy from 31.0% to 35.8%, increases evidence-grounded answers by $6\times$ compared with EgoRAG, reduces memory footprint by $2.3\times$, and decreases retrieval latency by $11.8\times$. These results demonstrate that memory compression provides a scalable and retrieval-effective foundation for long-horizon egocentric question answering.

📄 PDF Abstract BibTeX arXiv:2607.00696

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

MementoGUI: Learning Agentic Multimodal Memory Control for Long-Horizon GUI Agents

2026-05-18 · Ziyun Zeng, Hang Hua, Bocheng Zou, Mu Cai 외 arxiv

Recent GUI agents have made substantial progress in visual grounding and action prediction, yet they remain brittle in long-horizon tasks that require maintaining task state across many interface transitions. Existing ag…

Visual Grounding

NativeMEM: Native Memory Compression for Long-Horizon Robotic Manipulation

2026-07-07 · Ziye Wang, Modi Shi, Chaojun Ni, Jiazhi Yang 외 arxiv

How can pretrained Vision-Language-Action (VLA) models retain long-horizon visual histories with high-frequency updates without sacrificing efficiency? Existing approaches rely on external memory management, which restra…

Remember the Decision, Not the Description: A Rate-Distortion Framework for Agent Memory

2026-05-11 · Mingxi Zou, Zhihan Guo, Langzhang Liang, Zhuo Wang 외 arxiv

Long-horizon language agents must operate under limited runtime memory, yet existing memory mechanisms often organize experience around descriptive criteria such as relevance, salience, or summary quality. For an agent, …

SWE-MeM: Learning Adaptive Memory Management for Long-Horizon Coding Agents

2026-06-26 · Shuzheng Gao, Wenhao Zeng, Zhaojian Yu, Jianqiao Wangni 외 arxiv

Long-horizon software engineering agents often need to manage lengthy and noisy interaction histories under limited context budgets. Existing memory management methods typically rely on static compression workflows or im…

Linguistic Trajectory Encoding for Efficient Long-Horizon Spatial Memory in Embodied Agents

2026-09-04 · Tianyidan Xie, Shenyi Wang, Qiang Tang, Mingjie Wang 외 arxiv

Embodied agents performing long-horizon tasks require a memory representation in which the state transitions of dynamic objects remain queryable in natural language across hours-to-days observation horizons. Existing sys…