Latent Spatial Memory for Video World Models
- lab CatalyzeX
- lab DagsHub
- lab GotitPub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXiv
- lab arXivLabs
A new video-generation framework called Mirage stores 3D scene memory directly in a diffusion model’s latent space, sidestepping the pixel-level point clouds used by earlier systems and yielding large gains in speed and memory efficiency, according to research posted on arXiv [1]. Video world models — systems that build internal representations of an environment and simulate how it changes over time — have become a focus of generative AI research [3]. Most current models that enforce 3D consistency across frames rely on explicit point cloud memory built in RGB space. That approach requires repeated rendering and variational autoencoder encoding, and the round trip through pixel space discards features learned by the latent representation [1][2]. To address those limitations, the authors introduce latent spatial memory, a persistent 3D cache that holds scene information directly in the diffusion latent space and avoids pixel-space reconstruction altogether [1][2]. The resulting framework, Mirage, constructs its memory by lifting latent tokens into 3D via depth-guided back-projection and queries it by synthesizing novel views through direct latent-space warping [1][2]. In experiments, Mirage delivered up to a 10.57× speedup in end-to-end video generation and a 55× reduction in memory footprint compared with explicit 3D baselines [1][2]. The system also achieved state-of-the-art performance on the WorldScore benchmark and strong reconstruction quality on the RealEstate10K dataset [1][2]. The work arrives amid a broader surge in generative AI capabilities. Since the 2020s AI boom, text-to-video models such as Veo, LTX, and Sora have drawn wide attention, while world models have been deployed in robotics, autonomous driving, and interactive video generation [3][5]. By operating entirely in latent space, Mirage removes both the information loss of pixel-space reconstruction and the computational cost of repeated encoding and rendering, the researchers write [1][2].
research-paperbenchmarktool-release
Background sources we checked (10)
- arxiv.org ↗ Video world models that maintain 3D spatial consistency across generated frames typically rely on explicit point cloud memory constructed in RGB space. This design is both computationally expensive, requiring repeated rendering and VAE encoding, and inherently lossy, as the round…
- en.wikipedia.org ↗ A world model in artificial intelligence is a machine learning system that builds an internal representation of an environment. The model predicts how that environment changes over time in response to actions. Researchers design world models to help agents plan, reason, and act w…
- en.wikipedia.org ↗ Semantic memory refers to general world knowledge that humans have accumulated throughout their lives. This general knowledge (word meanings, concepts, facts, and ideas) is intertwined in experience and dependent on culture. New concepts are learned by applying knowledge gained f…
- en.wikipedia.org ↗ Generative artificial intelligence (GenAI) is a subfield of artificial intelligence (AI) that uses generative models to generate text, images, videos, audio, software code (vibe coding) or other forms of data. These models learn the underlying patterns and structures of their tra…
- en.wikipedia.org ↗ Racism has been reflected in discriminatory laws, practices, and actions (including violence) against racial or ethnic groups throughout the history of the United States. Since the early colonial era, White Americans have generally enjoyed legally or socially-sanctioned privilege…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) [...] DagsHub Toggle [...] DagsHub (What is DagsHub?)…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) [...] DagsHub Toggle [...] DagsHub (What is DagsHub?)…
- arxiv.org ↗ CatalyzeX Code Finder for Papers (What is CatalyzeX?) [...] DagsHub Toggle [...] DagsHub (What is DagsHub?)…
- en.wikipedia.org ↗ Sustainable Development Goals (abbr. SDGs) were adopted in 2015 by all United Nations (UN) members for the 2030 Agenda for Sustainable Development. The aim of the 17 global goals is "peace and prosperity for people and the planet", tackling climate change, and working to preserv…
- en.wikipedia.org ↗ In molecular biology, a transcription factor (TF) (or sequence-specific DNA-binding factor) is a protein that controls the rate of transcription of genetic information from DNA to messenger RNA, by binding to DNA sequences. Specificity can be due to sequence motifs, or epigenetic…
Sources
- export.arxiv.org — Latent Spatial Memory for Video World Models ↗