EMemBench: Interactive Benchmarking of Episodic Memory for VLM Agents
Xinze Li, Ziyue Zhu, Siyuan Liu, Yubo Ma, Yuhang Zang, Yixin Cao, Aixin Sun
TL;DR
EMemBench introduces an interactive, trajectory-conditioned benchmark that evaluates episodic memory in VLM agents by converting each agent’s episode into a ground-truth QA set drawn from its own experiences. The framework supports both text-only and vision-language environments (Jericho and Crafter), using a programmable generator, structured logging, and robust ground-truth computation to enable automated, individualized, and reproducible memory assessment. Results reveal persistent bottlenecks in induction and spatial reasoning, especially in visually grounded settings, and show memory-augmented agents provide clear gains on text tasks but more limited improvements on visual tasks. A human study confirms the difficulty of EMemBench, and analyses highlight the importance of interactive evaluation, horizon control, and cross-benchmark comparisons for diagnosing memory capabilities in modern agents.
Abstract
We introduce EMemBench, a programmatic benchmark for evaluating long-term memory of agents through interactive games. Rather than using a fixed set of questions, EMemBench generates questions from each agent's own trajectory, covering both text and visual game environments. Each template computes verifiable ground truth from underlying game signals, with controlled answerability and balanced coverage over memory skills: single/multi-hop recall, induction, temporal, spatial, logical, and adversarial. We evaluate memory agents with strong LMs/VLMs as backbones, using in-context prompting as baselines. Across 15 text games and multiple visual seeds, results are far from saturated: induction and spatial reasoning are persistent bottlenecks, especially in visual setting. Persistent memory yields clear gains for open backbones on text games, but improvements are less consistent for VLM agents, suggesting that visually grounded episodic memory remains an open challenge. A human study further confirms the difficulty of EMemBench.
