sparse-autoencoders

Tag

Cards List
#sparse-autoencoders

A Coin Flip Per Token: Bernoulli Sparse Steering of Large Language Models

arXiv cs.LG · 2026-07-08 Cached

Introduces Stochastic Token Steering (STS) and Stochastic Block Steering (SBS) for LLM activation steering, which probabilistically gate steering signals per token or per sequence. Shows that steering only 50% of tokens recovers most of the dense-steering effect while preserving fluency, and that the behavioral outcome is rate-limited by cumulative signal dosage.

0 favorites 0 likes
#sparse-autoencoders

Driving the Wrong Way: Leveraging Interpretability in End2End Autonomous Driving Models

arXiv cs.AI · 2026-07-08 Cached

This paper introduces a concept-based interpretability framework for end-to-end autonomous driving models, using unsupervised dictionary learning via sparse autoencoders to decompose driving behavior into human-interpretable concepts. The framework enables analysis and targeted correction of model decisions, improving overall driving performance.

0 favorites 0 likes
#sparse-autoencoders

Aligning Sentence Embeddings to Human Concepts via Sparse Autoencoders

arXiv cs.AI · 2026-07-02 Cached

Proposes using Top-k Sparse Autoencoders to disentangle dense sentence embeddings into human-interpretable concepts, enabling steering of retrieval results without retraining.

0 favorites 0 likes
#sparse-autoencoders

Resolving superposition in AI for interpretability and cross-modal alignment in patient-neuronal images

arXiv cs.LG · 2026-07-01 Cached

This paper introduces sparse autoencoders to resolve superposition in neural networks, improving interpretability and geometric fidelity of latent spaces, and presents GW-map for cross-modal alignment between image representations and single-cell RNA sequencing data.

0 favorites 0 likes
#sparse-autoencoders

Mechanistic Personality Analysis of LLMs Steering Personality via Latent Feature Interventions

arXiv cs.AI · 2026-06-30 Cached

This paper introduces a mechanistic interpretability approach to steer LLM personality traits by identifying and intervening on latent features using sparse autoencoders, achieving controllable personality modulation while maintaining language performance.

0 favorites 0 likes
#sparse-autoencoders

Turn-Averaged SAEs for Feature Discovery and Long-Context Attribution

arXiv cs.CL · 2026-06-30 Cached

This paper introduces turn-averaged sparse autoencoders (SAEs) that operate on average activations across conversational turns, enabling efficient feature discovery and attribution graphs for long contexts. It also proposes a nested architecture for joint training with per-token features.

0 favorites 0 likes
#sparse-autoencoders

VASAE: Naming SAE Dictionary Directions with Vocabulary-Aligned Anchoring

arXiv cs.CL · 2026-06-29 Cached

The paper introduces Vocabulary-Aligned Sparse Autoencoder (VASAE), a method that trains SAE features under vocabulary-aligned anchoring, assigning each feature an intrinsic token name based on nearest token embedding, achieving high alignment in early layers without reducing reconstruction quality.

0 favorites 0 likes
#sparse-autoencoders

PairSAE: Mechanistic Interpretability from Pair Representations in Protein Co-Folding

arXiv cs.LG · 2026-06-29 Cached

Introduces PairSAE, a method that adapts sparse autoencoders to interpret pairwise representations in protein co-folding models, enabling the discovery of interpretable features that align with biological annotations and predict binding affinities.

0 favorites 0 likes
#sparse-autoencoders

From Weights to Features: SAE-Guided Activation Regularization for LLM Continual Learning

arXiv cs.LG · 2026-06-26 Cached

This paper proposes a continual learning method for LLMs that uses pretrained sparse autoencoders (SAEs) to regularize in activation space instead of weight space, achieving better memory efficiency and stronger performance on benchmarks while avoiding catastrophic forgetting without storing previous data.

0 favorites 0 likes
#sparse-autoencoders

Discovering Millions of Interpretable Features with Sparse Autoencoders

arXiv cs.LG · 2026-06-26 Cached

This paper introduces Qwen3-Instruct SAE, a suite of sparse autoencoders trained on Qwen3 instruction-tuned models, enabling the discovery of millions of interpretable features and demonstrating refusal steering capabilities.

