paper-with-me

Papers

Same, Same But Different - Recovering Neural Network Quantization Error Through Weight Factorization

2019-02-05 · Eldad Meller, Alexander Finkelstein, Uri Almog, Mark Grobman

Quantization of neural networks has become common practice, driven by the need for efficient implementations of deep neural networks on embedded devices. In this paper, we exploit an oft-overlooked degree of freedom in most networks - for a given layer, individual output channels can be scaled by any factor provided that the corresponding weights of the next layer are inversely scaled. Therefore, a given network has many factorizations which change the weights of the network without changing its function. We present a conceptually simple and easy to implement method that uses this property and show that proper factorizations significantly decrease the degradation caused by quantization. We show improvement on a wide variety of networks and achieve state-of-the-art degradation results for MobileNets. While our focus is on quantization, this type of factorization is applicable to other domains such as network-pruning, neural nets regularization and network interpretability.

📄 PDF Abstract BibTeX arXiv:1902.01917

Code (1)

Adamdad/Samesame tf

Tasks

Network PruningQuantization

Similar Papers 제목 키워드 기반

PermuQuant: Lowering Per-Group Quantization Error by Reordering Channels for Diffusion Models

2026-05-10 · Yongsen Cheng, Kai Liu, Kaiwen Tao, Junxian Li 외 arxiv

Large-scale visual generative models have achieved remarkable performance. However, their high computational and memory costs make deployment challenging in resource-constrained scenarios, such as interactive application…

Design of Stochastic Quantizers for Privacy Preservation

2024-03-05 · Le Liu, Yu Kawano, Ming Cao

In this paper, we examine the role of stochastic quantizers for privacy preservation. We first employ a static stochastic quantizer and investigate its corresponding privacy-preserving properties. Specifically, we demons…

Privacy PreservingQuantization

BiSup: Bidirectional Quantization Error Suppression for Large Language Models

2024-05-24 · Minghui Zou, Ronghui Guo, Sai Zhang, Xiaowang Zhang 외

As the size and context length of Large Language Models (LLMs) grow, weight-activation quantization has emerged as a crucial technique for efficient deployment of LLMs. Compared to weight-only quantization, weight-activa…

parameter-efficient fine-tuningQuantization

Differentiable Fine-grained Quantization for Deep Neural Network Compression

2018-10-20 · NIPS Workshop CDNNRIA 2018 · Hsin-Pai Cheng, Yuanjun Huang, Xuyang Guo, Yifei HUANG 외

Neural networks have shown great performance in cognitive tasks. When deploying network models on mobile devices with limited resources, weight quantization has been widely adopted. Binary quantization obtains the highes…

Neural Network CompressionQuantization

SINQ: Sinkhorn-Normalized Quantization for Calibration-Free Low-Precision LLM Weights

2025-09-26 · Lorenz K. Müller, Philippe Bich, Jiawei Zhuang, Ahmet Çelik 외 arxiv

Post-training quantization has emerged as the most widely used strategy for deploying large language models at low precision. Still, current methods show perplexity degradation at bit-widths less than or equal to 4, part…