paper-with-me

Papers

Low-rank Tensor Decomposition for Compression of Convolutional Neural Networks Using Funnel Regularization

2021-12-07 · Bo-Shiuan Chu, Che-Rung Lee

Tensor decomposition is one of the fundamental technique for model compression of deep convolution neural networks owing to its ability to reveal the latent relations among complex structures. However, most existing methods compress the networks layer by layer, which cannot provide a satisfactory solution to achieve global optimization. In this paper, we proposed a model reduction method to compress the pre-trained networks using low-rank tensor decomposition of the convolution layers. Our method is based on the optimization techniques to select the proper ranks of decomposed network layers. A new regularization method, called funnel function, is proposed to suppress the unimportant factors during the compression, so the proper ranks can be revealed much easier. The experimental results show that our algorithm can reduce more model parameters than other tensor compression methods. For ResNet18 with ImageNet2012, our reduced model can reach more than twi times speed up in terms of GMAC with merely 0.7% Top-1 accuracy drop, which outperforms most existing methods in both metrics.

📄 PDF Abstract BibTeX arXiv:2112.03690

Code (0)

등록된 구현이 없습니다.

Tasks

global-optimizationModel CompressionTensor Decomposition

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
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 제목 키워드 기반

Stable Low-rank Tensor Decomposition for Compression of Convolutional Neural Network

2020-08-12 · ECCV 2020 8 · Anh-Huy Phan, Konstantin Sobolev, Konstantin Sozykin, Dmitry Ermilov 외

Most state of the art deep neural networks are overparameterized and exhibit a high computational cost. A straightforward approach to this problem is to replace convolutional kernels with its low-rank tensor approximatio…

image-classificationImage ClassificationTensor Decomposition

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

Semi-tensor Product-based TensorDecomposition for Neural Network Compression

2021-09-30 · Hengling Zhao, Yipeng Liu, Xiaolin Huang, Ce Zhu

The existing tensor networks adopt conventional matrix product for connection. The classical matrix product requires strict dimensionality consistency between factors, which can result in redundancy in data representatio…

Low-rank compressionNeural Network CompressionTensor Networks

Reduced storage direct tensor ring decomposition for convolutional neural networks compression

2024-05-17 · Mateusz Gabor, Rafał Zdunek

Convolutional neural networks (CNNs) are among the most widely used machine learning models for computer vision tasks, such as image classification. To improve the efficiency of CNNs, many CNNs compressing approaches hav…

image-classificationImage Classification

Towards Efficient Tensor Decomposition-Based DNN Model Compression with Optimization Framework

2021-07-26 · CVPR 2021 1 · Miao Yin, Yang Sui, Siyu Liao, Bo Yuan

Advanced tensor decomposition, such as Tensor train (TT) and Tensor ring (TR), has been widely studied for deep neural network (DNN) model compression, especially for recurrent neural networks (RNNs). However, compressin…

image-classificationImage ClassificationModel CompressionTensor Decomposition+1