paper-with-me

홈 › Papers

When Memory Lies: An Empirical Study of Spatial Memory Staleness in VLM Agents

2026-08-05 · Yushi Sun, Yanjie Zhang hf

Memory-augmented VLM agents act on persistent spatial knowledge, yet that knowledge silently goes stale as the environment changes. We ask what happens when an agent must reconcile a confident memory claim with a contradicting observation, and whether current models can catch the conflict before it becomes a safety-relevant mistake. Using a dynamic FrozenLake testbed, we pair a staleness-detection task with a downstream navigation task across three closed-source models and three open-weight VLMs under both text and image inputs (1,800 detection runs, and 12,000 text-mode navigation episodes over four LLM navigators at a shared 50-seed scale). Three findings emerge. First, text solvability does not imply visual grounding: models that flag stale entries reliably from text nonetheless span vision F1 from 0.887 down to 0.067 on the identical grids, and the weakest keeps making fluent, confident decisions that ignore the image. Second, consuming stale memory without an audit is a safety liability: in our primary GPT-4o setting, an agent that trusts raw memory dies more than twice as often as the same agent given no memory at all. Third, auditing helps but does not close the gap: a transparent read-time filter removes much of the safety cost in text mode, yet even oracle stale labels bring no further significant gain on the current grid size, and when visual auditing is unreliable, filtering yields no consistent benefit. Together these results frame spatial-memory staleness as a safety failure mode and isolate reliable visual grounding and action selection under memory--observation conflict as the central open challenges for memory-augmented agents.

📄 PDF Abstract BibTeX arXiv:2608.04574

Code (3)

Aaron617/agent-arXiv-daily ★ 10
Tavish9/awesome-daily-AI-arxiv ★ 113
arxivsub/arXivSub_daily_arxiv ★ 4

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

Memory Forcing: Spatio-Temporal Memory for Consistent Scene Generation on Minecraft

2025-10-03 · Junchao Huang, Xinting Hu, Boyao Han, Shaoshuai Shi 외 arxiv

Autoregressive video diffusion models have proved effective for world modeling and interactive scene generation, with Minecraft gameplay as a representative application. To faithfully simulate play, a model must generate…

Computational Efficiency3D ReconstructionScene Generation

Spectral-Progressive Thought Flow for Lightweight Multimodal Reasoning

2026-06-01 · Yixian Shen, Zhiheng Yang, Qi Bi, Changshuo Wang 외 arxiv

Multimodal spatial reasoning often relies on long chains of intermediate textual and visual thoughts, where accumulating visual tokens and dense cross-modal attention incur substantial computation and memory overhead. To…

Multimodal ReasoningSpatial Reasoning

What Spatial Memory Must Store: Occlusion as the Test for Language-Agent Memory

2026-06-09 · Doeon Kwon, Junho Bang arxiv

Language-agent "memory palace" systems anchor each memory to a world coordinate, on the intuition that geometry adds something text cannot. We make that intuition testable and report three results. First, the memory-pala…

Revisiting Deep Feature Reconstruction for Logical and Structural Industrial Anomaly Detection

2024-10-21 · Sukanya Patra, Souhaib Ben Taieb

Industrial anomaly detection is crucial for quality control and predictive maintenance, but it presents challenges due to limited training data, diverse anomaly types, and external factors that alter object appearances. …

Anomaly Detection

Working Memory Capacity of ChatGPT: An Empirical Study

2023-04-30 · Dongyu Gong, Xingchen Wan, Dingmin Wang

Working memory is a critical aspect of both human intelligence and artificial intelligence, serving as a workspace for the temporary storage and manipulation of information. In this paper, we systematically assess the wo…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model