English

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

Computer Vision and Pattern Recognition 2026-02-05 v2

Abstract

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.

Keywords

Cite

@article{arxiv.2508.04485,
  title  = {QuantVSR: Low-Bit Post-Training Quantization for Real-World Video Super-Resolution},
  author = {Bowen Chai and Zheng Chen and Libo Zhu and Wenbo Li and Yong Guo and Yulun Zhang},
  journal= {arXiv preprint arXiv:2508.04485},
  year   = {2026}
}

Comments

Accepted to AAAI 2026. Code is available at: https://github.com/bowenchai/QuantVSR

R2 v1 2026-07-01T04:37:28.629Z