Data Whitening Improves Sparse Autoencoder Learning
Ashwin Saraswatula, David Klindt
TL;DR
This work demonstrates that PCA whitening of input activations reshapes the SAE optimization landscape, making it more isotropic and conducive to learning interpretable, sparse features. The authors provide theoretical arguments, simulations, and SAEBench-based experiments showing significant interpretability gains for ReLU and Top-K SAEs, with modest reconstruction trade-offs. Whitening consistently improves metrics such as Sparse Probing, SCR, and TPP, challenging the idea that optimal sparsity–fidelity balance yields the most interpretable representations. The results suggest whitening should be a default preprocessing step when interpretability is the priority, and highlight the importance of activation geometry in feature formation beyond sparsity alone.
Abstract
Sparse autoencoders (SAEs) have emerged as a promising approach for learning interpretable features from neural network activations. However, the optimization landscape for SAE training can be challenging due to correlations in the input data. We demonstrate that applying PCA Whitening to input activations -- a standard preprocessing technique in classical sparse coding -- improves SAE performance across multiple metrics. Through theoretical analysis and simulation, we show that whitening transforms the optimization landscape, making it more convex and easier to navigate. We evaluate both ReLU and Top-K SAEs across diverse model architectures, widths, and sparsity regimes. Empirical evaluation on SAEBench, a comprehensive benchmark for sparse autoencoders, reveals that whitening consistently improves interpretability metrics, including sparse probing accuracy and feature disentanglement, despite minor drops in reconstruction quality. Our results challenge the assumption that interpretability aligns with an optimal sparsity--fidelity trade-off and suggest that whitening should be considered as a default preprocessing step for SAE training, particularly when interpretability is prioritized over perfect reconstruction.
