AIAny
Icon for item

Beyond the Current Observation: Evaluating Multimodal Large Language Models in Controllable Non-Markov Games

Evaluates multimodal LLMs' ability to reconstruct past observations and act in controllable non-Markov games. Introduces RNG-Bench with two games (Matching Pairs, 3D Maze), three controllable difficulty axes, a head-to-head duel protocol, and a Memory Gap metric to separate forgetting from action errors.

Introduction

Most interactive benchmarks either expose full state or only test recall after an episode ends; that masks whether models can remember and act on observations that are no longer visible. This work isolates reconstructive memory as a first-class competency by forcing multi-step interaction where past visual inputs must be reconstructed and used online.

Key Findings
  • Benchmark design: RNG-Bench comprises two complementary tasks—Matching Pairs (briefly revealed card identities at fixed locations) and 3D Maze (egocentric views require building a spatial map)—evaluated under a unified harness with three controlled difficulty axes (grid size, visual pattern, observation modality).
  • Evaluation protocol: A head-to-head duel controls instance-level variance and the Memory Gap metric disentangles forgetting (loss of stored observation) from poor action selection, making diagnosis more precise than aggregate success rates.
  • Empirical results: Hard configurations demand ~128K token contexts and ~350 image inputs per episode; state-of-the-art multimodal LLMs remain far from saturation and most residual errors are due to forgetting earlier observations rather than suboptimal decisions.
  • Transfer and training: Fine-tuning Qwen3.5-9B on optimal-policy rollouts plus filtered demonstrations improved RNG-Bench performance and transferred to existing benchmarks without degrading other multimodal capabilities.
Who this helps and tradeoffs

Great fit if you develop multimodal LLMs, memory modules for embodied or agentic systems, or diagnostics that separate memory vs policy failures. The benchmark is especially useful for controlled research into long-horizon visual memory and for evaluating training or fine-tuning strategies aimed at reconstructive recall. Look elsewhere if you need real-world, noisy embodied interactions out of distribution from grid/maze abstractions, or if you cannot afford the compute and data demands (the hardest settings involve very long contexts and hundreds of images per episode).

Information

  • Websitearxiv.org
  • OrganizationsFudan University, Shanghai Innovation Institute, Shanghai Artificial Intelligence Laboratory, Zhejiang University, The Chinese University of Hong Kong
  • AuthorsShengyuan Ding, Xilin Wei, Xinyu Fang, Haodong Duan, Dahua Lin, Jiaqi Wang, Yuhang Zang
  • Published date2026/06/17

More Items

Suppresses grid-like and granular “digital ripple” artifacts introduced by iterative reference-conditioned image editing using selective spectral notching, structure-aware smoothing, and cleaned-reference regeneration. Prioritizes low-distortion filtering when artifacts are spectrally separable and visual reconstruction when artifacts overlap content.

Trains LVLMs to improve 3D spatial reasoning using a synthetic block-stacking dataset of 15,000 problems that cover 3D→2D projection, viewpoint transforms, and structural combination; includes color-anchored cues and provides code and data.

An 8B native unified multimodal model that understands, reasons about, and generates high-fidelity visual content without a separate visual encoder or VAE—focused on spatially coherent patch reconstruction, native 4K generation, multi-expert distillation, and improved text rendering and image editing.