SOTAVerified

MaskFlownet: Asymmetric Feature Matching with Learnable Occlusion Mask

2020-03-24CVPR 2020Code Available1· sign in to hype

Shengyu Zhao, Yilun Sheng, Yue Dong, Eric I-Chao Chang, Yan Xu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Feature warping is a core technique in optical flow estimation; however, the ambiguity caused by occluded areas during warping is a major problem that remains unsolved. In this paper, we propose an asymmetric occlusion-aware feature matching module, which can learn a rough occlusion mask that filters useless (occluded) areas immediately after feature warping without any explicit supervision. The proposed module can be easily integrated into end-to-end network architectures and enjoys performance gains while introducing negligible computational cost. The learned occlusion mask can be further fed into a subsequent network cascade with dual feature pyramids with which we achieve state-of-the-art performance. At the time of submission, our method, called MaskFlownet, surpasses all published optical flow methods on the MPI Sintel, KITTI 2012 and 2015 benchmarks. Code is available at https://github.com/microsoft/MaskFlownet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI 2012MaskFlownet-SAverage End-Point Error1.1Unverified
KITTI 2012MaskFlownetAverage End-Point Error1.1Unverified
KITTI 2015MaskFlownetFl-all6.11Unverified
KITTI 2015MaskFlownet-SFl-all6.81Unverified
KITTI 2015 (train)MaskFlowNetF1-all23.1Unverified
Sintel-cleanMaskFlownetAverage End-Point Error2.52Unverified
Sintel-cleanMaskFlownet-SAverage End-Point Error2.77Unverified
Sintel-finalMaskFlownetAverage End-Point Error4.17Unverified
Sintel-finalMaskFlownet-SAverage End-Point Error4.38Unverified

Reproductions