paper-with-me

Papers

Leech Lattice Vector Quantization for Efficient LLM Compression

2026-03-11 · Tycho F. A. van der Ouderaa, Mart van Baalen, Paul Whatmough, Markus Nagel arxiv

Scalar quantization of large language models (LLMs) is fundamentally limited by information-theoretic bounds. While vector quantization (VQ) overcomes these limits by encoding blocks of parameters jointly, practical implementations must avoid the need for expensive lookup mechanisms or other explicit codebook storage. Lattice approaches address this through highly structured and dense packing. This paper explores the Leech lattice, which, with its optimal sphere packing and kissing configurations at 24 dimensions, is the highest dimensional lattice known with such optimal properties. To make the Leech lattice usable for LLM quantization, we extend an existing search algorithm based on the extended Golay code construction, to i) support indexing, enabling conversion to and from bitstrings without materializing the codebook, ii) allow angular search over union of Leech lattice shells, iii) propose fully-parallelisable dequantization kernel. Lastly, we provide a geometric reinterpretation of combining shape--gain quantization with GPTQ-style Hessian corrections: the standard scale-correction step of shape--gain acts as a retraction onto a product of spheres, yielding a Spherical GPTQ primarily acting on directions. We find that low-angular-distortion LLVQ reduces sensitivity to Hadamard/rotation preprocessing, and enables a strong Hadamard-free PTQ in practice. LLVQ delivers state-of-the-art LLM quantization performance, outperforming recent methods such as Quip\#, QTIP, and PVQ. The results highlight the effectiveness of high-dimensional lattices for scalable, theoretically grounded model compression.

📄 PDF Abstract BibTeX arXiv:2603.11021

Code (0)

등록된 구현이 없습니다.

Tasks

Model Compression

Similar Papers 제목 키워드 기반

Spherical Leech Quantization for Visual Tokenization and Generation

2025-12-16 · Yue Zhao, Hanwen Jiang, Zhenlin Xu, Chutong Yang 외 arxiv

Non-parametric quantization has received much attention due to its efficiency on parameters and scalability to a large codebook. In this paper, we present a unified formulation of different non-parametric quantization me…

Image Generation

Learning Optimal Lattice Vector Quantizers for End-to-end Neural Image Compression

2024-11-25 · Xi Zhang, Xiaolin Wu

It is customary to deploy uniform scalar quantization in the end-to-end optimized Neural image compression methods, instead of more powerful vector quantization, due to the high complexity of the latter. Lattice vector q…

Computational EfficiencyImage CompressionQuantization

Improving 3D Gaussian Splatting Compression by Scene-Adaptive Lattice Vector Quantization

2025-09-16 · Hao Xu, Xiaolin Wu, Xi Zhang arxiv

3D Gaussian Splatting (3DGS) is rapidly gaining popularity for its photorealistic rendering quality and real-time performance, but it generates massive amounts of data. Hence compressing 3DGS data is necessary for the co…

Universal Deep Neural Network Compression

2018-02-07 · NIPS Workshop CDNNRIA 2018 · Yoojin Choi, Mostafa El-Khamy, Jungwon Lee

In this paper, we investigate lossy compression of deep neural networks (DNNs) by weight quantization and lossless source coding for memory-efficient deployment. Whereas the previous work addressed non-universal scalar q…

Neural Network CompressionQuantization

Approaching Rate-Distortion Limits in Neural Compression with Lattice Transform Coding

2024-03-12 · Eric Lei, Hamed Hassani, Shirin Saeedi Bidokhti

Neural compression has brought tremendous progress in designing lossy compressors with good rate-distortion (RD) performance at low complexity. Thus far, neural compression design involves transforming the source to a la…

Quantization