Pith. sign in

REVIEW 1 cited by

Compositional Embeddings Using Complementary Partitions for Memory-Efficient Recommendation Systems

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 1909.02107 v2 pith:KPY4OR3Q submitted 2019-09-04 cs.LG cs.IRstat.ML

Compositional Embeddings Using Complementary Partitions for Memory-Efficient Recommendation Systems

classification cs.LG cs.IRstat.ML
keywords embeddingcategoryapproachcategoricalcomplementarydifferentembeddingstables
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Modern deep learning-based recommendation systems exploit hundreds to thousands of different categorical features, each with millions of different categories ranging from clicks to posts. To respect the natural diversity within the categorical data, embeddings map each category to a unique dense representation within an embedded space. Since each categorical feature could take on as many as tens of millions of different possible categories, the embedding tables form the primary memory bottleneck during both training and inference. We propose a novel approach for reducing the embedding size in an end-to-end fashion by exploiting complementary partitions of the category set to produce a unique embedding vector for each category without explicit definition. By storing multiple smaller embedding tables based on each complementary partition and combining embeddings from each table, we define a unique embedding for each category at smaller memory cost. This approach may be interpreted as using a specific fixed codebook to ensure uniqueness of each category's representation. Our experimental results demonstrate the effectiveness of our approach over the hashing trick for reducing the size of the embedding tables in terms of model loss and accuracy, while retaining a similar reduction in the number of parameters.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Is Sliding Window All You Need? An Open Framework for Long-Sequence Recommendation

    cs.LG 2026-04 unverdicted novelty 6.0

    An open framework shows sliding-window training on long sequences is practical for recommenders, with a k-shift embedding enabling million-scale vocabularies on commodity GPUs and up to 6% gains on Retailrocket at 4x ...