IC-205Gemma 2's SAE features exhibit depth-dependent organization, with polysemantic features in early layers and persistent, matchable features in later layers

Nikita Balagansky, Ian Maksimov, Daniil Gavrilov

SourceMechanistic Permutability: Match Features Across Layers

Using GemmaScope SAEs on each layer of Gemma 2 2B, the authors match features across layers by minimizing MSE between folded SAE parameters and validate matches with GPT-4o mini LLM evaluation of feature descriptions. The number of 'same' features (identical meaning) remains near zero in initial layers and begins to increase only after the 10th layer. Feature similarity, measured by LLM score, persists for approximately five layers before declining. Layer pruning experiments confirm that matched features can approximate the next hidden state with minimal cross-entropy loss beyond the 10th layer. Similar depth-dependent patterns are observed for Llama-3.1-8B in the appendix.

Evidence
correlational
Key metric
LLM evaluation: 'same' features near zero in initial layers, increasing after 10th layer; feature similarity significant for approximately five layers; minimal loss from layer pruning beyond 10th layer on OpenWebText
Caveat
Authors note that initial layers have large variance in L0 norms of SAEs, and using SAEs with similar norms improves explained variance. The bijective matching assumption may not capture all feature dynamics; some features are not matched in this way.
Model
Gemma 2, Llama 3.1 8B
Concepts
Depth-dependent structure
Datasets
OpenWebText / OpenWebText-10k [eval], WikiText [eval]
Methods
Linear Assignment Problem [supporting]
Related work
Gemma Scope [builds-on], Towards Monosemanticity [builds-on], Scaling Monosemanticity [context]
Extraction
automatic-extraction