English

TransFlow: Transformer as Flow Learner

Computer Vision and Pattern Recognition 2023-04-25 v1

Abstract

Optical flow is an indispensable building block for various important computer vision tasks, including motion estimation, object tracking, and disparity measurement. In this work, we propose TransFlow, a pure transformer architecture for optical flow estimation. Compared to dominant CNN-based methods, TransFlow demonstrates three advantages. First, it provides more accurate correlation and trustworthy matching in flow estimation by utilizing spatial self-attention and cross-attention mechanisms between adjacent frames to effectively capture global dependencies; Second, it recovers more compromised information (e.g., occlusion and motion blur) in flow estimation through long-range temporal association in dynamic scenes; Third, it enables a concise self-learning paradigm and effectively eliminate the complex and laborious multi-stage pre-training procedures. We achieve the state-of-the-art results on the Sintel, KITTI-15, as well as several downstream tasks, including video object detection, interpolation and stabilization. For its efficacy, we hope TransFlow could serve as a flexible baseline for optical flow estimation.

Keywords

Cite

@article{arxiv.2304.11523,
  title  = {TransFlow: Transformer as Flow Learner},
  author = {Yawen Lu and Qifan Wang and Siqi Ma and Tong Geng and Yingjie Victor Chen and Huaijin Chen and Dongfang Liu},
  journal= {arXiv preprint arXiv:2304.11523},
  year   = {2023}
}

Comments

11 pages. Accepted by CVPR2023

R2 v1 2026-06-28T10:14:44.090Z