paper-with-me

Papers

Global Matching with Overlapping Attention for Optical Flow Estimation

2022-03-21 · CVPR 2022 1 · Shiyu Zhao, Long Zhao, Zhixing Zhang, Enyu Zhou, Dimitris Metaxas

Optical flow estimation is a fundamental task in computer vision. Recent direct-regression methods using deep neural networks achieve remarkable performance improvement. However, they do not explicitly capture long-term motion correspondences and thus cannot handle large motions effectively. In this paper, inspired by the traditional matching-optimization methods where matching is introduced to handle large displacements before energy-based optimizations, we introduce a simple but effective global matching step before the direct regression and develop a learning-based matching-optimization framework, namely GMFlowNet. In GMFlowNet, global matching is efficiently calculated by applying argmax on 4D cost volumes. Additionally, to improve the matching quality, we propose patch-based overlapping attention to extract large context features. Extensive experiments demonstrate that GMFlowNet outperforms RAFT, the most popular optimization-only method, by a large margin and achieves state-of-the-art performance on standard benchmarks. Thanks to the matching and overlapping attention, GMFlowNet obtains major improvements on the predictions for textureless regions and large motions. Our code is made publicly available at https://github.com/xiaofeng94/GMFlowNet

📄 PDF Abstract BibTeX arXiv:2203.11335

Code (1)

xiaofeng94/gmflownet 공식 구현 pytorch

Tasks

Optical Flow Estimationregression

Similar Papers 제목 키워드 기반

GMFlow: Learning Optical Flow via Global Matching

2021-11-26 · CVPR 2022 1 · Haofei Xu, Jing Zhang, Jianfei Cai, Hamid Rezatofighi 외

Learning-based optical flow estimation has been dominated with the pipeline of cost volume with convolutions for flow regression, which is inherently limited to local correlations and thus is hard to address the long-sta…

Optical Flow Estimationregression

HMFlow: Hybrid Matching Optical Flow Network for Small and Fast-Moving Objects

2020-11-19 · Suihanjin Yu, Youmin Zhang, Chen Wang, Xiao Bai 외

In optical flow estimation task, coarse-to-fine (C2F) warping strategy is widely used to deal with the large displacement problem and provides efficiency and speed. However, limited by the small search range between the …

Optical Flow Estimation

Full Flow: Optical Flow Estimation By Global Optimization over Regular Grids

2016-04-12 · CVPR 2016 6 · Qifeng Chen, Vladlen Koltun

We present a global optimization approach to optical flow estimation. The approach optimizes a classical optical flow objective over the full space of mappings between discrete grids. No descriptor matching is used. The …

global-optimizationOptical Flow Estimation

TransFlow: Transformer as Flow Learner

2023-04-23 · CVPR 2023 1 · Yawen Lu, Qifan Wang, Siqi Ma, Tong Geng 외

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…

Motion Estimationobject-detectionObject DetectionObject Tracking+3

ScaleFlow++: Robust and Accurate Estimation of 3D Motion from Video

2024-07-13 · Han Ling, Quansen Sun

Perceiving and understanding 3D motion is a core technology in fields such as autonomous driving, robots, and motion prediction. This paper proposes a 3D motion perception method called ScaleFlow++ that is easy to genera…

Autonomous DrivingMotion Estimationmotion predictionOptical Flow Estimation+2