Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Multiple Video Frame Interpolation via Enhanced Deformable Separable Convolution

About

Generating non-existing frames from a consecutive video sequence has been an interesting and challenging problem in the video processing field. Typical kernel-based interpolation methods predict pixels with a single convolution process that convolves source frames with spatially adaptive local kernels, which circumvents the time-consuming, explicit motion estimation in the form of optical flow. However, when scene motion is larger than the pre-defined kernel size, these methods are prone to yield less plausible results. In addition, they cannot directly generate a frame at an arbitrary temporal position because the learned kernels are tied to the midpoint in time between the input frames. In this paper, we try to solve these problems and propose a novel non-flow kernel-based approach that we refer to as enhanced deformable separable convolution (EDSC) to estimate not only adaptive kernels, but also offsets, masks and biases to make the network obtain information from non-local neighborhood. During the learning process, different intermediate time step can be involved as a control variable by means of an extension of coord-conv trick, allowing the estimated components to vary with different input temporal information. This makes our method capable to produce multiple in-between frames. Furthermore, we investigate the relationships between our method and other typical kernel- and flow-based methods. Experimental results show that our method performs favorably against the state-of-the-art methods across a broad range of datasets. Code will be publicly available on URL: \url{https://github.com/Xianhang/EDSC-pytorch}.

Xianhang Cheng, Zhenzhong Chen• 2020

Related benchmarks

TaskDatasetResultRank
Video Frame InterpolationUCF101
PSNR35.13
117
Video Frame InterpolationMiddlebury
PSNR36.8
24
Video Frame InterpolationVimeo-90k
PSNR34.86
18
Video Frame InterpolationSNU-FILM Medium
PSNR35.283
16
Video Frame InterpolationSNU-FILM Extreme
PSNR24.872
16
Video Frame InterpolationVimeo90K 62 (test)
PSNR34.84
16
Video Frame InterpolationSNU-FILM Hard
PSNR29.815
16
Video Frame InterpolationUCF101 middle timestep 53
PSNR35.13
16
Video Frame InterpolationMiddlebury (M.B.) 2 (other)
IE2.02
16
Video Frame InterpolationUCF101 DVF
PSNR35.17
14
Showing 10 of 21 rows

Other info

Follow for update