ReEXplore: Improving MLLMs for Embodied Exploration with Contextualized Retrospective Experience Replay
Gengyuan Zhang, Mingcong Ding, Jingpei Wu, Ruotong Liao, Volker Tresp
TL;DR
ReEXplore tackles the suboptimality of MLLM-driven embodied exploration by introducing a training-free approach that leverages retrospective experience abstractions and contextual replay. By distilling past trajectories into concise, transferable schemas and retrieving them at inference time, the method provides robust priors that guide frontier ranking and exploration decisions. A hierarchical frontier selection mechanism further stabilizes decisions in large action spaces, enabling coarse-to-fine reasoning. Empirical results across OpenEQA and GOAT-Bench demonstrate up to 3x improvements in success rate and navigation efficiency, validating the effectiveness of non-parametric, memory-informed adaptation for embodied tasks.
Abstract
Embodied exploration is a target-driven process that requires embodied agents to possess fine-grained perception and knowledge-enhanced decision making. While recent attempts leverage MLLMs for exploration due to their strong perceptual and reasoning abilities, we find that MLLM-based embodied agents remain suboptimal in exploring new environments: (i) they rely on profound but stale pre-trained knowledge, (ii) training-based approaches such as imitation learning or reinforcement learning are expensive for long-horizon tasks with sparse outcome rewards, and (iii) frontier-based exploration yields a large, visually nuanced action space that is difficult for MLLMs to make reliable decisions. We address these challenges with ReEXplore, a training-free framework that performs retrospective experience replay to inject distilled, abstract experience at inference time, and hierarchical frontier selection to decompose frontier ranking into coarse-to-fine decisions. Our approach enables robust, traceable, and efficient exploration. Across multiple embodied exploration benchmarks, ReEXplore yields great improvements over strong MLLM baselines, up to 3x higher performance in both success rate and in navigation efficiency under open-source backbones.
