paper-with-me

홈 › Papers

Building Efficient ConvNets using Redundant Feature Pruning

2018-02-21 · Babajide O. Ayinde, Jacek M. Zurada

This paper presents an efficient technique to prune deep and/or wide convolutional neural network models by eliminating redundant features (or filters). Previous studies have shown that over-sized deep neural network models tend to produce a lot of redundant features that are either shifted version of one another or are very similar and show little or no variations; thus resulting in filtering redundancy. We propose to prune these redundant features along with their connecting feature maps according to their differentiation and based on their relative cosine distances in the feature space, thus yielding smaller network size with reduced inference costs and competitive performance. We empirically show on select models and CIFAR-10 dataset that inference costs can be reduced by 40% for VGG-16, 27% for ResNet-56, and 39% for ResNet-110.

📄 PDF Abstract BibTeX arXiv:1802.07653

Code (2)

babajide07/Redundant-Feature-Pruning-Pytorch-Implementation 공식 구현 pytorch
bemova/Building-Efficient-ConvNets-using-Redundant-Feature-Pruning pytorch

Tasks

Network Pruning

Similar Papers 제목 키워드 기반

PaPr: Training-Free One-Step Patch Pruning with Lightweight ConvNets for Faster Inference

2024-03-24 · Tanvir Mahmud, Burhaneddin Yaman, Chun-Hao Liu, Diana Marculescu

As deep neural networks evolve from convolutional neural networks (ConvNets) to advanced vision transformers (ViTs), there is an increased need to eliminate redundant data for faster processing without compromising accur…

Structured Pruning for Efficient ConvNets via Incremental Regularization

2018-11-20 · NIPS Workshop CDNNRIA 2018 · Huan Wang, Qiming Zhang, Yuehai Wang, Haoji Hu

Parameter pruning is a promising approach for CNN compression and acceleration by eliminating redundant model parameters with tolerable performance loss. Despite its effectiveness, existing regularization-based parameter…

Improve Convolutional Neural Network Pruning by Maximizing Filter Variety

2022-03-11 · Nathan Hubens, Matei Mancas, Bernard Gosselin, Marius Preda 외

Neural network pruning is a widely used strategy for reducing model storage and computing requirements. It allows to lower the complexity of the network by introducing sparsity in the weights. Because taking advantage of…

Network Pruning

Structured Pruning for Efficient ConvNets via Incremental Regularization

2018-04-25 · Huan Wang, Qiming Zhang, Yuehai Wang, Yu Lu 외

Parameter pruning is a promising approach for CNN compression and acceleration by eliminating redundant model parameters with tolerable performance degrade. Despite its effectiveness, existing regularization-based parame…

Network Pruning

Exploring Linear Relationship in Feature Map Subspace for ConvNets Compression

2018-03-15 · Dong Wang, Lei Zhou, Xueni Zhang, Xiao Bai 외

While the research on convolutional neural networks (CNNs) is progressing quickly, the real-world deployment of these models is often limited by computing resources and memory constraints. In this paper, we address this …

Clustering