LGAICLNov 15, 2024

Features that Make a Difference: Leveraging Gradients for Improved Dictionary Learning

arXiv:2411.10397v213 citationsh-index: 5NAACL
Originality Incremental advance
AI Analysis

This addresses the problem of biased feature extraction in interpretability for AI researchers, representing an incremental improvement by augmenting existing methods with gradient data.

The paper tackles the limitation of Sparse Autoencoders (SAEs) in extracting neural network representations by introducing Gradient SAEs (g-SAEs), which incorporate gradient information to improve feature selection, resulting in more faithful reconstructions and evidence of better model steering capabilities.

Sparse Autoencoders (SAEs) are a promising approach for extracting neural network representations by learning a sparse and overcomplete decomposition of the network's internal activations. However, SAEs are traditionally trained considering only activation values and not the effect those activations have on downstream computations. This limits the information available to learn features, and biases the autoencoder towards neglecting features which are represented with small activation values but strongly influence model outputs. To address this, we introduce Gradient SAEs (g-SAEs), which modify the $k$-sparse autoencoder architecture by augmenting the TopK activation function to rely on the gradients of the input activation when selecting the $k$ elements. For a given sparsity level, g-SAEs produce reconstructions that are more faithful to original network performance when propagated through the network. Additionally, we find evidence that g-SAEs learn latents that are on average more effective at steering models in arbitrary contexts. By considering the downstream effects of activations, our approach leverages the dual nature of neural network features as both $\textit{representations}$, retrospectively, and $\textit{actions}$, prospectively. While previous methods have approached the problem of feature discovery primarily focused on the former aspect, g-SAEs represent a step towards accounting for the latter as well.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes