Hevolve AI: Self-Evolving Multimodal AI Agents

Turn your domain expertise into AI agents that keep learning. Hevolve AI lets experts build multimodal AI systems by talking to them and correcting them in real time, with no code to write.

Key Features

Quick Links

© 2024 Hevolve AI Pvt Ltd. All rights reserved.

← All research
Artificial Intelligence
arXiv (cs.LG) · July 16, 2026

Online Neural Space Time Memory for Dynamic Novel View Synthesis

Baback Elmieh, Lynn Tsai, Zeman Li +8 more

Rendering new camera views of a live, moving scene from streaming video has a built-in tension: you want a long memory to fill in things that briefly get hidden, but you also have to keep up in real time. Test-Time Training gives you that memory, except the usual version demands a gradient update every single frame, which is slow and prone to drifting over long stretches.

The insight is that you don't need to refresh memory as often as you use it. Most video is repetitive, so they update memory only periodically while applying it every frame, using cross-view attention to handle motion between the stored state and the current view. Two safeguards keep it honest: an auxiliary loss that forces the scene to actually stick, and a caching trick that keeps the weights from wandering. They report real-time, state-of-the-art results on dynamic human motion and minute-long memorization.

This is the abstract's summary, so the paper will spell out the datasets and metrics behind those claims.

From the arXiv (cs.LG) 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…


More Artificial Intelligence papers