CE-LoRA accelerates LoRA fine-tuning by approximating the dense activation-gradient matrix multiply with selected rows and columns and a frozen low-rank correction, reporting up to 3.39x faster backward passes with near-matched accuracy.
First Activations Matter: Training-Free Methods for Dynamic Activation in Large Language Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Dynamic activation (DA) techniques, such as DejaVu and MoEfication, have demonstrated their potential to significantly enhance the inference efficiency of large language models (LLMs). However, these techniques often rely on ReLU activation functions or require additional parameters and training to maintain performance. This paper introduces a training-free Threshold-based Dynamic Activation(TDA) method that leverage sequence information to exploit the inherent sparsity of models across various architectures. This method is designed to accelerate generation speed by 18-25\% without significantly compromising task performance, thereby addressing the limitations of existing DA techniques. Moreover, we delve into the root causes of LLM sparsity and theoretically analyze two of its critical features: history-related activation uncertainty and semantic-irrelevant activation inertia. Our comprehensive analyses not only provide a robust theoretical foundation for DA methods but also offer valuable insights to guide future research in optimizing LLMs for greater efficiency and effectiveness.
citation-role summary
citation-polarity summary
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
CE-LoRA: Computation-Efficient LoRA Fine-Tuning for Language Models
CE-LoRA accelerates LoRA fine-tuning by approximating the dense activation-gradient matrix multiply with selected rows and columns and a frozen low-rank correction, reporting up to 3.39x faster backward passes with near-matched accuracy.