paper-with-me

홈 › Papers

Unsupervised Video Interpolation by Learning Multilayered 2.5D Motion Fields

2022-04-21 · Ziang Cheng, Shihao Jiang, Hongdong Li

The problem of video frame interpolation is to increase the temporal resolution of a low frame-rate video, by interpolating novel frames between existing temporally sparse frames. This paper presents a self-supervised approach to video frame interpolation that requires only a single video. We pose the video as a set of layers. Each layer is parameterized by two implicit neural networks -- one for learning a static frame and the other for a time-varying motion field corresponding to video dynamics. Together they represent an occlusion-free subset of the scene with a pseudo-depth channel. To model inter-layer occlusions, all layers are lifted to the 2.5D space so that the frontal layer occludes distant layers. This is done by assigning each layer a depth channel, which we call `pseudo-depth', whose partial order defines the occlusion between layers. The pseudo-depths are converted to visibility values through a fully differentiable SoftMin function so that closer layers are more visible than layers in a distance. On the other hand, we parameterize the video motions by solving an ordinary differentiable equation (ODE) defined on a time-varying neural velocity field that guarantees valid motions. This implicit neural representation learns the video as a space-time continuum, allowing frame interpolation at any temporal resolution. We demonstrate the effectiveness of our method on real-world datasets, where our method achieves comparable performance to state-of-the-arts that require ground truth labels for training.

📄 PDF Abstract BibTeX arXiv:2204.09900

Code (0)

등록된 구현이 없습니다.

Tasks

Video Frame Interpolation

Similar Papers 제목 키워드 기반

Temporal Interpolation as an Unsupervised Pretraining Task for Optical Flow Estimation

2018-09-21 · Jonas Wulff, Michael J. Black

The difficulty of annotating training data is a major obstacle to using CNNs for low-level tasks in video. Synthetic data often does not generalize to real videos, while unsupervised methods require heuristic losses. Pro…

Optical Flow EstimationUnsupervised Pre-training

Efficient motion-based metrics for video frame interpolation

2025-08-12 · Conall Daly, Darren Ramsook, Anil Kokaram arxiv

Video frame interpolation (VFI) offers a way to generate intermediate frames between consecutive frames of a video sequence. Although the development of advanced frame interpolation algorithms has received increased atte…

Video Frame Interpolation

BiFormer: Learning Bilateral Motion Estimation via Bilateral Transformer for 4K Video Frame Interpolation

2023-04-05 · CVPR 2023 6 · Junheum Park, Jintae Kim, Chang-Su Kim

A novel 4K video frame interpolator based on bilateral transformer (BiFormer) is proposed in this paper, which performs three steps: global motion estimation, local motion refinement, and frame synthesis. First, in globa…

4kMotion EstimationVideo Frame Interpolation

Quadratic video interpolation

2019-11-02 · NeurIPS 2019 12 · Xiangyu Xu, Li Si-Yao, Wenxiu Sun, Qian Yin 외

Video interpolation is an important problem in computer vision, which helps overcome the temporal limitation of camera sensors. Existing video interpolation methods usually assume uniform motion between consecutive frame…

Asymmetric Bilateral Motion Estimation for Video Frame Interpolation

2021-08-15 · ICCV 2021 10 · Junheum Park, Chul Lee, Chang-Su Kim

We propose a novel video frame interpolation algorithm based on asymmetric bilateral motion estimation (ABME), which synthesizes an intermediate frame between two input frames. First, we predict symmetric bilateral motio…

Motion EstimationVideo Frame Interpolation