paper-with-me

홈 › Papers

When Are Two Networks the Same? Tensor Similarity for Mechanistic Interpretability

2026-05-14 · ML Nissen Gonzalez, Melwina Albuquerque, Laurence Wroe, Jacob Meyer Cohen, Logan Riggs Smith, Thomas Dooms arxiv

Mechanistic interpretability aims to break models into meaningful parts; verifying that two such parts implement the same computation is a prerequisite. Existing similarity measures evaluate either empirical behaviour, leaving them blind to out-of-distribution mechanisms, or basis-dependent parameters, meaning they disregard weight-space symmetries. To address these issues for the class of tensor-based models, we introduce a weight-based metric, tensor similarity, that is invariant to such symmetries. This metric captures global functional equivalence and accounts for cross-layer mechanisms using an efficient recursive algorithm. Empirically, tensor similarity tracks functional training dynamics, such as grokking and backdoor insertion, with higher fidelity than existing metrics. This reduces measuring similarity and verifying faithfulness into a solved algebraic problem rather than one of empirical approximation.

📄 PDF Abstract BibTeX arXiv:2605.15183

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An introduction to graphical tensor notation for mechanistic interpretability

2024-02-02 · Jordan K. Taylor

Graphical tensor notation is a simple way of denoting linear operations on tensors, originating from physics. Modern deep learning consists almost entirely of operations on or between tensors, so easily understanding ten…

Mechanistic Interpretability in the Presence of Architectural Obfuscation

2025-06-22 · Marcos Florencio, Thomas Barton

Architectural obfuscation - e.g., permuting hidden-state tensors, linearly transforming embedding tables, or remapping tokens - has recently gained traction as a lightweight substitute for heavyweight cryptography in pri…

Large Language ModelPrivacy Preserving

Tensorization is a powerful but underexplored tool for compression and interpretability of neural networks

2025-05-26 · Safa Hamreras, Sukhbinder Singh, Román Orús

Tensorizing a neural network involves reshaping some or all of its dense weight matrices into higher-order tensors and approximating them using low-rank tensor network decompositions. This technique has shown promise as …

Deep LearningModel Compression

MINAR: Mechanistic Interpretability for Neural Algorithmic Reasoning

2026-02-24 · Jesse He, Helen Jenne, Max Vargas, Davis Brown 외 arxiv

The recent field of neural algorithmic reasoning (NAR) studies the ability of graph neural networks (GNNs) to emulate classical algorithms like Bellman-Ford, a phenomenon known as algorithmic alignment. At the same time,…

Bilinear MLPs enable weight-based mechanistic interpretability

2024-10-10 · Michael T. Pearce, Thomas Dooms, Alice Rigg, Jose M. Oramas 외

A mechanistic understanding of how MLPs do computation in deep neural networks remains elusive. Current interpretability work can extract features from hidden activations over an input dataset but generally cannot explai…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1