Our new X account is live! Follow @wizwand_team for updates
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
431
Optical FlowSintel (train)
AEPE (Clean)0.59
179
Optical FlowSintel (test)
AEPE (Final)2.65
120
Optical Flow EstimationSintel clean (test)
EPE1.39
103
Optical Flow EstimationSintel Final (test)
EPE2.65
101
Optical FlowKITTI 2015 (test)
Fl Error (All)4.79
95
Optical Flow EstimationKITTI 2015 (test)
Fl-all4.79
91
Optical FlowKITTI-15 (test)
Fl-all4.79
85
Optical FlowMPI Sintel (train)
EPE (Final)2.71
63
Optical FlowKITTI (train)
Fl-all0.154
63
Showing 10 of 19 rows

Other info

Code

Follow for update