English

FlexShard: Flexible Sharding for Industry-Scale Sequence Recommendation Models

Machine Learning 2023-01-10 v1 Distributed, Parallel, and Cluster Computing Information Retrieval Performance

Abstract

Sequence-based deep learning recommendation models (DLRMs) are an emerging class of DLRMs showing great improvements over their prior sum-pooling based counterparts at capturing users' long term interests. These improvements come at immense system cost however, with sequence-based DLRMs requiring substantial amounts of data to be dynamically materialized and communicated by each accelerator during a single iteration. To address this rapidly growing bottleneck, we present FlexShard, a new tiered sequence embedding table sharding algorithm which operates at a per-row granularity by exploiting the insight that not every row is equal. Through precise replication of embedding rows based on their underlying probability distribution, along with the introduction of a new sharding strategy adapted to the heterogeneous, skewed performance of real-world cluster network topologies, FlexShard is able to significantly reduce communication demand while using no additional memory compared to the prior state-of-the-art. When evaluated on production-scale sequence DLRMs, FlexShard was able to reduce overall global all-to-all communication traffic by over 85%, resulting in end-to-end training communication latency improvements of almost 6x over the prior state-of-the-art approach.

Keywords

Cite

@article{arxiv.2301.02959,
  title  = {FlexShard: Flexible Sharding for Industry-Scale Sequence Recommendation Models},
  author = {Geet Sethi and Pallab Bhattacharya and Dhruv Choudhary and Carole-Jean Wu and Christos Kozyrakis},
  journal= {arXiv preprint arXiv:2301.02959},
  year   = {2023}
}
R2 v1 2026-06-28T08:06:25.242Z