paper-with-me

Papers

Matching-oriented Embedding Quantization For Ad-hoc Retrieval

2021-11-01 · EMNLP 2021 11 · 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

Code (1)

microsoft/mopq 공식 구현 pytorch

Tasks

QuantizationRetrieval

Similar Papers 제목 키워드 기반

Matching-oriented Product Quantization For Ad-hoc Retrieval

2021-04-16 · 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

Distill-VQ: Learning Retrieval Oriented Vector Quantization By Distilling Knowledge from Dense Embeddings

2022-04-01 · Shitao Xiao, Zheng Liu, Weihao Han, Jianjin Zhang 외

Vector quantization (VQ) based ANN indexes, such as Inverted File System (IVF) and Product Quantization (PQ), have been widely applied to embedding based document retrieval thanks to the competitive time and memory effic…

Contrastive LearningKnowledge DistillationQuantizationRetrieval

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

Semi-Structured Query Grounding for Document-Oriented Databases with Deep Retrieval and Its Application to Receipt and POI Matching

2022-02-23 · Geewook Kim, Wonseok Hwang, Minjoon Seo, Seunghyun Park

Semi-structured query systems for document-oriented databases have many real applications. One particular application that we are interested in is matching each financial receipt image with its corresponding place of int…

Optical Character RecognitionOptical Character Recognition (OCR)Retrieval

ObjEmbed: Towards Universal Multimodal Object Embeddings

2026-02-02 · Shenghao Fu, Yukun Su, Fengyun Rao, Jing Lyu 외 arxiv

Aligning objects with corresponding textual descriptions is a fundamental challenge and a realistic requirement in vision-language understanding. While recent multimodal embedding models excel at global image-text alignm…

Semantic SimilarityVisual GroundingImage Retrieval