Many-to-many Splatting for Efficient Video Frame Interpolation

CVPR 2022  ยท  Ping Hu, Simon Niklaus, Stan Sclaroff, Kate Saenko ยท

Motion-based video frame interpolation commonly relies on optical flow to warp pixels from the inputs to the desired interpolation instant. Yet due to the inherent challenges of motion estimation (e.g. occlusions and discontinuities), most state-of-the-art interpolation approaches require subsequent refinement of the warped result to generate satisfying outputs, which drastically decreases the efficiency for multi-frame interpolation. In this work, we propose a fully differentiable Many-to-Many (M2M) splatting framework to interpolate frames efficiently. Specifically, given a frame pair, we estimate multiple bidirectional flows to directly forward warp the pixels to the desired time step, and then fuse any overlapping pixels. In doing so, each source pixel renders multiple target pixels and each target pixel can be synthesized from a larger area of visual context. This establishes a many-to-many splatting scheme with robustness to artifacts like holes. Moreover, for each input frame pair, M2M only performs motion estimation once and has a minuscule computational overhead when interpolating an arbitrary number of in-between frames, hence achieving fast multi-frame interpolation. We conducted extensive experiments to analyze M2M, and found that it significantly improves efficiency while maintaining high effectiveness.

PDF Abstract CVPR 2022 PDF CVPR 2022 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Video Frame Interpolation ATD-12K M2M-PWC PSNR 29.03 # 1
SSIM 0.959 # 1
Video Frame Interpolation UCF101 M2M-PWC PSNR 35.17 # 13
SSIM 0.97 # 4
Video Frame Interpolation Vimeo90K M2M-PWC PSNR 35.4 # 12
SSIM 0.978 # 10
Speed (ms/f) 32 (Titan X) # 2
Video Frame Interpolation X4K1000FPS M2M-PWC PSNR 30.81 # 5
SSIM 0.912 # 4
Speed (ms/f) 200 (Titan X) # 1
Video Frame Interpolation X4K1000FPS-2K M2M-PWC PSNR 32.07 # 2
SSIM 0.923 # 1
Video Frame Interpolation Xiph-2K M2M-PWC PSNR 36.45 # 3
SSIM 0.967 # 1
Video Frame Interpolation Xiph-4K (Crop) M2M-PWC PSNR 33.93 # 1
SSIM 0.945 # 1

Methods


No methods listed for this paper. Add relevant methods here