HorizonStream: Long-Horizon Attention for Streaming 3D Reconstruction
Abstract
HorizonStream addresses long-term 3D reconstruction challenges by modeling geometric propagation through an evidence influence kernel, enabling stable, scalable streaming reconstruction with constant memory and linear time complexity.
Online 3D reconstruction requires estimating camera pose and scene geometry under strict causal and bounded-memory constraints. Existing methods often suffer from drift, jitter, or collapse on long sequences. We trace these failures to a fundamental mismatch. Streaming geometry is inherently temporally heterogeneous, with evidence ranging from short-lived correspondences to persistent global scale. However, current architectures impose uniform and pathological influence patterns. For example, sliding windows enforce hard cutoffs, while ungated recurrence and causal attention cause cache saturation and spike-like attention sinks. To resolve this, we formalize geometric propagation as an evidence influence kernel and propose HorizonStream, a long-horizon Transformer that explicitly factorizes this kernel. For the long-range temporal factor, Geometric Linear Attention learns channel-wise decay rates to enable bounded, multi-timescale propagation of geometric evidence. For the short-range spatial factor, Geometric Local Attention with Spatiotemporal RoPE performs reliable 3D matching while suppressing attention sinks. Finally, Metric Readout Tokens recover stable scale and rigid pose directly from the persistent geometric state. Extensive experiments show that HorizonStream, trained on only 48-frame clips, generalizes stably to sequences exceeding 10,000\ frames with constant memory and linear time, achieving state-of-the-art streaming 3D reconstruction performance. Project Page: https://3dagentworld.github.io/horizonstream/
Community
HorizonStream addresses long-sequence streaming 3D reconstruction under causal and bounded-memory constraints. It models reconstruction as geometric evidence propagation and introduces a long-horizon Transformer with Geometric Linear Attention, Geometric Local Attention, and Metric Readout Tokens.
Trained on 48-frame clips, HorizonStream generalizes to 10K+ frame streams with constant memory and linear time, achieving stable scale, pose, and geometry over long horizons.
the core move here is decoupling long-horizon memory from short-range matching by factorizing the evidence influence kernel into two specialized attention modules. the idea of learning channel-wise retention rates in Geometric Linear Attention to bound memory while keeping multi-timescale propagation feels like the right fix for drift on long runs. i'd love to see an ablation where the decay profiles are replaced with fixed priors to test whether per-channel rates really drive stability or if the gain mainly comes from the gating in the short window. btw, the arxivlens breakdown helped me parse the method details and clarifies how the two blocks interact, see https://arxivlens.com/PaperView/Details/horizonstream-long-horizon-attention-for-streaming-3d-reconstruction-8916-eddb76b2
Get this paper in your agent:
hf papers read 2605.23889 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 1
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper