paper-with-me

Papers

Joint Matrix Decomposition for Deep Convolutional Neural Networks Compression

2021-07-09 · Shaowu Chen, Jiahao Zhou, Weize Sun, Lei Huang

Deep convolutional neural networks (CNNs) with a large number of parameters require intensive computational resources, and thus are hard to be deployed in resource-constrained platforms. Decomposition-based methods, therefore, have been utilized to compress CNNs in recent years. However, since the compression factor and performance are negatively correlated, the state-of-the-art works either suffer from severe performance degradation or have relatively low compression factors. To overcome this problem, we propose to compress CNNs and alleviate performance degradation via joint matrix decomposition, which is different from existing works that compressed layers separately. The idea is inspired by the fact that there are lots of repeated modules in CNNs. By projecting weights with the same structures into the same subspace, networks can be jointly compressed with larger ranks. In particular, three joint matrix decomposition schemes are developed, and the corresponding optimization approaches based on Singular Value Decomposition are proposed. Extensive experiments are conducted across three challenging compact CNNs for different benchmark data sets to demonstrate the superior performance of our proposed algorithms. As a result, our methods can compress the size of ResNet-34 by 22X with slighter accuracy degradation compared with several state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2107.04386

Code (1)

ShaowuChen/JointSVD 공식 구현 tf

Tasks

Efficient Neural NetworkMatrix Factorization / DecompositionNeural Network Compression

Similar Papers 제목 키워드 기반

Convolutional Neural Network Compression Based on Low-Rank Decomposition

2024-08-29 · Yaping He, Linhao Jiang, Di wu

Deep neural networks typically impose significant computational loads and memory consumption. Moreover, the large parameters pose constraints on deploying the model on edge devices such as embedded systems. Tensor decomp…

Model CompressionNeural Network CompressionTensor Decomposition

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

Sparse matrix products for neural network compression

2021-01-01 · Luc Giffon, Hachem Kadri, Stephane Ayache, Ronan Sicre 외

Over-parameterization of neural networks is a well known issue that comes along with their great performance. Among the many approaches proposed to tackle this problem, low-rank tensor decompositions are largely investig…

Neural Network Compression

Group Sparsity: The Hinge Between Filter Pruning and Decomposition for Network Compression

2020-03-19 · CVPR 2020 6 · Yawei Li, Shuhang Gu, Christoph Mayer, Luc van Gool 외

In this paper, we analyze two popular network compression techniques, i.e. filter pruning and low-rank decomposition, in a unified sense. By simply changing the way the sparsity regularization is enforced, filter pruning…

Compression-aware Training of Neural Networks using Frank-Wolfe

2022-05-24 · Max Zimmer, Christoph Spiegel, Sebastian Pokutta

Many existing Neural Network pruning approaches rely on either retraining or inducing a strong bias in order to converge to a sparse solution throughout training. A third paradigm, 'compression-aware' training, aims to o…

Network Pruning