CNN Acceleration by Low-rank Approximation with Quantized Factors
Nikolay Kozyrskiy, Anh-Huy Phan

TL;DR
This paper introduces a novel CNN compression and acceleration method combining low-rank tensor approximation and quantization, demonstrating promising results on standard datasets and models for deployment on resource-constrained devices.
Contribution
The paper proposes a new approach that integrates low-rank tensor approximation with quantization, including algorithms for rank selection and quality restoration, improving CNN efficiency.
Findings
Effective compression and acceleration of ResNet models
Demonstrated on CIFAR-10, CIFAR-100, and ImageNet datasets
Outperforms some existing methods in comparative analysis
Abstract
The modern convolutional neural networks although achieve great results in solving complex computer vision tasks still cannot be effectively used in mobile and embedded devices due to the strict requirements for computational complexity, memory and power consumption. The CNNs have to be compressed and accelerated before deployment. In order to solve this problem the novel approach combining two known methods, low-rank tensor approximation in Tucker format and quantization of weights and feature maps (activations), is proposed. The greedy one-step and multi-step algorithms for the task of multilinear rank selection are proposed. The approach for quality restoration after applying Tucker decomposition and quantization is developed. The efficiency of our method is demonstrated for ResNet18 and ResNet34 on CIFAR-10, CIFAR-100 and Imagenet classification tasks. As a result of comparative…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Image and Signal Denoising Methods · Advanced Image Processing Techniques
MethodsTuckER
