IRLGJan 9, 2024

Fine-Grained Embedding Dimension Optimization During Training for Recommender Systems

arXiv:2401.04408v23 citationsh-index: 7IEEE Trans Comput
Originality Highly original
AI Analysis

This addresses a critical memory bottleneck in recommender systems for industry applications, offering a novel optimization method.

The paper tackles the memory inefficiency of large embedding tables in deep learning recommender models by proposing FIITED, a system that reduces embedding size by over 65% while preserving model quality and improving throughput.

Huge embedding tables in modern deep learning recommender models (DLRM) require prohibitively large memory during training and inference. This paper proposes FIITED, a system to automatically reduce the memory footprint via FIne-grained In-Training Embedding Dimension pruning. By leveraging the key insight that embedding vectors are not equally important, FIITED adaptively adjusts the dimension of each individual embedding vector during model training, assigning larger dimensions to more important embeddings while adapting to dynamic changes in data. We prioritize embedding dimensions with higher frequencies and gradients as more important. To enable efficient pruning of embeddings and their dimensions during model training, we propose an embedding storage system based on virtually-hashed physically-indexed hash tables. Experiments on two industry models and months of realistic datasets show that FIITED can reduce DLRM embedding size by more than 65% while preserving model quality, outperforming state-of-the-art in-training embedding pruning methods. On public datasets, FIITED can reduce the size of embedding tables by 2.1x to 800x with negligible accuracy drop, while improving model throughput.

Foundations

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

Your Notes