ConceptioArchivearXiv CS
arXiv CSopen access

Beyond the Hard Budget: Sparsity Regularizers for More Interpretable Top-k Sparse Autoencoders

Unknown · 2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
machine learning, deep learning, neural networks

Beyond the Hard Budget: Sparsity Regularizers for More Interpretable Top-k Sparse Autoencoders Nathanaël Jacquier1,2 , Maria Vakalopoulou4,5 , Mahdi S. Hosseini2,3 1

Université Paris-Saclay, CentraleSupélec, France Department of Computer Science and Software Engineering (CSSE), Concordia University, Montreal, QC, Canada 3 Mila–Quebec AI Institute, Montreal, QC, Canada 4 Université Paris-Saclay, CentraleSupélec, Gustave Roussy, INSERM, IHU PRISM, Cancer Data Science Unit, France 5 Université Paris-Saclay, CentraleSupélec, MICS Laboratory, France [email protected], [email protected], [email protected]

arXiv:2606.27321v1 [cs.LG] 25 Jun 2026

2

Abstract Sparse autoencoders (SAEs) have become a leading tool for interpreting the representations of vision foundation models, decomposing their polysemantic activations into a larger set of sparse, more monosemantic features. The Top-k SAE, a nowstandard variant, enforces sparsity architecturally through its activation function, retaining only the k most active latents per input. Because it was designed precisely to avoid the ℓ1 penalty used by earlier SAEs and its known drawbacks, it has not been combined with an explicit sparsity regularizer– despite retaining limitations of its own, such as a budget k that is fixed regardless of input complexity and a tendency to overfit to the training value of k. We introduce two sparsity regularizers compatible with the Top-k architecture, both acting on the activations before the Top-k selection: an ℓ1 penalty on the unselected (off-support) units, and a scaleinvariant ℓ1 /ℓ2 -ratio penalty that concentrates the code onto fewer effective units. Both penalties are applied only to the batch-active units, those selected by the Top-k operator at least once within the batch. Across two datasets, three vision foundation models, and a range of k, both regularizers consistently improve monosemanticity at no cost to reconstruction quality. The ℓ1 /ℓ2 penalty further concentrates information into fewer latents, making reconstruction more robust to the inference-time choice of k and improving small-budget linear probing. Our central finding is that hard architectural sparsity and soft sparsity regularization are complementary rather than mutually exclusive.

1 Introduction Vision foundation models (VFMs) have become a standard source of general-purpose image embeddings. Yet the embeddings they produce are difficult to interpret, in part because of the polysemanticity: a single coordinate of the representation may respond to many seemingly unrelated concepts. A leading explanation for this phenomenon is superposition, whereby a network represents more features than it has dimensions by encoding them as overlapping, nonorthogonal vectors (Elhage et al. 2022). This opacity is an obstacle to auditing and controlling systems built on top of these models. Sparse autoencoders (SAEs) have recently emerged as a promising tool for interpreting such representations. An SAE encodes an input embedding into a higher-dimensional latent

space under a sparsity constraint and reconstructs the input from this sparse code, with the aim of recovering latent units that are as monosemantic as possible, ideally, each responding to a single human-interpretable concept. Initially used to interpret the internal activations of large language models (LLMs) (Bricken et al. 2023; Cunningham et al. 2023), SAEs have since been applied to the embeddings of vision foundation models, where they are used to extract and study interpretable visual features (Stevens et al. 2025; Olson et al. 2025; Pach et al. 2025). SAEs differ in how they impose sparsity. The original formulation, which we refer to as the vanilla SAE, adds an explicit ℓ1 penalty on the latent code to the reconstruction loss. Because this penalty grows with activation magnitude, it biases the encoder toward systematically reducing the magnitudes of active units–a phenomenon known as feature shrinkage (Gao et al. 2024; Wright and Sharkey 2024)–and vanilla SAE training is in general prone to producing dead latents, units that cease to activate entirely (Gao et al. 2024). The Top-k SAE (Gao et al. 2024), building on the k-sparse autoencoder (Makhzani and Frey 2013), was introduced specifically to dispense with the ℓ1 penalty: it imposes sparsity architecturally, through an activation function that retains, for each input, only the k latent units with the largest activations and zeroes the rest. This enforces a hard per-sample sparsity budget while avoiding the magnitude shrinkage induced by the ℓ1 term. Perhaps because the Top-k SAE was conceived precisely to remove the ℓ1 penalty, the literature has not revisited augmenting it with an additional sparsity constraint acting on the latent code. Yet the Top-k SAE retains its own welldocumented limitations, several of which an additional sparsity term could plausibly address. First, the sparsity level k is uniform across samples, even though the number of latent factors needed to describe an input is likely to vary with its complexity; this rigidity has motivated a line of work that relaxes the per-sample budget, for example by enforcing it only on average across a batch (Bussmann, Leask, and Nanda 2024), by allocating it adaptively across units (Ayonrinde 2024), or by predicting an input-dependent k (Yao et al. 2025; Stępień et al. 2026). The standard objective, however, is indifferent to how many of the k available units are actually used, provided the reconstruction is accurate; it therefore

