paper-with-me

Papers

Towards Optimal Filter Pruning with Balanced Performance and Pruning Speed

2020-10-14 · Dong Li, Sitong Chen, Xudong Liu, YunDa Sun, Li Zhang

Filter pruning has drawn more attention since resource constrained platform requires more compact model for deployment. However, current pruning methods suffer either from the inferior performance of one-shot methods, or the expensive time cost of iterative training methods. In this paper, we propose a balanced filter pruning method for both performance and pruning speed. Based on the filter importance criteria, our method is able to prune a layer with approximate layer-wise optimal pruning rate at preset loss variation. The network is pruned in the layer-wise way without the time consuming prune-retrain iteration. If a pre-defined pruning rate for the entire network is given, we also introduce a method to find the corresponding loss variation threshold with fast converging speed. Moreover, we propose the layer group pruning and channel selection mechanism for channel alignment in network with short connections. The proposed pruning method is widely applicable to common architectures and does not involve any additional training except the final fine-tuning. Comprehensive experiments show that our method outperforms many state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2010.06821

Code (1)

Nuctech-AI/LBS_pruning 공식 구현 pytorch

Tasks

channel selection

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Beta-Rank: A Robust Convolutional Filter Pruning Method For Imbalanced Medical Image Analysis

2023-04-15 · Morteza Homayounfar, Mohamad Koohi-Moghadam, Reza Rawassizadeh, Varut Vardhanabhuti

As deep neural networks include a high number of parameters and operations, it can be a challenge to implement these models on devices with limited computational resources. Despite the development of novel pruning method…

Image ClassificationMedical Image AnalysisMedical Image ClassificationNetwork Pruning

RL-Pruner: Structured Pruning Using Reinforcement Learning for CNN Compression and Acceleration

2024-11-10 · Boyao Wang, Volodymyr Kindratenko

Convolutional Neural Networks (CNNs) have demonstrated exceptional performance in recent years. Compressing these models not only reduces storage requirements, making deployment to edge devices feasible, but also acceler…

Network Pruning Spaces

2023-04-19 · Xuanyu He, Yu-I Yang, Ran Song, Jiachen Pu 외

Network pruning techniques, including weight pruning and filter pruning, reveal that most state-of-the-art neural networks can be accelerated without a significant performance drop. This work focuses on filter pruning wh…

Network 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

B-FPGM: Lightweight Face Detection via Bayesian-Optimized Soft FPGM Pruning

2025-01-28 · Nikolaos Kaparinos, Vasileios Mezaris

Face detection is a computer vision application that increasingly demands lightweight models to facilitate deployment on devices with limited computational resources. Neural network pruning is a promising technique that …

Bayesian OptimizationFace DetectionNetwork Pruning