paper-with-me

홈 › Papers

Video Frame Interpolation with Densely Queried Bilateral Correlation

2023-04-26 · Chang Zhou, Jie Liu, Jie Tang, Gangshan Wu

Video Frame Interpolation (VFI) aims to synthesize non-existent intermediate frames between existent frames. Flow-based VFI algorithms estimate intermediate motion fields to warp the existent frames. Real-world motions' complexity and the reference frame's absence make motion estimation challenging. Many state-of-the-art approaches explicitly model the correlations between two neighboring frames for more accurate motion estimation. In common approaches, the receptive field of correlation modeling at higher resolution depends on the motion fields estimated beforehand. Such receptive field dependency makes common motion estimation approaches poor at coping with small and fast-moving objects. To better model correlations and to produce more accurate motion fields, we propose the Densely Queried Bilateral Correlation (DQBC) that gets rid of the receptive field dependency problem and thus is more friendly to small and fast-moving objects. The motion fields generated with the help of DQBC are further refined and up-sampled with context features. After the motion fields are fixed, a CNN-based SynthNet synthesizes the final interpolated frame. Experiments show that our approach enjoys higher accuracy and less inference time than the state-of-the-art. Source code is available at https://github.com/kinoud/DQBC.

📄 PDF Abstract BibTeX arXiv:2304.13596

Code (1)

kinoud/DQBC 공식 구현 pytorch

Tasks

Motion EstimationVideo Frame Interpolation

Similar Papers 제목 키워드 기반

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

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

2020-08-01 · ECCV 2020 8 · 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

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

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

Hierarchical Flow Diffusion for Efficient Frame Interpolation

2025-01-01 · CVPR 2025 1 · Yang Hai, Guo Wang, Tan Su, Wenjie Jiang 외

Most recent diffusion-based methods still show a large gap compared to non-diffusion methods for video frame interpolation, in both accuracy and efficiency. Most of them formulate the problem as a denoising procedure…

DenoisingOptical Flow EstimationVideo Frame Interpolation