gives the model no incentive to encode an easy sample with fewer than k units. A sparsity penalty acting on the activations before selection would supply precisely this missing incentive, letting the effective number of active units adapt to each input rather than remaining fixed at k. Second, the value of k itself is chosen arbitrarily, and a Top-k SAE tends to overfit to its training k, in the sense that its reconstruction quality degrades when the number of units retained at inference departs from the value used during training (Gao et al. 2024). Encouraging the model to concentrate its reconstruction onto fewer units would reduce its reliance on the exact value of k, and so mitigate this sensitivity. To address these limitations, we introduce two sparsity regularizers compatible with the Top-k architecture. Both act on the activations before the Top-k selection and are restricted to the batch-active units: the units selected by the Top-k operator at least once within the batch. The first is an ℓ1 penalty on the off-support activations–those of units not selected by the Top-k operator for a given sample. In a standard Top-k SAE these activations receive no gradient from the reconstruction objective and are therefore left unconstrained, allowing a unit to produce moderate, sub-threshold responses to inputs unrelated to the concept it encodes when selected. Penalizing them drives these off-support responses toward zero, sharpening each unit’s selectivity: a unit is encouraged to activate strongly only on the inputs for which it is among the top contributors and to remain near-zero otherwise. We show that this yields more coherent activating image sets and higher monosemanticity. The second regularizer penalizes the ratio of the ℓ1 to the ℓ2 norm of the activations, a scale-invariant sparsity measure introduced by Hoyer (2004). Minimizing it concentrates the code onto fewer effective units; we show that this concentration directly mitigates several of the limitations above. We evaluate on two datasets, ImageNet-1K (Russakovsky et al. 2015) and Open Images V7 (Kuznetsova et al. 2020), using the embeddings of three frozen vision foundation models–CLIP (Radford et al. 2021), SigLIP2(Tschannen et al. 2025), and a supervised ViT-L/16 (Dosovitskiy et al. 2021)—across a range of k. We assess interpretability with the Monosemanticity Score of Pach et al. (2025), a labelgrounded class-purity measure, and qualitative inspection, and we study the downstream effects of the induced concentration. Across all configurations, the use of both regularizers yield markedly more concentrated and more interpretable codes without hurting reconstruction quality. Our contributions are as follows: • We introduce two sparsity regularizers compatible with the Top-k architecture, both acting on the pre-selection activations: an off-support ℓ1 penalty and an ℓ1 /ℓ2 -ratio penalty. • Across two datasets, three vision foundation models, and a range of k, we show that both regularizers consistently improve interpretability–measured by monosemanticity and class purity–while preserving reconstruction quality. • We show that the concentration induced by the ℓ1 /ℓ2 -ratio regularizer addresses a known limitations of the Top-k SAE: it makes reconstruction substantially more robust

to the inference-time choice of k. Additionnally it concentrates discriminative information into fewer leading units, improving small-budget linear probing.

2 Related Work Sparse autoencoders for vision. Sparse autoencoders (SAEs) were originally introduced to interpret the internal activations of large language models (LLMs), decomposing them through dictionary learning into a larger set of sparse, more monosemantic latent units (Bricken et al. 2023). The same approach has since been transferred to the embeddings of vision foundation models (VFMs), where SAEs are used to extract and study human-interpretable visual features (Stevens et al. 2025; Olson et al. 2025). We follow this line of work and train SAEs on the embeddings of frozen vision foundation models. Monosemanticity. A central goal of an SAE is to recover latent units that are as monosemantic as possible, that is, units each responding to a single human-interpretable concept. To quantify this property for vision SAEs, Pach et al. (2025) introduce the Monosemanticity Score, which measures how similar the images that most strongly activate a given latent unit are to one another; higher values indicate a more concept-selective unit. We adopt the Monosemanticity Score as our primary measure of interpretability. Top-k sparse autoencoders. SAEs differ in how they impose sparsity. Early SAEs add an explicit ℓ1 penalty on the latent code to the reconstruction loss which causes the suppression of weaker features (Gao et al. 2024; Wright and Sharkey 2024). The Top-k sparse autoencoder (Gao et al. 2024) instead imposes sparsity architecturally, through its activation function: for each input it keeps only the k latent units with the largest activations and sets the remaining ones to zero. This enforces a hard per-sample sparsity budget and avoids the magnitude shrinkage caused by the ℓ1 penalty. We build directly on this architecture. Regularizing the Top-k sparse autoencoder. In the Topk sparse autoencoder, sparsity is controlled solely through the hard selection of the k largest activations. Prior attempts to add regularization in this setting act elsewhere than on the latent code: for instance, weight regularization penalizes the encoder and decoder weights, rather than the activations, to improve the stability of the learned features (Jedryszek and Crook 2026). To the best of our knowledge, no prior work augments a Top-k sparse autoencoder with an explicit sparsity penalty applied directly to the activation vector seen by the Top-k operator. This is the gap addressed by the two regularizers we propose. The ℓ1 /ℓ2 ratio as a sparsity measure. One of our regularizers penalizes the ratio of the ℓ1 to the ℓ2 norm of the activations. This ratio originates from the sparseness measure of Hoyer (2004), defined as a normalized ℓ1 /ℓ2 ratio that is invariant to the scale of the vector. Yang, Wen, and Li (2020) subsequently proposed the Hoyer-Square regularizer, the squared ℓ1 /ℓ2 ratio, as a differentiable and scale-invariant surrogate for the ℓ0 count, and used it to train sparser neural networks at comparable accuracy. Our second regularizer

