paper-with-me

Papers

Distance Encoded Product Quantization

2014-06-01 · CVPR 2014 6 · Jae-Pil Heo, Zhe Lin, Sung-Eui Yoon

Many binary code embedding techniques have been proposed for large-scale approximate nearest neighbor search in computer vision. Recently, product quantization that encodes the cluster index in each subspace has been shown to provide impressive accuracy for nearest neighbor search. In this paper, we explore a simple question: is it best to use all the bit budget for encoding a cluster index in each subspace? We have found that as data points are located farther away from the centers of their clusters, the error of estimated distances among those points becomes larger. To address this issue, we propose a novel encoding scheme that distributes the available bit budget to encoding both the cluster index and the quantized distance between a point and its cluster center. We also propose two different distance metrics tailored to our encoding scheme. We have tested our method against the-state-of-the-art techniques on several well-known benchmarks, and found that our method consistently improves the accuracy over other tested methods. This result is achieved mainly because our method accurately estimates distances between two data points with the new binary codes and distance metric.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Bolt: Accelerated Data Mining with Fast Vector Compression

2017-06-30 · Davis W. Blalock, John V. Guttag

Vectors of data are at the heart of machine learning and data mining. Recently, vector quantization methods have shown great promise in reducing both the time and space costs of operating on vectors. We introduce a vecto…

Quantization

Sparse Composite Quantization

2015-06-01 · CVPR 2015 6 · Ting Zhang, Guo-Jun Qi, Jinhui Tang, Jingdong Wang

The quantization techniques have shown competitive performance in approximate nearest neighbor search. The state-of-the-art algorithm, composite quantization, takes advantage of the compositionabity, i.e., the vector app…

QuantizationRetrieval

Local Orthogonal Decomposition for Maximum Inner Product Search

2019-03-25 · Xiang Wu, Ruiqi Guo, Sanjiv Kumar, David Simcha

Inverted file and asymmetric distance computation (IVFADC) have been successfully applied to approximate nearest neighbor search and subsequently maximum inner product search. In such a framework, vector quantization is …

Quantization

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

PQTable: Fast Exact Asymmetric Distance Neighbor Search for Product Quantization Using Hash Tables

2015-12-01 · ICCV 2015 12 · Yusuke Matsui, Toshihiko Yamasaki, Kiyoharu Aizawa

We propose the product quantization table (PQTable), a product quantization-based hash table that is fast and requires neither parameter tuning nor training steps. The PQTable produces exactly the same results as a linea…

Quantization