The ladder of decomposition baselines
A sparse autoencoder can only be said to work by comparison, and this theme is about the comparisons chosen. Each rival method encodes its own guess about where a model's features actually live.
It walks a ladder from weakest to strongest, raw neurons, random directions, principal components, independent components, and shows why each falls short, with a fairness control that caps every rival to the same number of active directions the autoencoder itself uses, so the eventual win can't be chalked up to an unfair handicap.
Sparse autoencoders are only shown to win by being run against a ladder of alternatives, each embodying its own hypothesis about where a model's features live. The default basis baseline takes the hypothesis literally: features are neurons, or for the residual stream, individual coordinates. The random directions baseline tests the null hypothesis that features are nowhere in particular, one direction as good as any other. Principal Component Analysis finds directions of maximal variance, and Independent Component Analysis finds statistically independent, maximally non-Gaussian directions, the strongest of the four baselines, and the one the paper's kurtosis and skew findings help explain. Every comparison in the paper, autointerpretability score and IOI-patching precision alike, runs the learned dictionary against this same ladder, and the top-K-active baseline control tightens it further by capping PCA and ICA to the SAE's own average number of active directions per datapoint, checking that the advantage survives even when the baselines are handicapped to match its sparsity.