paper-with-me

Papers

Reconstructing Pruned Filters using Cheap Spatial Transformations

2021-10-25 · Roy Miles, Krystian Mikolajczyk

We present an efficient alternative to the convolutional layer using cheap spatial transformations. This construction exploits an inherent spatial redundancy of the learned convolutional filters to enable a much greater parameter efficiency, while maintaining the top-end accuracy of their dense counter-parts. Training these networks is modelled as a generalised pruning problem, whereby the pruned filters are replaced with cheap transformations from the set of non-pruned filters. We provide an efficient implementation of the proposed layer, followed by two natural extensions to avoid excessive feature compression and to improve the expressivity of the transformed features. We show that these networks can achieve comparable or improved performance to state-of-the-art pruning models across both the CIFAR-10 and ImageNet-1K datasets.

📄 PDF Abstract BibTeX arXiv:2110.12844

Code (0)

등록된 구현이 없습니다.

Tasks

Feature CompressionKnowledge DistillationModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Inability of spatial transformations of CNN feature maps to support invariant recognition

2020-04-30 · Ylva Jansson, Maksim Maydanskiy, Lukas Finnveden, Tony Lindeberg

A large number of deep learning architectures use spatial transformations of CNN feature maps or filters to better deal with variability in object appearance caused by natural image transformations. In this paper, we pro…

Learning Efficient Image Super-Resolution Networks via Structure-Regularized Pruning

2021-09-29 · ICLR 2022 4 · Yulun Zhang, Huan Wang, Can Qin, Yun Fu

Lightweight image super-resolution (SR) networks have obtained promising results with moderate model size. However, they are impractical or neglected to be extended to larger networks. At the same time, model compression…

Image Super-ResolutionKnowledge DistillationModel CompressionNetwork Pruning+2

Visual Tracking via Spatially Aligned Correlation Filters Network

2018-09-01 · ECCV 2018 9 · Mengdan Zhang, Qiang Wang, Junliang Xing, Jin Gao 외

Correlation filters based trackers rely on a periodic assumption of the search sample to efficiently distinguish the target from the background. This assumption however yields undesired boundary effects and restricts asp…

Visual Tracking

Softer Pruning, Incremental Regularization

2020-10-19 · Linhang Cai, Zhulin An, Chuanguang Yang, Yongjun Xu

Network pruning is widely used to compress Deep Neural Networks (DNNs). The Soft Filter Pruning (SFP) method zeroizes the pruned filters during training while updating them in the next training epoch. Thus the trained in…

Network Pruning

Studying the Plasticity in Deep Convolutional Neural Networks using Random Pruning

2018-12-26 · Deepak Mittal, Shweta Bhardwaj, Mitesh M. Khapra, Balaraman Ravindran

Recently there has been a lot of work on pruning filters from deep convolutional neural networks (CNNs) with the intention of reducing computations.The key idea is to rank the filters based on a certain criterion (say, l…

image-classificationImage ClassificationImage Segmentationobject-detection+2