paper-with-me

Papers

HET: Scaling out Huge Embedding Model Training via Cache-enabled Distributed Framework

2021-12-14 · Xupeng Miao, Hailin Zhang, Yining Shi, Xiaonan Nie, Zhi Yang, Yangyu Tao, Bin Cui

Embedding models have been an effective learning paradigm for high-dimensional data. However, one open issue of embedding models is that their representations (latent factors) often result in large parameter space. We observe that existing distributed training frameworks face a scalability issue of embedding models since updating and retrieving the shared embedding parameters from servers usually dominates the training cycle. In this paper, we propose HET, a new system framework that significantly improves the scalability of huge embedding model training. We embrace skewed popularity distributions of embeddings as a performance opportunity and leverage it to address the communication bottleneck with an embedding cache. To ensure consistency across the caches, we incorporate a new consistency model into HET design, which provides fine-grained consistency guarantees on a per-embedding basis. Compared to previous work that only allows staleness for read operations, HET also utilizes staleness for write operations. Evaluations on six representative tasks show that HET achieves up to 88% embedding communication reductions and up to 20.68x performance speedup over the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2112.07221

Code (3)

pku-dair/hetu 공식 구현 pytorch
hsword/hetu pytorch
hugozhl/hetu pytorch

Similar Papers 제목 키워드 기반

ScaleFreeCTR: MixCache-based Distributed Training System for CTR Models with Huge Embedding Table

2021-04-17 · Huifeng Guo, Wei Guo, Yong Gao, Ruiming Tang 외

Because of the superior feature representation ability of deep learning, various deep Click-Through Rate (CTR) models are deployed in the commercial systems by industrial companies. To achieve better performance, it is n…

CPUGPU

Merlin HugeCTR: GPU-accelerated Recommender System Training and Inference

2022-10-17 · Joey Wang, Yingcan Wei, Minseok Lee, Matthias Langer 외

In this talk, we introduce Merlin HugeCTR. Merlin HugeCTR is an open source, GPU-accelerated integration framework for click-through rate estimation. It optimizes both training and inference, whilst enabling model traini…

CPUGPURecommendation SystemsRetrieval

Revisiting Disaggregated Large Language Model Serving for Performance and Energy Implications

2025-11-14 · Jiaxi Li, Yue Zhu, Eun Kyung Lee, Klara Nahrstedt arxiv

Different from traditional Large Language Model (LLM) serving that colocates the prefill and decode stages on the same GPU, disaggregated serving dedicates distinct GPUs to prefill and decode workload. Once the prefill G…

Timestep Embedding Tells: It's Time to Cache for Video Diffusion Model

2024-11-28 · CVPR 2025 1 · Feng Liu, Shiwei Zhang, XiaoFeng Wang, Yujie Wei 외

As a fundamental backbone for video generation, diffusion models are challenged by low inference speed due to the sequential nature of denoising. Previous methods speed up the models by caching and reusing model outputs …

DenoisingVideo Generation

Decode-Branch Transformers: Decoupling the Primary Prefill Path from Additional Decode Computation

2026-07-31 · Liming Liu, Mingze Wang, Tuo Zhao arxiv

As large language models serve ever more requests, cumulative inference cost is growing relative to the one-time cost of training. In typical serving, prompt prefill runs in parallel and is compute-bound, whereas autoreg…