adapts this ℓ1 /ℓ2 -ratio family to the activations of a Top-k sparse autoencoder.

3 Method Top-k sparse autoencoder enforces sparsity of its latent code only through its Top-k activation function(Gao et al. 2024). We propose two regularizers compatible with the Top-k architecture, each imposing an additional sparsity constraint on the activations before the Top-k operator. Their effects are illustrated in Figure 1.

3.1 Notation and Architecture We train a Top-k sparse autoencoder on embeddings x ∈ Rd produced by a frozen vision foundation model. A batch of N samples is denoted B = {x(1) , . . . , x(N ) }. The SAE has m ≫ d latent units, with encoder weights We ∈ Rm×d , decoder weights Wd ∈ Rd×m , an encoder bias be ∈ Rm over the latent space, and a bias bd ∈ Rd over the input space. As is standard for this architecture (Bricken et al. 2023; Gao et al. 2024), bd serves as a centering bias: it is subtracted from the input before the encoder and added back after the decoder, so no separate decoder bias is used. For a sample x(i) , the encoder first produces the preactivations  π (i) = We x(i) − bd + be ∈ Rm , (1) to which a ReLU is applied to obtain the activations   a(i) = ReLU π (i) ∈ Rm ≥0 .

µ. Masking restricts the penalty to units that contribute to the reconstruction of the batch. Units that are never selected receive no reconstruction gradient, so penalizing them would drive their activations toward zero with no counteracting signal, inflating the number of dead neurons.

3.3 Regularizers Both regularizers act on the activations a(i) , restricted to the batch-active units by the mask µ. They share the notation above and differ only in their expression. We denote the regularizer evaluated on a batch by R(B). Regularizer 1 (off-support ℓ1 ). We penalize the ℓ1 norm of the masked residual between the activations and the sparse code, N X  R(B) = (7) µ ⊙ a(i) − z (i) 1 , i=1

where ⊙ is the elementwise (Hadamard) product. Since (i) (i) aj = zj on the selected units, this residual is supported exactly on the units not selected by the Top-k operator (the offsupport units); the mask further restricts it to the units active across the batch. Minimizing R thus drives the off-support activation mass of the batch-active units toward zero. Regularizer 2 (ℓ1 /ℓ2 ratio). We penalize the ratio of the ℓ1 to the ℓ2 norm of the masked activations, R(B) =

(2)

N X µ ⊙ a(i) 1

µ ⊙ a(i) 2

i=1

,

(8)

