Video2Game: Real-time, Interactive, Realistic and Browser-Compatible Environment from a Single Video
Hongchi Xia, Zhi-Hao Lin, Wei-Chiu Ma, Shenlong Wang
TL;DR
Video2Game presents an end-to-end pipeline that turns a video of a real-world scene into a real-time, interactive, browser-accessible virtual environment. It fuses large-scale NeRF rendering with a subsequent NeRF-to-mesh baking stage that preserves quality while enabling rapid, WebGL-based rendering, and then attaches a physics module by decomposing the scene into actionable objects with rigid-body dynamics. The key contributions include (a) large-scale NeRF with semantic and geometric regularization for unbounded scenes, (b) a mesh baking framework with neural textures for game engines, and (c) a physics-aware representation enabling interactive navigation, manipulation, and robot simulation in browser contexts. This approach enables accessible, high-fidelity digital twins suitable for gaming, simulators, and robotic training, with demonstrated browser performance and cross-platform export capabilities.
Abstract
Creating high-quality and interactive virtual environments, such as games and simulators, often involves complex and costly manual modeling processes. In this paper, we present Video2Game, a novel approach that automatically converts videos of real-world scenes into realistic and interactive game environments. At the heart of our system are three core components:(i) a neural radiance fields (NeRF) module that effectively captures the geometry and visual appearance of the scene; (ii) a mesh module that distills the knowledge from NeRF for faster rendering; and (iii) a physics module that models the interactions and physical dynamics among the objects. By following the carefully designed pipeline, one can construct an interactable and actionable digital replica of the real world. We benchmark our system on both indoor and large-scale outdoor scenes. We show that we can not only produce highly-realistic renderings in real-time, but also build interactive games on top.
