[edit]
EPAS: Efficient Training with Progressive Activation Sharing
Proceedings of the The 39th Canadian Conference on Artificial Intelligence, PMLR 318:1-12, 2026.
Abstract
We present a novel method for Efficient training with Progressive Activation Sharing (EPAS). This method bridges progressive training paradigm with the phenomenon of redundant representation across deeper layers of transformers. EPAS gradually grows an activation sharing region during training by switching decoder layers to activation sharing mode. This results in throughput increase due to reduced compute. To utilize deeper layer redundancy, the sharing region starts from the deep end of the model and grows towards the shallow end. The EPAS trained models allow for variable activation-sharing region lengths for different compute budgets during inference. Empirical evaluations with attention sharing (Q,K) in LLaMA models ranging from 125M to 7B parameters show up to an 11.1% improvement in training throughput and up to a 29% improvement in inference throughput while maintaining similar loss curve to the baseline models. Furthermore, applying EPAS in continual pretraining to transform TinyLLaMA into an attention-sharing model yields up to a 10% improvement in average accuracy over state-of-the-art methods, emphasizing the significance of progressive training in activation-sharing models.