AI觉醒星球
Awakening is here
Knowledge File / 全球热点解读
2026-06-14 6 浏览 公开

趋势解读:Microsoft Research's Mirage gives video generation a persistent,讨论数据集与基础模型

微软研究院与多所大学联合推出Mirage视频世界模型,通过内部潜在空间的内存机制,在长镜头移动中保持场景一致性,生成速度提升10.5倍,内存占用减少55倍,绕过传统3D点云的性能瓶颈。

SOURCE / 全球热点解读 MIN / 9 ACCESS / 公开 POST / 2026-06-14 21:58:17

原贴

查看原文
作者:Jonathan Kemper 来源站点:the-decoder.com 原贴时间:

原文

Mirage, a new video world model from Microsoft Research and several universities, keeps the spatial structure of generated scenes consistent even during long camera movements. Instead of taking the expensive detour through pixel-based 3D point clouds, the system stores image features directly in a spatial memory within its internal latent space. Mirage generates videos up to 10.5x faster and uses up to 55x less memory than comparable models. Moving objects are still filtered out of the memory. Mirage is a new video world model that skips the costly detour through pixel-based memory. That speeds up generation and keeps a scene's spatial structure stable even during long camera moves. Researchers from several universities built it with Microsoft Research. Video world models turn a starting frame and a camera path into plausible moving images, handy for simulations or as world simulators. But without some kind of memory, even strong generators lose track of space over time. A corner of a room you've already passed looks different when the camera swings back. Furniture shifts, and textures change. Systems like Voyager , WonderWorld , and Spatia try to fix this with a 3D point cloud that gets fed a steady stream of color data. Every new generation step has to render that cloud and then translate the result back into the model's internal feature space. Microsoft's new paper calls this a double bottleneck: It eats compute, and information leaks out every time the data passes through pixel space. Ad Mirage takes a different approach. Rather than holding onto visible color points, it stores the internal image features the diffusion model already uses. Each feature gets a spot in 3D space, which turns it into an entry in spatial memory. Ad DEC_D_Incontent-1 To generate a new viewpoint, the model projects this store straight onto the target camera and hands the result to the generator, skipping the step of rendering a point cloud and re-encoding it. The authors say this also slashes memory use, since the data sits in the model's compact internal resolution instead of at full image size. Mirage builds videos in segments, seeding the spatial memory from the starting image. For every later segment, the system pulls the relevant data from memory, generates the new frames, then writes their contents back to the cache. The memory keeps growing as it goes. Ad A filter keeps the system from tripping over itself by stripping out moving objects and the sky before writing, so only stable geometry lands in long-term memory. The researchers built on Alibaba's open-source video model Wan2.2 , bolting on a small add-on module that teaches the model to use the new memory, then fine-tuning the whole thing with LoRA adapters. On the WorldScore benchmark, Mirage beats its closest rival Spatia, which still keeps memory as color points, and leaves general video generators like Wan2.1 and CogVideoX far behind. It shines at holding a scene's spatial structure together and keeping surfaces looking consistent across many frames. Ad DEC_D_Incontent-2 It also leads two of three metrics on the RealEstate10K dataset in the closed-loop test. Here the camera circles back to its starting point, a brutal stress test because every tiny error piles up over the full path. Ad

中文翻译

Mirage 是微软研究院和几所大学推出的新视频世界模型,即使在摄像机长时间移动时,也能保持生成场景的空间结构一致。该系统没有通过基于像素的 3D 点云进行昂贵的绕道,而是将图像特征直接存储在其内部潜在空间的空间存储器中。与同类型号相比,Mirage 生成视频的速度提高了 10.5 倍,占用的内存减少了 55 倍。移动的物体仍然被从内存中过滤掉。

核心信息

微软研究院与多所大学联合推出Mirage视频世界模型,通过内部潜在空间的内存机制,在长镜头移动中保持场景一致性,生成速度提升10.5倍,内存占用减少55倍,绕过传统3D点云的性能瓶颈。

  • Mirage用内部特征空间替代像素点云,提升效率。
  • 生成速度提升10.5倍,内存占用减少55倍。
  • 在长时间相机移动中保持场景结构一致。
  • 基于Wan2.2开源模型,可LoRA微调。
  • 适合虚拟模拟、数字孪生等应用。

详细解读

这是什么信号

微软研究院联合多所大学发布的Mirage视频世界模型,核心创新在于用内部特征空间替代像素级3D点云作为记忆载体,解决了视频生成中长镜头移动时的空间一致性难题。这不是小迭代,而是架构层面的改进,直接提升了视频世界模型的实用性和效率。

为什么重要

视频世界模型是构建模拟器、数字孪生和未来通用世界模型的关键基础。此前,维持时空一致性需要高算力和大内存,限制了应用规模。Mirage通过内存压缩和路径优化,将生成速度提升10.5倍、内存占用降低55倍,使得在消费级硬件上运行高质量视频世界模型成为可能。这为自动驾驶、机器人模拟、游戏内容生成等场景扫清了性能障碍。

对谁有价值

  • AI研究者:Mirage的架构思路可迁移至其他生成模型,为长期记忆机制提供新方向。
  • 内容创作者与游戏开发者:可低成本生成连续、一致的3D场景视频,用于虚拟制作或交互世界。
  • 投资者与技术决策者:关注模型效率突破如何推动行业落地,评估相关技术路线的商业化潜力。

可以怎么行动

  • 研究者:复现Mirage的记忆模块设计,尝试将其应用于图像生成或多模态模型。
  • 企业:评估Mirage在现有视频生成工作流中的替换成本,优先用于需要长镜头一致性的场景(如影视预演、虚拟会议)。
  • 个人开发者:利用开源模型Wan2.2和LoRA微调,基于论文思路构建轻量级世界模拟器原型。

风险或限制

Mirage仍处于研究阶段,论文未公开完整代码和权重,实际落地需依赖微软或社区后续开源。当前模型对动态物体和天空的过滤策略可能失效于复杂动态场景,且依赖特定基座模型(Wan2.2),迁移到其他架构需额外微调。长期看,空间记忆的规模与更新频率之间的权衡仍有优化空间。

信息差价值

信息差价值:大部分关注视频生成的人聚焦在画质和时长,而Mirage揭示了“记忆机制”才是长视频一致性的瓶颈。它展示了一条避开3D点云渲染—解码循环的捷径,这一思路尚未被广泛讨论,构成技术认知上的信息差。

业务启发:如果你的业务涉及场景模拟(如室内设计预览、自动驾驶数据生成),Mirage表明可以大幅降低算力成本。建议立即搭建一个基于Wan2.2的小型测试管线,验证记忆模块对自身场景的适用性。同时关注微软是否会将其整合到Azure AI服务中,这可能改变模拟SaaS的定价模式。

可沉淀动作:将Mirage的技术拆解为“内存管理+特征投影”两大模块,形成内部学习文档;尝试在现有视频生成项目中引入类似的空间记忆缓存,哪怕是一个简单的版本,也能为团队积累一致性生成的经验。

参考来源

上一篇 乔木小说创作 Skill 开源发布 下一篇 趋势解读:Amazon and five other companies reportedly triggered the,提升开发者接入体验