paper-with-me

Papers

Leveraging Structured Pruning of Convolutional Neural Networks

2022-06-13 · Hugo Tessier, Vincent Gripon, Mathieu Léonardon, Matthieu Arzel, David Bertrand, Thomas Hannagan

Structured pruning is a popular method to reduce the cost of convolutional neural networks, that are the state of the art in many computer vision tasks. However, depending on the architecture, pruning introduces dimensional discrepancies which prevent the actual reduction of pruned networks. To tackle this problem, we propose a method that is able to take any structured pruning mask and generate a network that does not encounter any of these problems and can be leveraged efficiently. We provide an accurate description of our solution and show results of gains, in energy consumption and inference time on embedded hardware, of pruned convolutional neural networks.

📄 PDF Abstract BibTeX arXiv:2206.06247

Code (1)

hugotessier-lab/neural-network-shrinking 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Structured Pruning for Deep Convolutional Neural Networks: A survey

2023-03-01 · Yang He, Lingao Xiao

The remarkable performance of deep Convolutional neural networks (CNNs) is generally attributed to their deeper and wider architectures, which can come with significant computational costs. Pruning neural networks has th…

Network PruningNeural Architecture SearchSurvey

Structured Model Pruning of Convolutional Networks on Tensor Processing Units

2021-07-09 · Kongtao Chen, Ken Franko, Ruoxin Sang

The deployment of convolutional neural networks is often hindered by high computational and storage requirements. Structured model pruning is a promising approach to alleviate these requirements. Using the VGG-16 model a…

GRIM: A General, Real-Time Deep Learning Inference Framework for Mobile Devices based on Fine-Grained Structured Weight Sparsity

2021-08-25 · Wei Niu, Zhengang Li, Xiaolong Ma, Peiyan Dong 외

It is appealing but challenging to achieve real-time deep neural network (DNN) inference on mobile devices because even the powerful modern mobile devices are considered as ``resource-constrained'' when executing large-s…

Code GenerationCompiler Optimization

Structured Probabilistic Pruning for Convolutional Neural Network Acceleration

2017-09-20 · Huan Wang, Qiming Zhang, Yuehai Wang, Haoji Hu

In this paper, we propose a novel progressive parameter pruning method for Convolutional Neural Network acceleration, named Structured Probabilistic Pruning (SPP), which effectively prunes weights of convolutional layers…

Transfer Learning

STUN: Structured-Then-Unstructured Pruning for Scalable MoE Pruning

2024-09-10 · Jaeseong Lee, Seung-won Hwang, Aurick Qiao, Daniel F Campos 외

Mixture-of-experts (MoEs) have been adopted for reducing inference costs by sparsely activating experts in Large language models (LLMs). Despite this reduction, the massive number of experts in MoEs still makes them expe…

GSM8KMixture-of-Experts