mistral-sae-activation-normalization

IN premise — summaries/2026/08/24/engels-2024-not-all-features-linear-sR-references-chunk-2.md

Created 2026-08-25T02:58:03+00:00

Mistral 7B SAE activations are normalized to ‖x‖ = √d_model = 64, and no pre-encoder bias is used.

Summary

When running a superposed autoencoder on Mistral 7B, the input activations are rescaled so they all sit at the same distance from the origin, which keeps individual feature directions on equal footing and prevents any one direction from dominating purely because of its raw magnitude. The lack of a learned offset before encoding means the features must capture the signal from the normalized geometry alone, simplifying the architecture but tying feature quality more tightly to the normalization choice.