Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning to Estimate Hidden Motions with Global Motion Aggregation

About

Occlusions pose a significant challenge to optical flow algorithms that rely on local evidences. We consider an occluded point to be one that is imaged in the first frame but not in the next, a slight overloading of the standard definition since it also includes points that move out-of-frame. Estimating the motion of these points is extremely difficult, particularly in the two-frame setting. Previous work relies on CNNs to learn occlusions, without much success, or requires multiple frames to reason about occlusions using temporal smoothness. In this paper, we argue that the occlusion problem can be better solved in the two-frame case by modelling image self-similarities. We introduce a global motion aggregation module, a transformer-based approach to find long-range dependencies between pixels in the first image, and perform global aggregation on the corresponding motion features. We demonstrate that the optical flow estimates in the occluded regions can be significantly improved without damaging the performance in non-occluded regions. This approach obtains new state-of-the-art results on the challenging Sintel dataset, improving the average end-point error by 13.6% on Sintel Final and 13.7% on Sintel Clean. At the time of submission, our method ranks first on these benchmarks among all published and unpublished approaches. Code is available at https://github.com/zacjiang/GMA

Shihao Jiang, Dylan Campbell, Yao Lu, Hongdong Li, Richard Hartley• 2021

Related benchmarks

TaskDatasetResultRank
Optical Flow EstimationKITTI 2015 (train)
Fl-epe0.56
431
Optical FlowSintel (train)
AEPE (Clean)0.62
179
Optical FlowSintel (test)
AEPE (Final)2.47
120
Optical Flow EstimationSintel clean (test)
EPE1.39
103
Optical Flow EstimationSintel Final (test)
EPE2.47
101
Optical FlowKITTI 2015 (test)
Fl Error (All)4.93
95
Optical FlowSintel Final (train)
EPE2.85
92
Optical Flow EstimationKITTI 2015 (test)
Fl-all5.15
91
Optical FlowSintel Clean (train)
EPE1.35
85
Optical FlowKITTI-15 (test)
Fl-all5.15
85
Showing 10 of 37 rows

Other info

Code

Follow for update