CVFeb 26, 2019

SceneFlowFields++: Multi-frame Matching, Visibility Prediction, and Robust Interpolation for Scene Flow Estimation

arXiv:1902.10099v219 citations
AI Analysis

This work addresses the need for efficient and accurate scene flow estimation in computer vision, though it appears incremental by building on existing sparse-to-dense interpolation methods.

The authors tackled the problem of scene flow estimation by developing a fast and robust algorithm that uses multi-frame matching and visibility prediction, achieving competitive performance across different datasets.

State-of-the-art scene flow algorithms pursue the conflicting targets of accuracy, run time, and robustness. With the successful concept of pixel-wise matching and sparse-to-dense interpolation, we push the limits of scene flow estimation. Avoiding strong assumptions on the domain or the problem yields a more robust algorithm. This algorithm is fast because we avoid explicit regularization during matching, which allows an efficient computation. Using image information from multiple time steps and explicit visibility prediction based on previous results, we achieve competitive performances on different data sets. Our contributions and results are evaluated in comparative experiments. Overall, we present an accurate scene flow algorithm that is faster and more generic than any individual benchmark leader.

Foundations

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

Your Notes