C-SWAP: Explainability-Aware Structured Pruning for Efficient Neural Networks Compression
Baptiste Bauvin, Lo\"ic Baret, Ola Ahmad

TL;DR
This paper introduces C-SWAP, a novel explainability-aware structured pruning method that enables efficient one-shot neural network compression with minimal performance loss, leveraging causal relationships for better pruning decisions.
Contribution
It proposes a causal-aware, explainability-driven pruning framework that improves one-shot structured pruning efficiency and effectiveness without requiring fine-tuning.
Findings
Achieves significant model size reduction with minimal performance impact.
Outperforms existing pruning methods in efficiency and accuracy trade-offs.
Works effectively on CNNs and vision transformers trained on classification tasks.
Abstract
Neural network compression has gained increasing attention in recent years, particularly in computer vision applications, where the need for model reduction is crucial for overcoming deployment constraints. Pruning is a widely used technique that prompts sparsity in model structures, e.g. weights, neurons, and layers, reducing size and inference costs. Structured pruning is especially important as it allows for the removal of entire structures, which further accelerates inference time and reduces memory overhead. However, it can be computationally expensive, requiring iterative retraining and optimization. To overcome this problem, recent methods considered one-shot setting, which applies pruning directly at post-training. Unfortunately, they often lead to a considerable drop in performance. In this paper, we focus on this issue by proposing a novel one-shot pruning framework that…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Advanced Neural Network Applications · Adversarial Robustness in Machine Learning
