paper-with-me

Papers

Optical Flow Estimation using a Spatial Pyramid Network

2016-11-03 · CVPR 2017 7 · Anurag Ranjan, Michael J. Black

We learn to compute optical flow by combining a classical spatial-pyramid formulation with deep learning. This estimates large motions in a coarse-to-fine approach by warping one image of a pair at each pyramid level by the current flow estimate and computing an update to the flow. Instead of the standard minimization of an objective function at each pyramid level, we train one deep network per level to compute the flow update. Unlike the recent FlowNet approach, the networks do not need to deal with large motions; these are dealt with by the pyramid. This has several advantages. First, our Spatial Pyramid Network (SPyNet) is much simpler and 96% smaller than FlowNet in terms of model parameters. This makes it more efficient and appropriate for embedded applications. Second, since the flow at each pyramid level is small (< 1 pixel), a convolutional approach applied to pairs of warped images is appropriate. Third, unlike FlowNet, the learned convolution filters appear similar to classical spatio-temporal filters, giving insight into the method and how to improve it. Our results are more accurate than FlowNet on most standard benchmarks, suggesting a new direction of combining classical flow methods with deep learning.

📄 PDF Abstract BibTeX arXiv:1611.00850

Code (8)

anuragranj/spynet 공식 구현 torch
GibranBenitez/IPN-hand pytorch
Guillem96/spynet-pytorch pytorch
Yijunmaverick/FlowGrounded-VideoPrediction pytorch
guanfuchen/video_obj pytorch
philferriere/tfoptflow tf
rickyHong/tfoptflow-repl tf
sniklaus/pytorch-spynet pytorch

Tasks

Dense Pixel Correspondence EstimationOptical Flow Estimation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

STC-Flow: Spatio-temporal Context-aware Optical Flow Estimation

2020-03-01 · Xiaolin Song, Yuyang Zhao, Jingyu Yang

In this paper, we propose a spatio-temporal contextual network, STC-Flow, for optical flow estimation. Unlike previous optical flow estimation approaches with local pyramid feature extraction and multi-level correlation,…

Optical Flow Estimation

PRAFlow_RVC: Pyramid Recurrent All-Pairs Field Transforms for Optical Flow Estimation in Robust Vision Challenge 2020

2020-09-14 · Zhexiong Wan, Yuxin Mao, Yuchao Dai

Optical flow estimation is an important computer vision task, which aims at estimating the dense correspondences between two frames. RAFT (Recurrent All Pairs Field Transforms) currently represents the state-of-the-art i…

AllOptical Flow Estimation

ASFlow: Unsupervised Optical Flow Learning with Adaptive Pyramid Sampling

2021-04-08 · Kunming Luo, Ao Luo, Chuan Wang, Haoqiang Fan 외

We present an unsupervised optical flow estimation method by proposing an adaptive pyramid sampling in the deep pyramid network. Specifically, in the pyramid downsampling, we propose an Content Aware Pooling (CAP) module…

Optical Flow Estimation

Unsupervised Learning for Optical Flow Estimation Using Pyramid Convolution LSTM

2019-07-26 · Shuosen Guan, Haoxin Li, Wei-Shi Zheng

Most of current Convolution Neural Network (CNN) based methods for optical flow estimation focus on learning optical flow on synthetic datasets with groundtruth, which is not practical. In this paper, we propose an unsup…

Action RecognitionOptical Flow Estimation

A Lightweight Optical Flow CNN -- Revisiting Data Fidelity and Regularization

2019-03-15 · Tak-Wai Hui, Xiaoou Tang, Chen Change Loy

Over four decades, the majority addresses the problem of optical flow estimation using variational methods. With the advance of machine learning, some recent works have attempted to address the problem using convolutiona…

Optical Flow Estimation