CVApr 2, 2019

Multigrid Predictive Filter Flow for Unsupervised Learning on Videos

arXiv:1904.01693v116 citations
Originality Highly original
AI Analysis

This addresses the problem of modeling sub-pixel movement and corruption in videos for researchers and practitioners in computer vision, offering an incremental improvement through a novel multigrid strategy.

The paper tackles unsupervised learning on videos by introducing multigrid Predictive Filter Flow (mgPFF), which outputs per-pixel filters to warp frames, resulting in a compact 4.6MB model that substantially outperforms state-of-the-art methods in tasks like video object segmentation and pose tracking.

We introduce multigrid Predictive Filter Flow (mgPFF), a framework for unsupervised learning on videos. The mgPFF takes as input a pair of frames and outputs per-pixel filters to warp one frame to the other. Compared to optical flow used for warping frames, mgPFF is more powerful in modeling sub-pixel movement and dealing with corruption (e.g., motion blur). We develop a multigrid coarse-to-fine modeling strategy that avoids the requirement of learning large filters to capture large displacement. This allows us to train an extremely compact model (4.6MB) which operates in a progressive way over multiple resolutions with shared weights. We train mgPFF on unsupervised, free-form videos and show that mgPFF is able to not only estimate long-range flow for frame reconstruction and detect video shot transitions, but also readily amendable for video object segmentation and pose tracking, where it substantially outperforms the published state-of-the-art without bells and whistles. Moreover, owing to mgPFF's nature of per-pixel filter prediction, we have the unique opportunity to visualize how each pixel is evolving during solving these tasks, thus gaining better interpretability.

Code Implementations2 repos
Foundations

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

Your Notes