paper-with-me

Papers

Binary Weight Multi-Bit Activation Quantization for Compute-in-Memory CNN Accelerators

2025-08-29 · Wenyong Zhou, Zhengwu Liu, Yuan Ren, Ngai Wong arxiv

Compute-in-memory (CIM) accelerators have emerged as a promising way for enhancing the energy efficiency of convolutional neural networks (CNNs). Deploying CNNs on CIM platforms generally requires quantization of network weights and activations to meet hardware constraints. However, existing approaches either prioritize hardware efficiency with binary weight and activation quantization at the cost of accuracy, or utilize multi-bit weights and activations for greater accuracy but limited efficiency. In this paper, we introduce a novel binary weight multi-bit activation (BWMA) method for CNNs on CIM-based accelerators. Our contributions include: deriving closed-form solutions for weight quantization in each layer, significantly improving the representational capabilities of binarized weights; and developing a differentiable function for activation quantization, approximating the ideal multi-bit function while bypassing the extensive search for optimal settings. Through comprehensive experiments on CIFAR-10 and ImageNet datasets, we show that BWMA achieves notable accuracy improvements over existing methods, registering gains of 1.44\%-5.46\% and 0.35\%-5.37\% on respective datasets. Moreover, hardware simulation results indicate that 4-bit activation quantization strikes the optimal balance between hardware cost and model performance.

📄 PDF Abstract BibTeX arXiv:2508.21524

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Achieving binary weight and activation for LLMs using Post-Training Quantization

2025-04-07 · Siqing Song, Chuang Wang, Ruiqi Wang, Yi Yang 외

Quantizing large language models (LLMs) to 1-bit precision significantly reduces computational costs, but existing quantization techniques suffer from noticeable performance degradation when using weight and activation p…

Quantization

Energy-Efficient and Dequantization-Free Q-LLMs: A Spiking Neural Network Approach to Salient Value Mitigation

2025-10-22 · Chenyu Wang, Zhanglu Yan, Zhi Zhou, Xu Chen 외 arxiv

In the era of large language models (LLMs), weight-activation quantization helps fit models on edge device by reducing memory and compute bit-widths. However, three challenges persist for energy constrained hardware: (1)…

Resource-Efficient Speech Quality Prediction through Quantization Aware Training and Binary Activation Maps

2024-07-05 · Mattias Nilsson, Riccardo Miccini, Clément Laroche, Tobias Piechowiak 외

As speech processing systems in mobile and edge devices become more commonplace, the demand for unintrusive speech quality monitoring increases. Deep learning methods provide high-quality estimates of objective and subje…

Quantization

OASIS: Outlier-Aware LUT-Based GEMM with Dual-Side Quantization for LLM Inference Acceleration

2025-07-30 · Xueying Wu, Baijun Zhou, Zhihui Gao, Yuzhe Fu 외 arxiv

Large language models (LLMs) have demonstrated impressive capabilities across a wide range of applications, but demand substantial memory and compute resources during inference. Existing quantization methods expose a tra…

End-to-end Binary Representation Learning via Direct Binary Embedding

2017-03-15 · Liu Liu, Alireza Rahimpour, Ali Taalimi, Hairong Qi

Learning binary representation is essential to large-scale computer vision tasks. Most existing algorithms require a separate quantization constraint to learn effective hashing functions. In this work, we present Direct …

Image RetrievalObject RecognitionQuantizationRepresentation Learning+1