Online Neural Space Time Memory for Dynamic Novel View Synthesis· 在线神经时空记忆
Online novel view synthesis from multi-view streaming videos faces a fundamental trade-off: maintaining a persistent, long-horizon memory to reconstruct temporarily occluded regions while operating under strict real-time constraints. While Test-Time Training (TTT) offers a powerful memory mechanism, standard models mandate gradient-based memory updates at every frame to adapt to the changing motion in dynamic scenes. The computational cost of heavy memory updates precludes real-time application and can lead to instability over long contexts. Given that memory updates are more demanding than memory application and video content is largely redundant, we propose to decouple the frequencies of these two processes. Our approach performs periodic memory updates while applying the memory on a per-frame basis, using cross-view attention to manage deformations between the prior memory state and the current frame. To lock in the historical context, we introduce two critical mechanisms: an auxiliary Memory Loss that forces persistent internalization of the scene, and a Memory Caching strategy that regularizes active weights against catastrophic drift. Our method demonstrates real-time, state-of-the-art performance on scenes with dynamic human motion as well as minute-scale online memorization.
在线多视角视频新视图合成兼顾长期记忆与实时性能
- 核心方法
- 通过周期性内存更新和基于帧的内存应用,结合跨视角注意力机制,减少计算开销并保持稳定性
- 适合谁读
- 研究者、工程师
- 要解决的问题
- 解决动态场景下多视角视频流中实时新视图合成与长期遮挡区域重建之间的矛盾
- 关键实验
- 在具有动态人体运动的场景中实现了实时性能,并展示了分钟级的在线记忆能力
- 主要贡献
- 引入辅助内存损失和内存缓存策略,实现了实时、最先进的动态场景新视图合成及长时间在线记忆
- 意义与局限
- 方法提高了在线新视图合成的实时性和稳定性,但可能在极端动态环境中表现受限。对于需要在线处理多视角视频流的应用具有重要意义。