paper-with-me

홈 › Papers

A Survey on Deep Neural Network Pruning-Taxonomy, Comparison, Analysis, and Recommendations

2023-08-13 · Hongrong Cheng, Miao Zhang, Javen Qinfeng Shi

Modern deep neural networks, particularly recent large language models, come with massive model sizes that require significant computational and storage resources. To enable the deployment of modern models on resource-constrained environments and accelerate inference time, researchers have increasingly explored pruning techniques as a popular research direction in neural network compression. However, there is a dearth of up-to-date comprehensive review papers on pruning. To address this issue, in this survey, we provide a comprehensive review of existing research works on deep neural network pruning in a taxonomy of 1) universal/specific speedup, 2) when to prune, 3) how to prune, and 4) fusion of pruning and other compression techniques. We then provide a thorough comparative analysis of eight pairs of contrast settings for pruning and explore emerging topics, including pruning for large language models, large multimodal models, post-training pruning, and different supervision levels for pruning to shed light on the commonalities and differences of existing methods and lay the foundation for further method development. To facilitate future research, we build a curated collection of datasets, networks, and evaluations on different applications. Finally, we provide valuable recommendations on selecting pruning methods and prospect several promising research directions. We build a repository at https://github.com/hrcheng1066/awesome-pruning.

📄 PDF Abstract BibTeX arXiv:2308.06767

Code (1)

hrcheng1066/awesome-pruning 공식 구현 pytorch

Tasks

Adversarial RobustnessNetwork PruningNeural Network Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Adversarial Pruning: A Survey and Benchmark of Pruning Methods for Adversarial Robustness

2024-09-02 · Giorgio Piras, Maura Pintor, Ambra Demontis, Battista Biggio 외

Recent work has proposed neural network pruning techniques to reduce the size of a network while preserving robustness against adversarial examples, i.e., well-crafted inputs inducing a misclassification. These methods, …

Adversarial RobustnessNetwork Pruning

A Comprehensive Survey and Experimental Comparison of Graph-Based Approximate Nearest Neighbor Search

2021-01-29 · Mengzhao Wang, Xiaoliang Xu, Qiang Yue, Yuxiang Wang

Approximate nearest neighbor search (ANNS) constitutes an important operation in a multitude of applications, including recommendation systems, information retrieval, and pattern recognition. In the past decade, graph-ba…

Information RetrievalRecommendation SystemsRetrieval

Safety Bench: Identifying Safety-Sensitive Situations for Open-domain Conversational Systems

2021-10-16 · ACL ARR October 2021 10 · Anonymous

The social impact of natural language processing and its applications has received increasing attention. Here, we focus on the problem of safety for end-to-end conversational AI. We survey the problem landscape therein,…

Neural Attention Models in Deep Learning: Survey and Taxonomy

2021-12-11 · Alana Santana, Esther Colombini

Attention is a state of arousal capable of dealing with limited processing bottlenecks in human beings by focusing selectively on one piece of information while ignoring other perceptible information. For decades, concep…

Deep LearningPhilosophySurvey

A Comprehensive Survey of Action Quality Assessment: Method and Benchmark

2024-12-15 · Kanglei Zhou, Ruizhi Cai, Liyuan Wang, Hubert P. H. Shum 외

Action Quality Assessment (AQA) quantitatively evaluates the quality of human actions, providing automated assessments that reduce biases in human judgment. Its applications span domains such as sports analysis, skill as…

Action Quality AssessmentComputational EfficiencySurvey