Pith. sign in

REVIEW 3 cited by

HierMoE: Accelerating MoE Training with Hierarchical Token Deduplication and Expert Swap

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2508.09591 v1 pith:ZB2BIIQP submitted 2025-08-13 cs.DC cs.LG

HierMoE: Accelerating MoE Training with Hierarchical Token Deduplication and Expert Swap

classification cs.DC cs.LG
keywords modelshiermoetimestokentrainingcommunicationexpertswap
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

The sparsely activated mixture-of-experts (MoE) transformer has become a common architecture for large language models (LLMs) due to its sparsity, which requires fewer computational demands while easily scaling the model size. In MoE models, each MoE layer requires to dynamically choose tokens to activate particular experts for computation while the activated experts may not be located in the same device or GPU as the token. However, this leads to substantial communication and load imbalances across all GPUs, which obstructs the scalability of distributed systems within a GPU cluster. To this end, we introduce HierMoE to accelerate the training of MoE models by two topology-aware techniques: 1) token deduplication to reduce the communication traffic, and 2) expert swap to balance the workloads among all GPUs. To enable the above two proposed approaches to be more general, we build theoretical models aimed at achieving the best token duplication and expert swap strategy under different model configurations and hardware environments. We implement our prototype HierMoE system atop Megatron-LM and conduct experiments on a 32-GPU cluster with DeepSeek-V3 and Qwen3-30B-A3B models. Experimental results show that our HierMoE achieves $1.55\times$ to $3.32\times$ faster communication and delivers $1.18\times$ to $1.27\times$ faster end-to-end training compared to state-of-the-art MoE training systems, Tutel-2DH, SmartMoE, and Megatron-LM.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. UBEP: Re-architecting Expert Parallelism Communication Library for Production Superpods

    cs.DC 2026-07 accept novelty 6.0

    UBEP re-architects MoE All-to-All communication for superpods via kernel decomposition, topology-aware scheduling, and data-as-flag synchronization, achieving up to 52.4% latency reduction on CM384 hardware.

  2. UBEP: Re-architecting Expert Parallelism Communication Library for Production Superpods

    cs.DC 2026-07 conditional novelty 6.0

    UBEP replaces BSP All-to-All for MoE on multi-tier superpods with dependency-driven kernel decomposition, topology-aware token scheduling, and Data-as-Flag atomics, cutting All-to-All latency up to 52.4% and TPOT up to 11.1%.

  3. ZipCCL: Efficient Lossless Data Compression of Communication Collectives for Accelerating LLM Training

    cs.DC 2026-04 unverdicted novelty 5.0

    ZipCCL delivers up to 1.35x faster communication and 1.18x end-to-end speedup in LLM training through lossless compression of near-Gaussian collectives on 64-GPU clusters.