Learned Subspace Compression for Communication-Efficient Pipeline Parallelism
Summary
This paper introduces MAPL, a method for learned orthogonal compression of activations in pipeline parallelism, reducing communication overhead while maintaining performance via Stiefel manifold constraints and per-stage factorized anchor embeddings.
View Cached Full Text
Cached at: 06/05/26, 08:11 AM
# Learned Subspace Compression for Communication-Efficient Pipeline Parallelism Source: [https://arxiv.org/abs/2606.05484](https://arxiv.org/abs/2606.05484) [View PDF](https://arxiv.org/pdf/2606.05484) > Abstract: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\. ## Submission history From: Paul Janson \[[view email](https://arxiv.org/show-email/b9761b3f/2606.05484)\] **\[v1\]**Wed, 3 Jun 2026 22:10:16 UTC \(203 KB\)
Similar Articles
Prompt Compression via Activation Aggregation
This paper proposes compressing instruction prompts into a single activation vector via learned weighted sums of intermediate layer activations, achieving under 2% accuracy drop and revealing insights into LLM activation space structure.
OmniScope: Modality-Decoupled Token Compression for Omnimodal Large Language Models
OmniScope is a training-free token compression framework for omnimodal LLMs that estimates audio and video relevance separately using the query as a shared anchor, achieving up to 3.53x prefill speedup and over 15% GPU memory reduction with minimal accuracy loss.
Parallel Manifold Steering: Efficient Adaptation of Large Associative Memories via Residual Energy Shaping
This paper proposes H-Res, a method to adapt large transformer models by shaping the energy landscape of associative memories without modifying weights or adding prompts, preserving memory capacity and outperforming LoRA.
OmniPack: Unified Token Compression for Efficient Omni-modal Large Language Models
OmniPack proposes a training-free token compression framework for omni-modal LLMs, combining structural pre-LLM compression with task-relevant inner-LLM semantic refinement, achieving strong performance-efficiency trade-offs on multiple benchmarks.
SHiPPO: Recurrent Memory with Transported Polynomial Projections
SHiPPO extends HiPPO by transporting polynomial projection coefficients into a moving channel frame, enabling selective state-space models to recover order-sensitive memory signals. The paper provides theoretical foundations and diagnostics supporting its transported-memory prior.