paper-with-me

홈 › Papers

EPAS: Efficient Training with Progressive Activation Sharing

2026-01-27 · Rezaul Karim, Maryam Dialameh, Yang Liu, Boxing Chen, Walid Ahmed arxiv

We present a novel method for Efficient training with Progressive Activation Sharing (EPAS). This method bridges progressive training paradigm with the phenomenon of redundant QK (or KV ) activations across deeper layers of transformers. EPAS gradually grows a 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 region lengths of activation sharing for different compute budgets during inference. Empirical evaluations with QK activation sharing 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 cross layer activation sharing models.

📄 PDF Abstract BibTeX arXiv:2601.19089

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Pretraining

Similar Papers 제목 키워드 기반

DePass: Unified Feature Attributing by Simple Decomposed Forward Pass

2025-10-21 · Xiangyu Hong, Che Jiang, Kai Tian, Biqing Qi 외 arxiv

Attributing the behavior of Transformer models to internal computations is a central challenge in mechanistic interpretability. We introduce DePass, a unified framework for feature attribution based on a single decompose…

Hierarchical Conflict Propagation: Sequence Learning in a Recurrent Deep Neural Network

2016-02-25 · Andrew J. R. Simpson

Recurrent neural networks (RNN) are capable of learning to encode and exploit activation history over an arbitrary timescale. However, in practice, state of the art gradient descent based training methods are known to su…

AdaptivePaste: Code Adaptation through Learning Semantics-aware Variable Usage Representations

2022-05-23 · Xiaoyu Liu, Jinu Jang, Neel Sundaresan, Miltiadis Allamanis 외

In software development, it is common for programmers to copy-paste or port code snippets and then adapt them to their use case. This scenario motivates the code adaptation task -- a variant of program repair which aims …

Program Repair

Debiasing, calibrating, and improving Semi-supervised Learning performance via simple Ensemble Projector

2023-10-24 · Khanh-Binh Nguyen

Recent studies on semi-supervised learning (SSL) have achieved great success. Despite their promising performance, current state-of-the-art methods tend toward increasingly complex designs at the cost of introducing more…

Contrastive LearningSemi-Supervised Image Classification

Mini-JEPA Foundation Model Fleet Enables Agentic Hydrologic Intelligence

2026-05-13 · Mashrekur Rahman arxiv

Geospatial foundation models compress multispectral observations into dense embeddings increasingly used in natural-language environmental reasoning systems. A single planetary-scale model, e.g. Google AlphaEarth, handle…