paper-with-me

Papers

Compressing complex convolutional neural network based on an improved deep compression algorithm

2019-03-06 · Jiasong Wu, Hongshan Ren, Youyong Kong, Chunfeng Yang, Lotfi Senhadji, Huazhong Shu

Although convolutional neural network (CNN) has made great progress, large redundant parameters restrict its deployment on embedded devices, especially mobile devices. The recent compression works are focused on real-value convolutional neural network (Real CNN), however, to our knowledge, there is no attempt for the compression of complex-value convolutional neural network (Complex CNN). Compared with the real-valued network, the complex-value neural network is easier to optimize, generalize, and has better learning potential. This paper extends the commonly used deep compression algorithm from real domain to complex domain and proposes an improved deep compression algorithm for the compression of Complex CNN. The proposed algorithm compresses the network about 8 times on CIFAR-10 dataset with less than 3% accuracy loss. On the ImageNet dataset, our method compresses the model about 16 times and the accuracy loss is about 2% without retraining.

📄 PDF Abstract BibTeX arXiv:1903.02358

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AlphaZip: Neural Network-Enhanced Lossless Text Compression

2024-09-23 · Swathi Shree Narashiman, Nitin Chandrachoodan

Data compression continues to evolve, with traditional information theory methods being widely used for compressing text, images, and videos. Recently, there has been growing interest in leveraging Generative AI for pred…

BenchmarkingData CompressionLanguage ModelingLanguage Modelling+2

Ultimate tensorization: compressing convolutional and FC layers alike

2016-11-10 · Timur Garipov, Dmitry Podoprikhin, Alexander Novikov, Dmitry Vetrov

Convolutional neural networks excel in image recognition tasks, but this comes at the cost of high computational and memory complexity. To tackle this problem, [1] developed a tensor factorization framework to compress f…

Compressing Neural Networks: Towards Determining the Optimal Layer-wise Decomposition

2021-07-23 · NeurIPS 2021 12 · Lucas Liebenwein, Alaa Maalouf, Oren Gal, Dan Feldman 외

We present a novel global compression framework for deep neural networks that automatically analyzes each layer to identify the optimal per-layer compression ratio, while simultaneously achieving the desired overall comp…

Low-rank compression

Improved Projection Learning for Lower Dimensional Feature Maps

2022-10-27 · Ilan Price, Jared Tanner

The requirement to repeatedly move large feature maps off- and on-chip during inference with convolutional neural networks (CNNs) imposes high costs in terms of both energy and time. In this work we explore an improved m…

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