paper-with-me

Papers

Causal Mechanism Reduction: Mechanism Replacement for Neural Network Pruning and Abstraction

2026-02-27 · Amir Asiaee arxiv

Which internal mechanisms of a neural network can be replaced while preserving the computation it performs? Structured pruning asks for smaller deployable networks; causal abstraction asks for high-level models that commute with interventions. We introduce causal mechanism reduction (CMR), a framework that treats a trained network as a deterministic structural causal model and replaces selected internal variables by constants or affine functions of retained variables. These replacements compile exactly into smaller dense networks by bias and weight folding, and induce reduced causal models testable with interchange interventions. We derive a unified second-order replacement-risk objective whose special cases recover mean replacement, variance-based pruning (VBP), logit-distortion scoring, and affine neuron merging, together with a margin-based certificate linking logit distortion to interchange-intervention agreement. The framework also exposes a basic invariance requirement: functionally identical ReLU networks should induce the same reduction. Under exact positive-scaling reparameterizations, VBP's kept set collapses to chance-level overlap while the logit-distortion score is exactly invariant. Empirically, CMR variants are competitive with VBP under matched fine-tuning of DeiT-Tiny on ImageNet-100; the clearer separation appears in the invariance and interchange tests, where the logit-distortion score preserves kept sets and consistently improves distributional fidelity. CMR thus gives pruning, compilation, and causal-abstraction verification a common object to optimize and verify.

📄 PDF Abstract BibTeX arXiv:2602.24266

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Similar Papers 제목 키워드 기반

Causal Abstraction: A Theoretical Foundation for Mechanistic Interpretability

2023-01-11 · Atticus Geiger, Duligur Ibeling, Amir Zur, Maheep Chaudhary 외

Causal abstraction provides a theoretical foundation for mechanistic interpretability, the field concerned with providing intelligible algorithms that are faithful simplifications of the known, but opaque low-level detai…

Explainable Artificial Intelligence (XAI)

Causal Bias Detection in Generative Artificial Intelligence

2026-05-12 · Drago Plecko arxiv

Automated systems built on artificial intelligence (AI) are increasingly deployed across high-stakes domains, raising critical concerns about fairness and the perpetuation of demographic disparities that exist in the wor…

Causal InferenceBias Detection

Cost-complexity pruning of random forests

2017-03-15 · Kiran Bangalore Ravi, Jean Serra

Random forests perform bootstrap-aggregation by sampling the training samples with replacement. This enables the evaluation of out-of-bag error which serves as a internal cross-validation mechanism. Our motivation lies i…

Compact Neural Representation Using Attentive Network Pruning

2020-05-10 · Mahdi Biparva, John Tsotsos

Deep neural networks have evolved to become power demanding and consequently difficult to apply to small-size mobile platforms. Network parameter reduction methods have been introduced to systematically deal with the com…

Network Pruning

CleanUMamba: A Compact Mamba Network for Speech Denoising using Channel Pruning

2024-10-14 · Sjoerd Groot, Qinyu Chen, Jan C. van Gemert, Chang Gao

This paper presents CleanUMamba, a time-domain neural network architecture designed for real-time causal audio denoising directly applied to raw waveforms. CleanUMamba leverages a U-Net encoder-decoder structure, incorpo…

Audio DenoisingDecoderDenoisingMamba+1