CVDec 15, 2025

LASER: Layer-wise Scale Alignment for Training-Free Streaming 4D Reconstruction

arXiv:2512.13680v13 citationsh-index: 15
Originality Highly original
AI Analysis

This enables practical deployment for kilometer-scale streaming videos, addressing a bottleneck in real-time applications.

The paper tackles the problem of streaming 4D reconstruction from videos, which existing feed-forward models cannot handle due to high memory usage, by proposing LASER, a training-free framework that aligns predictions across temporal windows to achieve state-of-the-art performance at 14 FPS with 6 GB memory.

Recent feed-forward reconstruction models like VGGT and $π^3$ achieve impressive reconstruction quality but cannot process streaming videos due to quadratic memory complexity, limiting their practical deployment. While existing streaming methods address this through learned memory mechanisms or causal attention, they require extensive retraining and may not fully leverage the strong geometric priors of state-of-the-art offline models. We propose LASER, a training-free framework that converts an offline reconstruction model into a streaming system by aligning predictions across consecutive temporal windows. We observe that simple similarity transformation ($\mathrm{Sim}(3)$) alignment fails due to layer depth misalignment: monocular scale ambiguity causes relative depth scales of different scene layers to vary inconsistently between windows. To address this, we introduce layer-wise scale alignment, which segments depth predictions into discrete layers, computes per-layer scale factors, and propagates them across both adjacent windows and timestamps. Extensive experiments show that LASER achieves state-of-the-art performance on camera pose estimation and point map reconstruction %quality with offline models while operating at 14 FPS with 6 GB peak memory on a RTX A6000 GPU, enabling practical deployment for kilometer-scale streaming videos. Project website: $\href{https://neu-vi.github.io/LASER/}{\texttt{https://neu-vi.github.io/LASER/}}$

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes