QuantSR+: Pushing the Limit of Quantized Image Super-Resolution Networks

TL;DR

QuantSR+ introduces RBD, QSA, and SFD techniques to achieve ultra-low-bit image super-resolution, outperforming existing methods in accuracy and efficiency.

cs.CV 🔴 Advanced 2026-05-21 39 views
Haotong Qin Xudong Ma Xianglong Liu Jie Luo Jinyang Guo Michele Magno Yulun Zhang
Image Super-Resolution Model Compression Low-bit Quantization Deep Learning Neural Networks

Key Findings

Methodology

QuantSR+ integrates three core innovations: Redistribution-driven Bit Determination (RBD) optimizes quantization distributions during forward and backward passes; Quantized Slimmable Architecture (QSA) starts from an over-parameterized model and progressively prunes less critical blocks, enhancing structure adaptability; Slimming-guided Function-localized Distillation (SFD) enforces block-aware feature alignment through a direct loss and a progressive training schedule. RBD refines quantization at the bit level, preserving fidelity; QSA allows structural evolution during training, surpassing static models; SFD accelerates convergence by local feature supervision. Together, these components enable high-performance low-bit SR models, balancing accuracy and resource efficiency.

Key Results

  • On Urban100 x4, 2-bit QuantSR+ improves PSNR by 0.29dB over the state-of-the-art baseline, achieving 28.45dB, with a 87.9% reduction in FLOPs and 89.4% in storage compared to full-precision models.
  • Across convolutional and transformer architectures, QuantSR+ consistently outperforms existing low-bit quantization methods like DoReFa, PAMS, and CADyQ in both accuracy and efficiency, demonstrating broad applicability.
  • Ablation studies confirm RBD's critical role in accuracy gains, while QSA and SFD contribute to structural optimization and faster training convergence, respectively. The framework achieves a superior accuracy-resource trade-off.

Significance

This work pushes the boundaries of ultra-low-bit quantization in image super-resolution, enabling deployment on resource-constrained devices such as smartphones and edge hardware. By combining advanced quantization techniques with structural and training innovations, it addresses the longstanding challenge of maintaining high reconstruction quality at minimal resource costs. The approach bridges the gap between theoretical research and practical deployment, fostering wider adoption of high-quality SR in real-world applications, including mobile imaging, video streaming, and surveillance. Its versatility across architectures further broadens its impact, setting a new standard for efficient deep learning models.

Technical Contribution

The paper introduces RBD, a novel quantization distribution refinement mechanism that learns to allocate bits more effectively during training, improving low-bit representation fidelity. QSA employs a progressive pruning strategy starting from an over-parameterized model, allowing the network to adaptively optimize its structure for resource constraints. SFD leverages block-level feature distillation with a localized loss function, ensuring stable training and faster convergence. These innovations collectively enable ultra-low-bit SR models to outperform prior methods in both accuracy and efficiency, with theoretical guarantees on resource savings and practical benefits in deployment.

Novelty

This is the first comprehensive framework integrating RBD, QSA, and SFD specifically for ultra-low-bit image super-resolution. Unlike previous works that focus solely on quantization or architecture design independently, QuantSR+ combines distribution refinement, structural evolution, and localized distillation into a unified system. Its innovative residual-driven bit determination at the bit level and progressive model slimming set it apart, providing a new paradigm for resource-efficient high-performance SR models.

Limitations

  • Despite significant improvements, the method still faces challenges in 1-bit quantization scenarios where representational capacity is severely limited.
  • The training process is complex, requiring careful hyperparameter tuning and longer training times, which may hinder scalability.
  • In extremely high-resolution or highly complex scenes, some performance degradation persists, indicating room for further robustness enhancements.

Future Work

Future research will explore adaptive bit allocation strategies, enabling dynamic resource-aware quantization. Integrating multi-task learning could improve generalization across diverse image restoration tasks. Additionally, hardware-aware optimization will be prioritized to facilitate real-world deployment, aiming for even lower resource consumption without sacrificing quality.

AI Executive Summary