The Top-k operator then retains the k largest activations and zeros the rest. Let S (i) ⊆ {1, . . . , m}, with |S (i) | = k, denote the index set of the k largest coordinates of a(i) . The sparse code is ( (i)   aj , j ∈ S (i) , (i) (i) (i) z = TopKk a , zj = (3) 0, j∈ / S (i) .

The ratio ∥ · ∥1 /∥ · ∥2 is scale-invariant, so the penalty concentrates the code without competing with the reconstruction term over its overall magnitude. Its square is a standard proxy for the effective number of active units (Hoyer 2004), so minimizing R pushes each code toward fewer effective active units.

Finally, the decoder reconstructs the input from the sparse code, adding the centering bias back,

With the reconstruction loss

x̂(i) = Wd z (i) + bd .

(4)

3.2 Active-Unit Mask Both regularizers are restricted to the activations selected by the Top-k operator for at least one sample of the batch. We define this active set as A(B) =

N [

S (i) ⊆ {1, . . . , m},

(5)

i=1

and encode it as a binary mask µ ∈ {0, 1}m , the per-unit indicator of the active set,    1, if ∃ i ∈ {1, . . . , N } : j ∈ S (i) , µj = 1 j ∈ A(B) = 0, otherwise. (6) The mask is recomputed for each batch and treated as a constant during backpropagation; no gradient flows through

3.4 Training Objective N

Lrecon (B) =

1 X (i) 2 x − x̂(i) 2 , N i=1

(9)

and the auxiliary Top-k loss Laux (B) that reconstructs the residual from the top unselected (dead) units (Gao et al. 2024), the total objective is L(B) = Lrecon (B) + α Laux (B) + λ R(B),

(10)

where λ ≥ 0 controls the strength of the sparsity penalty and α ≥ 0 the auxiliary term. The baseline Top-k SAE corresponds to λ = 0.

4 Experiments We investigate whether the proposed regularizers improve the interpretability of Top-k SAEs. We train matched pairs of models, with and without a regularizer, and evaluate them quantitatively on (i) reconstruction and monosemanticity and (ii) class purity, followed by a qualitative inspection of neurons across their full activation range.

Figure 1: Effect of the two regularizers on the pre-selection activations. (left) Regularizer 1 shrinks the activations not selected by the Top-k operator toward 0; (right) Regularizer 2 concentrates the activation vector onto fewer units. k = 32

k = 64 2

k = 128 2

Encoder Data

Method

Mm

Dead

R

Mm

Dead

R

CLIP

Baseline 0.774 0.497 0.484 Reg. 1 0.774 0.525 0.522 Reg. 2 0.776 0.501 0.493

29 26 59

0.824 0.462 0.432 0.824 0.504 0.491 0.825 0.482 0.463

5 1 10

0.873 0.423 0.381 0.874 0.444 0.410 0.875 0.431 0.393

1 0 1

Open Images Baseline 0.700 0.417 0.414 Reg. 1 0.700 0.444 0.450 Reg. 2 0.706 0.425 0.426

29 40 45

0.758 0.386 0.372 0.759 0.424 0.418 0.767 0.402 0.392

2 2 11

0.811 0.360 0.351 0.815 0.392 0.379 0.820 0.367 0.357

0 0 5

SigLIP

ViT

ImageNet

ImageNet

R

2

Mm

Dead

Baseline 0.773 0.579 0.588 233 0.827 0.572 0.574 227 0.871 0.558 0.545 133 Reg. 1 0.773 0.587 0.598 232 0.828 0.588 0.588 176 0.871 0.578 0.568 72 Reg. 2 0.775 0.577 0.589 248 0.830 0.572 0.576 255 0.875 0.560 0.550 157

Open Images Baseline 0.684 0.536 0.553 197 0.752 0.520 0.525 140 0.802 0.500 0.496 Reg. 1 0.687 0.545 0.564 182 0.753 0.545 0.550 77 0.802 0.528 0.524 Reg. 2 0.692 0.539 0.556 224 0.759 0.522 0.534 257 0.807 0.504 0.500

62 7 84

ImageNet

Baseline 0.775 0.345 0.337 Reg. 1 0.778 0.471 0.473 Reg. 2 0.800 0.413 0.400

0 0 0

0.809 0.238 0.217 0.811 0.308 0.293 0.824 0.289 0.262

0 0 0

0.838 0.155 0.129 0.839 0.193 0.170 0.842 0.164 0.133

0 0 0

Open Images Baseline 0.658 0.187 0.169 Reg. 1 0.658 0.289 0.272 Reg. 2 0.683 0.264 0.248

0 12 9

0.702 0.128 0.105 0.704 0.217 0.199 0.715 0.194 0.175

0 0 0

0.742 0.091 0.072 0.743 0.151 0.129 0.748 0.120 0.099

0 0 0

Table 1: Reconstruction (R2 ), mean and median monosemanticity (Mµ , Mm ), and number of dead neurons for the Top-k baseline and our two regularizers—Reg. 1 (off-support ℓ1 ) and Reg. 2 (ℓ1 /ℓ2 ratio). Results span three encoders (CLIP ViTL/14, SigLIP2, and a supervised ViT-L/16), two datasets (ImageNet-1K, Open Images V7), and k ∈ {32, 64, 128}. Within each (encoder, dataset, k) group, for R2 and monosemanticity (Mµ , Mm ), the best of the three methods is in bold and the second best is underlined (higher is better). Setup. We train and evaluate Top-k SAEs on the image embeddings of three frozen vision foundation models—(i) CLIP ViT-L/14 (Radford et al. 2021), (ii) SigLIP2 (Tschannen et al. 2025), and (iii) a supervised ViT-L/16 (Dosovitskiy et al. 2021)—and on two datasets, ImageNet-1K (Russakovsky et al. 2015) and Open Images V7(Kuznetsova et al. 2020). The latent dimension is 8192 and the only hyperparameter varied across runs is k ∈ {32, 64, 128}. For each (encoder, dataset, k) configuration, we compare the unregularized Top-k baseline (λ = 0) against our regularized model (for both regularizers), keeping all other settings identical so that the two differ only in the regularizer R and its coefficient λ. Reconstruction and interpretability. The primary goal of an SAE is to expose interpretable features, which we quantify with the Monosemanticity Score. All metrics are com-

puted on the test set. R2 measures reconstruction quality, and monosemanticity is computed per latent unit and reported as its mean (Mµ ) and median (Mm ) across units; for all three, higher is better. We additionally report the number of dead neurons–latent units never activated on the test set–for which lower is better. For both regularizers, increasing λ initially improves the reconstruction before degrading it, whereas monosemanticity increases monotonically over the range we consider. Since our objective is to maximize interpretability, for each configuration we select the largest λ whose R2 remains superior to the baseline, yielding the largest monosemanticity gain at no reconstruction cost. Results are reported in Table 1. Under this protocol, both regularizers improve monosemanticity while preserving reconstruction quality across all configurations, with a single exception: SigLIP on ImageNet under the Regularizer 2 (ℓ1 /ℓ2 ratio), where mean monose-

Binary purity

Weighted purity

Enc.

k

CLIP

32 0.220 0.280 64 0.149 0.207 128 0.103 0.126

0.235 0.290 0.359 0.165 0.225 0.301 0.105 0.167 0.204

0.308 0.253 0.176

SigLIP 32 0.286 0.313 64 0.239 0.264 128 0.188 0.213

0.288 0.358 0.383 0.242 0.330 0.357 0.188 0.287 0.319

0.359 0.335 0.291

32 0.244 0.383 64 0.128 0.176 128 0.065 0.080

0.314 0.418 0.551 0.158 0.311 0.372 0.067 0.224 0.259

0.479 0.343 0.229

ViT

Base Reg. 1 Reg. 2 Base Reg. 1 Reg. 2

Table 2: Class purity on ImageNet-1K for the Top-k baseline (Base) and our two regularizers—Reg. 1 (off-support ℓ1 ) and Reg. 2 (ℓ1 /ℓ2 ratio)—across three encoders (CLIP ViT-L/14, SigLIP2, and a supervised ViT-L/16) and k ∈ {32, 64, 128}. We report binary and weighted purity; higher is better.

manticity decreases marginally (−0.002). Regularizer 1 (offsupport ℓ1 ) yields the larger monosemanticity gain in every configuration. The effect is most pronounced for the ViT encoder, where adding a regularizer improves mean monosemanticity by up to 0.13 (Regularizer 1) and 0.07 (Regularizer 2), while SigLIP shows the most modest improvements. Finally, the two regularizers have opposite effects on the number of dead neurons: Regularizer 2 (ℓ1 /ℓ2 ) tends to increase it, whereas Regularizer 1 (off-support ℓ1 ) tends to decrease it, in some cases substantially (e.g. on SigLIP). Class purity. The Monosemanticity Score captures monosemanticity through the similarity of embeddings. To corroborate it with a label-grounded measure, we evaluate the class purity of the latent units on the ImageNet-1K validation set. For each active latent j, we define its dominant class as the label that fires it most often, i X h (n) c⋆j = arg max 1 zj > 0 , (11) c

n : yn =c (n)

where yn is the label of sample n and zj its activation on latent j. We then summarize how concentrated each latent is on its dominant class with two metrics. Binary purity is the fraction of samples activating the latent whose label is c⋆j , counting every activation equally. Weighted purity is the same fraction but weighted by activation strength, so that strongly activating samples contribute more; it measures whether a latent’s strongest responses, in particular, are class-consistent. A latent that responds exclusively to a single class attains a purity of 1, whereas one that responds indiscriminately scores near the class prior. We average each metric over the active latents and report the mean per configuration. As shown in Table 2, both regularizers increase binary and weighted purity across all encoders (except a single regression–a −0.00035 change in binary purity for SigLIP at k=128 under Regularizer 2). The gains are largest on the ViT encoder, where Regularizer 1 raises binary purity by up to 0.14 and weighted purity by up to 0.13. Consistent with

Figure 2: Qualitative comparison at matched monosemanticity rank (ViT-L/16, k = 32). Top: a baseline latent (unit 483, monosemanticity 0.688); bottom: the Regularizer 1 (off-support ℓ1 ) latent at the same monosemanticity rank (unit 2982, monosemanticity 0.805)—two distinct units occupying the same rank. In each block, rows show the Top10, Mid-10, and Bottom-10 activating images. Each row is ordered by decreasing activation strength (high → low). the monosemanticity results, Regularizer 1 (off-support ℓ1 ) improves purity more than Regularizer 2. Qualitative analysis. The Monosemanticity Score is intended to quantify how visually and semantically coherent the images activating a latent are. We complement it with a direct qualitative inspection of these images. We focus on the ViT encoder with k = 32 and rank the latents by their test-set monosemanticity score, separately for the baseline and for Regularizer 1 (off-support ℓ1 ). For a given latent, we examine its top-10, middle-10, and bottom-10 activating images–that is, the images eliciting its strongest, median, and weakest activations—which probes coherence across the full activation range rather than at the peak alone. We conduct two complementary comparisons. The first is rank-matched: we compare the latent at a given monosemanticity rank with the regularizer against the latent at the same rank without it (in general two distinct units), isolating how coherent a latent of comparable standing is in each model. The second is unit-matched: we compare the same latent (identical position in the dictionary) with and without the regularizer, isolating the effect of the penalty on a fixed unit. The rank-matched comparison (Figure 2) shows that, with the regularizer, the dominant concept of a latent remains consistent down to its weakest (bottom-10) activations, whereas for the baseline coherence degrades away from the top activations. The unit-matched comparison (Figure 3) shows that a given latent continues to encode the same concept with and without the regularizer, but its set of activating images becomes markedly more coherent. Sparsity effects of the regularizers. While the regularizers were shown above to improve monosemanticity, their original motivation is to impose an additional sparsity constraint. To visualize their effect on the activation distribution, we sort each test sample’s m activations in decreasing order

Figure 3: Qualitative comparison for a fixed latent (ViT-L/16, k = 32). Both blocks show the same unit (unit 4671): top, the baseline (monosemanticity 0.528); bottom, the same unit trained with Regularizer 1 (off-support ℓ1 , monosemanticity 0.865). In each block, rows show the Top-10, Mid-10, and Bottom-10 activating images. Each row is ordered by decreasing activation strength (high → low).

and average them rank-by-rank across the ImageNet-1K test set, obtaining the mean magnitude of the r-th largest activation as a function of rank r. Figure 4 plots this averaged, rank-ordered profile for CLIP ViT-L/14 at k = 64, for the baseline and for each regularizer; the red line at rank k = 64 separates the activations kept by the Top-k operator (left) from those it zeroes out (right). The two regularizers act on this profile in qualitatively different ways. Regularizer 1 (off-support ℓ1 ) leaves the kept activations almost unchanged relative to the baseline and only suppresses the off-support tail, consistent with its design. Regularizer 2 (ℓ1 /ℓ2 ratio) instead reshapes the entire profile, concentrating mass onto the very top ranks: its largest activation is substantially higher than the baseline’s while the remaining ranks decay much faster. The ℓ1 /ℓ2 ratio thus has the more pronounced effect on the activation distribution, whereas the off-support penalty acts only where activations are already small. So far, our interpretability analysis considered both regularizers and showed that Regularizer 1 yields the larger monosemanticity gains. The activation profiles, however, reveal that Regularizer 2 reshapes the latent geometry far more aggressively. The remaining experiments focus on Regularizer 2, showing that its concentrated geometry brings substantial benefits beyond monosemanticity. Robustness to the inference-time k. A direct consequence of the concentration induced by Regularizer 2 is that activation magnitudes decay quickly with rank (Figure 4), so that most of the reconstructed signal is carried by a small number of units. This suggests that the exact number of units retained at inference should matter less than for the baseline: keeping slightly fewer or more than the training k should leave reconstruction largely unchanged. Such a property would mitigate a known limitation of Top-k SAEs, namely their sensitivity to the arbitrary choice of k and the resulting overfitting to the training value (Gao et al. 2024). To test this,

Figure 4: Average rank-ordered activation profiles on the ImageNet-1K test set for CLIP ViT-L/14 at k = 64. From top to bottom: Top-k baseline, Regularizer 1 (off-support ℓ1 ), and Regularizer 2 (ℓ1 /ℓ2 ratio). The red line at rank 64 separates the activations kept by the Top-k operator (left) from those zeroed out (right). we train Top-k SAEs on ImageNet-1K with CLIP ViT-L/14 at k ∈ {32, 64, 128}, with and without Regularizer 2, and evaluate each model while varying the number of retained units kinf at inference around the training value. We report the normalized reconstruction error (NMSE) as a function of kinf . Figure 5 reveals two complementary effects, both more pronounced at larger training k. For kinf below the training value (i.e. under truncation), Regularizer 2 attains a consistently lower NMSE than the baseline, and the gap widens as the model is truncated more aggressively–most strikingly at training k = 128, where the regularized model degrades far more gracefully. For kinf above the training value, the baseline NMSE rises back up, indicating that it has overfit to using exactly k units, whereas Regularizer 2 remains essentially flat. Together, these show that the concentrated geometry makes reconstruction substantially more robust to the inference-time k. Probing under activation truncation. If Regularizer 2 concentrates activation magnitude onto fewer units, it should also concentrate the information carried by the code, in the sense that fewer units suffice to identify the class of a sample. We test this by probing the code under activation truncation. For each trained SAE, we form a truncated code by keeping only the k ′ largest activations of each sample and zeroing the rest, fit a linear probe on these truncated codes for ImageNet1K classification (1000 classes), training the probe on the training split and reporting top-1 accuracy on the test split. Sweeping the truncation level k ′ yields an accuracy-versus-k ′ curve; a curve that rises steeply at small k ′ indicates that the discriminative information is packed into few coordinates. We train Top-k SAEs on ImageNet-1K with CLIP ViT-L/14, SigLIP2, and a supervised ViT-L/16, and compare the base-

Figure 5: Two consequences of the concentration induced by Regularizer 2 (ℓ1 /ℓ2 ratio), on ImageNet-1K with CLIP ViT-L/14. (left) Robustness to the inference-time number of retained units: each panel is a model trained at a fixed k (left to right: k = 32, 64, 128; dotted line) and evaluated while varying kinf at inference; both axes are logarithmic. (right) Probing under activation truncation at k = 64: a linear probe is trained on codes truncated to their k ′ largest activations, and top-1 test accuracy is plotted against k ′ (log scale). line against Regularizer 2. Figure 5 shows the curve for CLIP ViT-L/14 at k = 64. The two models reach the same asymptotic test accuracy (≈0.82) once enough units are retained, so the regularizer does not change the total information recoverable from the code; it reaches high accuracy with far fewer units, dominating the baseline across the entire small-budget regime. To quantify this concentration of discriminative information, we report the normalized area under the accuracyversus-k ′ curve, defined as the AUC over k ′ ∈ [1, K] divided by K; this rescaling places it in [0, 1] and keeps it comparable across integration ranges. A higher value indicates that accuracy is attained at smaller truncation levels. We set K = 32, integrating only up to this point because the accuracy curves of the two models converge once enough units are retained, so beyond it their difference adds no discriminative signal and would only attenuate the metric. Table 3 reports the normalized AUC across all nine configurations, together with the top-1 accuracy at the full budget k ′ = 32. The AUC is higher for Regularizer 2 in every configuration, confirming that it consistently front-loads discriminative information into the leading activations. At the same time, the accuracy at k ′ = 32 is essentially unchanged relative to the baseline, showing that this gain in early-budget accuracy comes at no cost to overall performance. Necessity of the active-unit mask. Both regularizers are restricted to the batch-active units–those selected in the Topk of at least one sample of the batch (Section 2.2). We motivated this design by noting that an unselected unit receives no gradient from the reconstruction term; penalizing it directly therefore applies a one-sided force that drives its activations to zero and eventually kills the unit. To test this, we repeat every configuration of Tables 1 and 2 with the regularization applied to all units (no mask) and report the resulting number of dead neurons. Table 4 confirms the claim. Removing the mask increases the number of dead neurons in nearly every configuration, frequently by one to two orders of magnitude (e.g. from 12 to 2426 dead units for the supervised ViT-L/16 on Open Images V7 at k = 32 under Regularizer 1). The few exceptions

Norm. AUC Top-1 @ k′ =32 Enc.

k

Base Reg. 2 Base

Reg. 2

CLIP

32 0.683 0.731 0.815 64 0.607 0.726 0.810 128 0.479 0.692 0.773

0.815 0.814 0.804

SigLIP 32 0.706 0.778 0.856 64 0.625 0.771 0.853 128 0.485 0.757 0.803

0.856 0.856 0.851

32 0.758 0.784 0.801 64 0.743 0.782 0.802 128 0.752 0.755 0.801

0.804 0.802 0.802

ViT

Table 3: Probing under activation truncation on ImageNet1K, for the Top-k baseline and Regularizer 2 (ℓ1 /ℓ2 ratio), across three encoders (CLIP ViT-L/14, SigLIP2, a supervised ViT-L/16) and k ∈ {32, 64, 128}. Norm. AUC is the normalized area under the test-accuracy-versus-k ′ curve over k ′ ∈ [1, 32] (higher is better); Top-1 @ k ′ =32 is the test accuracy at the full budget.

are configurations in which no units die even without the mask, such as the supervised ViT-L/16 on ImageNet-1K at k ∈ {64, 128}. Beyond the increase in dead neurons, the unmasked variant also systematically lowers mean monosemanticity relative to the masked one. The mask is thus necessary both for stability and for the interpretability gains reported above.

5 Conclusion We introduced two sparsity regularizers compatible with the Top-k architecture, both acting on the activations before the Top-k selection: an ℓ1 penalty on the off-support units and an ℓ1 /ℓ2 -ratio penalty on the full activation vector. Across two datasets, three vision foundation models, and a range of k, both regularizers consistently improve interpretability—measured by monosemanticity and class purity–at no cost to reconstruction quality. Beyond interpretability, we showed that the concentration induced by the

ImageNet-1K

Open Images V7

Enc.

k

CLIP

32

26 59 1 10 0 1

1052 303 316 276 27 69

40 45 2 11 0 5

2514 801 837 319 423 150

SigLIP 32

Reg. 1 Reg. 2 64 Reg. 1 Reg. 2 128 Reg. 1 Reg. 2

232 248 176 255 72 157

1066 428 595 394 301 257

182 224 77 257 7 84

1438 1107 1205 858 600 191

ViT

32

0 0 0 0 0 0

625 490 0 0 0 0

12 9 0 0 0 0

2426 2052 391 617 12 12

Method Masked No mask Masked No mask

Reg. 1 Reg. 2 64 Reg. 1 Reg. 2 128 Reg. 1 Reg. 2

Reg. 1 Reg. 2 64 Reg. 1 Reg. 2 128 Reg. 1 Reg. 2

Table 4: Number of dead neurons with and without the active-unit mask, for Regularizer 1 (off-support ℓ1 ) and Regularizer 2 (ℓ1 /ℓ2 ratio), across three encoders (CLIP ViTL/14, SigLIP2, and a supervised ViT-L/16), two datasets, and k ∈ {32, 64, 128}. Lower is better. ℓ1 /ℓ2 -ratio penalty makes reconstruction substantially more robust to the inference-time choice of k and front-loads discriminative information into the leading units, improving small-budget linear probing. These results carry a simple message: although the Top-k SAE was introduced specifically to avoid the ℓ1 penalty and its known drawbacks, it still benefits from an explicit sparsity constraint–provided the constraint acts on the pre-selection activations rather than the sparse code, and is restricted to the batch-active units so as not to create dead latents. Hard architectural sparsity and soft regularization are thus complementary rather than mutually exclusive. Several directions follow naturally. The regularizers could be extended to other members of the Top-k family, such as BatchTopK (Bussmann, Leask, and Nanda 2024) and Matryoshka SAEs (Bussmann et al. 2025), whose selection mechanisms differ from the per-sample Top-k studied here. More broadly, the ℓ1 /ℓ2 ratio is a scale-invariant sparsity measure that remains underused in representation learning, and our results suggest it is a promising and largely unexplored tool for shaping the geometry of sparse codes.

References Ayonrinde, K. 2024. Adaptive Sparse Allocation with Mutual Choice and Feature Choice Sparse Autoencoders. arXiv:2411.02124. Bricken, T.; Templeton, A.; Batson, J.; Chen, B.; Jermyn, A.; Conerly, T.; Turner, N.; Anil, C.; Denison, C.; Askell, A.; Lasenby, R.; Wu, Y.; Kravec, S.; Schiefer, N.; Maxwell, T.; Joseph, N.; Hatfield-Dodds, Z.; Tamkin, A.; Nguyen, K.;

McLean, B.; Burke, J. E.; Hume, T.; Carter, S.; Henighan, T.; and Olah, C. 2023. Towards Monosemanticity: Decomposing Language Models with Dictionary Learning. Transformer Circuits Thread. https://transformer-circuits.pub/ 2023/monosemantic-features. Bussmann, B.; Leask, P.; and Nanda, N. 2024. BatchTopK Sparse Autoencoders. arXiv:2412.06410. Bussmann, B.; Nabeshima, N.; Karvonen, A.; and Nanda, N. 2025. Learning Multi-Level Features with Matryoshka Sparse Autoencoders. arXiv:2503.17547. Cunningham, H.; Ewart, A.; Riggs, L.; Huben, R.; and Sharkey, L. 2023. Sparse Autoencoders Find Highly Interpretable Features in Language Models. arXiv:2309.08600. Dosovitskiy, A.; Beyer, L.; Kolesnikov, A.; Weissenborn, D.; Zhai, X.; Unterthiner, T.; Dehghani, M.; Minderer, M.; Heigold, G.; Gelly, S.; Uszkoreit, J.; and Houlsby, N. 2021. An Image Is Worth 16x16 Words: Transformers for Image Recognition at Scale. In International Conference on Learning Representations (ICLR). Elhage, N.; Hume, T.; Olsson, C.; Schiefer, N.; Henighan, T.; Kravec, S.; Hatfield-Dodds, Z.; Lasenby, R.; Drain, D.; Chen, C.; Grosse, R.; McCandlish, S.; Kaplan, J.; Amodei, D.; Wattenberg, M.; and Olah, C. 2022. Toy Models of Superposition. Transformer Circuits Thread. ArXiv:2209.10652. Gao, L.; Dupré la Tour, T.; Tillman, H.; Goh, G.; Troll, R.; Radford, A.; Sutskever, I.; Leike, J.; and Wu, J. 2024. Scaling and Evaluating Sparse Autoencoders. arXiv:2406.04093. Hoyer, P. O. 2004. Non-negative Matrix Factorization with Sparseness Constraints. Journal of Machine Learning Research, 5: 1457–1469. Jedryszek, P.; and Crook, O. M. 2026. Stable and Steerable Sparse Autoencoders with Weight Regularization. arXiv:2603.04198. Kuznetsova, A.; Rom, H.; Alldrin, N.; Uijlings, J.; Krasin, I.; Pont-Tuset, J.; Kamali, S.; Popov, S.; Malloci, M.; Kolesnikov, A.; Duerig, T.; and Ferrari, V. 2020. The Open Images Dataset V4: Unified Image Classification, Object Detection, and Visual Relationship Detection at Scale. International Journal of Computer Vision, 128(7): 1956–1981. Makhzani, A.; and Frey, B. 2013. k-Sparse Autoencoders. arXiv:1312.5663. Olson, M. L.; Hinck, M.; Ratzlaff, N.; Li, C.; Howard, P.; Lal, V.; and Tseng, S.-Y. 2025. Probing the Representational Power of Sparse Autoencoders in Vision Models. ICCV Workshops 2025, arXiv:2508.11277. Pach, M.; Karthik, S.; Bouniot, Q.; Belongie, S.; and Akata, Z. 2025. Sparse Autoencoders Learn Monosemantic Features in Vision-Language Models. arXiv:2504.02821. Radford, A.; Kim, J. W.; Hallacy, C.; Ramesh, A.; Goh, G.; Agarwal, S.; Sastry, G.; Askell, A.; Mishkin, P.; Clark, J.; Krueger, G.; and Sutskever, I. 2021. Learning Transferable Visual Models from Natural Language Supervision. In International Conference on Machine Learning (ICML), 8748–8763. Russakovsky, O.; Deng, J.; Su, H.; Krause, J.; Satheesh, S.; Ma, S.; Huang, Z.; Karpathy, A.; Khosla, A.; Bernstein, M.;

Berg, A. C.; and Fei-Fei, L. 2015. ImageNet Large Scale Visual Recognition Challenge. International Journal of Computer Vision, 115(3): 211–252. Stępień, J.; et al. 2026. SoftSAE: Dynamic Top-K Selection for Adaptive Sparse Autoencoders. VERIFY FULL AUTHOR LIST, arXiv:2605.06610. Stevens, S.; Chao, W.-L.; Berger-Wolf, T.; and Su, Y. 2025. Sparse Autoencoders for Scientifically Rigorous Interpretation of Vision Models. arXiv:2502.06755. Tschannen, M.; Gritsenko, A.; Wang, X.; Naeem, M. F.; Alabdulmohsin, I.; Parthasarathy, N.; Evans, T.; Beyer, L.; Xia, Y.; Mustafa, B.; Hénaff, O.; Harmsen, J.; Steiner, A.; and Zhai, X. 2025. SigLIP 2: Multilingual Vision-Language Encoders with Improved Semantic Understanding, Localization, and Dense Features. arXiv:2502.14786. Wright, B.; and Sharkey, L. 2024. Addressing Feature Suppression in SAEs. https://www.alignmentforum.org/posts/ 3JuSjTZyMzaSeTxKk/addressing-feature-suppression-insaes. AI Alignment Forum. Yang, H.; Wen, W.; and Li, H. 2020. DeepHoyer: Learning Sparser Neural Networks with Differentiable Scale-Invariant Sparsity Measures. In International Conference on Learning Representations (ICLR). Yao, Y.; et al. 2025. AdaptiveK Sparse Autoencoders: Dynamic Sparsity Allocation for Interpretable LLM Representations. VERIFY AUTHOR LIST, arXiv:2508.17320.

Record · ID 310802 · SHA-256 d4a34f69a62c1782
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.