paper-with-me

홈 › Papers

Network Pruning via Resource Reallocation

2021-03-02 · Yuenan Hou, Zheng Ma, Chunxiao Liu, Zhe Wang, Chen Change Loy

Channel pruning is broadly recognized as an effective approach to obtain a small compact model through eliminating unimportant channels from a large cumbersome network. Contemporary methods typically perform iterative pruning procedure from the original over-parameterized model, which is both tedious and expensive especially when the pruning is aggressive. In this paper, we propose a simple yet effective channel pruning technique, termed network Pruning via rEsource rEalLocation (PEEL), to quickly produce a desired slim model with negligible cost. Specifically, PEEL first constructs a predefined backbone and then conducts resource reallocation on it to shift parameters from less informative layers to more important layers in one round, thus amplifying the positive effect of these informative layers. To demonstrate the effectiveness of PEEL , we perform extensive experiments on ImageNet with ResNet-18, ResNet-50, MobileNetV2, MobileNetV3-small and EfficientNet-B0. Experimental results show that structures uncovered by PEEL exhibit competitive performance with state-of-the-art pruning algorithms under various pruning settings. Our code is available at https://github.com/cardwing/Codes-for-PEEL.

📄 PDF Abstract BibTeX arXiv:2103.01847

Code (1)

cardwing/codes-for-pvkd 공식 구현 pytorch

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Batch Normalization 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Average Pooling 설명 없음
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Inverted Residual Block 설명 없음

Similar Papers 제목 키워드 기반

Dynamic parameter reallocation improves trainability of deep convolutional networks

2018-10-20 · NIPS Workshop CDNNRIA 2018 · Hesham Mostafa, Xin Wang

Network pruning has emerged as a powerful technique for reducing the size of deep neural networks. Pruning uncovers high-performance subnetworks by taking a trained dense network and gradually removing unimportant connec…

Network Pruning

Computation Reallocation for Object Detection

2019-12-24 · ICLR 2020 1 · Feng Liang, Chen Lin, Ronghao Guo, Ming Sun 외

The allocation of computation resources in the backbone is a crucial issue in object detection. However, classification allocation pattern is usually adopted directly to object detector, which is proved to be sub-optimal…

Instance SegmentationNeural Architecture SearchObjectobject-detection+2

Neural Rejuvenation: Improving Deep Network Training by Enhancing Computational Resource Utilization

2018-12-02 · CVPR 2019 6 · Siyuan Qiao, Zhe Lin, Jianming Zhang, Alan Yuille

In this paper, we study the problem of improving computational resource utilization of neural networks. Deep neural networks are usually over-parameterized for their tasks in order to achieve good performances, thus are …

Network PruningNeural Architecture Search

Parameter Efficient Training of Deep Convolutional Neural Networks by Dynamic Sparse Reparameterization

2019-02-15 · Hesham Mostafa, Xin Wang

Modern deep neural networks are typically highly overparameterized. Pruning techniques are able to remove a significant fraction of network parameters with little loss in accuracy. Recently, techniques based on dynamic r…

Compression and Inference of Spiking Neural Networks on Resource-Constrained Hardware

2025-11-15 · Karol C. Jurzec, Tomasz Szydlo, Maciej Wielgosz arxiv

Spiking neural networks (SNNs) communicate via discrete spikes in time rather than continuous activations. Their event-driven nature offers advantages for temporal processing and energy efficiency on resource-constrained…

Model Compression