The reviewed record of science sign in
Pith

arxiv: 2401.14732 · v2 · pith:CCOSXCG6 · submitted 2024-01-26 · cs.LG

Residual Quantization with Implicit Neural Codebooks

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:CCOSXCG6record.jsonopen to challenge →

classification cs.LG
keywords quantizationvectorcodebooksqincostepaccuracycodewordsdatasets
0
0 comments X
read the original abstract

Vector quantization is a fundamental operation for data compression and vector search. To obtain high accuracy, multi-codebook methods represent each vector using codewords across several codebooks. Residual quantization (RQ) is one such method, which iteratively quantizes the error of the previous step. While the error distribution is dependent on previously-selected codewords, this dependency is not accounted for in conventional RQ as it uses a fixed codebook per quantization step. In this paper, we propose QINCo, a neural RQ variant that constructs specialized codebooks per step that depend on the approximation of the vector from previous steps. Experiments show that QINCo outperforms state-of-the-art methods by a large margin on several datasets and code sizes. For example, QINCo achieves better nearest-neighbor search accuracy using 12-byte codes than the state-of-the-art UNQ using 16 bytes on the BigANN1M and Deep1M datasets.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. HERMES: A Multi-Granularity Labeling Substrate for Pre-training Data Mixtures

    cs.LG 2026-07 unverdicted novelty 7.0

    HERMES provides a reusable hierarchical labeling substrate for pre-training data that reveals granularity-specific effects in data mixing rules during model training.

  2. Multi-Bitwidth Quantization for LLMs Using Additive Codebooks

    cs.LG 2026-06 unverdicted novelty 5.0

    Drop-by-Drop uses additive codebooks and Matryoshka-style training to produce one LLM model whose ordered codebook subsets give accurate reconstructions at successively higher bitwidths under a weighted MSE distortion.

  3. EVA: Accelerating LLM Decoding via an Efficient Vector Quantization Architecture

    cs.AR 2026-05 unverdicted novelty 5.0

    EVA is a vector-quantization hardware architecture that transforms LLM decoding from GEMV to GEMM via direct codebook dot products and conflict-free output buffering, claiming up to 11.17x speedup over prior lookup designs.