Image2Sim: Scaling Embodied Navigation via Generative Neural Simulator
Summary
Image2Sim is a neural simulation framework that creates high-fidelity interactive environments from RGB-D images, enabling scalable training for embodied navigation agents. It generates nearly 20K scenes and over 10 million training samples, showing strong benchmark improvements and effective real-world zero-shot transfer.
View Cached Full Text
Cached at: 07/09/26, 07:54 AM
Paper page - Image2Sim: Scaling Embodied Navigation via Generative Neural Simulator
Source: https://huggingface.co/papers/2607.05765
Abstract
Image2Sim enables scalable embodied navigation training by creating high-fidelity interactive environments from RGB-D images through decoupled 3D spatial anchoring and photorealistic rendering techniques.
Embodied navigationaims to build agents that interpret multimodal goals, reason in 3D space, and reach target destinations reliably in the real world. However, progress remains constrained by the lack of scalable, high-fidelity, and physically groundedinteractive environments. Although real-world scanned datasets offer visual realism, they are limited by scale. In contrast, synthetic simulators scale more easily but often exhibit largesim-to-real gaps. We introduce Image2Sim, a real-timeneural simulation frameworkthat constructs high-qualityinteractive environmentsfrom posedRGB-D image sequences. The central idea is to decouple 3D spatial anchoring from photorealistic observation synthesis. For scene construction, Image2Sim uses afeed-forward feature Gaussian modelthat lifts posed RGB-D observations into a3D feature-Gaussian representationin a single pass. For rendering, we propose aGeometry-Aware One-Step Pixel Flow modelthat transforms sparse and noisy Gaussian projections into high-qualitypanoramic RGB-D observations. Image2Sim also serves as a fully automated embodied data engine that generates high-fidelity observations, executable actions, and diverse navigation instructions at scale. It converts large collections of videos and images into nearly 20K interactive scenes and synthesizes more than 10 million navigation training samples. Navigation models trained entirely in these neural environments achieve strong improvements on major benchmarks and transfer effectively to real-world zero-shot settings. These results suggest that scalable neural simulation can serve as a practical training substrate forembodied navigationat scale.
View arXiv pageView PDFGitHub1Add to collection
Get this paper in your agent:
hf papers read 2607\.05765
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.05765 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.05765 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.05765 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Niantic Spatial, Flexion, and NVIDIA: Closing the Sim2Real Gap for Humanoids
Niantic Spatial, Flexion, and NVIDIA demonstrate a sim2real pipeline for humanoid robots using digital twins and RL, achieving zero-shot transfer from simulation to real office navigation.
SimFoundry: Modular and Automated Scene Generation for Policy Learning and Evaluation
SimFoundry is a modular system that automates real-to-sim scene construction from video, generating digital twins and affordance-preserving variations for zero-shot robot policy training, achieving strong transfer to real-world tasks and high simulation-to-real performance prediction.
Walking in the Implicit: Interactive World Exploration via Neural Scene Representation
NeuWorld is a new interactive video generation system that uses compact neural implicit scene representations and a transformer VAE with diffusion transformer for trajectory-conditioned rendering, achieving long-horizon consistency.
SimWorld Studio: Automatic Environment Generation with Evolving Coding Agent for Embodied Agent Learning
SimWorld Studio is an open-source platform that uses an evolving coding agent to automatically generate and refine 3D environments for embodied agent learning. It leverages self-evolution and co-evolution mechanisms to create adaptive training scenarios, significantly improving agent performance.
Thinking with Imagination: Agentic Visual Spatial Reasoning with World Simulators
The paper proposes Astra, an agentic spatial reasoning framework that couples a reinforcement learning-trained VLM policy with a world simulator to generate novel-view observations for improved spatial reasoning in Vision-Language Models.