CVNov 5, 2018

Continual Occlusions and Optical Flow Estimation

arXiv:1811.01602v117 citations
Originality Incremental advance
AI Analysis

This work solves the problem of accurate optical flow estimation in computer vision, particularly for applications like autonomous driving, by introducing incremental improvements to handle occlusions and leverage temporal information.

The paper tackled optical flow estimation by addressing occlusions and multi-frame sequences, proposing ContinualFlow which estimates occlusions before flow and uses past frame information, resulting in over 25% improvement on KITTI and Sintel benchmarks and further gains of 18% on KITTI and 7% on Sintel.

Two optical flow estimation problems are addressed: i) occlusion estimation and handling, and ii) estimation from image sequences longer than two frames. The proposed ContinualFlow method estimates occlusions before flow, avoiding the use of flow corrupted by occlusions for their estimation. We show that providing occlusion masks as an additional input to flow estimation improves the standard performance metric by more than 25\% on both KITTI and Sintel. As a second contribution, a novel method for incorporating information from past frames into flow estimation is introduced. The previous frame flow serves as an input to occlusion estimation and as a prior in occluded regions, i.e. those without visual correspondences. By continually using the previous frame flow, ContinualFlow performance improves further by 18\% on KITTI and 7\% on Sintel, achieving top performance on KITTI and Sintel.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes