paper-with-me

Papers

Pyramid Vector Quantization for Deep Learning

2017-04-10 · Vincenzo Liguori

This paper explores the use of Pyramid Vector Quantization (PVQ) to reduce the computational cost for a variety of neural networks (NNs) while, at the same time, compressing the weights that describe them. This is based on the fact that the dot product between an N dimensional vector of real numbers and an N dimensional PVQ vector can be calculated with only additions and subtractions and one multiplication. This is advantageous since tensor products, commonly used in NNs, can be re-conduced to a dot product or a set of dot products. Finally, it is stressed that any NN architecture that is based on an operation that can be re-conduced to a dot product can benefit from the techniques described here.

📄 PDF Abstract BibTeX arXiv:1704.02681

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningQuantization

Similar Papers 제목 키워드 기반

Pyramid Vector Quantization and Bit Level Sparsity in Weights for Efficient Neural Networks Inference

2019-11-24 · Vincenzo Liguori

This paper discusses three basic blocks for the inference of convolutional neural networks (CNNs). Pyramid Vector Quantization (PVQ) is discussed as an effective quantizer for CNNs weights resulting in highly sparse and …

Quantization

Pyramid Vector Quantization for LLMs

2024-10-22 · Tycho F. A. van der Ouderaa, Maximilian L. Croci, Agrin Hilmkil, James Hensman

Recent works on compression of large language models (LLM) using quantization considered reparameterizing the architecture such that weights are distributed on the sphere. This demonstratively improves the ability to qua…

Quantization

Vector Quantization for Machine Vision

2016-03-30 · Vincenzo Liguori

This paper shows how to reduce the computational cost for a variety of common machine vision tasks by operating directly in the compressed domain, particularly in the context of hardware acceleration. Pyramid Vector Quan…

Quantization

PHPQ: Pyramid Hybrid Pooling Quantization for Efficient Fine-Grained Image Retrieval

2021-09-11 · Ziyun Zeng, Jinpeng Wang, Bin Chen, Tao Dai 외

Deep hashing approaches, including deep quantization and deep binary hashing, have become a common solution to large-scale image retrieval due to their high computation and storage efficiency. Most existing hashing metho…

Deep HashingImage RetrievalQuantizationRetrieval

Fast Low-rank Representation based Spatial Pyramid Matching for Image Classification

2014-09-22 · Xi Peng, Rui Yan, Bo Zhao, Huajin Tang 외

Spatial Pyramid Matching (SPM) and its variants have achieved a lot of success in image classification. The main difference among them is their encoding schemes. For example, ScSPM incorporates Sparse Code (SC) instead o…

General Classificationimage-classificationImage ClassificationQuantization