PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
October 16, 20250 citationsOpen Access

Adacc: An Adaptive Framework Unifying Compression and Activation Recomputation for LLM Training

View Full Paper
PCPing ChenZDZhipeng DengPLPing Li

Key Points

  • Adacc demonstrates a training throughput improvement of 1.01x to 1.37x over existing methods while maintaining accuracy.
  • The framework employs layer-specific compression algorithms to minimize accuracy loss from LLM activations.
  • It utilizes a MILP-based scheduling policy to optimize memory strategies dynamically across different model layers.
  • Adacc incorporates an adaptive policy evolution mechanism to adjust training strategies in real time based on data changes.

Abstract

Training large language models (LLMs) is often constrained by GPU memory limitations. To alleviate memory pressure, activation recomputation and data compression have been proposed as two major strategies. However, both approaches have limitations: recomputation introduces significant training overhead, while compression can lead to accuracy degradation and computational inefficiency when applied naively. In this paper, we propose Adacc, the first adaptive memory optimization framework that unifies activation recomputation and data compression to improve training efficiency for LLMs while preserving model accuracy. Unlike existing methods that apply static, rule-based strategies or rely solely on one technique, Adacc makes fine-grained, tensor-level decisions, dynamically selecting between recomputation, retention, and compression based on tensor characteristics and runtime hardware constraints. Adacc tackles three key challenges: (1) it introduces layer-specific compression algorithms that mitigate accuracy loss by accounting for outliers in LLM activations; (2) it employs a MILP-based scheduling policy to globally optimize memory strategies across layers; and (3) it integrates an adaptive policy evolution mechanism to update strategies during training in response to changing data distributions. Experimental results show that Adacc improves training throughput by 1.01x to 1.37x compared to state-of-the-art frameworks, while maintaining accuracy comparable to the baseline.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Chen et al. (2025) studied this question.

synapsesocial.com/papers/68f0f51d8dd8ea469b1d6fc5https://doi.org/10.48550/arxiv.2508.00806
Ask AI
Helpful
Bookmark
Share
View Full Paper

Also Consider

Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context:

  1. 1Dynamic Memory Compression: Retrofitting LLMs for Accelerated Inference2024 · 1 citations
  2. 2Rethinking LLM Memorization through the Lens of Adversarial Compression2024
  3. 3MGAA: Multi-Granular Adaptive Allocation fof Low-Rank Compression of LLMs2025
  4. 4EDGE-LLM: Enabling Efficient Large Language Model Adaptation on Edge Devices via Layerwise Unified Compression and Adaptive Layer Tuning and Voting2024 · 1 citations
  5. 5ACON: Optimizing Context Compression for Long-horizon LLM Agents2025 · 1 citations