Search papers, labs, and topics across Lattice.
The paper introduces Spatial-TTT, a method for streaming visual-based spatial intelligence that adapts a subset of parameters (fast weights) via test-time training to capture and organize spatial evidence from long-horizon scene videos. The approach uses a hybrid architecture with large-chunk updates and sliding-window attention for efficient processing, coupled with a spatial-predictive mechanism using 3D spatiotemporal convolution to enhance spatial awareness. Experiments on a newly constructed dataset with dense 3D spatial descriptions demonstrate state-of-the-art performance on video spatial benchmarks, indicating improved long-horizon spatial understanding.
Achieve SOTA in long-horizon spatial understanding by training a model to streamingly maintain and update spatial evidence from potentially unbounded video streams.
Humans perceive and understand real-world spaces through a stream of visual observations. Therefore, the ability to streamingly maintain and update spatial evidence from potentially unbounded video streams is essential for spatial intelligence. The core challenge is not simply longer context windows but how spatial information is selected, organized, and retained over time. In this paper, we propose Spatial-TTT towards streaming visual-based spatial intelligence with test-time training (TTT), which adapts a subset of parameters (fast weights) to capture and organize spatial evidence over long-horizon scene videos. Specifically, we design a hybrid architecture and adopt large-chunk updates parallel with sliding-window attention for efficient spatial video processing. To further promote spatial awareness, we introduce a spatial-predictive mechanism applied to TTT layers with 3D spatiotemporal convolution, which encourages the model to capture geometric correspondence and temporal continuity across frames. Beyond architecture design, we construct a dataset with dense 3D spatial descriptions, which guides the model to update its fast weights to memorize and organize global 3D spatial signals in a structured manner. Extensive experiments demonstrate that Spatial-TTT improves long-horizon spatial understanding and achieves state-of-the-art performance on video spatial benchmarks. Project page: https://liuff19.github.io/Spatial-TTT.