paper-with-me

Papers

Hamming Sentence Embeddings for Information Retrieval

2019-08-15 · Felix Hamann, Nadja Kurz, Adrian Ulges

In retrieval applications, binary hashes are known to offer significant improvements in terms of both memory and speed. We investigate the compression of sentence embeddings using a neural encoder-decoder architecture, which is trained by minimizing reconstruction error. Instead of employing the original real-valued embeddings, we use latent representations in Hamming space produced by the encoder for similarity calculations. In quantitative experiments on several benchmarks for semantic similarity tasks, we show that our compressed hamming embeddings yield a comparable performance to uncompressed embeddings (Sent2Vec, InferSent, Glove-BoW), at compression ratios of up to 256:1. We further demonstrate that our model strongly decorrelates input features, and that the compressor generalizes well when pre-trained on Wikipedia sentences. We publish the source code on Github and all experimental results.

📄 PDF Abstract BibTeX arXiv:1908.05541

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderInformation RetrievalRetrievalSemantic SimilaritySemantic Textual SimilaritySentenceSentence Embeddings

Similar Papers 제목 키워드 기반

Learning Compressed Sentence Representations for On-Device Text Processing

2019-06-19 · ACL 2019 7 · Dinghan Shen, Pengyu Cheng, Dhanasekar Sundararaman, Xinyuan Zhang 외

Vector representations of sentences, trained on massive text corpora, are widely used as generic sentence embeddings across a variety of NLP problems. The learned representations are generally assumed to be continuous an…

RetrievalSentenceSentence Embeddings

Hashing with Mutual Information

2018-03-02 · Fatih Cakir, Kun He, Sarah Adel Bargal, Stan Sclaroff

Binary vector embeddings enable fast nearest neighbor retrieval in large databases of high-dimensional objects, and play an important role in many practical applications, such as image and video retrieval. We study the p…

Image RetrievalRetrievalVideo Retrieval

Hashing as Tie-Aware Learning to Rank

2017-05-23 · CVPR 2018 6 · Kun He, Fatih Cakir, Sarah Adel Bargal, Stan Sclaroff

Hashing, or learning binary embeddings of data, is frequently used in nearest neighbor retrieval. In this paper, we develop learning to rank formulations for hashing, aimed at directly optimizing ranking-based evaluation…

Image RetrievalLearning-To-RankRetrieval

Efficient Document Retrieval by End-to-End Refining and Quantizing BERT Embedding with Contrastive Product Quantization

2022-10-31 · Zexuan Qiu, Qinliang Su, Jianxing Yu, Shijing Si

Efficient document retrieval heavily relies on the technique of semantic hashing, which learns a binary code for every document and employs Hamming distance to evaluate document distances. However, existing semantic hash…

QuantizationRetrieval

Deep Cauchy Hashing for Hamming Space Retrieval

2018-06-01 · CVPR 2018 6 · Yue Cao, Mingsheng Long, Bin Liu, Jian-Min Wang

Due to its computation efficiency and retrieval quality, hashing has been widely applied to approximate nearest neighbor search for large-scale image retrieval, while deep hashing further improves the retrieval quality b…

Deep HashingImage RetrievalRepresentation LearningRetrieval