📄 Paper | 🤗 Model | 🌐 Website |
This repo contains the code for the paper V-Bridge: Bridging Video Generative Priors to Versatile Few-shot Image Restoration.
Large-scale video generative models are trained on vast and diverse visual data, enabling them to internalize rich structural, semantic, and dynamic priors of the visual world. While these models have demonstrated impressive generative capability, their potential as general-purpose visual learners remains largely untapped. In this work, we introduce V-Bridge, a framework that bridges this latent capacity to versatile few-shot image restoration tasks. We reinterpret image restoration not as a static regression problem, but as a progressive generative process, and leverage video models to simulate the gradual refinement from degraded inputs to high-fidelity outputs. Surprisingly, with only 1,000 multi-task training samples (less than 2% of existing restoration methods), pretrained video models can be induced to perform competitive image restoration, achieving multiple tasks with a single model, rivaling specialized architectures designed explicitly for this purpose. Our findings reveal that video generative models implicitly learn powerful and transferable restoration priors that can be activated with only extremely limited data, challenging the traditional boundary between generative modeling and low-level vision, and opening a new design paradigm for foundation models in visual tasks.
Figure 1: Left: Image restoration is formulated as progressive video generation with frame drift correction. Right: Leveraging video generative priors leads to stronger generalization under limited data compared to current image restoration method.
- Release test code.
- Release training code.
- Release training dataset.
- Optimize inference speed.
Please refer to V-Bridge/README.md:
The key visual results of V-Bridge are as follows:
If interested in our work, please contact us at:
- Shenghe Zheng: shenghez.zheng@gmail.com
@article{zheng2026V-Bridge,
title={V-Bridge: Bridging Video Generative Priors to Versatile Few-shot Image Restoration},
author={Zheng, Shenghe and Jiang, Junpeng and Li, Wenbo},
journal={arXiv preprint arXiv:2603.13089},
year={2026}
}
Thanks to the open-source projects VideoX-Fun, Wan-AI.

