ArXiv

Online Neural Space Time Memory for Dynamic Novel View Synthesis

Authors
Baback Elmieh, Lynn Tsai, Zeman Li...
Categories
cs.CV, cs.GR, cs.LG
arXiv
https://arxiv.org/abs/2607.15271v1
PDF
https://arxiv.org/pdf/2607.15271v1

Brief

The paper addresses real-time online novel view synthesis from multi-view streaming video by reducing the cost and instability of per-frame, gradient-based Test-Time Training updates. It decouples update/application frequencies: apply a persistent neural space–time memory every frame using cross-view attention, and perform periodic gradient memory updates. Two contributions—an auxiliary Memory Loss and Memory Caching—prevent catastrophic drift and lock in long-horizon context. According to the abstract, this yields real-time, state-of-the-art results on dynamic human motion and minute-scale memorization (preprint: arXiv 2607.15271v1, 15 pages; project demos available).

Why it matters

Proposes Online Neural Space Time Memory (NST-Mem) that decouples memory update and application: periodic (infrequent) gradient-based memory updates plus per-frame memory application via cross-view attention to handle deformations between stored memory and current frames (Elmieh et al., arXiv 2026-07-16).

Key details

  • Introduces two mechanisms—Memory Loss to force persistent internalization and Memory Caching to regularize active weights—enabling real-time, state-of-the-art novel view synthesis on dynamic human-motion scenes and minute-scale online memorization while avoiding per-frame Test-Time Training (TTT) updates.
Source evidence

Abstract

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.

Comment: 15 pages. Preprint. Project page with demos and video results: https://nst-mem.github.io