paper-with-me

Papers

Many-to-many Splatting for Efficient Video Frame Interpolation

2022-04-07 · CVPR 2022 1 · 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 BibTeX arXiv:2204.03513

Code (1)

feinanshan/m2m_vfi 공식 구현 pytorch

Tasks

Motion EstimationOptical Flow EstimationVideo Frame Interpolation

Similar Papers 제목 키워드 기반

Video Frame Interpolation with Many-to-many Splatting and Spatial Selective Refinement

2023-10-29 · Ping Hu, Simon Niklaus, Lu Zhang, Stan Sclaroff 외

In this work, we first propose a fully differentiable Many-to-Many (M2M) splatting framework to interpolate frames efficiently. Given a frame pair, we estimate multiple bidirectional flows to directly forward warp the pi…

Computational EfficiencyMotion EstimationVideo Frame Interpolation

Splatting-based Synthesis for Video Frame Interpolation

2022-01-25 · Simon Niklaus, Ping Hu, Jiawen Chen

Frame interpolation is an essential video processing technique that adjusts the temporal resolution of an image sequence. While deep learning has brought great improvements to the area of video frame interpolation, techn…

Deep LearningOptical Flow EstimationVideo Frame Interpolation

Softmax Splatting for Video Frame Interpolation

2020-03-11 · CVPR 2020 6 · Simon Niklaus, Feng Liu

Differentiable image sampling in the form of backward warping has seen broad adoption in tasks like depth estimation and optical flow prediction. In contrast, how to perform forward warping has seen less attention, partl…

Depth EstimationOptical Flow EstimationVideo Frame Interpolation

A new dataset and comparison for multi-camera frame synthesis

2025-08-12 · Conall Daly, Anil Kokaram arxiv

Many methods exist for frame synthesis in image sequences but can be broadly categorised into frame interpolation and view synthesis techniques. Fundamentally, both frame interpolation and view synthesis tackle the same …

Depth Estimation

DLGStream: Dynamic Language-embedded Guassian Splatting for Open-vocabulary Enabled Free-viewpoint Video Streaming

2026-06-27 · Zhihui Ke, Yuyang Liu, Xiaobo Zhou, Tie Qiu arxiv

3D Gaussian Splatting~(3DGS) has emerged as a promising paradigm for reconstructing streamable free-viewpoint video~(FVV) from multi-view videos. However, 3DGS-based FVVs typically lack user interaction and editing capab…