Mirage: One-Step Video Diffusion for Photorealistic and Coherent Asset Editing in Driving Scenes
Shuyun Wang, Haiyang Sun, Bing Wang, Hangjun Ye, Xin Yu
TL;DR
Mirage tackles the challenge of photorealistic, temporally coherent 3D asset editing in driving scenes by introducing a one-step video diffusion framework built on a pretrained text-to-video model. It solves spatial detail loss in 3D VAEs with temporally agnostic latent injection of 2D mid-latents and cross-modal fusion, while preserving causal temporal structure via 3D LoRA adapters. A two-stage data processing pipeline, MirageDrive, aligns scene and asset Gaussians to yield clean supervision for VAE adaptation and harmonization training. Extensive quantitative and qualitative results show Mirage outperforms baselines in realism and temporal stability, and ablation studies validate the design choices. The approach generalizes to other video-to-video tasks and provides a strong baseline for future controllable, high-fidelity video editing in autonomous driving contexts.
Abstract
Vision-centric autonomous driving systems rely on diverse and scalable training data to achieve robust performance. While video object editing offers a promising path for data augmentation, existing methods often struggle to maintain both high visual fidelity and temporal coherence. In this work, we propose \textbf{Mirage}, a one-step video diffusion model for photorealistic and coherent asset editing in driving scenes. Mirage builds upon a text-to-video diffusion prior to ensure temporal consistency across frames. However, 3D causal variational autoencoders often suffer from degraded spatial fidelity due to compression, and directly passing 3D encoder features to decoder layers breaks temporal causality. To address this, we inject temporally agnostic latents from a pretrained 2D encoder into the 3D decoder to restore detail while preserving causal structures. Furthermore, because scene objects and inserted assets are optimized under different objectives, their Gaussians exhibit a distribution mismatch that leads to pose misalignment. To mitigate this, we introduce a two-stage data alignment strategy combining coarse 3D alignment and fine 2D refinement, thereby improving alignment and providing cleaner supervision. Extensive experiments demonstrate that Mirage achieves high realism and temporal consistency across diverse editing scenarios. Beyond asset editing, Mirage can also generalize to other video-to-video translation tasks, serving as a reliable baseline for future research. Our code is available at https://github.com/wm-research/mirage.
