Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Global Matching with Overlapping Attention for Optical Flow Estimation

About

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

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

Related benchmarks

TaskDatasetResultRank
Optical Flow EstimationKITTI 2015 (train)
Fl-epe0.64
446
Optical FlowSintel (train)
AEPE (Clean)0.59
200
Optical Flow EstimationSintel Final (test)
EPE2.65
133
Optical Flow EstimationSintel clean (test)
EPE1.39
120
Optical FlowSintel (test)
AEPE (Final)2.65
120
Optical FlowKITTI 2015 (test)
Fl Error (All)4.79
109
Optical Flow EstimationKITTI 2015 (test)
Fl-all4.79
108
Optical FlowKITTI-15 (test)
Fl-all4.79
85
Optical FlowKITTI (train)
Fl-all0.154
84
Optical FlowMPI Sintel (train)
EPE (Final)2.71
63
Showing 10 of 25 rows

Other info

Code

Follow for update