Quantization Beyond Uniform Bit Allocation

πŸ“… 2026-08-19
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
η ”η©Άι€šθΏ‡ιžε‡εŒ€δ½εˆ†ι…ζ–Ήζ‘ˆζ”ΉθΏ›ε΅Œε…₯ι‡εŒ–θ΄¨ι‡οΌŒζε‡ΊδΈ€η§ε―ε˜δ½εˆ†ι…ζ‘†ζžΆοΌŒεΉΆεœ¨δ½Žζ―”η‰ΉηŽ‡δΈ‹ζ˜Ύθ‘—ζι«˜ε¬ε›žηŽ‡γ€‚
πŸ“ Abstract
Quantization is a fundamental technique to handle the growing sizes of embeddings generated by modern models. Existing quantization schemes are largely embedding agnostic and allocate bits uniformly across dimensions. However, recent models produce embeddings with significant geometric structure. In this work, we investigate whether a variable bit allocation scheme can improve quantization quality under a fixed memory budget. We propose a simple variable bit allocation framework that partitions an embedding into contiguous buckets and allocates storage non-uniformly across them. Using a greedy allocation strategy, we instantiate this framework for both Product Quantization (PQ) and Scalar Quantization (SQ). We perform a series of experiments on embeddings known to have the Matryoshka property (MRL), and consistently observe that non-uniform allocations outperform uniform baselines at identical storage budgets. The largest improvements occur in the low-bit regime, where uniform allocation is particularly inefficient for MRL embeddings. At the same compression rates, variable allocation improves recall by up to 8\% for PQ and up to 18\% for SQ. Our results suggest a new direction for structure-aware compression and indexing techniques for large-scale retrieval systems.
Problem

Research questions and friction points this paper is trying to address.

Quantization
Variable Bit Allocation
Embedding Geometry
Memory Budget
Compression Quality
Innovation

Methods, ideas, or system contributions that make the work stand out.

Variable Bit Allocation
Non-Uniform Storage
Embedding Quantization
Matryoshka Property
πŸ”Ž Similar Papers