arXiv:2512.18684cs.CV2025-12AAAI

用视频Transformer微调实现多视角几何任务的高效迁移

A Study of Finetuning Video Transformers for Multi-view Geometry Tasks

  • 仅需线性解码器+迭代优化,无需定制架构
  • 光流估计在Sintel/KITTI上达0.69/1.78/3.15 EPE
  • 适合追求简洁高效、跨数据集泛化的研究者

本文研究视频基础模型微调在多视角几何任务中的应用,如光流估计。与以往依赖定制架构和任务特定预训练的方法不同,本工作发现通用视频预训练模型仅需极少调整即可有效迁移到多视角问题。核心洞察是:图像块间的通用注意力机制可同时捕捉时空信息以支持几何推理。实验表明,在Transformer主干后接线性解码器即可获得良好结果,通过迭代精炼进一步提升至当前最优水平。该方法在跨数据集光流评估中表现卓越,端点误差(EPE)分别为0.69(Sintel clean)、1.78(Sintel final)、3.15(KITTI);在线测试基准上也刷新纪录,对应EPE为0.79、1.88,F1值达3.79。在3D深度估计和立体匹配任务中同样展现强性能,验证了视频预训练模型在几何视觉任务中的广泛适用性。

原文摘要 · Abstract (English)

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.

视频变换器光流估计迁移学习几何视觉

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。