CVAug 6, 2025

QuantVSR: Low-Bit Post-Training Quantization for Real-World Video Super-Resolution

arXiv:2508.04485v1h-index: 8Has Code
Originality Incremental advance
AI Analysis

This work addresses the practical deployment bottleneck of diffusion-based VSR models for video enhancement applications, representing an incremental improvement in quantization techniques.

The paper tackles the challenge of quantizing diffusion models for real-world video super-resolution (VSR) to reduce their slow processing and heavy resource consumption, achieving comparable performance to full-precision models and significantly outperforming recent low-bit quantization methods.

Diffusion models have shown superior performance in real-world video super-resolution (VSR). However, the slow processing speeds and heavy resource consumption of diffusion models hinder their practical application and deployment. Quantization offers a potential solution for compressing the VSR model. Nevertheless, quantizing VSR models is challenging due to their temporal characteristics and high fidelity requirements. To address these issues, we propose QuantVSR, a low-bit quantization model for real-world VSR. We propose a spatio-temporal complexity aware (STCA) mechanism, where we first utilize the calibration dataset to measure both spatial and temporal complexities for each layer. Based on these statistics, we allocate layer-specific ranks to the low-rank full-precision (FP) auxiliary branch. Subsequently, we jointly refine the FP and low-bit branches to achieve simultaneous optimization. In addition, we propose a learnable bias alignment (LBA) module to reduce the biased quantization errors. Extensive experiments on synthetic and real-world datasets demonstrate that our method obtains comparable performance with the FP model and significantly outperforms recent leading low-bit quantization methods. Code is available at: https://github.com/bowenchai/QuantVSR.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes