paper-with-me

홈 › Papers

A Unified Pyramid Recurrent Network for Video Frame Interpolation

2022-11-07 · CVPR 2023 1 · Xin Jin, Longhai Wu, Jie Chen, Youxin Chen, Jayoon Koo, Cheul-hee Hahm

Flow-guided synthesis provides a common framework for frame interpolation, where optical flow is estimated to guide the synthesis of intermediate frames between consecutive inputs. In this paper, we present UPR-Net, a novel Unified Pyramid Recurrent Network for frame interpolation. Cast in a flexible pyramid framework, UPR-Net exploits lightweight recurrent modules for both bi-directional flow estimation and intermediate frame synthesis. At each pyramid level, it leverages estimated bi-directional flow to generate forward-warped representations for frame synthesis; across pyramid levels, it enables iterative refinement for both optical flow and intermediate frame. In particular, we show that our iterative synthesis strategy can significantly improve the robustness of frame interpolation on large motion cases. Despite being extremely lightweight (1.7M parameters), our base version of UPR-Net achieves excellent performance on a large range of benchmarks. Code and trained models of our UPR-Net series are available at: https://github.com/srcn-ivl/UPR-Net.

📄 PDF Abstract BibTeX arXiv:2211.03456

Code (1)

srcn-ivl/upr-net 공식 구현 pytorch

Tasks

Optical Flow EstimationVideo Frame Interpolation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

A Flexible Recurrent Residual Pyramid Network for Video Frame Interpolation

2020-08-01 · ECCV 2020 8 · Haoxian Zhang, Yang Zhao, Ronggang Wang

Video frame interpolation (VFI) aims at synthesizing new video frames in-between existing frames to generate smoother high frame rate videos. Current methods usually use the fixed pre-trained networks to generate interpo…

Optical Flow EstimationVideo Frame Interpolation

Blurry Video Frame Interpolation

2020-02-27 · CVPR 2020 6 · Wang Shen, Wenbo Bao, Guangtao Zhai, Li Chen 외

Existing works reduce motion blur and up-convert frame rate through two separate ways, including frame deblurring and frame interpolation. However, few studies have approached the joint video enhancement problem, namely …

DeblurringVideo EnhancementVideo Frame Interpolation

Enhanced Bi-directional Motion Estimation for Video Frame Interpolation

2022-06-17 · Xin Jin, Longhai Wu, Guotao Shen, Youxin Chen 외

We present a novel simple yet effective algorithm for motion-based video frame interpolation. Existing motion-based interpolation methods typically rely on a pre-trained optical flow model or a U-Net based pyramid networ…

Motion EstimationOptical Flow EstimationVideo Frame Interpolation

Enhanced Correlation Matching based Video Frame Interpolation

2021-11-17 · Sungho Lee, Narae Choi, Woong Il Choi

We propose a novel DNN based framework called the Enhanced Correlation Matching based Video Frame Interpolation Network to support high resolution like 4K, which has a large scale of motion and occlusion. Considering the…

4kOptical Flow EstimationVideo Frame Interpolation

UniVid: Pyramid Diffusion Model for High Quality Video Generation

2026-03-14 · Xinyu Xiao, Binbin Yang, Tingtian Li, Yipeng Yu 외 arxiv

Diffusion-based text-to-video generation (T2V) or image-to-video (I2V) generation have emerged as a prominent research focus. However, there exists a challenge in integrating the two generative paradigms into a unified m…

Text-to-Video Generation