HorizonStream: Long-Horizon Attention for Streaming 3D Reconstruction
Summary
HorizonStream introduces a long-horizon attention mechanism for streaming 3D reconstruction that explicitly models geometric propagation via an evidence influence kernel, achieving stable, scalable reconstruction with constant memory and linear time complexity, and generalizing to sequences over 10,000 frames.
View Cached Full Text
Cached at: 05/26/26, 10:43 AM
Paper page - HorizonStream: Long-Horizon Attention for Streaming 3D Reconstruction
Source: https://huggingface.co/papers/2605.23889 Published on May 22
·
Submitted byhttps://huggingface.co/NicolasCC
ccon May 26
Authors:
,
,
,
,
,
,
,
,
,
,
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 andcausal attentioncausecache saturationand spike-likeattention sinks. To resolve this, we formalizegeometric propagationas anevidence influence kerneland proposeHorizonStream, along-horizon Transformerthat explicitly factorizes this kernel. For the long-range temporal factor,Geometric Linear Attentionlearnschannel-wise decay ratesto enable bounded, multi-timescale propagation of geometric evidence. For the short-range spatial factor,Geometric Local AttentionwithSpatiotemporal RoPEperforms reliable 3D matching while suppressingattention sinks. Finally,Metric Readout Tokensrecover stable scale and rigid pose directly from the persistent geometric state. Extensive experiments show thatHorizonStream, trained on only 48-frame clips, generalizes stably to sequences exceeding 10,000\ frames with constant memory and linear time, achieving state-of-the-artstreaming 3D reconstructionperformance. Project Page: https://3dagentworld.github.io/horizonstream/
View arXiv pageView PDFProject pageGitHub5Add to collection
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 paper1
#### NicolasCC/HorizonStream Depth Estimation• Updatedabout 2 hours ago
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.23889 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.23889 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Stream3D-VLM: Online 3D Spatial Understanding with Incremental Geometry Priors
Stream3D-VLM is an online 3D vision-language model that enables real-time spatial understanding from streaming video by incrementally integrating geometry priors and using geometry-adaptive voxel compression, outperforming existing models on 3D spatial understanding tasks.
Geometric Context Transformer for Streaming 3D Reconstruction
Introduces LingBot-Map, a feed-forward 3D foundation model for streaming 3D reconstruction using a geometric context transformer architecture that achieves stable real-time performance at 20 FPS.
LongE2V: Long-Horizon Event-based Video Reconstruction, Prediction, and Frame Interpolation with Video Diffusion Models
LongE2V leverages pre-trained video diffusion priors and introduces Autoregressive Unrolling, Adaptive Context Switching, Reencoding Alignment, and Event Voxel Density Augmentation to achieve high-quality video reconstruction, prediction, and frame interpolation from sparse event streams, outperforming state-of-the-art methods.
AnyRecon: Arbitrary-View 3D Reconstruction with Video Diffusion Model
AnyRecon proposes a scalable framework for 3D reconstruction from arbitrary sparse inputs using a video diffusion model with persistent scene memory and geometry-aware conditioning.
Lite3R: A Model-Agnostic Framework for Efficient Feed-Forward 3D Reconstruction
Lite3R is a model-agnostic framework that improves the efficiency of transformer-based 3D reconstruction using sparse linear attention and FP8-aware quantization. It reduces latency and memory usage by up to 2.4x while maintaining geometric accuracy on backbones like VGGT and DA3-Large.