Search papers, labs, and topics across Lattice.
ZipMap, a novel stateful feed-forward model, is introduced for linear-time 3D reconstruction, addressing the quadratic complexity bottleneck of existing transformer-based methods like VGGT. It achieves this by employing test-time training layers to compress an entire image collection into a compact hidden scene state during a single forward pass. Experiments demonstrate that ZipMap matches or exceeds the accuracy of quadratic-time methods while achieving a 20x speedup, reconstructing 700 frames in under 10 seconds on a single H100 GPU.
Forget quadratic scaling: ZipMap zips entire 3D scenes from hundreds of images into a compact state in a single pass, unlocking 20x faster reconstruction.
Feed-forward transformer models have driven rapid progress in 3D vision, but state-of-the-art methods such as VGGT and $π^3$ have a computational cost that scales quadratically with the number of input images, making them inefficient when applied to large image collections. Sequential-reconstruction approaches reduce this cost but sacrifice reconstruction quality. We introduce ZipMap, a stateful feed-forward model that achieves linear-time, bidirectional 3D reconstruction while matching or surpassing the accuracy of quadratic-time methods. ZipMap employs test-time training layers to zip an entire image collection into a compact hidden scene state in a single forward pass, enabling reconstruction of over 700 frames in under 10 seconds on a single H100 GPU, more than $20\times$ faster than state-of-the-art methods such as VGGT. Moreover, we demonstrate the benefits of having a stateful representation in real-time scene-state querying and its extension to sequential streaming reconstruction.