paper-with-me

홈 › Papers

Learned Subspace Compression for Communication-Efficient Pipeline Parallelism

2026-06-03 · Paul Janson, Edouard Oyallon, Eugene Belilovsky arxiv

Pipeline parallelism enables training of large language models that exceed single-device memory, yet inter-stage activation communication becomes the dominant bottleneck when trained on low-bandwidth networks. Recent work in this area has proposed using fixed orthogonal projections to compress activations. However, this still results in a significant performance degradation and requires a number of non-standard adaptations to constrain the optimization. A natural alternative is to learn a low rank projection for each pipeline stage, however maintaining the necessary orthogonality of these projectors during training remains a challenge. We present Manifold Aware Projection Learning (MAPL), a method that treats inter-stage compression as a learnable orthogonal projection under explicit Stiefel manifold (orthogonal matrices) constraints. Rather than prescribing a fixed global subspace, MAPL lets each pipeline stage discover and continuously adapt its own task-optimal compression subspace via manifold-constrained steepest descent. To recover token-specific signals at stage boundaries, we introduce per-stage factorized anchor embeddings that allow for full-rank activation reconstruction with negligible communication overhead. We further show that we can incorporate residual vector quantization after projection with a streaming codebook synchronization protocol that amortizes dictionary communication. Across LLaMA models from 150M to 1B parameters we show that MAPL can be easily applied to the existing pipeline and can achieve high compression with neglibile performance degradation with a drastically improved tradeoffs in performance vs. compression compared to Subspace Networks.

📄 PDF Abstract BibTeX arXiv:2606.05484

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Heterogeneous Low-Bandwidth Pre-Training of LLMs

2026-01-05 · Yazan Obeidi, Amir Sarfi, Joel Lidin, Paul Janson 외 arxiv

Pre-training large language models (LLMs) increasingly requires distributed compute, yet bandwidth constraints make it difficult to scale beyond well-provisioned datacenters-especially when model parallelism forces frequ…

ResBM: Residual Bottleneck Models for Low-Bandwidth Pipeline Parallelism

2026-04-13 · Alan Aboudib, Rodrigo Lopez Portillo A., Kalei Brady, Steffen Cruz arxiv

Unlocking large-scale low-bandwidth decentralized training has the potential to utilize otherwise untapped compute resources. In centralized settings, large-scale multi-node training is primarily enabled by data and pipe…

Subspace Networks: Scaling Decentralized Training with Communication-Efficient Model Parallelism

2025-06-02 · Sameera Ramasinghe, Thalaiyasingam Ajanthan, Gil Avraham, Yan Zuo 외 arxiv

Scaling models has led to significant advancements in deep learning, but training these models in decentralized settings remains challenging due to communication bottlenecks. While existing compression techniques are eff…

Mixtures of Subspaces for Bandwidth Efficient Context Parallel Training

2026-06-15 · Sameera Ramasinghe, Ajanthan Thalaiyasingam, Hadi Mohaghegh Dolatabadi, Gil Avraham 외 arxiv

Pretraining language models with extended context windows enhances their ability to leverage rich information during generation. Existing methods split input sequences into chunks, broadcast them across multiple devices,…

Optimus-CC: Efficient Large NLP Model Training with 3D Parallelism Aware Communication Compression

2023-01-24 · Jaeyong Song, Jinkyu Yim, Jaewon Jung, Hongsun Jang 외

In training of modern large natural language processing (NLP) models, it has become a common practice to split models using 3D parallelism to multiple GPUs. Such technique, however, suffers from a high overhead of inter-…

GPU