LiteVSR: Lightweight Adaptation of Frozen Diffusion Transformers for Video Super-Resolution
About
Adapting large-scale pre-trained video generators for Video Super-Resolution (VSR) in novel domains remains computationally prohibitive. Methods that reformulate generation as direct Low-Quality to High-Quality mappings deviate from the original generative formulation, demanding extensive fine-tuning. ControlNet-style adapters lose their efficiency under modern Diffusion Transformers since the absence of encoder-decoder hierarchy forces duplication of the entire backbone. We observe that flow matching offers a principled alternative for cross-domain VSR adaptation. By predicting a constant velocity field across all timesteps, the adaptation task reduces to learning a fixed injection pattern rather than time-varying transformations. Building on this insight, we propose LiteVSR, a minimalist framework that performs VSR using a completely frozen Diffusion Transformer with a lightweight State-Aware Adapter. The adapter employs a dual-stream architecture that extracts static structural cues from the LQ input and dynamic cues from intermediate denoising states, aligning them through time-dependent cross-attention to enable adaptive transition from structural alignment to texture refinement as denoising proceeds. LiteVSR achieves competitive restoration quality with only 11.25% trainable parameters and 12 GPU-hours of training on a single A100, while maintaining fast sampling (down to a single step) compatibility.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Video Super-Resolution | UDM10 | PSNR23.01 | 111 | |
| Video Super-Resolution | SPMCS | PSNR19.76 | 68 | |
| Video Super-Resolution | REDS4 | PSNR21.1 | 7 | |
| Video Super-Resolution | YouHQ40 synthetic | PSNR21.28 | 7 | |
| Video Super-Resolution | User Study (Overall) | Visual Quality Score75.5 | 3 | |
| Video Super-Resolution | VideoLQ Standard | Overall Preference58.7 | 3 | |
| Video Super-Resolution | Real-world videos Simple | Overall Preference73.6 | 3 | |
| Video Super-Resolution | Real-world videos Extreme | Overall Preference91.2 | 3 | |
| Video Super-Resolution | REDS 266 | Trainable Params (%)11.25 | 1 | |
| Video Super-Resolution | WebVid-335K | -- | 1 |