



Advanced quantization technique that applies per-vector normalization and scalar quantization, adapting the quantization bounds individually for each vector. Achieves four-fold reduction in vector size while maintaining search accuracy with 26-37% overall memory footprint reduction.
Loading more......
Locally-Adaptive Vector Quantization (LVQ) is a sophisticated compression technique that adapts quantization parameters on a per-vector basis, providing superior compression while maintaining high search accuracy.
Unlike traditional quantization methods that apply uniform quantization bounds across all vectors, LVQ adapts the quantization bounds individually for each vector, resulting in better preservation of vector relationships and search quality.
LVQ achieves impressive compression metrics:
A typical 768-dimensional float32 vector:
LVQ is implemented in several vector database systems:
Benefits:
Costs:
LVQ represents an active area of research in vector database optimization, with ongoing work on: