paper-with-me

Papers

Sparser, Faster, Lighter Transformer Language Models

2026-03-24 · Edoardo Cetin, Stefano Peluchetti, Emilio Castillo, Akira Naruse, Mana Murakami, Llion Jones arxiv

Scaling autoregressive large language models (LLMs) has driven unprecedented progress but comes with vast computational costs. In this work, we tackle these costs by leveraging unstructured sparsity within an LLM's feedforward layers, the components accounting for most of the model parameters and execution FLOPs. To achieve this, we introduce a new sparse packing format and a set of CUDA kernels designed to seamlessly integrate with the optimized execution pipelines of modern GPUs, enabling efficient sparse computation during LLM inference and training. To substantiate our gains, we provide a quantitative study of LLM sparsity, demonstrating that simple L1 regularization can induce over 99% sparsity with negligible impact on downstream performance. When paired with our kernels, we show that these sparsity levels translate into substantial throughput, energy efficiency, and memory usage benefits that increase with model scale. We will release all code and kernels under an open-source license to promote adoption and accelerate research toward establishing sparsity as a practical axis for improving the efficiency and scalability of modern foundation models.

📄 PDF Abstract BibTeX arXiv:2603.23198

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BaldWhisper: Faster Whisper with Head Shearing and Layer Merging

2025-10-06 · Yaya Sy, Christophe Cerisara, Irina Illina arxiv

Pruning large pre-trained transformers in a data-scarce scenario is challenging, as it often requires massive retraining data to recover performance. For instance, Distill-Whisper prunes Whisper by 40 and retrains on 21,…

A Practical Survey on Faster and Lighter Transformers

2021-03-26 · Quentin Fournier, Gaétan Marceau Caron, Daniel Aloise

Recurrent neural networks are effective models to process sequences. However, they are unable to learn long-term dependencies because of their inherent sequential nature. As a solution, Vaswani et al. introduced the Tran…

Knowledge DistillationSurvey

Sparser, Better, Faster GPU Parsing

2014-06-01 · ACL 2014 6 · David Hall, Taylor Berg-Kirkpatrick, Dan Klein
GPU

Joshua 5.0: Sparser, Better, Faster, Server

2013-08-01 · WS 2013 8 · Matt Post, Juri Ganitkevitch, Luke Orland, Jonathan Weese 외
DecoderMachine TranslationSchedulingTranslation

DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter

2019-10-02 · NeurIPS 2019 12 · Victor Sanh, Lysandre Debut, Julien Chaumond, Thomas Wolf

As Transfer Learning from large-scale pre-trained models becomes more prevalent in Natural Language Processing (NLP), operating these large models in on-the-edge and/or under constrained computational training or inferen…

Hate Speech DetectionKnowledge DistillationLanguage ModelingLanguage Modelling+7