paper-with-me

홈 › Papers

Automated Log-Scale Quantization for Low-Cost Deep Neural Networks

2021-06-19 · CVPR 2021 1 · Sangyun Oh, Hyeonuk Sim, Sugil Lee, Jongeun Lee

Quantization plays an important role in deep neural network (DNN) hardware. In particular, logarithmic quantization has multiple advantages for DNN hardware implementations, and its weakness in terms of lower performance at high precision compared with linear quantization has been recently remedied by what we call selective two-word logarithmic quantization (STLQ). However, there is a lack of training methods designed for STLQ or even logarithmic quantization in general. In this paper we propose a novel STLQ-aware training method, which significantly outperforms the previous state-of-the-art training method for STLQ. Moreover, our training results demonstrate that with our new training method, STLQ applied to weight parameters of ResNet-18 can achieve the same level of performance as state-of-the-art quantization method, APoT, at 3-bit precision. We also apply our method to various DNNs in image enhancement and semantic segmentation, showing competitive results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image EnhancementQuantizationSemantic Segmentation

Similar Papers 제목 키워드 기반

ScaleBITS: Scalable Bitwidth Search for Hardware-Aligned Mixed-Precision LLMs

2026-02-06 · Xinlin Li, Timothy Chou, Josh Fromm, Zichang Liu 외 arxiv

Post-training weight quantization is crucial for reducing the memory and inference cost of large language models (LLMs), yet pushing the average precision below 4 bits remains challenging due to highly non-uniform weight…

Automated Model Compression by Jointly Applied Pruning and Quantization

2020-11-12 · Wenting Tang, Xingxing Wei, Bo Li

In the traditional deep compression framework, iteratively performing network pruning and quantization can reduce the model size and computation cost to meet the deployment requirements. However, such a step-wise applica…

AutoMLModel CompressionNetwork Pruningobject-detection+2

Sparse Composite Quantization

2015-06-01 · CVPR 2015 6 · Ting Zhang, Guo-Jun Qi, Jinhui Tang, Jingdong Wang

The quantization techniques have shown competitive performance in approximate nearest neighbor search. The state-of-the-art algorithm, composite quantization, takes advantage of the compositionabity, i.e., the vector app…

QuantizationRetrieval

Integer Scale: A Free Lunch for Faster Fine-grained Quantization of LLMs

2024-05-23 · Qingyuan Li, Ran Meng, Yiduo Li, Bo Zhang 외

We introduce Integer Scale, a novel post-training quantization scheme for large language models that effectively resolves the inference bottleneck in current fine-grained quantization approaches while maintaining similar…

Quantization

Weighted-Entropy-Based Quantization for Deep Neural Networks

2017-07-01 · CVPR 2017 7 · Eunhyeok Park, Junwhan Ahn, Sungjoo Yoo

Quantization is considered as one of the most effective methods to optimize the inference cost of neural network models for their deployment to mobile and embedded systems, which have tight resource constraints. In such …

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+3