LGCVJul 5, 2024

ISQuant: apply squant to the real deployment

arXiv:2407.11037v1h-index: 1Has Code
Originality Incremental advance
AI Analysis

This work addresses deployment challenges for practitioners using quantized deep neural networks, though it appears incremental as it builds on prior SQuant techniques.

The paper tackles the gap between fake quantization research and real-world deployment by proposing ISQuant, a method for deploying 8-bit models that is fast, easy to use, and requires fewer parameters and less computation, with experimental results showing acceptable performance.

The model quantization technique of deep neural networks has garnered significant attention and has proven to be highly useful in compressing model size, reducing computation costs, and accelerating inference. Many researchers employ fake quantization for analyzing or training the quantization process. However, fake quantization is not the final form for deployment, and there exists a gap between the academic setting and real-world deployment. Additionally, the inclusion of additional computation with scale and zero-point makes deployment a challenging task. In this study, we first analyze why the combination of quantization and dequantization is used to train the model and draw the conclusion that fake quantization research is reasonable due to the disappearance of weight gradients and the ability to approximate between fake and real quantization. Secondly, we propose ISQuant as a solution for deploying 8-bit models. ISQuant is fast and easy to use for most 8-bit models, requiring fewer parameters and less computation. ISQuant also inherits the advantages of SQuant, such as not requiring training data and being very fast at the first level of quantization. Finally We conduct some experiments and found the results is acceptable.our code is available at https://github.com/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes