paper-with-me

Papers

Binary Code based Hash Embedding for Web-scale Applications

2021-08-24 · Bencheng Yan, Pengjie Wang, Jinquan Liu, Wei Lin, Kuang-Chih Lee, Jian Xu, Bo Zheng

Nowadays, deep learning models are widely adopted in web-scale applications such as recommender systems, and online advertising. In these applications, embedding learning of categorical features is crucial to the success of deep learning models. In these models, a standard method is that each categorical feature value is assigned a unique embedding vector which can be learned and optimized. Although this method can well capture the characteristics of the categorical features and promise good performance, it can incur a huge memory cost to store the embedding table, especially for those web-scale applications. Such a huge memory cost significantly holds back the effectiveness and usability of EDRMs. In this paper, we propose a binary code based hash embedding method which allows the size of the embedding table to be reduced in arbitrary scale without compromising too much performance. Experimental evaluation results show that one can still achieve 99\% performance even if the embedding table size is reduced 1000$\times$ smaller than the original one with our proposed method.

📄 PDF Abstract BibTeX arXiv:2109.02471

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Binary Speaker Embedding

2015-10-20 · Lantian Li, Dong Wang, Chao Xing, Kaimin Yu 외

The popular i-vector model represents speakers as low-dimensional continuous vectors (i-vectors), and hence it is a way of continuous speaker embedding. In this paper, we investigate binary speaker embedding, which trans…

BinarizationSpeaker Verification

Supervised Hashing Using Graph Cuts and Boosted Decision Trees

2014-08-24 · Guosheng Lin, Chunhua Shen, Anton Van Den Hengel

Embedding image features into a binary Hamming space can improve both the speed and accuracy of large-scale query-by-example image retrieval systems. Supervised hashing aims to map the original features to compact binary…

DescriptiveImage RetrievalRetrieval

Image Hashing via Cross-View Code Alignment in the Age of Foundation Models

2025-10-31 · Ilyass Moummad, Kawtar Zaher, Hervé Goëau, Alexis Joly arxiv

Efficient large-scale retrieval requires representations that are both compact and discriminative. Foundation models provide powerful visual and multimodal embeddings, but nearest neighbor search in these high-dimensiona…

Hashing-Baseline: Rethinking Hashing in the Age of Pretrained Models

2025-09-17 · Ilyass Moummad, Kawtar Zaher, Lukas Rauch, Alexis Joly arxiv

Information retrieval with compact binary embeddings, also referred to as hashing, is crucial for scalable fast search applications, yet state-of-the-art hashing methods require expensive, scenario-specific training. In …

Information RetrievalImage Retrieval

AMVH: Asymmetric Multi-Valued Hashing

2017-07-01 · CVPR 2017 7 · Cheng Da, Shibiao Xu, Kun Ding, Gaofeng Meng 외

Most existing hashing methods resort to binary codes for similarity search, owing to the high efficiency of computation and storage. However, binary codes lack enough capability in similarity preservation, resulting in l…