paper-with-me

Papers

Composite Quantization

2017-12-04 · Jingdong Wang, Ting Zhang

This paper studies the compact coding approach to approximate nearest neighbor search. We introduce a composite quantization framework. It uses the composition of several ($M$) elements, each of which is selected from a different dictionary, to accurately approximate a $D$-dimensional vector, thus yielding accurate search, and represents the data vector by a short code composed of the indices of the selected elements in the corresponding dictionaries. Our key contribution lies in introducing a near-orthogonality constraint, which makes the search efficiency is guaranteed as the cost of the distance computation is reduced to $O(M)$ from $O(D)$ through a distance table lookup scheme. The resulting approach is called near-orthogonal composite quantization. We theoretically justify the equivalence between near-orthogonal composite quantization and minimizing an upper bound of a function formed by jointly considering the quantization error and the search cost according to a generalized triangle inequality. We empirically show the efficacy of the proposed approach over several benchmark datasets. In addition, we demonstrate the superior performances in other three applications: combination with inverted multi-index, quantizing the query for mobile search, and inner-product similarity search.

📄 PDF Abstract BibTeX arXiv:1712.00955

Code (1)

una-dinosauria/Rayuela.jl

Tasks

Quantization

Similar Papers 제목 키워드 기반

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

Composite Code Sparse Autoencoders for first stage retrieval

2022-04-14 · Carlos Lassance, Thibault Formal, Stephane Clinchant

We propose a Composite Code Sparse Autoencoder (CCSA) approach for Approximate Nearest Neighbor (ANN) search of document representations based on Siamese-BERT models. In Information Retrieval (IR), the ranking pipeline i…

Image RetrievalInformation RetrievalQuantizationRetrieval

Interleaved Composite Quantization for High-Dimensional Similarity Search

2019-12-18 · Soroosh Khoram, Stephen J. Wright, Jing Li

Similarity search retrieves the nearest neighbors of a query vector from a dataset of high-dimensional vectors. As the size of the dataset grows, the cost of performing the distance computations needed to implement a que…

QuantizationVocal Bursts Intensity Prediction

Composite Correlation Quantization for Efficient Multimodal Retrieval

2016-05-22 · Long Mingsheng, Cao Yue, Wang Jianmin, Yu Philip S.

Efficient similarity retrieval from large-scale multimodal database is pervasive in modern search engines and social networks. To support queries across content modalities, the system should enable cross-modal correlatio…

Cross-Modal RetrievalQuantizationRetrieval

Ω-QVLA: Robust Quantization for Vision-Language-Action Models via Composite Rotation and Per-step Scaling

2026-05-27 · Xinyu Wang, Mingze Li, Sicheng Lyu, Dongxiu Liu 외 arxiv

Vision-Language-Action (VLA) models unify perception, reasoning, and control within a single policy, yet their multi-billion-parameter backbones and diffusion-based action heads make on-device deployment prohibitively ex…