paper-with-me

Papers

Explainability-Inspired Layer-Wise Pruning of Deep Neural Networks for Efficient Object Detection

2026-02-15 · Abhinav Shukla, Nachiket Tapas arxiv

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, ShuffleNetV2, Faster R-CNN, RetinaNet, and YOLOv8, evaluating performance on the Microsoft COCO 2017 validation set. The results show that the proposed attribution-inspired pruning consistently identifies different layers as least important compared to L1-norm-based methods, leading to improved accuracy--efficiency trade-offs. Notably, for ShuffleNetV2, our method yields a 10\% empirical increase in inference speed, whereas L1-pruning degrades performance by 13.7\%. For RetinaNet, the proposed approach preserves the baseline mAP (0.151) with negligible impact on inference speed, while L1-pruning incurs a 1.3\% mAP drop for a 6.2\% speed increase. These findings highlight the importance of data-driven layer importance assessment and demonstrate that explainability-inspired compression offers a principled direction for deploying deep neural networks on edge and resource-constrained platforms while preserving both performance and interpretability.

📄 PDF Abstract BibTeX arXiv:2602.14040

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionObject Detection

Similar Papers 제목 키워드 기반

X-Pruner: eXplainable Pruning for Vision Transformers

2023-03-08 · CVPR 2023 1 · Lu Yu, Wei Xiang

Recently vision transformer models have become prominent models for a range of tasks. These models, however, usually suffer from intensive computational costs and heavy memory requirements, making them impractical for de…

HiPP-Prune: Hierarchical Preference-Conditioned Structured Pruning for Vision-Language Models

2026-03-06 · Lincen Bai, Hedi Tabia, Raul Santos-Rodriguez arxiv

Pruning vision-language models (VLMs) for efficient deployment is challenging because compression can affect not only task utility but also visual grounding, often amplifying object hallucinations even at the same sparsi…

Visual Grounding

EvoESAP: Non-Uniform Expert Pruning for Sparse MoE

2026-03-06 · Zongfang Liu, Shengkun Tang, Boyang Sun, Zhiqiang Shen 외 arxiv

Sparse Mixture-of-Experts (SMoE) language models achieve strong capability at low per-token compute, yet deployment remains constrained by memory footprint and throughput because the full expert pool must still be stored…

Outlier Weighed Layerwise Sparsity (OWL): A Missing Secret Sauce for Pruning LLMs to High Sparsity

2023-10-08 · Lu Yin, You Wu, Zhenyu Zhang, Cheng-Yu Hsieh 외

Large Language Models (LLMs), renowned for their remarkable performance across diverse domains, present a challenge when it comes to practical deployment due to their colossal model size. In response to this challenge, e…

Network Pruning

Comprehensive Online Network Pruning via Learnable Scaling Factors

2020-10-06 · Muhammad Umair Haider, Murtaza Taj

One of the major challenges in deploying deep neural network architectures is their size which has an adverse effect on their inference time and memory requirements. Deep CNNs can either be pruned width-wise by removing …

Network Pruning