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

Video Frame Interpolation via Adaptive Separable Convolution

About

Standard video frame interpolation methods first estimate optical flow between input frames and then synthesize an intermediate frame guided by motion. Recent approaches merge these two steps into a single convolution process by convolving input frames with spatially adaptive kernels that account for motion and re-sampling simultaneously. These methods require large kernels to handle large motion, which limits the number of pixels whose kernels can be estimated at once due to the large memory demand. To address this problem, this paper formulates frame interpolation as local separable convolution over input frames using pairs of 1D kernels. Compared to regular 2D kernels, the 1D kernels require significantly fewer parameters to be estimated. Our method develops a deep fully convolutional neural network that takes two input frames and estimates pairs of 1D kernels for all pixels simultaneously. Since our method is able to estimate kernels and synthesizes the whole video frame at once, it allows for the incorporation of perceptual loss to train the neural network to produce visually pleasing frames. This deep neural network is trained end-to-end using widely available video data without any human annotation. Both qualitative and quantitative experiments show that our method provides a practical solution to high-quality video frame interpolation.

Simon Niklaus, Long Mai, Feng Liu• 2017

Related benchmarks

TaskDatasetResultRank
Video Frame InterpolationVimeo90K (test)
PSNR33.79
131
Video Frame InterpolationUCF101
PSNR34.78
117
Video InterpolationUCF-101 (test)
PSNR34.78
65
Video Frame InterpolationVimeo90K
PSNR33.79
62
Video Frame InterpolationSNU-FILM Extreme
PSNR24.31
59
Video Frame InterpolationSNU-FILM Hard
PSNR29.36
59
Video Frame InterpolationSNU-FILM Easy
PSNR39.41
59
Video Frame InterpolationSNU-FILM Medium
PSNR34.97
59
Multi-frame Video InterpolationX 4K (test)
PSNR23.94
43
Video Frame InterpolationMiddlebury
Average IE Error2.27
42
Showing 10 of 81 rows
...

Other info

Code

Follow for update