paper-with-me

홈 › Papers

Multigrid Predictive Filter Flow for Unsupervised Learning on Videos

2019-04-02 · Shu Kong, Charless Fowlkes

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.

📄 PDF Abstract BibTeX arXiv:1904.01693

Code (2)

aimerykong/predictive-filter-flow pytorch
bestaar/predictiveFilterFlow pytorch

Tasks

Optical Flow EstimationPose TrackingSemantic SegmentationSkeleton Based Action RecognitionVideo Semantic Segmentation

Similar Papers 제목 키워드 기반

Multigrid Neural Architectures

2016-11-23 · CVPR 2017 7 · Tsung-Wei Ke, Michael Maire, Stella X. Yu

We propose a multigrid extension of convolutional neural networks (CNNs). Rather than manipulating representations living on a single spatial grid, our network layers operate across scale space, on a pyramid of grids. Th…

Image ClassificationSemantic Segmentation

A MgNO Method for Multiphase Flow in Porous Media

2024-06-16 · Xinliang Liu, Xia Yang, Chen-Song Zhang, Lian Zhang 외

This research investigates the application of Multigrid Neural Operator (MgNO), a neural operator architecture inspired by multigrid methods, in the simulation for multiphase flow within porous media. The architecture is…

Learning to Optimize Multigrid PDE Solvers

2019-02-25 · Daniel Greenfeld, Meirav Galun, Ron Kimmel, Irad Yavneh 외

Constructing fast numerical solvers for partial differential equations (PDEs) is crucial for many scientific disciplines. A leading technique for solving large-scale PDEs is using multigrid methods. At the core of a mult…

Neural Multigrid Memory For Computational Fluid Dynamics

2023-06-21 · Duc Minh Nguyen, Minh Chau Vu, Tuan Anh Nguyen, Tri Huynh 외

Turbulent flow simulation plays a crucial role in various applications, including aircraft and ship design, industrial process optimization, and weather prediction. In this paper, we propose an advanced data-driven metho…

Computational EfficiencyPredictionVideo Prediction

MC-JEPA: A Joint-Embedding Predictive Architecture for Self-Supervised Learning of Motion and Content Features

2023-07-24 · Adrien Bardes, Jean Ponce, Yann Lecun

Self-supervised learning of visual representations has been focusing on learning content features, which do not capture object motion or location, and focus on identifying and differentiating objects in images and videos…

Optical Flow EstimationSelf-Supervised LearningSemantic Segmentation