A Study of Finetuning Video Transformers for Multi-view Geometry Tasks
Huimin Wu, Kwang-Ting Cheng, Stephen Lin, Zhirong Wu
TL;DR
GeoViT demonstrates that general-purpose video-pretrained Vision Transformers can be effectively finetuned for multi-view geometry tasks with minimal adaptation, challenging the need for task-specific pretraining and complex architectures. By adapting two-frame inputs through positional embeddings and employing a simple linear decoder, optionally augmented by iterative refinement, the method achieves state-of-the-art cross-dataset performance in optical flow and strong results in stereo and depth estimation. Across optical flow, stereo matching, and depth estimation, GeoViT shows robust generalization and competitive benchmarks on Sintel, KITTI, ETH3D, SUN3D, RGBD-SLAM, and Scene Flow datasets. These findings highlight the potential of video pretraining to capture temporal and spatial cues useful for precise geometric reasoning, suggesting a scalable pathway for geometric vision using video foundation models.
Abstract
This paper presents an investigation of vision transformer learning for multi-view geometry tasks, such as optical flow estimation, by fine-tuning video foundation models. Unlike previous methods that involve custom architectural designs and task-specific pretraining, our research finds that general-purpose models pretrained on videos can be readily transferred to multi-view problems with minimal adaptation. The core insight is that general-purpose attention between patches learns temporal and spatial information for geometric reasoning. We demonstrate that appending a linear decoder to the Transformer backbone produces satisfactory results, and iterative refinement can further elevate performance to stateof-the-art levels. This conceptually simple approach achieves top cross-dataset generalization results for optical flow estimation with end-point error (EPE) of 0.69, 1.78, and 3.15 on the Sintel clean, Sintel final, and KITTI datasets, respectively. Our method additionally establishes a new record on the online test benchmark with EPE values of 0.79, 1.88, and F1 value of 3.79. Applications to 3D depth estimation and stereo matching also show strong performance, illustrating the versatility of video-pretrained models in addressing geometric vision tasks.
