paper-with-me

홈 › Papers

Iterative Filter Pruning for Concatenation-based CNN Architectures

2024-05-04 · Svetlana Pavlitska, Oliver Bagge, Federico Peccia, Toghrul Mammadov, J. Marius Zöllner

Model compression and hardware acceleration are essential for the resource-efficient deployment of deep neural networks. Modern object detectors have highly interconnected convolutional layers with concatenations. In this work, we study how pruning can be applied to such architectures, exemplary for YOLOv7. We propose a method to handle concatenation layers, based on the connectivity graph of convolutional layers. By automating iterative sensitivity analysis, pruning, and subsequent model fine-tuning, we can significantly reduce model size both in terms of the number of parameters and FLOPs, while keeping comparable model accuracy. Finally, we deploy pruned models to FPGA and NVIDIA Jetson Xavier AGX. Pruned models demonstrate a 2x speedup for the convolutional layers in comparison to the unpruned counterparts and reach real-time capability with 14 FPS on FPGA. Our code is available at https://github.com/fzi-forschungszentrum-informatik/iterative-yolo-pruning.

📄 PDF Abstract BibTeX arXiv:2405.03715

Code (1)

fzi-forschungszentrum-informatik/iterative-yolo-pruning 공식 구현 pytorch

Tasks

Model Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Structured Pruning for Multi-Task Deep Neural Networks

2023-04-13 · Siddhant Garg, Lijun Zhang, Hui Guan

Although multi-task deep neural network (DNN) models have computation and storage benefits over individual single-task DNN models, they can be further optimized via model compression. Numerous structured pruning methods …

Model Compression

Towards Optimal Filter Pruning with Balanced Performance and Pruning Speed

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

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…

channel selection

Deep Model Compression based on the Training History

2021-01-30 · S. H. Shabbeer Basha, Mohammad Farazuddin, Viswanath Pulabaigari, Shiv Ram Dubey 외

Deep Convolutional Neural Networks (DCNNs) have shown promising performances in several visual recognition problems which motivated the researchers to propose popular architectures such as LeNet, AlexNet, VGGNet, ResNet,…

modelModel Compression

Single-shot Channel Pruning Based on Alternating Direction Method of Multipliers

2019-02-18 · Chengcheng Li, Zi Wang, Xiangyang Wang, Hairong Qi

Channel pruning has been identified as an effective approach to constructing efficient network structures. Its typical pipeline requires iterative pruning and fine-tuning. In this work, we propose a novel single-shot cha…

General ClassificationNetwork Pruning

To Filter Prune, or to Layer Prune, That Is The Question

2020-07-11 · Sara Elkerdawy, Mostafa Elhoushi, Abhineet Singh, Hong Zhang 외

Recent advances in pruning of neural networks have made it possible to remove a large number of filters or weights without any perceptible drop in accuracy. The number of parameters and that of FLOPs are usually the repo…