Explainability-Inspired Layer-Wise Pruning of Deep Neural Networks for Efficient Object Detection
Abhinav Shukla, Nachiket Tapas

TL;DR
This paper introduces an explainability-inspired, layer-wise pruning method for deep neural networks in object detection, improving efficiency while maintaining accuracy by using attribution techniques to identify less important layers.
Contribution
The work presents a novel attribution-based pruning framework that outperforms traditional magnitude-based methods in selecting layers for pruning in object detection networks.
Findings
Improved accuracy-efficiency trade-offs across multiple architectures.
10% speed increase for ShuffleNetV2 with negligible accuracy loss.
Preservation of baseline mAP for RetinaNet with minimal impact on inference speed.
Abstract
Deep neural networks (DNNs) have achieved remarkable success in object detection tasks, but their increasing complexity poses significant challenges for deployment on resource-constrained platforms. While model compression techniques such as pruning have emerged as essential tools, traditional magnitude-based pruning methods do not necessarily align with the true functional contribution of network components to task-specific performance. In this work, we present an explainability-inspired, layer-wise pruning framework tailored for efficient object detection. Our approach leverages a SHAP-inspired gradient--activation attribution to estimate layer importance, providing a data-driven proxy for functional contribution rather than relying solely on static weight magnitudes. We conduct comprehensive experiments across diverse object detection architectures, including ResNet-50, MobileNetV2,…
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
