paper-with-me

홈 › Papers

Piper: Efficient Large-Scale MoE Training via Resource Modeling and Pipelined Hybrid Parallelism

2026-05-06 · Sajal Dash, Feiyi Wang arxiv

Frontier models increasingly adopt Mixture-of-Experts (MoE) architectures to achieve large-model performance at reduced cost. However, training MoE models on HPC platforms is hindered by large memory footprints, frequent large-scale communication across heterogeneous networks, and severe workload imbalance. To characterize these challenges, we develop a mathematical model that quantifies memory, compute, and communication requirements for MoE configurations under various parallelization schemes, verified through micro-benchmarking, code instrumentation, and hardware profiling. Our analysis identifies performance bottlenecks: all-to-all latency at scale from expert parallelism, insufficient compute-communication overlap, low GPU utilization from imbalanced skinny GEMMs, and the absence of platform-aware hybrid parallelization strategies. To address these, we introduce Piper, a framework that leverages resource modeling to identify efficient training strategies for MoE models on target HPC platforms, applying pipeline parallelism with optimized schedules. Piper achieves 2-3.5X higher MFU than state-of-the-art frameworks such as X-MoE, and a novel all-to-all algorithm delivers 1.2-9X bandwidth over vendor implementation.

📄 PDF Abstract BibTeX arXiv:2605.05049

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Efficient Tabular Data Preprocessing of ML Pipelines

2024-09-23 · Yu Zhu, Wenqi Jiang, Gustavo Alonso

Data preprocessing pipelines, which includes data decoding, cleaning, and transforming, are a crucial component of Machine Learning (ML) training. Thy are computationally intensive and often become a major bottleneck, du…

CPUGPURecommendation Systems

Piper: A Programmable Distributed Training System

2026-06-09 · Megan Frisella, Shubham Tiwari, Andy Ruan, Yi Pan 외 arxiv

Large-scale model training increasingly relies on composing multiple parallelism strategies, such as data, pipeline, and expert parallelism, together with memory-saving optimizations like ZeRO. Deployed systems for found…

EpiPersona: Persona Projection and Episode Coupling for Pluralistic Preference Modeling

2026-03-30 · Yujie Zhang, Weikang Yuan, Zhuoren Jiang, Pengwei Yan arxiv

Pluralistic alignment is essential for adapting large language models (LLMs) to the diverse preferences of individuals and minority groups. However, existing approaches often mix stable personal traits with episode-speci…

PIPER: Content-Based Table Search via profiling and LLM-Generated Pseudoqueries

2026-05-18 · Riccardo Terrenzi, Matteo Falconi, Serkan Ayvaz, Pierluigi Plebani arxiv

The rapid growth of tabular datasets in data lakes, data spaces, and open data portals makes effective dataset search essential for reuse and analysis. Existing search systems rely mainly on metadata, which is often inco…

Question Answering

PipeRAG: Fast Retrieval-Augmented Generation via Algorithm-System Co-design

2024-03-08 · Wenqi Jiang, Shuai Zhang, Boran Han, Jie Wang 외

Retrieval-augmented generation (RAG) can enhance the generation quality of large language models (LLMs) by incorporating external token databases. However, retrievals from large databases can constitute a substantial por…

RAGRetrievalRetrieval-augmented Generation