paper-with-me

Papers

H-VFI: Hierarchical Frame Interpolation for Videos with Large Motions

2022-11-21 · Changlin Li, Guangyang Wu, Yanan sun, Xin Tao, Chi-Keung Tang, Yu-Wing Tai

Capitalizing on the rapid development of neural networks, recent video frame interpolation (VFI) methods have achieved notable improvements. However, they still fall short for real-world videos containing large motions. Complex deformation and/or occlusion caused by large motions make it an extremely difficult problem in video frame interpolation. In this paper, we propose a simple yet effective solution, H-VFI, to deal with large motions in video frame interpolation. H-VFI contributes a hierarchical video interpolation transformer (HVIT) to learn a deformable kernel in a coarse-to-fine strategy in multiple scales. The learnt deformable kernel is then utilized in convolving the input frames for predicting the interpolated frame. Starting from the smallest scale, H-VFI updates the deformable kernel by a residual in succession based on former predicted kernels, intermediate interpolated results and hierarchical features from transformer. Bias and masks to refine the final outputs are then predicted by a transformer block based on interpolated results. The advantage of such a progressive approximation is that the large motion frame interpolation problem can be decomposed into several relatively simpler sub-tasks, which enables a very accurate prediction in the final results. Another noteworthy contribution of our paper consists of a large-scale high-quality dataset, YouTube200K, which contains videos depicting a great variety of scenarios captured at high resolution and high frame rate. Extensive experiments on multiple frame interpolation benchmarks validate that H-VFI outperforms existing state-of-the-art methods especially for videos with large motions.

📄 PDF Abstract BibTeX arXiv:2211.11309

Code (0)

등록된 구현이 없습니다.

Tasks

Video Frame Interpolation

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…
Deformable Kernel 설명 없음

Similar Papers 제목 키워드 기반

Exploring Discontinuity for Video Frame Interpolation

2022-02-15 · CVPR 2023 1 · Sangjin Lee, Hyeongmin Lee, Chajin Shin, Hanbin Son 외

Video frame interpolation (VFI) is the task that synthesizes the intermediate frame given two consecutive frames. Most of the previous studies have focused on appropriate frame warping operations and refinement modules f…

Data AugmentationVideo Frame Interpolation

Deep Animation Video Interpolation in the Wild

2021-04-06 · CVPR 2021 1 · Li SiYao, Shiyu Zhao, Weijiang Yu, Wenxiu Sun 외

In the animation industry, cartoon videos are usually produced at low frame rate since hand drawing of such frames is costly and time-consuming. Therefore, it is desirable to develop computational models that can automat…

Optical Flow EstimationTripletVideo Frame Interpolation

TimeReplayer: Unlocking the Potential of Event Cameras for Video Interpolation

2022-03-25 · CVPR 2022 1 · Weihua He, Kaichao You, Zhendong Qiao, Xu Jia 외

Recording fast motion in a high FPS (frame-per-second) requires expensive high-speed cameras. As an alternative, interpolating low-FPS videos from commodity cameras has attracted significant attention. If only low-FPS vi…

Event-based vision

AIM 2020 Challenge on Video Temporal Super-Resolution

2020-09-28 · Sanghyun Son, Jaerin Lee, Seungjun Nah, Radu Timofte 외

Videos in the real-world contain various dynamics and motions that may look unnaturally discontinuous in time when the recordedframe rate is low. This paper reports the second AIM challenge on Video Temporal Super-Resolu…

Super-Resolution

NeuralPCI: Spatio-temporal Neural Field for 3D Point Cloud Multi-frame Non-linear Interpolation

2023-03-27 · CVPR 2023 1 · Zehan Zheng, Danni Wu, Ruisi Lu, Fan Lu 외

In recent years, there has been a significant increase in focus on the interpolation task of computer vision. Despite the tremendous advancement of video interpolation, point cloud interpolation remains insufficiently ex…

3D Point Cloud InterpolationAutonomous Driving