paper-with-me

Papers

Differentiable, Bit-shifting, and Scalable Quantization without training neural network from scratch

2025-10-18 · Zia Badar arxiv

Quantization of neural networks provides benefits of inference in less compute and memory requirements. Previous work in quantization lack two important aspects which this work provides. First almost all previous work in quantization used a non-differentiable approach and for learning; the derivative is usually set manually in backpropogation which make the learning ability of algorithm questionable, our approach is not just differentiable, we also provide proof of convergence of our approach to the optimal neural network. Second previous work in shift/logrithmic quantization either have avoided activation quantization along with weight quantization or achieved less accuracy. Learning logrithmic quantize values of form $2^n$ requires the quantization function can scale to more than 1 bit quantization which is another benifit of our quantization that it provides $n$ bits quantization as well. Our approach when tested with image classification task using imagenet dataset, resnet18 and weight quantization only achieves less than 1 percent accuracy compared to full precision accuracy while taking only 15 epochs to train using shift bit quantization and achieves comparable to SOTA approaches accuracy in both weight and activation quantization using shift bit quantization in 15 training epochs with slightly higher(only higher cpu instructions) inference cost compared to 1 bit quantization(without logrithmic quantization) and not requiring any higher precision multiplication.

📄 PDF Abstract BibTeX arXiv:2510.16088

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

LC-QAT: Data-Efficient 2-Bit QAT for LLMs via Linear-Constrained Vector Quantization

2026-06-09 · Haoyu Wang, Xingyu Yu, Haiyan Zhao, Fengxiang Wang 외 arxiv

Quantization-aware training (QAT) is essential for extremely low-bit large language models (LLMs). Current QAT methods are mainly based on scalar quantization (SQ), which enables efficient optimization but suffers from s…

Differentiable Model Compression via Pseudo Quantization Noise

2021-04-20 · Alexandre Défossez, Yossi Adi, Gabriel Synnaeve

We propose DiffQ a differentiable method for model compression for quantizing model parameters without gradient approximations (e.g., Straight Through Estimator). We suggest adding independent pseudo quantization noise t…

Audio Source Separationimage-classificationImage ClassificationLanguage Modeling+4

Outlier Suppression+: Accurate quantization of large language models by equivalent and optimal shifting and scaling

2023-04-18 · Xiuying Wei, Yunchen Zhang, Yuhang Li, Xiangguo Zhang 외

Post-training quantization~(PTQ) of transformer language models faces significant challenges due to the existence of detrimental outliers in activations. We observe that these outliers are concentrated in specific channe…

Quantization

Q-ViT: Fully Differentiable Quantization for Vision Transformer

2022-01-19 · Zhexin Li, Tong Yang, Peisong Wang, Jian Cheng

In this paper, we propose a fully differentiable quantization method for vision transformer (ViT) named as Q-ViT, in which both of the quantization scales and bit-widths are learnable parameters. Specifically, based on o…

Quantization

Universally Quantized Neural Compression

2020-06-17 · NeurIPS 2020 12 · Eirikur Agustsson, Lucas Theis

A popular approach to learning encoders for lossy compression is to use additive uniform noise during training as a differentiable approximation to test-time quantization. We demonstrate that a uniform noise channel can …

Quantization