CVJul 27, 2022

Meta-Interpolation: Time-Arbitrary Frame Interpolation via Dual Meta-Learning

arXiv:2207.13670v1h-index: 62
Originality Incremental advance
AI Analysis

This addresses a limitation in video processing for applications like slow-motion generation, though it is incremental as it builds on existing interpolation techniques.

The paper tackles the problem of video frame interpolation at arbitrary time-steps, rather than fixed ones like 1/2, by proposing a dual meta-learning framework that adaptively generates convolutional kernels, achieving superior performance to state-of-the-art methods.

Existing video frame interpolation methods can only interpolate the frame at a given intermediate time-step, e.g. 1/2. In this paper, we aim to explore a more generalized kind of video frame interpolation, that at an arbitrary time-step. To this end, we consider processing different time-steps with adaptively generated convolutional kernels in a unified way with the help of meta-learning. Specifically, we develop a dual meta-learned frame interpolation framework to synthesize intermediate frames with the guidance of context information and optical flow as well as taking the time-step as side information. First, a content-aware meta-learned flow refinement module is built to improve the accuracy of the optical flow estimation based on the down-sampled version of the input frames. Second, with the refined optical flow and the time-step as the input, a motion-aware meta-learned frame interpolation module generates the convolutional kernels for every pixel used in the convolution operations on the feature map of the coarse warped version of the input frames to generate the predicted frame. Extensive qualitative and quantitative evaluations, as well as ablation studies, demonstrate that, via introducing meta-learning in our framework in such a well-designed way, our method not only achieves superior performance to state-of-the-art frame interpolation approaches but also owns an extended capacity to support the interpolation at an arbitrary time-step.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes