paper-with-me

Papers

Optimized Product Quantization for Approximate Nearest Neighbor Search

2013-06-01 · CVPR 2013 6 · Tiezheng Ge, Kaiming He, Qifa Ke, Jian Sun

Product quantization is an effective vector quantization approach to compactly encode high-dimensional vectors for fast approximate nearest neighbor (ANN) search. The essence of product quantization is to decompose the original high-dimensional space into the Cartesian product of a finite number of low-dimensional subspaces that are then quantized separately. Optimal space decomposition is important for the performance of ANN search, but still remains unaddressed. In this paper, we optimize product quantization by minimizing quantization distortions w.r.t. the space decomposition and the quantization codebooks. We present two novel methods for optimization: a nonparametric method that alternatively solves two smaller sub-problems, and a parametric method that is guaranteed to achieve the optimal solution if the input data follows some Gaussian distribution. We show by experiments that our optimized approach substantially improves the accuracy of product quantization for ANN search.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Transformed Residual Quantization for Approximate Nearest Neighbor Search

2015-12-22 · Jiangbo Yuan, Xiuwen Liu

The success of product quantization (PQ) for fast nearest neighbor search depends on the exponentially reduced complexities of both storage and computation with respect to the codebook size. Recent efforts have been focu…

Quantization

Locally Optimized Product Quantization for Approximate Nearest Neighbor Search

2014-06-01 · CVPR 2014 6 · Yannis Kalantidis, Yannis Avrithis

We present a simple vector quantizer that combines low distortion with fast search and apply it to approximate nearest neighbor (ANN) search in high dimensional spaces. Leveraging the very same data structure that is use…

Quantization

Improving Bilayer Product Quantization for Billion-Scale Approximate Nearest Neighbors in High Dimensions

2014-04-07 · Artem Babenko, Victor Lempitsky

The top-performing systems for billion-scale high-dimensional approximate nearest neighbor (ANN) search are all based on two-layer architectures that include an indexing structure and a compressed datapoints layer. An in…

Data CompressionQuantization

Optimized Cartesian $K$-Means

2014-05-16 · Jianfeng Wang, Jingdong Wang, Jingkuan Song, Xin-Shun Xu 외

Product quantization-based approaches are effective to encode high-dimensional data points for approximate nearest neighbor search. The space is decomposed into a Cartesian product of low-dimensional subspaces, each of w…

Quantization

Efficient Large-scale Approximate Nearest Neighbor Search on the GPU

2017-02-20 · CVPR 2016 6 · Patrick Wieschollek, Oliver Wang, Alexander Sorkine-Hornung, Hendrik P. A. Lensch

We present a new approach for efficient approximate nearest neighbor (ANN) search in high dimensional spaces, extending the idea of Product Quantization. We propose a two-level product and vector quantization tree that r…

CPUGPUQuantizationRe-Ranking