paper-with-me

Papers

DAQ: Channel-Wise Distribution-Aware Quantization for Deep Image Super-Resolution Networks

2020-12-21 · Cheeun Hong, Heewon Kim, Sungyong Baik, Junghun Oh, Kyoung Mu Lee

Quantizing deep convolutional neural networks for image super-resolution substantially reduces their computational costs. However, existing works either suffer from a severe performance drop in ultra-low precision of 4 or lower bit-widths, or require a heavy fine-tuning process to recover the performance. To our knowledge, this vulnerability to low precisions relies on two statistical observations of feature map values. First, distribution of feature map values varies significantly per channel and per input image. Second, feature maps have outliers that can dominate the quantization error. Based on these observations, we propose a novel distribution-aware quantization scheme (DAQ) which facilitates accurate training-free quantization in ultra-low precision. A simple function of DAQ determines dynamic range of feature maps and weights with low computational burden. Furthermore, our method enables mixed-precision quantization by calculating the relative sensitivity of each channel, without any training process involved. Nonetheless, quantization-aware training is also applicable for auxiliary performance gain. Our new method outperforms recent training-free and even training-based quantization methods to the state-of-the-art image super-resolution networks in ultra-low precision.

📄 PDF Abstract BibTeX arXiv:2012.11230

Code (2)

Cheeun/DAQ-pytorch 공식 구현 pytorch
mike9251/DAQ pytorch

Tasks

Image Super-ResolutionQuantizationSuper-Resolution

Similar Papers 제목 키워드 기반

Distribution-Aware Adaptive Multi-Bit Quantization

2021-06-19 · CVPR 2021 1 · Sijie Zhao, Tao Yue, Xuemei Hu

In this paper, we explore the compression of deep neural networks by quantizing the weights and activations into multi-bit binary networks (MBNs). A distribution-aware multi-bit quantization (DMBQ) method that incorp…

image-classificationImage ClassificationQuantization

DGQ: Distribution-Aware Group Quantization for Text-to-Image Diffusion Models

2025-01-08 · Hyogon Ryu, Nahyeon Park, Hyunjung Shim

Despite the widespread use of text-to-image diffusion models across various tasks, their computational and memory demands limit practical applications. To mitigate this issue, quantization of diffusion models has been ex…

Quantization

Distribution Adaptive INT8 Quantization for Training CNNs

2021-02-09 · Kang Zhao, Sida Huang, Pan Pan, Yinghan Li 외

Researches have demonstrated that low bit-width (e.g., INT8) quantization can be employed to accelerate the inference process. It makes the gradient quantization very promising since the backward propagation requires app…

image-classificationImage Classificationobject-detectionObject Detection+2

Overcoming Distribution Mismatch in Quantizing Image Super-Resolution Networks

2023-07-25 · Cheeun Hong, Kyoung Mu Lee

Although quantization has emerged as a promising approach to reducing computational complexity across various high-level vision tasks, it inevitably leads to accuracy loss in image super-resolution (SR) networks. This is…

Image ClassificationImage Super-ResolutionQuantizationSuper-Resolution

PackQViT: Faster Sub-8-bit Vision Transformers via Full and Packed Quantization on the Mobile

2023-09-21 · NeurIPS 2023 11

While Vision Transformers (ViTs) have undoubtedly made impressive strides in computer vision (CV), their intricate network structures necessitate substantial computation and memory resources. A decision-making process f…