Image2Sim: Scaling Embodied Navigation via Generative Neural Simulator
Summary
Image2Sim is a generative neural simulator designed to overcome data limitations in embodied navigation by creating scalable, high-fidelity, and physically grounded interactive environments from posed RGB-D image sequences. It decouples 3D spatial anchoring from photorealistic observation synthesis, utilizing a feed-forward feature Gaussian model for scene construction and a Geometry-Aware One-Step Pixel Flow model for panoramic RGB-D rendering at approximately 40 FPS on an RTX 4090 GPU. This framework functions as an automated data engine, converting large video and image collections into nearly 20,000 interactive scenes and synthesizing over 10 million navigation training samples. Navigation models, such as Image2Nav, trained exclusively in these neural environments, demonstrate significant performance improvements on benchmarks like R2R-CE and RxR-CE, and transfer effectively to real-world zero-shot settings, improving path-following SR from 8/20 to 11/20.
Key takeaway
For AI Scientists and Machine Learning Engineers developing embodied navigation agents, Image2Sim offers a practical solution to the data scarcity problem. You should consider integrating neural simulation frameworks that convert existing visual data into scalable, physically grounded, and interactive training environments. This approach enables the generation of millions of diverse vision-language-action samples, significantly improving cross-simulator performance and real-world zero-shot generalization for your navigation models.
Key insights
Neural simulation from real-world captures can scale embodied navigation data and improve real-world transfer.
Principles
- Decouple 3D anchoring from visual synthesis.
- Combine explicit 3D grounding with generative completion.
- Scaling data yields consistent navigation gains.
Method
Image2Sim lifts RGB-D to 3D feature Gaussians, renders panoramic RGB-D via a geometry-aware pixel flow model, then generates collision-aware trajectories and VLM-annotated instructions.
In practice
- Convert video/image collections into interactive 3D scenes.
- Generate 10M+ vision-language-action samples.
- Train navigation policies for zero-shot real-world transfer.
Topics
- Embodied Navigation
- Neural Simulation
- 3D Gaussian Splatting
- Generative Models
- Vision-Language Navigation
- Sim-to-Real Transfer
Code references
Best for: Computer Vision Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.