paper-with-me

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 thus gained interest since it effectively lowers storage and computational costs. In contrast to weight pruning, which results in unstructured models, structured pruning provides the benefit of realistic acceleration by producing models that are friendly to hardware implementation. The special requirements of structured pruning have led to the discovery of numerous new challenges and the development of innovative solutions. This article surveys the recent progress towards structured pruning of deep CNNs. We summarize and compare the state-of-the-art structured pruning techniques with respect to filter ranking methods, regularization methods, dynamic execution, neural architecture search, the lottery ticket hypothesis, and the applications of pruning. While discussing structured pruning algorithms, we briefly introduce the unstructured pruning counterpart to emphasize their differences. Furthermore, we provide insights into potential research opportunities in the field of structured pruning. A curated list of neural network pruning papers can be found at https://github.com/he-y/Awesome-Pruning . A dedicated website offering a more interactive comparison of structured pruning methods can be found at: https://huggingface.co/spaces/he-yang/Structured-Pruning-Survey .

📄 PDF Abstract BibTeX arXiv:2303.00566

Code (1)

he-y/awesome-pruning 공식 구현 pytorch

Tasks

Network PruningNeural Architecture SearchSurvey

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Pruning Algorithms to Accelerate Convolutional Neural Networks for Edge Applications: A Survey

2020-05-08 · Jiayi Liu, Samarth Tripathi, Unmesh Kurup, Mohak Shah

With the general trend of increasing Convolutional Neural Network (CNN) model sizes, model compression and acceleration techniques have become critical for the deployment of these models on edge devices. In this paper, w…

Model CompressionSurvey

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…

Leveraging Structured Pruning of Convolutional Neural Networks

2022-06-13 · Hugo Tessier, Vincent Gripon, Mathieu Léonardon, Matthieu Arzel 외

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 dimensio…

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

On Iterative Neural Network Pruning, Reinitialization, and the Similarity of Masks

2020-01-14 · Michela Paganini, Jessica Forde

We examine how recently documented, fundamental phenomena in deep learning models subject to pruning are affected by changes in the pruning procedure. Specifically, we analyze differences in the connectivity structure an…

Network Pruning