paper-with-me

Papers

Neural Network Compression using Binarization and Few Full-Precision Weights

2023-06-15 · Franco Maria Nardini, Cosimo Rulli, Salvatore Trani, Rossano Venturini

Quantization and pruning are two effective Deep Neural Networks model compression methods. In this paper, we propose Automatic Prune Binarization (APB), a novel compression technique combining quantization with pruning. APB enhances the representational capability of binary networks using a few full-precision weights. Our technique jointly maximizes the accuracy of the network while minimizing its memory impact by deciding whether each weight should be binarized or kept in full precision. We show how to efficiently perform a forward pass through layers compressed using APB by decomposing it into a binary and a sparse-dense matrix multiplication. Moreover, we design two novel efficient algorithms for extremely quantized matrix multiplication on CPU, leveraging highly efficient bitwise operations. The proposed algorithms are 6.9x and 1.5x faster than available state-of-the-art solutions. We extensively evaluate APB on two widely adopted model compression datasets, namely CIFAR10 and ImageNet. APB delivers better accuracy/memory trade-off compared to state-of-the-art methods based on i) quantization, ii) pruning, and iii) combination of pruning and quantization. APB outperforms quantization in the accuracy/efficiency trade-off, being up to 2x faster than the 2-bit quantized model with no loss in accuracy.

📄 PDF Abstract BibTeX arXiv:2306.08960

Code (0)

등록된 구현이 없습니다.

Tasks

BinarizationCPUModel CompressionNeural Network CompressionQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

ARB-LLM: Alternating Refined Binarizations for Large Language Models

2024-10-04 · Zhiteng Li, Xianglong Yan, Tianao Zhang, Haotong Qin 외

Large Language Models (LLMs) have greatly pushed forward advancements in natural language processing, yet their high memory and computational demands hinder practical deployment. Binarization, as an effective compression…

BinarizationQuantization

STBLLM: Breaking the 1-Bit Barrier with Structured Binary LLMs

2024-08-03 · Peijie Dong, Lujun Li, Yuedong Zhong, Dayou Du 외

In this paper, we present the first structural binarization method for LLM compression to less than 1-bit precision. Although LLMs have achieved remarkable performance, their memory-bound nature during the inference stag…

BinarizationComputational EfficiencyQuantization

BinaryViT: Towards Efficient and Accurate Binary Vision Transformers

2023-05-24 · Junrui Xiao, Zhikai Li, Lianwei Yang, Qingyi Gu

Vision Transformers (ViTs) have emerged as the fundamental architecture for most computer vision fields, but the considerable memory and computation costs hinders their application on resource-limited devices. As one of …

BinarizationQuantization

SAB-LVLM: Significance-Aware Binarization for Large Vision-Language Models

2026-07-02 · Qi Lyu, Jiahua Dong, Baichen Liu, Xudong Wang 외 arxiv

Large Vision-Language Models (LVLMs) have achieved remarkable progress in multimodal understanding, yet their enormous parameter scale and cross-modal computation incur substantial memory and latency overhead, severely l…

HBVLA: Pushing 1-Bit Post-Training Quantization for Vision-Language-Action Models

2026-02-14 · Xin Yan, Zhenglin Wan, Feiyang Ye, Xingrui Yu 외 arxiv

Vision-Language-Action (VLA) models enable instruction-following embodied control, but their large compute and memory footprints hinder deployment on resource-constrained robots and edge platforms. While reducing weights…