Seurat: From Moving Points to Depth
Seokju Cho, Jiahui Huang, Seungryong Kim, Joon-Young Lee
TL;DR
This work tackles monocular depth estimation in videos by exploiting the temporal evolution of 2D point trajectories. It introduces Seurat, a two-branch Transformer framework that uses a dense grid of supporting trajectories to inform depth prediction for query points, with cross-attention enabling global motion context. Depth ratios are learned within sliding windows using a window-wise log-ratio loss and are fused with a metric-depth model to yield metric depths. On TAPVid-3D, Seurat achieves temporally smooth, high-accuracy depth across diverse domains, demonstrating strong zero-shot generalization from synthetic data to real-world video without stereo or multi-view data.
Abstract
Accurate depth estimation from monocular videos remains challenging due to ambiguities inherent in single-view geometry, as crucial depth cues like stereopsis are absent. However, humans often perceive relative depth intuitively by observing variations in the size and spacing of objects as they move. Inspired by this, we propose a novel method that infers relative depth by examining the spatial relationships and temporal evolution of a set of tracked 2D trajectories. Specifically, we use off-the-shelf point tracking models to capture 2D trajectories. Then, our approach employs spatial and temporal transformers to process these trajectories and directly infer depth changes over time. Evaluated on the TAPVid-3D benchmark, our method demonstrates robust zero-shot performance, generalizing effectively from synthetic to real-world datasets. Results indicate that our approach achieves temporally smooth, high-accuracy depth predictions across diverse domains.
