IRAIAug 24, 2021

Binary Code based Hash Embedding for Web-scale Applications

arXiv:2109.02471v122 citations
AI Analysis

This addresses memory efficiency issues in recommender systems and online advertising, offering a significant reduction in storage without major performance loss.

The paper tackles the problem of high memory cost in embedding tables for web-scale applications by proposing a binary code based hash embedding method, achieving 99% performance while reducing embedding table size by 1000x.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes