paper-with-me

Papers

QArtSR: Quantization via Reverse-Module and Timestep-Retraining in One-Step Diffusion based Image Super-Resolution

2025-03-07 · Libo Zhu, Haotong Qin, Kaicheng Yang, Wenbo Li, Yong Guo, Yulun Zhang, Susanto Rahardja, Xiaokang Yang

One-step diffusion-based image super-resolution (OSDSR) models are showing increasingly superior performance nowadays. However, although their denoising steps are reduced to one and they can be quantized to 8-bit to reduce the costs further, there is still significant potential for OSDSR to quantize to lower bits. To explore more possibilities of quantized OSDSR, we propose an efficient method, Quantization via reverse-module and timestep-retraining for OSDSR, named QArtSR. Firstly, we investigate the influence of timestep value on the performance of quantized models. Then, we propose Timestep Retraining Quantization (TRQ) and Reversed Per-module Quantization (RPQ) strategies to calibrate the quantized model. Meanwhile, we adopt the module and image losses to update all quantized modules. We only update the parameters in quantization finetuning components, excluding the original weights. To ensure that all modules are fully finetuned, we add extended end-to-end training after per-module stage. Our 4-bit and 2-bit quantization experimental results indicate that QArtSR obtains superior effects against the recent leading comparison methods. The performance of 4-bit QArtSR is close to the full-precision one. Our code will be released at https://github.com/libozhu03/QArtSR.

📄 PDF Abstract BibTeX arXiv:2503.05584

Code (1)

libozhu03/qartsr 공식 구현

Tasks

DenoisingImage Super-ResolutionQuantizationSuper-Resolution

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

TCAQ-DM: Timestep-Channel Adaptive Quantization for Diffusion Models

2024-12-21 · Haocheng Huang, Jiaxin Chen, Jinyang Guo, Ruiyi Zhan 외

Diffusion models have achieved remarkable success in the image and video generation tasks. Nevertheless, they often require a large amount of memory and time overhead during inference, due to the complex network architec…

QuantizationVideo Generation

Learning Late, Guiding Early: Timestep-Decoupled Semantic Guidance for Fair Face Generation

2026-08-26 · Subir Kumar Parida, Rajbabu Velmurugan, Ketan Kotwal, R. S. Sengar 외 arxiv

Demographic imbalance in synthetic face generation can propagate to downstream face recognition systems, making fairness an important consideration when diffusion models are used for data generation. Existing fairness-aw…

Face Recognition

Post-Training Quantization for Diffusion Transformer via Hierarchical Timestep Grouping

2025-03-10 · Ning Ding, Jing Han, Yuchuan Tian, Chao Xu 외

Diffusion Transformer (DiT) has now become the preferred choice for building image generation models due to its great generation capability. Unlike previous convolution-based UNet models, DiT is purely composed of a stac…

DenoisingImage GenerationQuantization

Towards Accurate Post-training Quantization for Diffusion Models

2023-05-30 · CVPR 2024 1 · Changyuan Wang, Ziwei Wang, Xiuwei Xu, Yansong Tang 외

In this paper, we propose an accurate data-free post-training quantization framework of diffusion models (ADP-DM) for efficient image generation. Conventional data-free quantization methods learn shared quantization func…

Data Free QuantizationImage GenerationQuantization

SlimDiff: Training-Free, Activation-Guided Hands-free Slimming of Diffusion Models

2025-09-25 · Arani Roy, Shristi Das Biswas, Kaushik Roy arxiv

Diffusion models (DMs), lauded for their generative performance, are computationally prohibitive due to their billion-scale parameters and iterative denoising dynamics. Existing efficiency techniques, such as quantizatio…