pith. machine review for the scientific record. sign in

arxiv: 1509.05195 · v1 · submitted 2015-09-17 · 💻 cs.CV

Recognition: unknown

Improved Residual Vector Quantization for High-dimensional Approximate Nearest Neighbor Search

Authors on Pith no claims yet
classification 💻 cs.CV
keywords quantizationvectorapproximatemethodnearestperformanceresidualsearch
0
0 comments X
read the original abstract

Quantization methods have been introduced to perform large scale approximate nearest search tasks. Residual Vector Quantization (RVQ) is one of the effective quantization methods. RVQ uses a multi-stage codebook learning scheme to lower the quantization error stage by stage. However, there are two major limitations for RVQ when applied to on high-dimensional approximate nearest neighbor search: 1. The performance gain diminishes quickly with added stages. 2. Encoding a vector with RVQ is actually NP-hard. In this paper, we propose an improved residual vector quantization (IRVQ) method, our IRVQ learns codebook with a hybrid method of subspace clustering and warm-started k-means on each stage to prevent performance gain from dropping, and uses a multi-path encoding scheme to encode a vector with lower distortion. Experimental results on the benchmark datasets show that our method gives substantially improves RVQ and delivers better performance compared to the state-of-the-art.

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 1 Pith paper

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

  1. The Faiss library

    cs.LG 2024-01 unverdicted novelty 3.0

    Faiss is a library offering indexing methods and primitives for efficient vector similarity search, a core need in vector databases for AI applications.