0 favorites 0 likes
#sparse-autoencoders

Localizing RL-Induced Tool Use to a Single Crosscoder Feature

arXiv cs.LG · 2026-06-26 Cached

This paper uses Dedicated Feature Crosscoders to localize RL-induced tool-use capability in Qwen2.5-3B to a single steerable feature, achieving +65pp tool-correctness via feature steering and demonstrating capability spillover to frozen base models.

0 favorites 0 likes
#sparse-autoencoders

At the Edge of Understanding: Sparse Autoencoders Trace The Limits of Transformer Generalization

arXiv cs.LG · 2026-06-26 Cached

This paper proposes using sparse autoencoders to detect out-of-distribution inputs for transformers, including typos and jailbreak prompts, by analyzing spurious concept activations. The method enables a mechanistically grounded fine-tuning strategy to improve LLM robustness.

0 favorites 0 likes
#sparse-autoencoders

From Sparse Features to Trustworthy Proxies: Certifying SAE-Based Interpretability

arXiv cs.LG · 2026-06-18 Cached

This paper proposes a post-hoc certification framework for sparse autoencoder (SAE) based interpretability, deriving an upper bound on the frozen language model's risk using measurable quantities. The framework is validated on GPT-2 Small, Gemma-2B, and Llama-3-8B, showing non-vacuous bounds and revealing depth-dependent behavior.

0 favorites 0 likes
#sparse-autoencoders

SAE Interventions are Unreliable: Post-Intervention Recovery of Suppressed Behavior

arXiv cs.LG · 2026-06-18 Cached

This paper demonstrates that interventions on Sparse Autoencoder (SAE) features can be unreliable because suppressed behavior can recover through residual-space optimization, even while the intervention remains active. It reveals a critical gap between feature-level control and actual behavioral completeness in language models.

0 favorites 0 likes
#sparse-autoencoders

Size Doesn't Matter: Cosine-Scored Sparse Autoencoders

arXiv cs.LG · 2026-06-16 Cached

This paper proposes replacing the inner product scoring in sparse autoencoders with a learned combination of cosine similarity and input magnitude, showing that the resulting features are more interpretable and concept-aligned, with the optimizer consistently preferring cosine over inner product.

0 favorites 0 likes
#sparse-autoencoders

Rational Sparse Autoencoder

arXiv cs.LG · 2026-06-16 Cached

Introduces Rational Sparse Autoencoder (RSAE), which replaces fixed encoder activations with trainable rational functions, improving reconstruction and sparsity trade-offs on residual-stream activations of open-weight language models across multiple baseline families.

0 favorites 0 likes
#sparse-autoencoders

Decompose Sparsely Where You Should, Absorb Densely Where You Should No

arXiv cs.LG · 2026-06-15 Cached

The paper hypothesizes that language model activations contain a low-rank dense component that is inefficiently represented by sparse autoencoders (SAEs). By adding a linear bottleneck to absorb dense structure, the authors reduce dense latents and improve sparse probing performance on Gemma-2-2B.

0 favorites 0 likes
#sparse-autoencoders

Unstable Features, Reproducible Subspaces: Understanding Seed Dependence in Sparse Autoencoders

Hugging Face Daily Papers · 2026-06-10 Cached

This paper studies seed dependence in sparse autoencoders, finding that stable features carry most predictive signal while unstable features reflect reproducible low-dimensional subspaces.

0 favorites 0 likes
#sparse-autoencoders

Shared Latent Structures Enable Unified Backdoor Detection and Mitigation in LLMs

arXiv cs.AI · 2026-06-09 Cached

This paper identifies a shared latent mechanism across diverse backdoor behaviors in LLMs, using sparse autoencoders to detect and causally suppress these features, enabling unified backdoor detection and mitigation across models and attack types.

0 favorites 0 likes
#sparse-autoencoders

Query Lens: Interpreting Sparse Key-Value Features with Indirect Effects

arXiv cs.LG · 2026-06-09 Cached

Query Lens extends Logit Lens to interpret sparse autoencoder features by jointly considering encoder-side key features and decoder-side value features, and accounting for indirect effects from downstream modules. The paper also introduces the Subspace Channel Hypothesis, suggesting downstream modules read features through layer-specific subspaces.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback