paper-with-me

홈 › Papers

To 2:4 Sparsity and Beyond: Neuron-level Activation Function to Accelerate LLM Pre-Training

2026-02-05 · Meghana Madhyastha, Daniel Haziza, Jesse Cai, Newsha Ardalani, Zhiqi Bu, Carole-Jean Wu arxiv

Trainings of Large Language Models are generally bottlenecked by matrix multiplications. In the Transformer architecture, a large portion of these operations happens in the Feed Forward Network (FFN), and this portion increases for larger models, up to 50% of the total pretraining floating point operations. We show that we can leverage hardware-accelerated sparsity to accelerate all matrix multiplications in the FFN, with 2:4 sparsity for weights and v:n:m (Venom) sparsity for activations. Our recipe relies on sparse training steps to accelerate a large part of the pretraining, associated with regular dense training steps towards the end. Overall, models trained with this approach exhibit the same performance on our quality benchmarks, and can speed up training end-to-end by 1.4 to 1.7x. This approach is applicable to all NVIDIA GPUs starting with the A100 generation, and is orthogonal to common optimization techniques, such as, quantization, and can also be applied to mixture-of-experts model architectures.

📄 PDF Abstract BibTeX arXiv:2602.06183

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ReLU$^2$ Wins: Discovering Efficient Activation Functions for Sparse LLMs

2024-02-06 · Zhengyan Zhang, Yixin Song, Guanghui Yu, Xu Han 외

Sparse computation offers a compelling solution for the inference of Large Language Models (LLMs) in low-resource scenarios by dynamically skipping the computation of inactive neurons. While traditional approaches focus …

Improving Sparse Autoencoder with Dynamic Attention

2026-04-16 · Dongsheng Wang, Jinsen Zhang, Dawei Su, Hui Huang arxiv

Recently, sparse autoencoders (SAEs) have emerged as a promising technique for interpreting activations in foundation models by disentangling features into a sparse set of concepts. However, identifying the optimal level…

A Sparsity Predicting Approach for Large Language Models via Activation Pattern Clustering

2025-07-11 · Nobel Dhar, Bobin Deng, Md Romyull Islam, Xinyue Zhang 외 arxiv

Large Language Models (LLMs) exhibit significant activation sparsity, where only a subset of neurons are active for a given input. Although this sparsity presents opportunities to reduce computational cost, efficiently u…

Selfless Sequential Learning

2018-06-14 · ICLR 2019 5 · Rahaf Aljundi, Marcus Rohrbach, Tinne Tuytelaars

Sequential learning, also called lifelong learning, studies the problem of learning tasks in a sequence with access restricted to only the data of the current task. In this paper we look at a scenario with fixed model ca…

Lifelong learning

ShadowLLM: Predictor-based Contextual Sparsity for Large Language Models

2024-06-24 · Yash Akhauri, Ahmed F AbouElhamayed, Jordan Dotzel, Zhiru Zhang 외

The high power consumption and latency-sensitive deployments of large language models (LLMs) have motivated efficiency techniques like quantization and sparsity. Contextual sparsity, where the sparsity pattern is input-d…

Quantization