paper-with-me

Papers

Beyond Components: Singular Vector-Based Interpretability of Transformer Circuits

2025-11-25 · Areeb Ahmad, Abhinav Joshi, Ashutosh Modi arxiv

Transformer-based language models exhibit complex and distributed behavior, yet their internal computations remain poorly understood. Existing mechanistic interpretability methods typically treat attention heads and multilayer perceptron layers (MLPs) (the building blocks of a transformer architecture) as indivisible units, overlooking possibilities of functional substructure learned within them. In this work, we introduce a more fine-grained perspective that decomposes these components into orthogonal singular directions, revealing superposed and independent computations within a single head or MLP. We validate our perspective on widely used standard tasks like Indirect Object Identification (IOI), Gender Pronoun (GP), and Greater Than (GT), showing that previously identified canonical functional heads, such as the name mover, encode multiple overlapping subfunctions aligned with distinct singular directions. Nodes in a computational graph, that are previously identified as circuit elements show strong activation along specific low-rank directions, suggesting that meaningful computations reside in compact subspaces. While some directions remain challenging to interpret fully, our results highlight that transformer computations are more distributed, structured, and compositional than previously assumed. This perspective opens new avenues for fine-grained mechanistic interpretability and a deeper understanding of model internals.

📄 PDF Abstract BibTeX arXiv:2511.20273

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Weights to Concepts: Data-Free Interpretability of CLIP via Singular Vector Decomposition

2026-03-25 · Francesco Gentile, Nicola Dall'Asen, Francesco Tonini, Massimiliano Mancini 외 arxiv

As vision-language models are deployed at scale, understanding their internal mechanisms becomes increasingly critical. Existing interpretability methods predominantly rely on activations, making them dataset-dependent, …

Enhancing Blind Source Separation with Dissociative Principal Component Analysis

2024-11-19 · Muhammad Usman Khalid

Sparse principal component analysis (sPCA) enhances the interpretability of principal components (PCs) by imposing sparsity constraints on loading vectors (LVs). However, when used as a precursor to independent component…

blind source separationImage InpaintingImage Reconstruction

Singular Vectors of Attention Heads Align with Features

2026-02-13 · Gabriel Franco, Carson Loughridge, Mark Crovella arxiv

Identifying feature representations in language models is a central task in mechanistic interpretability. Several recent studies have made the observation that feature representations can be inferred in some cases from s…

Beyond Traditional Beamforming: Singular Vector Projection for MU-MIMO

2023-11-07 · Md Saheed Ullah, Rafid Umayer Murshed, Mohammad Saquib, Md. Forkan Uddin

This letter introduces a low-complexity beamforming approach for MU-MIMO systems with multiple data streams per user, minimizing inter-user interference and improving spectral efficiency (SE). The Interference-Optimized …

Computational EfficiencyManagement

SVD-ViT: Does SVD Make Vision Transformers Attend More to the Foreground?

2026-02-02 · Haruhiko Murata, Kazuhiro Hotta arxiv

Vision Transformers (ViT) have been established as large-scale foundation models. However, because self-attention operates globally, they lack an explicit mechanism to distinguish foreground from background. As a result,…