SOTAVerified

Clustering the Sketch: A Novel Approach to Embedding Table Compression

2022-10-12Code Available1· sign in to hype

Henry Ling-Hei Tsang, Thomas Dybdahl Ahle

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Embedding tables are used by machine learning systems to work with categorical features. In modern Recommendation Systems, these tables can be very large, necessitating the development of new methods for fitting them in memory, even during training. We suggest Clustered Compositional Embeddings (CCE) which combines clustering-based compression like quantization to codebooks with dynamic methods like The Hashing Trick and Compositional Embeddings (Shi et al., 2020). Experimentally CCE achieves the best of both worlds: The high compression rate of codebook-based quantization, but *dynamically* like hashing-based methods, so it can be used during training. Theoretically, we prove that CCE is guaranteed to converge to the optimal codebook and give a tight bound for the number of iterations required.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CriteoClustered Compositional EmbeddingsAUC0.81Unverified

Reproductions