paper-with-me

Papers

Multi-Granular Node Pruning for Causal Circuit Discovery

2025-12-11 · Muhammad Umair Haider, Hammad Rizwan, Hassan Sajjad, A. B. Siddique arxiv

Circuit discovery aims to identify minimal subnetworks that are responsible for specific behaviors in large language models (LLMs). Existing approaches primarily rely on iterative edge pruning, which is computationally expensive and limited to coarse-grained units such as attention heads or MLP blocks, overlooking finer structures like individual neurons. We propose a node-level pruning framework for circuit discovery that addresses both scalability and granularity limitations. Our method introduces learnable masks across multiple levels of granularity, from entire blocks to individual neurons, within a unified optimization objective. Granularity-specific sparsity penalties guide the pruning process, allowing a comprehensive compression in a single fine-tuning run. Empirically, our approach identifies circuits that are smaller in nodes than those discovered by prior methods; moreover, we demonstrate that many neurons deemed important by coarse methods are actually irrelevant, while still maintaining task performance. Furthermore, our method has a significantly lower memory footprint, 5-10x, as it does not require keeping intermediate activations in the memory to work.

📄 PDF Abstract BibTeX arXiv:2512.10903

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

APP: Accelerated Path Patching with Task-Specific Pruning

2025-11-07 · Frauke Andersen, William Rudman, Ruochen Zhang, Carsten Eickhoff arxiv

Circuit discovery is a key step in many mechanistic interpretability pipelines. Current methods, such as Path Patching, are computationally expensive and have limited in-depth circuit analysis for smaller models. In this…

Mechanistically Interpreting Compression in Vision-Language Models

2026-03-26 · Veeraraju Elluru, Arth Singh, Roberto Aguero, Ajay Agarwal 외 arxiv

Compressed vision-language models (VLMs) are widely used to reduce memory and compute costs, making them a suitable choice for real-world deployment. However, compressing these models raises concerns about whether intern…

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,…

Differentiable Mask for Pruning Convolutional and Recurrent Networks

2019-09-10 · Ramchalam Kinattinkara Ramakrishnan, Eyyüb Sari, Vahid Partovi Nia

Pruning is one of the most effective model reduction techniques. Deep networks require massive computation and such models need to be compressed to bring them on edge devices. Most existing pruning techniques are focused…

Model CompressionMulti-Task LearningNeural Architecture Search

Detection vs. Execution: Single-Bucket Probes Miss Half the Mamba-2 State Sink

2026-05-30 · Yuhang Jiang arxiv

Mechanistic interpretability often assumes that probes identifying a representational signature also identify the circuit executing the corresponding computation. We show that this assumption can fail systematically in M…