paper-with-me

홈 › Papers

How Pruning Reshapes Features: Sparse Autoencoder Analysis of Weight-Pruned Language Models

2026-03-26 · Hector Borobia, Elies Seguí-Mas, Guillermina Tormo-Carbó arxiv

Weight pruning is a standard technique for compressing large language models, yet its effect on learned internal representations remains poorly understood. We present the first systematic study of how unstructured pruning reshapes the feature geometry of language models, using Sparse Autoencoders (SAEs) as interpretability probes. Across three model families (Gemma 3 1B, Gemma 2 2B, Llama 3.2 1B), two pruning methods (magnitude and Wanda), and six sparsity levels (0--60%), we investigate five research questions spanning seed stability, feature survival, SAE transferability, feature fragility, and causal relevance. Our most striking finding is that rare SAE features--those with low firing rates--survive pruning far better than frequent ones, with within-condition Spearman correlations of rho = -1.0 in 11 of 17 experimental conditions. This counter-intuitive result suggests that pruning acts as implicit feature selection, preferentially destroying high-frequency generic features while preserving specialized rare ones. We further show that Wanda pruning preserves feature structure up to 3.7x better than magnitude pruning, that pre-trained SAEs remain viable on Wanda-pruned models up to 50% sparsity, and that geometric feature survival does not predict causal importance--a dissociation with implications for interpretability under compression.

📄 PDF Abstract BibTeX arXiv:2603.25325

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Steering Sparse Autoencoder Latents to Control Dynamic Head Pruning in Vision Transformers (Student Abstract)

2026-03-23 · Yousung Lee, Dongsoo Har arxiv

Dynamic head pruning in Vision Transformers (ViTs) improves efficiency by removing redundant attention heads, but existing pruning policies are often difficult to interpret and control. In this work, we propose a novel f…

SIMD-size aware weight regularization for fast neural vocoding on CPU

2022-11-02 · Hiroki Kanagawa, Yusuke Ijima

This paper proposes weight regularization for a faster neural vocoder. Pruning time-consuming DNN modules is a promising way to realize a real-time vocoder on a CPU (e.g. WaveRNN, LPCNet). Regularization that encourages …

CPU

When Pruning Meets Interpretability: Preserving Sparse Autoencoder Robustness in LLMs

2026-08-26 · Suchit Gupte, Xueru Zhang, Mohammad Mahdi Khalili arxiv

Sparse autoencoders (SAEs) are widely used to interpret the internal representations of large language models (LLMs), yet their reliability under post-hoc model compression remains poorly understood. We present a systema…

Model Compression

Towards Understanding the Robustness of Sparse Autoencoders

2026-04-20 · Ahson Saiyed, Sabrina Sadiekh, Chirag Agarwal arxiv

Large Language Models (LLMs) remain vulnerable to optimization-based jailbreak attacks that exploit internal gradient structure. While Sparse Autoencoders (SAEs) are widely used for interpretability, their robustness imp…

S$^3$: Structured Sparsity Specification

2026-04-13 · Ayoub Ghriss arxiv

We introduce the Structured Sparsity Specification (S$^3$), an algebraic framework for defining, composing, and implementing structured sparse patterns. S$^3$ specifies sparsity through three components: a View that resh…