Search papers, labs, and topics across Lattice.
This paper introduces ParallelWorld, a multi-horizon test-time scaling framework designed to enhance embodied reasoning by allowing agents to simulate and evaluate multiple future trajectories in parallel. By employing a verifier-guided tree-search paradigm, the framework dynamically prunes unpromising paths based on information gain, enabling agents to make informed decisions in complex environments. Experimental results on ESI-Bench show that ParallelWorld significantly outperforms existing methods in active perception and reasoning tasks, demonstrating its effectiveness in long-horizon planning scenarios.
Agents using ParallelWorld can efficiently evaluate multiple future trajectories, leading to superior decision-making in complex environments.
Embodied Reasoning constitutes a fundamental capability of embodied intelligence, serving as the basis for autonomous perception, reasoning, and interaction within physical environments. Recent studies have shifted the paradigm of embodied reasoning from static perception toward dynamic exploration, where agents acquire task-relevant information through interactions with the environment. However, existing active reasoning approaches generally generate exploration trajectories incrementally without long-horizon planning. Even recently emerged test-time scaling frameworks often resort to myopic, single-step lookaheads, which struggle to resolve the delayed feedback inherent in complex, occluded spatial environments. To address this limitation, we propose ParallelWorld, a multi-horizon test-time scaling framework for embodied reasoning. Instead of greedy, single-step trials, ParallelWorld empowers agents to simulate and evaluate multi-step future trajectories in parallel before committing to an action. Specifically, we introduce a verifier-guided tree-search paradigm. Starting from the current state, ParallelWorld branches into multiple parallel trajectories and rolls them out continuously across a multi-step horizon. At each simulation step, a verifier agent evaluates the intermediate state transitions, dynamically pruning unpromising branches and prioritizing paths with the highest information gain. Once the multi-step prospective simulation is complete, the agent synthesizes the long-horizon outcomes to commit to the optimal action sequence. Finally, an answer agent performs reasoning over the selected trajectory to produce the final reasoning. Extensive experiments on ESI-Bench demonstrate that ParallelWorld consistently improves active perception and reasoning performance.