CVFeb 10, 2022

FILM: Frame Interpolation for Large Motion

arXiv:2202.04901v4235 citations
Originality Incremental advance
AI Analysis

This work addresses frame interpolation for large motion, which is useful for video processing applications, but it is incremental as it builds on existing methods with a unified network and new loss.

The authors tackled the problem of synthesizing multiple intermediate frames from two input images with large in-between motion, and their approach outperformed state-of-the-art methods on benchmarks like Xiph large motion, Vimeo-90K, Middlebury, and UCF101.

We present a frame interpolation algorithm that synthesizes multiple intermediate frames from two input images with large in-between motion. Recent methods use multiple networks to estimate optical flow or depth and a separate network dedicated to frame synthesis. This is often complex and requires scarce optical flow or depth ground-truth. In this work, we present a single unified network, distinguished by a multi-scale feature extractor that shares weights at all scales, and is trainable from frames alone. To synthesize crisp and pleasing frames, we propose to optimize our network with the Gram matrix loss that measures the correlation difference between feature maps. Our approach outperforms state-of-the-art methods on the Xiph large motion benchmark. We also achieve higher scores on Vimeo-90K, Middlebury and UCF101, when comparing to methods that use perceptual losses. We study the effect of weight sharing and of training with datasets of increasing motion range. Finally, we demonstrate our model's effectiveness in synthesizing high quality and temporally coherent videos on a challenging near-duplicate photos dataset. Codes and pre-trained models are available at https://film-net.github.io.

Code Implementations2 repos
Foundations

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

Your Notes