paper-with-me

Papers

Compressing Deep CNNs using Basis Representation and Spectral Fine-tuning

2021-05-21 · Muhammad Tayyab, Fahad Ahmad Khan, Abhijit Mahalanobis

We propose an efficient and straightforward method for compressing deep convolutional neural networks (CNNs) that uses basis filters to represent the convolutional layers, and optimizes the performance of the compressed network directly in the basis space. Specifically, any spatial convolution layer of the CNN can be replaced by two successive convolution layers: the first is a set of three-dimensional orthonormal basis filters, followed by a layer of one-dimensional filters that represents the original spatial filters in the basis space. We jointly fine-tune both the basis and the filter representation to directly mitigate any performance loss due to the truncation. Generality of the proposed approach is demonstrated by applying it to several well known deep CNN architectures and data sets for image classification and object detection. We also present the execution time and power usage at different compression levels on the Xavier Jetson AGX processor.

📄 PDF Abstract BibTeX arXiv:2105.10436

Code (1)

mtayyab454/CNN-compression-ICIP2021 공식 구현 pytorch

Tasks

image-classificationImage Classificationobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Don't Fix the Basis -- Learn It: Spectral Representation with Adaptive Basis Learning for PDEs

2026-05-11 · Xuxiang Zhao, Angelica I. Aviles-Rivero arxiv

Spectral neural operators achieve strong performance for PDE learning, but rely on fixed global bases that limit their ability to represent spatially heterogeneous and multiscale dynamics. We propose Adaptive Basis Learn…

Shape correspondence using anisotropic Chebyshev spectral CNNs

2020-06-01 · CVPR 2020 6 · Qinsong Li, Shengjun Liu, Ling Hu, Xinru Liu

Establishing correspondence between shapes is a very important and active research topic in many domains. Due to the powerful ability of deep learning on geometric data, lots of attractive results have been achieved by c…

Deep $k$-Means: Re-Training and Parameter Sharing with Harder Cluster Assignments for Compressing Deep Convolutions

2018-06-24 · Junru Wu, Yue Wang, Zhen-Yu Wu, Zhangyang Wang 외

The current trend of pushing CNNs deeper with convolutions has created a pressing demand to achieve higher compression gains on CNNs where convolutions dominate the computation and parameter amount (e.g., GoogLeNet, ResN…

Clustering

Deep k-Means: Re-Training and Parameter Sharing with Harder Cluster Assignments for Compressing Deep Convolutions

2018-07-01 · ICML 2018 7 · Junru Wu, Yue Wang, Zhen-Yu Wu, Zhangyang Wang 외

The current trend of pushing CNNs deeper with convolutions has created a pressing demand to achieve higher compression gains on CNNs where convolutions dominate the computation and parameter amount (e.g., GoogLeNet,…

Clustering

Rank Selection of CP-decomposed Convolutional Layers with Variational Bayesian Matrix Factorization

2018-01-16 · Marcella Astrid, Seung-Ik Lee, Beom-Su Seo

Convolutional Neural Networks (CNNs) is one of successful method in many areas such as image classification tasks. However, the amount of memory and computational cost needed for CNNs inference obstructs them to run effi…

image-classificationImage Classification