paper-with-me

Papers

Interpretability Illusions with Sparse Autoencoders: Evaluating Robustness of Concept Representations

2025-05-21 · Aaron J. Li, Suraj Srinivas, Usha Bhalla, Himabindu Lakkaraju

Sparse autoencoders (SAEs) are commonly used to interpret the internal activations of large language models (LLMs) by mapping them to human-interpretable concept representations. While existing evaluations of SAEs focus on metrics such as the reconstruction-sparsity tradeoff, human (auto-)interpretability, and feature disentanglement, they overlook a critical aspect: the robustness of concept representations to input perturbations. We argue that robustness must be a fundamental consideration for concept representations, reflecting the fidelity of concept labeling. To this end, we formulate robustness quantification as input-space optimization problems and develop a comprehensive evaluation framework featuring realistic scenarios in which adversarial perturbations are crafted to manipulate SAE representations. Empirically, we find that tiny adversarial input perturbations can effectively manipulate concept-based interpretations in most scenarios without notably affecting the outputs of the base LLMs themselves. Overall, our results suggest that SAE concept representations are fragile and may be ill-suited for applications in model monitoring and oversight.

📄 PDF Abstract BibTeX arXiv:2505.16004

Code (1)

ai4life-group/sae_robustness 공식 구현 jax

Tasks

Disentanglement

Methods 이 논문이 사용한 방법론

Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

LanEvil: Benchmarking the Robustness of Lane Detection to Environmental Illusions

2024-06-03 · Tianyuan Zhang, Lu Wang, Hainan Li, Yisong Xiao 외

Lane detection (LD) is an essential component of autonomous driving systems, providing fundamental functionalities like adaptive cruise control and automated lane centering. Existing LD benchmarks primarily focus on eval…

Autonomous DrivingBenchmarkingLane Detection

Improving Robustness In Sparse Autoencoders via Masked Regularization

2026-04-07 · Vivek Narayanaswamy, Kowshik Thopalli, Bhavya Kailkhura, Wesam Sakla arxiv

Sparse autoencoders (SAEs) are widely used in mechanistic interpretability to project LLM activations onto sparse latent spaces. However, sparsity alone is an imperfect proxy for interpretability, and current training ob…

Benchmarking the Robustness of Autonomous Driving to Environmental Illusions: A Lane Perception Perspective

2026-07-07 · Tianyuan Zhang, Xianglong Liu, Aishan Liu, Lu Wang 외 arxiv

Environmental illusions (eg., shadows, reflections, and tire marks) are naturally existing yet overlooked phenomena in real-world driving environments. They can disturb visual perception, leading to misinterpretation of …

Visual Question AnsweringAutonomous DrivingLane Detection

A Reply to Makelov et al. (2023)'s "Interpretability Illusion" Arguments

2024-01-23 · Zhengxuan Wu, Atticus Geiger, Jing Huang, Aryaman Arora 외

We respond to the recent paper by Makelov et al. (2023), which reviews subspace interchange intervention methods like distributed alignment search (DAS; Geiger et al. 2023) and claims that these methods potentially cause…

Sparse Autoencoders Learn Monosemantic Features in Vision-Language Models

2025-04-03 · Mateusz Pach, Shyamgopal Karthik, Quentin Bouniot, Serge Belongie 외

Sparse Autoencoders (SAEs) have recently been shown to enhance interpretability and steerability in Large Language Models (LLMs). In this work, we extend the application of SAEs to Vision-Language Models (VLMs), such as …