paper-with-me

홈 › Papers

Uncovering Layer-Dependent Activation Sparsity Patterns in ReLU Transformers

2024-07-10 · Cody Wild, Jesper Anderson

Previous work has demonstrated that MLPs within ReLU Transformers exhibit high levels of sparsity, with many of their activations equal to zero for any given token. We build on that work to more deeply explore how token-level sparsity evolves over the course of training, and how it connects to broader sparsity patterns over the course of a sequence or batch, demonstrating that the different layers within small transformers exhibit distinctly layer-specific patterns on both of these fronts. In particular, we demonstrate that the first and last layer of the network have distinctive and in many ways inverted relationships to sparsity, and explore implications for the structure of feature representations being learned at different depths of the model. We additionally explore the phenomenon of ReLU dimensions "turning off", and show evidence suggesting that "neuron death" is being primarily driven by the dynamics of training, rather than simply occurring randomly or accidentally as a result of outliers.

📄 PDF Abstract BibTeX arXiv:2407.07848

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Uncovering Intra-expert Activation Sparsity for Efficient Mixture-of-Expert Model Execution

2026-05-09 · Jongseok Park, Sunga Kim, Zhenyu Gu, Ion Stoica 외 arxiv

Mixture of Experts (MoE) architecture has become the standard for state-of-the-art large language models, owing to its computational efficiency through sparse expert activation. However, sparsity through finer expert gra…

Computational Efficiency

Sparse Autoencoders Trained on the Same Data Learn Different Features

2025-01-28 · Gonçalo Paulo, Nora Belrose

Sparse autoencoders (SAEs) are a useful tool for uncovering human-interpretable features in the activations of large language models (LLMs). While some expect SAEs to find the true underlying features used by a model, ou…

Utilizing dynamic sparsity on pretrained DETR

2025-10-10 · Reza Sedghi, Anand Subramoney, David Kappel arxiv

Efficient inference with transformer-based models remains a challenge, especially in vision tasks like object detection. We analyze the inherent sparsity in the MLP layers of DETR and introduce two methods to exploit it …

Object Detection

ExpertWeaver: Unlocking the Inherent MoE in Dense LLMs with GLU Activation Patterns

2026-02-17 · Ziyu Zhao, Tong Zhu, Zhi Zhang, Tiantian Fan 외 arxiv

Mixture-of-Experts (MoE) effectively scales model capacity while preserving computational efficiency through sparse expert activation. However, training high-quality MoEs from scratch is prohibitively expensive. A promis…

Computational Efficiency

Uncovering Cross-Linguistic Disparities in LLMs using Sparse Autoencoders

2025-07-25 · Richmond Sin Jing Xuan, Jalil Huseynov, Yang Zhang arxiv

Multilingual large language models (LLMs) exhibit strong cross-linguistic generalization, yet medium to low resource languages underperform on common benchmarks such as ARC-Challenge, MMLU, and HellaSwag. We analyze acti…