English

A Frequency-aware Software Cache for Large Recommendation System Embeddings

Information Retrieval 2022-08-11 v1 Artificial Intelligence Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

Deep learning recommendation models (DLRMs) have been widely applied in Internet companies. The embedding tables of DLRMs are too large to fit on GPU memory entirely. We propose a GPU-based software cache approaches to dynamically manage the embedding table in the CPU and GPU memory space by leveraging the id's frequency statistics of the target dataset. Our proposed software cache is efficient in training entire DLRMs on GPU in a synchronized update manner. It is also scaled to multiple GPUs in combination with the widely used hybrid parallel training approaches. Evaluating our prototype system shows that we can keep only 1.5% of the embedding parameters in the GPU to obtain a decent end-to-end training speed.

Keywords

Cite

@article{arxiv.2208.05321,
  title  = {A Frequency-aware Software Cache for Large Recommendation System Embeddings},
  author = {Jiarui Fang and Geng Zhang and Jiatong Han and Shenggui Li and Zhengda Bian and Yongbin Li and Jin Liu and Yang You},
  journal= {arXiv preprint arXiv:2208.05321},
  year   = {2022}
}
R2 v1 2026-06-25T01:37:24.328Z