paper-with-me

홈 › Papers

Instance-Aware Dynamic Neural Network Quantization

2022-01-01 · CVPR 2022 1 · Zhenhua Liu, Yunhe Wang, Kai Han, Siwei Ma, Wen Gao

Quantization is an effective way to reduce the memory and computational costs of deep neural networks in which the full-precision weights and activations are represented using low-bit values. The bit-width for each layer in most of existing quantization methods is static, i.e., the same for all samples in the given dataset. However, natural images are of huge diversity with abundant content and using such a universal quantization configuration for all samples is not an optimal strategy. In this paper, we present to conduct the low-bit quantization for each image individually, and develop a dynamic quantization scheme for exploring their optimal bit-widths. To this end, a lightweight bit-controller is established and trained jointly with the given neural network to be quantized. During inference, the quantization configuration for an arbitrary image will be determined by the bit-widths generated by the controller, e.g., an image with simple texture will be allocated with lower bits and computational complexity and vice versa. Experimental results conducted on benchmarks demonstrate the effectiveness of the proposed dynamic quantization method for achieving state-of-art performance in terms of accuracy and computational complexity. The code will be available at https://github.com/huawei-noah/Efficient-Computing and https://gitee.com/mindspore/models/tree/master/research/cv/DynamicQuant.

📄 PDF Abstract BibTeX

Code (4)

huawei-noah/Efficient-Computing 공식 구현 pytorch
0jason000/DynamicQuant mindspore
code-implementation1/Code1/tree/main/DynamicQuant mindspore
xiuyu0000/new_papers_codes/tree/main/DynamicQuant mindspore

Tasks

Quantization

Similar Papers 제목 키워드 기반

Instance-Aware Group Quantization for Vision Transformers

2024-04-01 · CVPR 2024 1 · Jaehyeon Moon, Dohyung Kim, Junyong Cheon, Bumsub Ham

Post-training quantization (PTQ) is an efficient model compression technique that quantizes a pretrained full-precision model using only a small calibration set of unlabeled samples without retraining. PTQ methods for co…

image-classificationImage ClassificationInstance SegmentationModel Compression+4

Toward Accurate Post-Training Quantization for Image Super Resolution

2023-01-01 · CVPR 2023 1 · Zhijun Tu, Jie Hu, Hanting Chen, Yunhe Wang

Model quantization is a crucial step for deploying super resolution (SR) networks on mobile devices. However, existing works focus on quantization-aware training, which requires complete dataset and expensive computa…

Image Super-ResolutionQuantizationSuper-Resolution

INSTA-BNN: Binary Neural Network with INSTAnce-aware Threshold

2022-04-15 · ICCV 2023 1 · Changhun Lee, HyungJun Kim, Eunhyeok Park, Jae-Joon Kim

Binary Neural Networks (BNNs) have emerged as a promising solution for reducing the memory footprint and compute costs of deep neural networks, but they suffer from quality degradation due to the lack of freedom as activ…

Quantization

ScalePredictor: Instance-aware Scale Learning for Accurate Quantization of Vision Transformers

2026-06-20 · Changjun Li, Runqing Jiang, Lian Xu, Ye Zhang 외 arxiv

Vision Transformers have achieved remarkable success in many fields, yet their deployment on edge devices remains challenging due to their substantial computational demands. Post-Training Quantization (PTQ) offers an att…

DQT: Dynamic Quantization Training via Dequantization-Free Nested Integer Arithmetic

2025-08-07 · Hazem Hesham Yousef Shalby, Fabrizio Pittorino, Francesca Palermo, Diana Trojaniello 외 arxiv

The deployment of deep neural networks on resource-constrained devices relies on quantization. While static, uniform quantization applies a fixed bit-width to all inputs, it fails to adapt to their varying complexity. Dy…