Motion-Aware Video Frame Interpolation
Pengfei Han, Fuhua Zhang, Bin Zhao, Xuelong Li
TL;DR
This work tackles the challenge of video frame interpolation under non-linear motion, occlusions, and blur by proposing MA-VFI, a Motion-Aware VFI network that directly predicts intermediate optical flow. It employs a hierarchical pyramid feature extractor to capture multi-scale context and a cross-scale motion structure to iteratively refine four-scale intermediate flow maps, with an intermediate-flow–directed loss guiding learning. The approach achieves strong performance across multiple public datasets while maintaining efficiency close to real-time, and ablations confirm the importance of warped features and the designed loss terms. Overall, MA-VFI presents a practical, scalable solution that improves frame synthesis quality without prohibitive computational cost, enabling better real-time VFI on devices with limited resources.
Abstract
Video frame interpolation methodologies endeavor to create novel frames betwixt extant ones, with the intent of augmenting the video's frame frequency. However, current methods are prone to image blurring and spurious artifacts in challenging scenarios involving occlusions and discontinuous motion. Moreover, they typically rely on optical flow estimation, which adds complexity to modeling and computational costs. To address these issues, we introduce a Motion-Aware Video Frame Interpolation (MA-VFI) network, which directly estimates intermediate optical flow from consecutive frames by introducing a novel hierarchical pyramid module. It not only extracts global semantic relationships and spatial details from input frames with different receptive fields, enabling the model to capture intricate motion patterns, but also effectively reduces the required computational cost and complexity. Subsequently, a cross-scale motion structure is presented to estimate and refine intermediate flow maps by the extracted features. This approach facilitates the interplay between input frame features and flow maps during the frame interpolation process and markedly heightens the precision of the intervening flow delineations. Finally, a discerningly fashioned loss centered around an intermediate flow is meticulously contrived, serving as a deft rudder to skillfully guide the prognostication of said intermediate flow, thereby substantially refining the precision of the intervening flow mappings. Experiments illustrate that MA-VFI surpasses several representative VFI methods across various datasets, and can enhance efficiency while maintaining commendable efficacy.