Deep neural networks have revolutionized image super-resolution, enabling remarkable improvements in reconstructing high-resolution images from low-resolution inputs. However, the high computational and storage demands of these models pose significant barriers for deployment on resource-limited devices like smartphones and edge hardware. While high-precision models deliver excellent quality, their size and complexity hinder real-time applications in practical scenarios.

Low-bit quantization offers a promising solution by reducing model size and accelerating inference through discretizing weights and activations into fewer bits. Yet, pushing quantization to ultra-low levels (2-4 bits) often results in substantial performance drops, especially in detail-sensitive tasks like super-resolution. This challenge stems from operator degradation, structural constraints, and optimization perturbations, which collectively limit the effectiveness of existing methods.

In response, the authors propose QuantSR+, a comprehensive framework that synergistically combines three key innovations. RBD (Redistribution-driven Bit Determination) refines the quantization process at the bit level, preserving fidelity during training without incurring inference overhead. QSA (Quantized Slimmable Architecture) starts from an over-parameterized model and gradually prunes less critical blocks, enabling the network to adapt structurally under resource constraints. SFD (Slimming-guided Function-localized Distillation) introduces a block-aware feature distillation process, stabilizing training and accelerating convergence.

Extensive experiments on benchmark datasets such as Urban100 demonstrate the effectiveness of QuantSR+. The 2-bit version achieves a PSNR of 28.45dB, outperforming previous state-of-the-art low-bit methods by 0.29dB. It also reduces FLOPs by 87.9% and storage by 89.4%, confirming its superior efficiency. The framework's versatility across different architectures underscores its broad applicability.

This research marks a significant step toward practical ultra-low-bit super-resolution, enabling high-quality image reconstruction on devices with limited resources. By integrating advanced quantization, structural optimization, and training strategies, QuantSR+ sets a new benchmark for efficient deep learning models in image restoration. Future directions include adaptive bit allocation, multi-task learning, and hardware-aware optimization to further enhance performance and deployment feasibility.

Deep Analysis

Background

Image super-resolution技术经过多年的发展,从早期的插值方法到深度学习模型如SRCNN、EDSR,再到Transformer架构如SwinIR,性能不断提升。卷积网络在保持高质量重建的同时,计算成本逐渐成为瓶颈。模型压缩技术如剪枝、知识蒸馏和神经架构搜索(NAS)被引入以减轻硬件压力,但存储和计算的双重挑战仍未根本解决。低比特量化作为一种潜力巨大的方案,已在分类和检测任务中取得成功,但在超分任务中,极低比特(2-4bit)模型的性能仍难以满足实际需求,亟需系统性改进。

Core Problem

超低比特量化在图像超分中面临三大难题:操作退化、结构限制和优化扰动。操作退化导致表示能力下降,影响细节还原;结构限制使模型难以突破全精度模型的性能上限;优化扰动则因量化误差在训练中积累,影响模型收敛和稳定性。这些问题限制了低比特超分模型的实际应用,亟需创新性解决方案。

Innovation

本研究提出RBD,通过学习参数动态调整比特贡献,优化前后向传播中的量化分布,提升表示能力;QSA从过参数化模型开始,逐步剪枝,突破静态结构限制,实现结构渐进优化;SFD引入块级功能蒸馏,结合局部损失,提升训练稳定性和收敛速度。这三项创新结合,构建了一个在极端低比特条件下仍能保持高性能的超分模型,兼顾模型压缩与推理效率。

Methodology

  • �� 设计RBD机制,通过学习参数动态调整比特贡献,优化前后向传播中的量化分布;
  • �� 构建QSA,从过参数化模型开始,逐步剪枝,结构逐步缩减,确保模型在资源限制下性能最大化;
  • �� 引入SFD,利用块级功能蒸馏,结合局部损失,提升训练稳定性,加快收敛;
  • �� 训练过程中采用多阶段策略,逐步缩减模型规模,同时优化量化参数和结构参数,确保模型在低比特下的性能。

Experiments

采用Urban100、Set5等公开数据集,比较不同比特(2、4bit)模型的PSNR、SSIM指标。基线包括原始SwinIR、QuantSR、DoReFa等。超参数调优通过交叉验证完成,消融研究验证RBD、QSA和SFD的贡献。模型在不同硬件模拟环境下测试推理速度和存储效率,确保实用性。

