paper-with-me

홈 › Papers

Slimming Neural Networks using Adaptive Connectivity Scores

2020-06-22 · Madan Ravi Ganesh, Dawsin Blanchard, Jason J. Corso, Salimeh Yasaei Sekeh

In general, deep neural network (DNN) pruning methods fall into two categories: 1) Weight-based deterministic constraints, and 2) Probabilistic frameworks. While each approach has its merits and limitations there are a set of common practical issues such as, trial-and-error to analyze sensitivity and hyper-parameters to prune DNNs, which plague them both. In this work, we propose a new single-shot, fully automated pruning algorithm called Slimming Neural networks using Adaptive Connectivity Scores (SNACS). Our proposed approach combines a probabilistic pruning framework with constraints on the underlying weight matrices, via a novel connectivity measure, at multiple levels to capitalize on the strengths of both approaches while solving their deficiencies. In \alg{}, we propose a fast hash-based estimator of Adaptive Conditional Mutual Information (ACMI), that uses a weight-based scaling criterion, to evaluate the connectivity between filters and prune unimportant ones. To automatically determine the limit up to which a layer can be pruned, we propose a set of operating constraints that jointly define the upper pruning percentage limits across all the layers in a deep network. Finally, we define a novel sensitivity criterion for filters that measures the strength of their contributions to the succeeding layer and highlights critical filters that need to be completely protected from pruning. Through our experimental validation we show that SNACS is faster by over 17x the nearest comparable method and is the state of the art single-shot pruning method across three standard Dataset-DNN pruning benchmarks: CIFAR10-VGG16, CIFAR10-ResNet56 and ILSVRC2012-ResNet50.

📄 PDF Abstract BibTeX arXiv:2006.12463

Code (0)

등록된 구현이 없습니다.

Tasks

Sensitivity

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

DocKylin: A Large Multimodal Model for Visual Document Understanding with Efficient Visual Slimming

2024-06-27 · Jiaxin Zhang, Wentao Yang, Songxuan Lai, Zecheng Xie 외

Current multimodal large language models (MLLMs) face significant challenges in visual document understanding (VDU) tasks due to the high resolution, dense text, and complex layouts typical of document images. These char…

document understanding

Adaptive Slimming for Scalable and Efficient Speech Enhancement

2025-07-07 · Riccardo Miccini, Minje Kim, Clément Laroche, Luca Pezzarossa 외 arxiv

Speech enhancement (SE) enables robust speech recognition, real-time communication, hearing aids, and other applications where speech quality is crucial. However, deploying such systems on resource-constrained devices in…

Computational EfficiencySpeech RecognitionSpeech Enhancement

AgentSlimming: Towards Efficient and Cost-Aware Multi-Agent Systems

2026-05-09 · Yulang Chen, Haoxuan Peng, Jinyan Liu, Zichen Wen 외 arxiv

Large Language Model-based Multi-Agent Systems (MAS) have demonstrated remarkable capabilities in complex tasks. However, manually designing optimal communication topologies is labor-intensive, while automated expansion …

DANCE: DAta-Network Co-optimization for Efficient Segmentation Model Training and Inference

2021-07-16 · Chaojian Li, Wuyang Chen, Yuchen Gu, Tianlong Chen 외

Semantic segmentation for scene understanding is nowadays widely demanded, raising significant challenges for the algorithm efficiency, especially its applications on resource-limited platforms. Current segmentation mode…

Scene UnderstandingSegmentationSemantic Segmentation

Improving Network Slimming with Nonconvex Regularization

2020-10-03 · Kevin Bui, Fredrick Park, Shuai Zhang, Yingyong Qi 외

Convolutional neural networks (CNNs) have developed to become powerful models for various computer vision tasks ranging from object detection to semantic segmentation. However, most of the state-of-the-art CNNs cannot be…

compressed sensingimage-classificationImage Classificationobject-detection+3