paper-with-me

홈 › Papers

The Linear Centroids Hypothesis: Features as Directions Learned by Local Experts

2026-04-13 · Thomas Walker, Ahmed Imtiaz Humayun, Randall Balestriero, Richard Baraniuk arxiv

The Linear Representation Hypothesis (LRH) identifies features of a trained deep network (DN) as linear directions in the activation spaces, i.e., output spaces of intermediate layers. This characterization decouples the input-output maps learned by a DN from the organization of feature directions in its activation spaces. We introduce the Linear Centroids Hypothesis (LCH), which instead identifies features with linear directions among a DN's centroid spaces -- where any vector denotes a centroid or summary of a local affine expert characterizing the learned input-output maps of the DN exactly (e.g., for piecewise-affine DNs) or approximately (e.g., for smooth DNs like transformers). We show that replacing intermediate activations with centroids yields a functional drop-in alternative for standard interpretability tools. Empirically, this change yields sparser, more downstream-useful feature dictionaries on DINO ViTs, suppresses spurious directions on a controlled task, recovers interpretable circuits in GPT2-Large, and produces faithful gradient-based saliency maps. LCH unifies dictionaries, probing, circuits, and saliency maps into a single geometric object grounded in the network's input-output map -- making interpretability mechanistic by construction rather than post hoc. Code to study the LCH https://github.com/ThomasWalker1/LinearCentroidsHypothesis .

📄 PDF Abstract BibTeX arXiv:2604.11962

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Linear Representation Transferability Hypothesis: Leveraging Small Models to Steer Large Models

2025-05-31 · Femi Bello, Anubrata Das, Fanzhi Zeng, Fangcong Yin 외

It has been hypothesized that neural networks with similar architectures trained on similar data learn shared representations relevant to the learning task. We build on this idea by extending the conceptual framework whe…

Simplicity Bias of Two-Layer Networks beyond Linearly Separable Data

2024-05-27 · Nikita Tsoy, Nikola Konstantinov

Simplicity bias, the propensity of deep models to over-rely on simple features, has been identified as a potential reason for limited out-of-distribution generalization of neural networks (Shah et al., 2020). Despite the…

Out-of-Distribution Generalization

Superposition in Graph Neural Networks

2025-08-31 · Lukas Pertl, Han Xuanyuan, Pietro Liò arxiv

Interpreting graph neural networks (GNNs) is difficult because message passing mixes signals and internal channels rarely align with human concepts. We study superposition, the sharing of directions by multiple features,…

Feature Selection using Sparse Adaptive Bottleneck Centroid-Encoder

2023-06-07 · Tomojit Ghosh, Michael Kirby

We introduce a novel nonlinear model, Sparse Adaptive Bottleneck Centroid-Encoder (SABCE), for determining the features that discriminate between two or more classes. The algorithm aims to extract discriminatory features…

feature selection

The Geometry of Categorical and Hierarchical Concepts in Large Language Models

2024-06-03 · Kiho Park, Yo Joong Choe, Yibo Jiang, Victor Veitch

The linear representation hypothesis is the informal idea that semantic concepts are encoded as linear directions in the representation spaces of large language models (LLMs). Previous work has shown how to make this not…

Language ModellingLarge Language Model