English

Embedding Samples Dispatching for Recommendation Model Training in Edge Environments

Distributed, Parallel, and Cluster Computing 2025-12-29 v1 Databases

Abstract

Training deep learning recommendation models (DLRMs) on edge workers brings several benefits, particularly in terms of data privacy protection, low latency and personalization. However, due to the huge size of embedding tables, typical DLRM training frameworks adopt one or more parameter servers to maintain global embedding tables, while leveraging the edge workers cache part of them. This incurs significant transmission cost for embedding transmissions between workers and parameter servers, which can dominate the training cycle. In this paper, we investigate how to dispatch input embedding samples to appropriate edge workers to minimize the total embedding transmission cost when facing edge-specific challenges such as heterogeneous networks and limited resources. We develop ESD, a novel mechanism that optimizes the dispatch of input embedding samples to edge workers based on expected embedding transmission cost. We propose HybridDis as the dispatch decision method within ESD, which combines a resource-intensive optimal algorithm and a heuristic algorithm to balance decision quality and resource consumption. We implement a prototype of ESD and compare it with state-of-the-art mechanisms on real-world workloads. Extensive experimental results show that ESD reduces the embedding transmission cost by up to 36.76% and achieves up to 1.74 times speedup in end-to-end DLRM training.

Keywords

Cite

@article{arxiv.2512.21615,
  title  = {Embedding Samples Dispatching for Recommendation Model Training in Edge Environments},
  author = {Guopeng Li and Haisheng Tan and Chi Zhang and Hongqiu Ni and Zilong Wang and Xinyue Zhang and Yang Xu and Han Tian},
  journal= {arXiv preprint arXiv:2512.21615},
  year   = {2025}
}

Comments

This paper is an English version of Samples Dispatching Mechanism for Accelerating Recommendation Model Training in Edge Intelligent Computing System published in 2025 in the Journal of Computer Research and Development

R2 v1 2026-07-01T08:40:49.412Z