paper-with-me

Papers

Non-linear Motion Estimation for Video Frame Interpolation using Space-time Convolutions

2022-01-27 · Saikat Dutta, Arulkumar Subramaniam, Anurag Mittal

Video frame interpolation aims to synthesize one or multiple frames between two consecutive frames in a video. It has a wide range of applications including slow-motion video generation, frame-rate up-scaling and developing video codecs. Some older works tackled this problem by assuming per-pixel linear motion between video frames. However, objects often follow a non-linear motion pattern in the real domain and some recent methods attempt to model per-pixel motion by non-linear models (e.g., quadratic). A quadratic model can also be inaccurate, especially in the case of motion discontinuities over time (i.e. sudden jerks) and occlusions, where some of the flow information may be invalid or inaccurate. In our paper, we propose to approximate the per-pixel motion using a space-time convolution network that is able to adaptively select the motion model to be used. Specifically, we are able to softly switch between a linear and a quadratic model. Towards this end, we use an end-to-end 3D CNN encoder-decoder architecture over bidirectional optical flows and occlusion maps to estimate the non-linear motion model of each pixel. Further, a motion refinement module is employed to refine the non-linear motion and the interpolated frames are estimated by a simple warping of the neighboring frames with the estimated per-pixel motion. Through a set of comprehensive experiments, we validate the effectiveness of our model and show that our method outperforms state-of-the-art algorithms on four datasets (Vimeo, DAVIS, HD and GoPro).

📄 PDF Abstract BibTeX arXiv:2201.11407

Code (1)

saikatdutta/NME-VFI 공식 구현 pytorch

Tasks

Motion EstimationVideo Frame InterpolationVideo Generation

Methods 이 논문이 사용한 방법론

3D CNN 설명 없음
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 제목 키워드 기반

FLAVR: Flow-Agnostic Video Representations for Fast Frame Interpolation

2020-12-15 · Tarun Kalluri, Deepak Pathak, Manmohan Chandraker, Du Tran

A majority of methods for video frame interpolation compute bidirectional optical flow between adjacent frames of a video, followed by a suitable warping algorithm to generate the output frames. However, approaches relyi…

Action RecognitionMotion MagnificationOptical Flow EstimationVideo Frame Interpolation

IQ-VFI: Implicit Quadratic Motion Estimation for Video Frame Interpolation

2024-01-01 · CVPR 2024 1 · Mengshun Hu, Kui Jiang, Zhihang Zhong, Zheng Wang 외

Advanced video frame interpolation (VFI) algorithms approximate intermediate motions between two input frames to synthesize intermediate frame. However they struggle to handle complex scenarios with curvilinear motio…

Knowledge DistillationMotion EstimationVideo Frame Interpolation

JNMR: Joint Non-linear Motion Regression for Video Frame Interpolation

2022-06-09 · Meiqin Liu, Chenming Xu, Chao Yao, Chunyu Lin 외

Video frame interpolation (VFI) aims to generate predictive frames by warping learnable motions from the bidirectional historical references. Most existing works utilize spatio-temporal semantic information extractor to …

Motion EstimationregressionVideo Frame Interpolation

MEMC-Net: Motion Estimation and Motion Compensation Driven Neural Network for Video Interpolation and Enhancement

2018-10-20 · Wenbo Bao, Wei-Sheng Lai, Xiaoyun Zhang, Zhiyong Gao 외

Motion estimation (ME) and motion compensation (MC) have been widely used for classical video frame interpolation systems over the past decades. Recently, a number of data-driven frame interpolation methods based on conv…

Computational EfficiencyDenoisingMotion CompensationMotion Estimation+4

BMBC:Bilateral Motion Estimation with Bilateral Cost Volume for Video Interpolation

2020-07-17 · Junheum Park, Keunsoo Ko, Chul Lee, Chang-Su Kim

Video interpolation increases the temporal resolution of a video sequence by synthesizing intermediate frames between two consecutive frames. We propose a novel deep-learning-based video interpolation algorithm based on …

Motion EstimationVideo Frame Interpolation