paper-with-me

Papers

REPrune: Filter Pruning via Representative Election

2020-07-14 · Mincheol Park, Woojeong Kim, Suhyun Kim

Even though norm-based filter pruning methods are widely accepted, it is questionable whether the "smaller-norm-less-important" criterion is optimal in determining filters to prune. Especially when we can keep only a small fraction of the original filters, it is more crucial to choose the filters that can best represent the whole filters regardless of norm values. Our novel pruning method entitled "REPrune" addresses this problem by selecting representative filters via clustering. By selecting one filter from a cluster of similar filters and avoiding selecting adjacent large filters, REPrune can achieve a better compression rate with similar accuracy. Our method also recovers the accuracy more rapidly and requires a smaller shift of filters during fine-tuning. Empirically, REPrune reduces more than 49% FLOPs, with 0.53% accuracy gain on ResNet-110 for CIFAR-10. Also, REPrune reduces more than 41.8% FLOPs with 1.67% Top-1 validation loss on ResNet-18 for ImageNet.

📄 PDF Abstract BibTeX arXiv:2007.06932

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

REPrune: Channel Pruning via Kernel Representative Selection

2024-02-27 · Mincheol Park, DongJin Kim, Cheonjun Park, Yuna Park 외

Channel pruning is widely accepted to accelerate modern convolutional neural networks (CNNs). The resulting pruned model benefits from its immediate deployment on general-purpose software and hardware resources. However,…

Pruning Networks with Cross-Layer Ranking & k-Reciprocal Nearest Filters

2022-02-15 · Mingbao Lin, Liujuan Cao, Yuxin Zhang, Ling Shao 외

This paper focuses on filter-level network pruning. A novel pruning method, termed CLR-RNF, is proposed. We first reveal a "long-tail" long-tail pruning problem in magnitude-based weight pruning methods, and then propose…

image-classificationImage ClassificationNetwork Pruning

A Greedy Hierarchical Approach to Whole-Network Filter-Pruning in CNNs

2024-08-22 · Kiran Purohit, Anurag Reddy Parvathgari, Sourangshu Bhattacharya

Deep convolutional neural networks (CNNs) have achieved impressive performance in many computer vision tasks. However, their large model sizes require heavy computational resources, making pruning redundant filters from …

Network Pruning

Magnitude and Similarity based Variable Rate Filter Pruning for Efficient Convolution Neural Networks

2022-12-27 · Applied Sciences 2022 12 · Deepak Ghimire, Seong-heum Kim

The superior performance of the recent deep learning models comes at the cost of a significant increase in computational complexity, memory use, and power consumption. Filter pruning is one of the effective neural networ…

Network PruningNeural Network Compression

AutoPruner: An End-to-End Trainable Filter Pruning Method for Efficient Deep Model Inference

2018-05-23 · Jian-Hao Luo, Jianxin Wu

Channel pruning is an important family of methods to speed up deep model's inference. Previous filter pruning algorithms regard channel pruning and model fine-tuning as two independent steps. This paper argues that combi…

Binarizationchannel selection