SOTAVerified

Global Matching with Overlapping Attention for Optical Flow Estimation

2022-03-21CVPR 2022Code Available1· sign in to hype

Shiyu Zhao, Long Zhao, Zhixing Zhang, Enyu Zhou, Dimitris Metaxas

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI 2015GMFlowNetFl-all4.79Unverified
KITTI 2015 (train)GMFlowNetF1-all15.4Unverified
Sintel-cleanGMFlowNetAverage End-Point Error1.39Unverified
Sintel-finalGMFlowNetAverage End-Point Error2.65Unverified

Reproductions