SOTAVerified

VFIMamba: Video Frame Interpolation with State Space Models

2024-07-02Code Available2· sign in to hype

Guozhen Zhang, Chunxu Liu, Yutao Cui, Xiaotong Zhao, Kai Ma, LiMin Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Inter-frame modeling is pivotal in generating intermediate frames for video frame interpolation (VFI). Current approaches predominantly rely on convolution or attention-based models, which often either lack sufficient receptive fields or entail significant computational overheads. Recently, Selective State Space Models (S6) have emerged, tailored specifically for long sequence modeling, offering both linear complexity and data-dependent modeling capabilities. In this paper, we propose VFIMamba, a novel frame interpolation method for efficient and dynamic inter-frame modeling by harnessing the S6 model. Our approach introduces the Mixed-SSM Block (MSB), which initially rearranges tokens from adjacent frames in an interleaved fashion and subsequently applies multi-directional S6 modeling. This design facilitates the efficient transmission of information across frames while upholding linear complexity. Furthermore, we introduce a novel curriculum learning strategy that progressively cultivates proficiency in modeling inter-frame dynamics across varying motion magnitudes, fully unleashing the potential of the S6 model. Experimental findings showcase that our method attains state-of-the-art performance across diverse benchmarks, particularly excelling in high-resolution scenarios. In particular, on the X-TEST dataset, VFIMamba demonstrates a noteworthy improvement of 0.80 dB for 4K frames and 0.96 dB for 2K frames.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SNU-FILM (easy)VFIMambaPSNR40.51Unverified
SNU-FILM (extreme)VFIMambaPSNR25.79Unverified
SNU-FILM (hard)VFIMambaPSNR30.99Unverified
SNU-FILM (medium)VFIMambaPSNR36.4Unverified
UCF101VFIMambaPSNR35.45Unverified
X4K1000FPSVFIMambaPSNR32.15Unverified
X4K1000FPS-2KVFIMambaPSNR33.33Unverified
Xiph-2KVFIMambaPSNR37.13Unverified
Xiph-4kVFIMambaPSNR34.62Unverified

Reproductions