Results

QuantSR+在Urban100 x4任务中,2-bit模型PSNR达28.45dB,比2-bit SOTA Baseline提升0.29dB,超越传统量化方法。模型计算量减少87.9%,存储空间降低89.4%。在多架构验证中,表现出优异的泛化能力和鲁棒性。消融实验显示RBD对性能提升贡献最大,QSA推动结构优化,SFD加快训练收敛。

Applications

该技术适用于移动端、边缘设备等资源受限场景,支持实时高质量超分。可应用于视频增强、高清显示、监控系统等领域,显著降低硬件成本,提升用户体验。未来结合硬件友好型设计,将实现更广泛的工业应用。

Limitations & Outlook

当前方法在极端低比特(如1-bit)场景下仍存在性能瓶颈,模型的表达能力受到限制。训练过程复杂,参数调优较为敏感,需大量超参数调节。未来需优化训练策略,降低复杂度,提升极端压缩场景的适应性。

Plain Language Accessible to non-experts

想象你在厨房做饭,食材代表模型的参数。普通菜谱(高精度模型)用很多调料,味道丰富,但做起来很慢。低比特量化就像用少量调料,快但可能味道不够。为了让菜既快又好吃,厨师(研究者)设计了一套特别的调料配比(RBD),还调整菜谱结构(QSA),以及用特殊的厨艺技巧(SFD)确保味道稳定。这样,即使用少量调料,也能做出美味佳肴(高质量超分),而且做菜速度快、占用空间少。这就像用最聪明的方法,把复杂的菜谱变得简单又美味,适合在小厨房(资源有限设备)里快速做出大菜。

ELI14 Explained like you're 14

想象你在玩一款游戏,画面越高清越好,但电脑越慢。科学家们也遇到类似问题:让图片变得更清楚(超分),需要很多计算,太慢了。于是他们想办法用更少的“计算调料”来做这件事,就像用少油少盐做菜一样。可是,用少调料可能味道变差。这个研究就像发明了一套聪明的厨艺技巧(QuantSR+),让你用少量调料(低比特)也能做出美味的菜(高质量图片)。他们还设计了一个“调料调配器”(RBD),让调料用得更合理;一个“菜谱剪裁师”(QSA),逐步删减不重要的步骤;还有一个“味道守护者”(SFD),确保菜的味道稳定。结果发现,这样做出来的菜,不仅快,还比以前的更好吃,特别适合厨房空间有限、时间紧张的场景,比如手机或边缘设备。是不是很酷?未来还会有更厉害的厨艺技巧,让我们用更少的调料做出更美味的菜!

Abstract

Low-bit quantization is widely used to compress super-resolution (SR) models and reduce storage and computation costs for deployment on resource-limited devices. However, when SR models are pushed to ultra-low precision (2-4 bits), performance can drop sharply due to diminished representational capacity and the detail-sensitive nature of SR. To address these issues, we propose QuantSR+, a unified framework that improves quantization operators, network design, and training optimization, achieving better trade-offs between accuracy and efficiency than prior low-bit SR methods. QuantSR+ mainly relies on three technical contributions: (1) Redistribution-driven Bit Determination (RBD), which reshapes quantization distributions in both forward and backward passes to preserve representation fidelity; (2) Quantized Slimmable Architecture (QSA), which begins with an over-parameterized model and progressively prunes less critical blocks to meet efficiency budgets while pushing the accuracy performance; and (3) Slimming-guided Function-localized Distillation (SFD), which enforces block-aware feature alignment via a direct loss and a progressive, function-local training schedule to capture quantization effects better and speed up convergence. Extensive experiments show that QuantSR+ achieves state-of-the-art performance against both specialized quantized SR methods and generic quantization approaches. For SwinIR-S on Urban100 (x4), it improves PSNR by 0.29 dB over the 2-bit SOTA baseline. Meanwhile, it delivers strong efficiency gains at 2-bit, reducing operations by up to 87.9% and storage by 89.4%. QuantSR+ is effective for both convolutional and transformer-based SR models, indicating broad applicability.

cs.CV