CVSep 3, 2020

Flow-edge Guided Video Completion

arXiv:2009.01835v1199 citations
Originality Incremental advance
AI Analysis

This improves video editing and restoration for applications like film post-production, though it appears incremental as it builds on existing flow-based approaches.

The paper tackles video completion by addressing motion boundary sharpness and content propagation limitations, introducing a flow-edge guided method with non-local connections that outperforms state-of-the-art algorithms on the DAVIS dataset.

We present a new flow-based video completion algorithm. Previous flow completion methods are often unable to retain the sharpness of motion boundaries. Our method first extracts and completes motion edges, and then uses them to guide piecewise-smooth flow completion with sharp edges. Existing methods propagate colors among local flow connections between adjacent frames. However, not all missing regions in a video can be reached in this way because the motion boundaries form impenetrable barriers. Our method alleviates this problem by introducing non-local flow connections to temporally distant frames, enabling propagating video content over motion boundaries. We validate our approach on the DAVIS dataset. Both visual and quantitative results show that our method compares favorably against the state-of-the-art algorithms.

Code Implementations1 repo
Foundations

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

Your Notes