Zyt-world creates fast realistic driving simulations with multiple camera views
ZYT-World: A Real-Time Controllable World Model for Closed-Loop Autonomous-Driving Simulation
Computer Vision and Pattern Recognition
Summary
Simulating driving scenes in real time is hard because models need to handle different types of cameras, keep scenes consistent over time, and remember places visited before. The authors created ZYT-World, which can generate live views from both fisheye and regular cameras, mimicking a real car’s camera setup. They improved speed so the simulation runs much faster while keeping accuracy and detail, and added a memory system that helps the model recall locations when revisited. This helps build better simulations for testing self-driving systems in realistic, controllable environments.
What this means in practice
- •For autonomous vehicle developers: Run fast and realistic multi-camera driving simulations for training and testing self-driving systems with consistent scene memory.
- •For robotics simulation engineers: Create controllable closed-loop environments integrating heterogeneous camera views for mobile robot testing in urban scenarios.
Authors
Boni Hu, Xiong Wei, Haoming Huang, Yong Huang, Chenbo Wang, Yi Yang, Jiancheng Wang, Ruicheng Zhu, Zhimin Yang, Guanglai Liu, Qiaowan Jin, Dongzhuo Wang, Haiwei Kuang, Jiajun Fan, Yue Wu, Jiaxin Wei, Hao Sun, Feihong Yan, Wei Bi, Kaixuan Wang, Zichao Guo, Xiaozhi Chen
Abstract
Generative world models offer controllable and repeatable closed-loop simulation for end-to-end and vision-language-action driving policies, but production deployment exposes three unresolved requirements: faithfully reproducing a mixed fisheye-pinhole rig at native resolutions; reconciling causal, per-timestep interaction with long-horizon stability and low latency; and preserving scene identity when a location is revisited. We present ZYT-World, a single architecture that natively generates four fisheye views with field of view > 180° and three pinhole views. Projection-specific Plucker adapters encode camera geometry, ego-motion adaptive layer normalization provides global motion control, and a lightweight pixel-aligned layout conditions traffic participants and signals through instance-level boxes, headings and colors. Heterogeneous training combines full-rig geometric coverage with high-resolution detail. Teacher forcing, causal consistency distillation, self-rollout distribution matching distillation, and RigCritic transform a 40-step bidirectional teacher into a one-step, per-latent streaming generator, with RigCritic evaluating the seven-view rig jointly. A 19M-parameter variational autoencoder decoder (TinyVAE), W8A8 quantization, and our inference engine reduce decoding, backbone, and incremental-execution costs, respectively. Finally, cross-trajectory pairs derived from real captures train a plug-in implicit-memory module that preserves place-specific evidence. On the internal multi-view test set, the one-step model retains more than 90% of the teacher's PSNR and SSIM, while FID, FVD, and LPIPS stay within 11% of the teacher. Under the generator-only timing in Figure 2, it is 107.7 times faster than the 40-step bidirectional teacher. TinyVAE decodes 59.8 times faster than Wan. 30s rollouts and cross-trajectory revisits show the intended long-horizon and memory behavior.