paper-with-me

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 compressible networks. Properties of PVQ are exploited for the elimination of multipliers during inference while maintaining high performance. The result is then extended to any other quantized weights. The Tiny Yolo v3 CNN is used to compare such basic blocks.

📄 PDF Abstract BibTeX arXiv:1911.10636

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

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

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 …

Deep LearningQuantization

PSA: Pyramid Sparse Attention for Efficient Video Understanding and Generation

2025-12-03 · Xiaolong Li, Youping Gu, Xi Lin, Weijie Wang 외 arxiv

Attention mechanisms are the core of foundation models, but their quadratic complexity remains a critical bottleneck for scaling. This challenge has driven the development of efficient attention mechanisms, with sparsity…

Computational Efficiency

BSQ: Exploring Bit-Level Sparsity for Mixed-Precision Neural Network Quantization

2021-02-20 · ICLR 2021 1 · Huanrui Yang, Lin Duan, Yiran Chen, Hai Li

Mixed-precision quantization can potentially achieve the optimal tradeoff between performance and compression rate of deep neural networks, and thus, have been widely investigated. However, it lacks a systematic method t…

Neural Architecture SearchQuantization

MVQ:Towards Efficient DNN Compression and Acceleration with Masked Vector Quantization

2024-12-13 · Shuaiting Li, Chengxuan Wang, Juncan Deng, Zeyu Wang 외

Vector quantization(VQ) is a hardware-friendly DNN compression method that can reduce the storage cost and weight-loading datawidth of hardware accelerators. However, conventional VQ techniques lead to significant accura…

image-classificationImage Classificationobject-detectionObject Detection+1