paper-with-me

홈 › Papers

Enhanced Quadratic Video Interpolation

2020-09-10 · Yihao Liu, Liangbin Xie, Li Si-Yao, Wenxiu Sun, Yu Qiao, Chao Dong

With the prosperity of digital video industry, video frame interpolation has arisen continuous attention in computer vision community and become a new upsurge in industry. Many learning-based methods have been proposed and achieved progressive results. Among them, a recent algorithm named quadratic video interpolation (QVI) achieves appealing performance. It exploits higher-order motion information (e.g. acceleration) and successfully models the estimation of interpolated flow. However, its produced intermediate frames still contain some unsatisfactory ghosting, artifacts and inaccurate motion, especially when large and complex motion occurs. In this work, we further improve the performance of QVI from three facets and propose an enhanced quadratic video interpolation (EQVI) model. In particular, we adopt a rectified quadratic flow prediction (RQFP) formulation with least squares method to estimate the motion more accurately. Complementary with image pixel-level blending, we introduce a residual contextual synthesis network (RCSN) to employ contextual information in high-dimensional feature space, which could help the model handle more complicated scenes and motion patterns. Moreover, to further boost the performance, we devise a novel multi-scale fusion network (MS-Fusion) which can be regarded as a learnable augmentation process. The proposed EQVI model won the first place in the AIM2020 Video Temporal Super-Resolution Challenge.

📄 PDF Abstract BibTeX arXiv:2009.04642

Code (2)

lyh-18/EQVI 공식 구현 pytorch
zhaohengyuan1/PAN pytorch

Tasks

Super-ResolutionVideo Frame Interpolation

Similar Papers 제목 키워드 기반

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…

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

An enhanced POSTA based on Nelder-Mead simplex search and quadratic interpolation

2024-04-30 · Tianyu Liu

State transition algorithm (STA) is a metaheuristic method for global optimization. Recently, a modified STA named parameter optimal state transition algorithm (POSTA) is proposed. In POSTA, the performance of expansion …

global-optimization

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

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 develop…

Motion EstimationVideo Frame InterpolationVideo Generation