paper-with-me

Papers

Matching-oriented Product Quantization For Ad-hoc Retrieval

2021-04-16 · Shitao Xiao, Zheng Liu, Yingxia Shao, Defu Lian, Xing Xie

Product quantization (PQ) is a widely used technique for ad-hoc retrieval. Recent studies propose supervised PQ, where the embedding and quantization models can be jointly trained with supervised learning. However, there is a lack of appropriate formulation of the joint training objective; thus, the improvements over previous non-supervised baselines are limited in reality. In this work, we propose the Matching-oriented Product Quantization (MoPQ), where a novel objective Multinoulli Contrastive Loss (MCL) is formulated. With the minimization of MCL, we are able to maximize the matching probability of query and ground-truth key, which contributes to the optimal retrieval accuracy. Given that the exact computation of MCL is intractable due to the demand of vast contrastive samples, we further propose the Differentiable Cross-device Sampling (DCS), which significantly augments the contrastive samples for precise approximation of MCL. We conduct extensive experimental studies on four real-world datasets, whose results verify the effectiveness of MoPQ. The code is available at https://github.com/microsoft/MoPQ.

📄 PDF Abstract BibTeX arXiv:2104.07858

Code (2)

microsoft/mopq 공식 구현 pytorch
staoxiao/libvq pytorch

Tasks

QuantizationRetrieval

Similar Papers 제목 키워드 기반

Matching-oriented Embedding Quantization For Ad-hoc Retrieval

2021-11-01 · EMNLP 2021 11 · Shitao Xiao, Zheng Liu, Yingxia Shao, Defu Lian 외

Product quantization (PQ) is a widely used technique for ad-hoc retrieval. Recent studies propose supervised PQ, where the embedding and quantization models can be jointly trained with supervised learning. However, there…

QuantizationRetrieval

Jointly Optimizing Query Encoder and Product Quantization to Improve Retrieval Performance

2021-08-02 · Jingtao Zhan, Jiaxin Mao, Yiqun Liu, Jiafeng Guo 외

Recently, Information Retrieval community has witnessed fast-paced advances in Dense Retrieval (DR), which performs first-stage retrieval with embedding-based search. Despite the impressive ranking performance, previous …

CPUGPUInformation RetrievalQuantization+1

Product Quantization Network for Fast Image Retrieval

2018-09-01 · ECCV 2018 9 · Tan Yu, Junsong Yuan, Chen Fang, Hailin Jin

Product quantization has been widely used in fast image retrieval due to its effectiveness of coding high-dimensional visual features. By extending the hard assignment to soft assignment, we make it feasible to incorpora…

Image RetrievalQuantizationRetrievalTriplet

HiHPQ: Hierarchical Hyperbolic Product Quantization for Unsupervised Image Retrieval

2024-01-14 · Zexuan Qiu, Jiahong Liu, Yankai Chen, Irwin King

Existing unsupervised deep product quantization methods primarily aim for the increased similarity between different views of the identical image, whereas the delicate multi-level semantic similarities preserved between …

Contrastive LearningImage RetrievalQuantizationRetrieval+2

Adversarial Attack on Deep Product Quantization Network for Image Retrieval

2020-02-26 · Yan Feng, Bin Chen, Tao Dai, Shu-Tao Xia

Deep product quantization network (DPQN) has recently received much attention in fast image retrieval tasks due to its efficiency of encoding high-dimensional visual features especially when dealing with large-scale data…

Adversarial AttackImage RetrievalQuantizationRetrieval