paper-with-me

홈 › Papers

CNN Acceleration by Low-rank Approximation with Quantized Factors

2020-06-16 · Nikolay Kozyrskiy, Anh-Huy Phan

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 analysis performed for other methods for compression and acceleration our approach showed its promising features.

📄 PDF Abstract BibTeX arXiv:2006.08878

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Methods 이 논문이 사용한 방법론

TuckER TuckER

Similar Papers 제목 키워드 기반

Matrix Compression via Randomized Low Rank and Low Precision Factorization

2023-10-17 · NeurIPS 2023 11 · Rajarshi Saha, Varun Srivastava, Mert Pilanci

Matrices are exceptionally useful in various fields of study as they provide a convenient framework to organize and manipulate data in a structured manner. However, modern matrices can involve billions of elements, makin…

Image CompressionQuantization

On the Expressive Power of Weight Quantization in Large Language Models

2026-06-20 · Shao-Qun Zhang arxiv

In recent years, weight quantization that encodes the learnable parameters of large language models in an $n$-bit format has garnered significant attention due to its potential for model compression and inference acceler…

Model Compression

Towards Low-loss 1-bit Quantization of User-item Representations for Top-K Recommendation

2021-12-03 · Yankai Chen, Yifei Zhang, Yingxue Zhang, Huifeng Guo 외

Due to the promising advantages in space compression and inference acceleration, quantized representation learning for recommender systems has become an emerging research direction recently. As the target is to embed lat…

QuantizationRecommendation SystemsRepresentation Learning

Low-Rank Matrix Approximation in the Infinity Norm

2017-05-31 · Nicolas Gillis, Yaroslav Shitov

The low-rank matrix approximation problem with respect to the entry-wise $\ell_{\infty}$-norm is the following: given a matrix $M$ and a factorization rank $r$, find a matrix $X$ whose rank is at most $r$ and that minimi…

P$^2$-ViT: Power-of-Two Post-Training Quantization and Acceleration for Fully Quantized Vision Transformer

2024-05-30 · Huihong Shi, Xin Cheng, Wendong Mao, Zhongfeng Wang

Vision Transformers (ViTs) have excelled in computer vision tasks but are memory-consuming and computation-intensive, challenging their deployment on resource-constrained devices. To tackle this limitation, prior works h…

Quantization