English

Multigrid Predictive Filter Flow for Unsupervised Learning on Videos

Computer Vision and Pattern Recognition 2019-04-04 v1

Abstract

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.

Keywords

Cite

@article{arxiv.1904.01693,
  title  = {Multigrid Predictive Filter Flow for Unsupervised Learning on Videos},
  author = {Shu Kong and Charless Fowlkes},
  journal= {arXiv preprint arXiv:1904.01693},
  year   = {2019}
}

Comments

webpage (https://www.ics.uci.edu/~skong2/mgpff.html)

R2 v1 2026-06-23T08:27:26.889Z