paper-with-me

Papers

$\text{Log}_\text{b}$Quant: Quantizing Language Models in Logarithmic Space

2026-07-01 · Jeremias Bohn, Tizian Dippold, Mahdi Koubaa, Elias R. Wahl, Georg Groh arxiv

Quantization has become an invaluable tool to reduce memory requirements and inference speed of modern language models, in particular to make them available for consumer setups and edge devices. While previous work has primarily focused on uniform quantization codebooks, such approaches are prone to suboptimal representations due to low-frequency high-magnitude weights. We introduce Log$_\text{b}$Quant, a novel logarithmic quantization approach with adjustable bases, to adapt to common parameter distributions. We show that our method exhibits superior performance at 4-bit precision on several performance benchmarks compared to asymmetric linear quantization at tensor-wise granularity, while achieving moderate speedup and high memory savings, making it suitable for private use on consumer-grade GPUs.

📄 PDF Abstract BibTeX arXiv:2607.01127

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DGQ: Distribution-Aware Group Quantization for Text-to-Image Diffusion Models

2025-01-08 · Hyogon Ryu, Nahyeon Park, Hyunjung Shim

Despite the widespread use of text-to-image diffusion models across various tasks, their computational and memory demands limit practical applications. To mitigate this issue, quantization of diffusion models has been ex…

Quantization

TempoGPT: Enhancing Temporal Reasoning via Quantizing Embedding

2025-01-13 · Haochuan Zhang, Chunhua Yang, Jie Han, Liyang Qin 외

Multi-modal language model has made advanced progress in vision and audio, but still faces significant challenges in dealing with complex reasoning tasks in the time series domain. The reasons are twofold. First, labels …

Language ModelingLanguage ModellingTime Series

WKVQuant: Quantizing Weight and Key/Value Cache for Large Language Models Gains More

2024-02-19 · Yuxuan Yue, Zhihang Yuan, Haojie Duanmu, Sifan Zhou 외

Large Language Models (LLMs) face significant deployment challenges due to their substantial memory requirements and the computational demands of auto-regressive text generation process. This paper addresses these challe…

QuantizationText Generation

Quantum algorithms for group convolution, cross-correlation, and equivariant transformations

2021-09-23 · Grecia Castelazo, Quynh T. Nguyen, Giacomo De Palma, Dirk Englund 외

Group convolutions and cross-correlations, which are equivariant to the actions of group elements, are commonly used in mathematics to analyze or take advantage of symmetries inherent in a given problem setting. Here, we…

RPTQ: Reorder-based Post-training Quantization for Large Language Models

2023-04-03 · Zhihang Yuan, Lin Niu, Jiawei Liu, Wenyu Liu 외

Large-scale language models (LLMs) have demonstrated impressive performance, but their deployment presents challenges due to their significant memory usage. This issue can be alleviated through quantization. In this pape…

Quantization