SG-RIFE: Semantic-Guided Real-Time Intermediate Flow Estimation with Diffusion-Competitive Perceptual Quality
Pan Ben Wong, Chengli Wu, Hanyue Lu
TL;DR
SG-RIFE tackles the real-time VFI trade-off by injecting dense semantic priors from a frozen DINOv3 backbone into a RIFE-based flow interpolation framework. It introduces Split-FAPM to compress semantic features and DSF to align them with motion-driven pixel contexts, enabling high perceptual fidelity without the latency of diffusion models. The approach yields diffusion-competitive FID/LPIPS on SNU-FILM while running in real time and using a small trainable parameter budget. This work highlights the practical potential of semantic priors to overcome flow-based limitations in complex motion, offering a scalable path to high-quality, low-latency VFI.
Abstract
Real-time Video Frame Interpolation (VFI) has long been dominated by flow-based methods like RIFE, which offer high throughput but often fail in complicated scenarios involving large motion and occlusion. Conversely, recent diffusion-based approaches (e.g., Consec. BB) achieve state-of-the-art perceptual quality but suffer from prohibitive latency, rendering them impractical for real-time applications. To bridge this gap, we propose Semantic-Guided RIFE (SG-RIFE). Instead of training from scratch, we introduce a parameter-efficient fine-tuning strategy that augments a pre-trained RIFE backbone with semantic priors from a frozen DINOv3 Vision Transformer. We propose a Split-Fidelity Aware Projection Module (Split-FAPM) to compress and refine high-dimensional features, and a Deformable Semantic Fusion (DSF) module to align these semantic priors with pixel-level motion fields. Experiments on SNU-FILM demonstrate that semantic injection provides a decisive boost in perceptual fidelity. SG-RIFE outperforms diffusion-based LDMVFI in FID/LPIPS and achieves quality comparable to Consec. BB on complex benchmarks while running significantly faster, proving that semantic consistency enables flow-based methods to achieve diffusion-competitive perceptual quality in near real-time.
