taco-group/SparkVSR
[ECCV 2026] SparkVSR: Interactive Video Super-Resolution via Sparse Keyframe Propagation
What it solves
SparkVSR addresses the "black box" nature of traditional Video Super-Resolution (VSR), where users have no way to correct artifacts or guide the restoration process. It transforms VSR into an interactive process by allowing users to provide a small set of high-quality keyframes as a control signal to guide the restoration of the entire video sequence.
How it works
SparkVSR uses a two-stage training pipeline built upon the CogVideoX1.5-5B-I2V base model:
- Latent-Space Adaptation (Stage 1): The model learns to fuse low-resolution (LR) video latents with sparsely encoded high-resolution (HR) keyframe latents to enable robust propagation of details across the video.
- Pixel-Space Refinement (Stage 2): The model refines perceptual details in pixel space, balancing adherence to the provided keyframes with the ability to perform "blind" restoration when keyframes are missing or imperfect.
At inference, users can provide keyframes via commercial APIs, open-source models (like PiSA-SR), or use a reference-free mode. The system propagates these high-quality priors across the video while remaining grounded by the original LR video's motion.
Who it’s for
This tool is designed for researchers and developers working on video restoration, as well as creators who need controllable, high-quality upscaling for tasks like old-film restoration and video style transfer.
Highlights
- Interactive Control: Allows manual specification of keyframes to guide the super-resolution process.
- Flexible Reference Modes: Supports API-driven, model-driven (PiSA-SR), or reference-free (blind SR) restoration.
- Temporal Consistency: Improves temporal stability and restoration quality over existing baselines.
- Generic Framework: Can be applied to tasks beyond simple upscaling, such as style transfer and old-film restoration.
- ComfyUI Integration: Includes a ComfyUI implementation for more flexible, node-based inference.
Related
- Project
- Project
- Project
- Project
- Project