paper-with-me

Papers

Deep convolutional neural network compression via coupled tensor decomposition

2020-11-16 · IEEE Journal of Selected Topics in Signal Processing 2020 11 · Weize Sun, Shaowu Chen, Lei Huang, Hing Cheung So, Min Xie

Large neural networks have aroused impressive progress in various real world applications. However, the expensive storage and computational resources requirement for running deep networks make them problematic to be deployed on mobile devices. Recently, matrix and tensor decompositions have been employed for compressing neural networks. In this paper, we develop a simultaneous tensor decomposition technique for network optimization. The shared network structure is first discussed. Sometimes, not only the structure but also the parameters are shared to form a compressed model at the expense of degraded performance. This indicates that the weight tensors between layers within one network contain both identical components and independent components. To utilize this characteristic, two new coupled tensor train decompositions are developed for fully and partly structure sharing cases, and an alternating optimization approach is proposed for low rank tensor computation. Finally, we restore the performance of the neural network model by fine-tuning. The compression ratio of the devised approach can then be calculated. Experimental results are also included to demonstrate the benefits of our algorithm for both applications of image reconstruction and classification, using the well known datasets such as Cifar-10/Cifar-100 and ImageNet and widely used networks such as ResNet. Comparing to the state-of-the-art independent matrix and tensor decomposition based methods, our model can obtain a better network performance under the same compression ratio.

📄 PDF Abstract BibTeX

Code (1)

ShaowuChen/CoupledTensorDecomposition tf

Tasks

Image ReconstructionNeural Network CompressionTensor Decomposition

Similar Papers 제목 키워드 기반

Hybrid Tensor Decomposition in Neural Network Compression

2020-06-29 · Bijiao Wu, Dingheng Wang, Guangshe Zhao, Lei Deng 외

Deep neural networks (DNNs) have enabled impressive breakthroughs in various artificial intelligence (AI) applications recently due to its capability of learning high-level features from big data. However, the current de…

Neural Network CompressionTensor 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

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 through Generalized Kronecker Product Decomposition

2021-09-29 · Marawan Gamal Abdel Hameed, Marzieh S. Tahaei, Ali Mosleh, Vahid Partovi Nia

Modern Convolutional Neural Network (CNN) architectures, despite their superiority in solving various problems, are generally too large to be deployed on resource constrained edge devices. In this paper, we reduce memory…

image-classificationImage ClassificationKnowledge DistillationNeural Network Compression

Compressing 3DCNNs Based on Tensor Train Decomposition

2019-12-08 · Dingheng Wang, Guangshe Zhao, Guoqi Li, Lei Deng 외

Three dimensional convolutional neural networks (3DCNNs) have been applied in many tasks, e.g., video and 3D point cloud recognition. However, due to the higher dimension of convolutional kernels, the space complexity of…

Hand Gesture RecognitionHand-Gesture RecognitionNeural Network CompressionQuantization+1