paper-with-me

Papers

Data Whitening Improves Sparse Autoencoder Learning

2025-11-17 · Ashwin Saraswatula, David Klindt arxiv

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.

📄 PDF Abstract BibTeX arXiv:2511.13981

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Implicit ZCA Whitening Effects of Linear Autoencoders for Recommendation

2023-08-15 · Katsuhiko Hayashi, Kazuma Onishi

Recently, in the field of recommendation systems, linear regression (autoencoder) models have been investigated as a way to learn item similarity. In this paper, we show a connection between a linear autoencoder model an…

Recommendation Systemsregression

Machine learning based identification of buried objects using sparse whitened NMF

2019-10-16

In this paper, a whitening-based algorithm has been applied to sparse non-negative matrix factorization (NMF) as a preprocessing practice enhancing the identification of buried object, significantly. In fact, without uti…

BIG-bench Machine Learning

Random Matrix Theory-guided sparse PCA for single-cell RNA-seq data

2025-09-18 · Victor Chardès arxiv

Single-cell RNA-seq provides detailed molecular snapshots of individual cells but is notoriously noisy. Variability stems from biological differences and technical factors, such as amplification bias and limited RNA capt…

Dimensionality Reduction

Improving Generalization of Batch Whitening by Convolutional Unit Optimization

2021-08-24 · ICCV 2021 10 · Yooshin Cho, Hanbyel Cho, Youngsoo Kim, Junmo Kim

Batch Whitening is a technique that accelerates and stabilizes training by transforming input features to have a zero mean (Centering) and a unit variance (Scaling), and by removing linear correlation between channels (D…

image-classificationImage Classification

Whitening Consistently Improves Self-Supervised Learning

2024-08-14 · András Kalapos, Bálint Gyires-Tóth

Self-supervised learning (SSL) has been shown to be a powerful approach for learning visual representations. In this study, we propose incorporating ZCA whitening as the final layer of the encoder in self-supervised lear…

Self-Supervised Learning