Accès ouvert
2026
preprint
OpenAlex
Gemma Team, Sherif El Abd, Vaibhav Aggarwal, Robin Algayres et autres
We introduce Gemma 4, a new generation of open-weight, natively multimodal language models in the Gemma model family. Designed to advance compute efficiency and reasoning, the Gemma 4 model suite features dense and Mixture-of-Experts architectures, ranging from 2.3B to 31B parameters. Alongside …
Accès ouvert
2025
preprint
OpenAlex
Chong You, Kan Wu, Z. Jiao, Lin Chen et autres
The discovery of the lazy neuron phenomenon in trained Transformers, where the vast majority of neurons in their feed-forward networks (FFN) are inactive for each token, has spurred tremendous interests in activation sparsity for enhancing large model efficiency. While notable progress has …
Accès ouvert
2025
preprint
OpenAlex
Elias Frantar, Utku Evci, Neil Houlsby, Dan Alistarh
We investigate how different compression techniques -- such as weight and activation quantization, and weight sparsity -- affect the scaling behavior of large language models (LLMs) during pretraining. Building on previous work showing that weight sparsity acts as a constant multiplier on …
Accès ouvert
2025
preprint
OpenAlex
Jin Tian, Ahmed Imtiaz Humayun, Utku Evci, Suvinay Subramanian et autres
Pruning eliminates unnecessary parameters in neural networks; it offers a promising solution to the growing computational demands of large language models (LLMs). While many focus on post-training pruning, sparse pre-training--which combines pruning and pre-training into a single phase--provides a simpler alternative. In …
2025
conference-paper
OpenAlex
Chong You, Kan Wu, Zhipeng Jia, Lin Chen et autres
us, cn, jp, gb
(code pays fourni par la source)
Accès ouvert
2024
preprint
OpenAlex
Cem Üyük, Mike Lasby, Mohamed Yassin, Utku Evci et autres
Large neural networks achieve state-of-the-art performance on many tasks, yet their sheer size hinders deployment on resource-constrained devices. Among existing compression approaches, cross-layer parameter sharing remains relatively unexplored for transformer models. In this paper, we introduce Fine-grained Parameter Sharing (FiPS), a unified …
Accès ouvert
2024
preprint
OpenAlex
Aleksandra Nowak, Otniel-Bogdan Mercea, Anurag Arnab, Jonas Pfeiffer et autres
Parameter-efficient transfer learning (PETL) aims to adapt pre-trained models to new downstream tasks while minimizing the number of fine-tuned parameters. Adapters, a popular approach in PETL, inject additional capacity into existing networks by incorporating low-rank projections, achieving performance comparable to full fine-tuning …
Accès ouvert
2024
preprint
OpenAlex
Abhimanyu Rajeshkumar Bambhaniya, Amir Yazdanbakhsh, Suvinay Subramanian, Sheng-Chun Kao et autres
N:M Structured sparsity has garnered significant interest as a result of relatively modest overhead and improved efficiency. Additionally, this form of sparsity holds considerable appeal for reducing the memory footprint owing to their modest representation overhead. There have been efforts to develop …
Accès ouvert
2023
preprint
OpenAlex
Elias Frantar, Carlos Riquelme, Neil Houlsby, Dan Alistarh et autres
We explore the impact of parameter sparsity on the scaling behavior of Transformers trained on massive datasets (i.e., "foundation models"), in both vision and language domains. In this setting, we identify the first scaling law describing the relationship between weight sparsity, number …
Accès ouvert
2023
preprint
OpenAlex
Mike Lasby, А. В. Голубева, Utku Evci, Mihai Nica et autres
Dynamic Sparse Training (DST) methods achieve state-of-the-art results in sparse neural network training, matching the generalization of dense models while enabling sparse training and inference. Although the resulting models are highly sparse and theoretically less computationally expensive, achieving speedups with unstructured sparsity …
Accès ouvert
2023
preprint
OpenAlex
Joo Hyung Lee, Wonpyo Park, Nicole Mitchell, Jonathan Pilault et autres
This paper introduces JaxPruner, an open-source JAX-based pruning and sparse training library for machine learning research. JaxPruner aims to accelerate research on sparse neural networks by providing concise implementations of popular pruning and sparse training algorithms with minimal memory and latency overhead. …
Accès ouvert
2023
preprint
OpenAlex
Ghada Sokar, Rishabh Agarwal, Pablo Samuel Castro, Utku Evci
In this work we identify the dormant neuron phenomenon in deep reinforcement learning, where an agent's network suffers from an increasing number of inactive neurons, thereby affecting network expressivity. We demonstrate the presence of this phenomenon across a variety of algorithms and …