paper-with-me

홈 › Papers

EXP-CAM: Explanation Generation and Circuit Discovery Using Classifier Activation Matching

2025-09-30 · Pirzada Suhail, Aditya Anand, Amit Sethi arxiv

Machine learning models, by virtue of training, learn a large repertoire of decision rules for any given input, and any one of these may suffice to justify a prediction. However, in high-dimensional input spaces, such rules are difficult to identify and interpret. In this paper, we introduce EXP-CAM: an explanation generation and circuit discovery approach using Classifier Activation Matching. EXP-CAM can generate minimal and faithful explanations for the decisions of pre-trained image classifiers that not only preserve the model's decision but are also concise and human-readable. We aim to identify minimal explanations that not only preserve the model's decision but are also concise and human-readable. To achieve this, we train a lightweight auto-encoder to produce binary masks that learns to highlight the decision-wise critical regions of an image while discarding irrelevant background. The training objective integrates activation alignment across multiple layers, consistency at the output label, priors that encourage sparsity, and compactness, along with a robustness constraint that enforces faithfulness. The minimal explanations so generated also lead us to mechanistically interpreting the model internals. In this regard we also introduce a circuit readout procedure wherein using the explanation's forward pass and gradients, we identify active channels and construct a channel-level graph, scoring inter-layer edges by ingress weight magnitude times source activation and feature-to-class links by classifier weight magnitude times feature activation. Together, these contributions provide a practical bridge between minimal input-level explanations and a mechanistic understanding of the internal computations driving model decisions.

📄 PDF Abstract BibTeX arXiv:2509.25686

Code (0)

등록된 구현이 없습니다.

Tasks

Explanation Generation

Similar Papers 제목 키워드 기반

Attribution Patching Outperforms Automated Circuit Discovery

2023-10-16 · Aaquib Syed, Can Rager, Arthur Conmy

Automated interpretability research has recently attracted attention as a potential research direction that could scale explanations of neural network behavior to large models. Existing automated circuit discovery work a…

IBCircuit: Towards Holistic Circuit Discovery with Information Bottleneck

2026-02-26 · Tian Bian, Yifan Niu, Chaohao Yuan, Chengzhi Piao 외 arxiv

Circuit discovery has recently attracted attention as a potential research direction to explain the non-trivial behaviors of language models. It aims to find the computational subgraphs, also known as circuits, within th…

Efficient Automated Circuit Discovery in Transformers using Contextual Decomposition

2024-07-01 · Aliyah R. Hsu, Georgia Zhou, Yeshwanth Cherapanamjeri, Yaxuan Huang 외

Automated mechanistic interpretation research has attracted great interest due to its potential to scale explanations of neural network internals to large models. Existing automated circuit discovery work relies on activ…

Computational EfficiencySST-2

Activation Matching for Explanation Generation

2025-09-27 · Pirzada Suhail, Aditya Anand, Amit Sethi arxiv

In this paper we introduce an activation-matching--based approach to generate minimal, faithful explanations for the decision-making of a pretrained classifier on any given image. Given an input image $x$ and a frozen mo…

Explanation GenerationDecision Making

CIRCUS: Circuit Consensus under Uncertainty via Stability Ensembles

2026-02-28 · Swapnil Parekh arxiv

Every mechanistic circuit carries an invisible asterisk: it reflects not just the model's computation, but the analyst's choice of pruning threshold. Change that choice and the circuit changes, yet current practice treat…