paper-with-me

Papers

QuantX: A Framework for Hardware-Aware Quantization of Generative AI Workloads

2025-05-12 · Khurram Mazher, Saad Bin Nasir

We present QuantX: a tailored suite of recipes for LLM and VLM quantization. It is capable of quantizing down to 3-bit resolutions with minimal loss in performance. The quantization strategies in QuantX take into account hardware-specific constraints to achieve efficient dequantization during inference ensuring flexible trade-off between runtime speed, memory requirement and model accuracy. Our results demonstrate that QuantX achieves performance within 6% of the unquantized model for LlaVa-v1.6 quantized down to 3-bits for multiple end user tasks and outperforms recently published state-of-the-art quantization techniques. This manuscript provides insights into the LLM quantization process that motivated the range of recipes and options that are incorporated in QuantX.

📄 PDF Abstract BibTeX arXiv:2505.07531

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

On-Chip Hardware-Aware Quantization for Mixed Precision Neural Networks

2023-09-05 · Wei Huang, Haotong Qin, Yangdong Liu, Jingzhuo Liang 외

Low-bit quantization emerges as one of the most promising compression approaches for deploying deep neural networks on edge devices. Mixed-precision quantization leverages a mixture of bit-widths to unleash the accuracy …

Quantization

HAQ: Hardware-Aware Automated Quantization with Mixed Precision

2018-11-21 · CVPR 2019 6 · Kuan Wang, Zhijian Liu, Yujun Lin, Ji Lin 외

Model quantization is a widely used technique to compress and accelerate deep neural network (DNN) inference. Emergent DNN hardware accelerators begin to support mixed precision (1-8 bits) to further improve the computat…

QuantizationReinforcement Learning

Generative Design of Hardware-aware DNNs

2020-06-06 · Sheng-Chun Kao, Arun Ramamurthy, Tushar Krishna

To efficiently run DNNs on the edge/cloud, many new DNN inference accelerators are being designed and deployed frequently. To enhance the resource efficiency of DNNs, model quantization is a widely-used approach. However…

Quantization

Regularization-based Framework for Quantization-, Fault- and Variability-Aware Training

2025-03-03 · Anmol Biswas, Raghav Singhal, Sivakumar Elangovan, Shreyas Sabnis 외

Efficient inference is critical for deploying deep learning models on edge AI devices. Low-bit quantization (e.g., 3- and 4-bit) with fixed-point arithmetic improves efficiency, while low-power memory technologies like a…

Quantization

NAS-Driven Hardware Accelerator Exploration for Edge AI and Quantization Effects on the Pareto Space

2026-08-13 · Eleftherios Mylonas, Angelos Kouprizas, Michael Birbas, Alexios Birbas arxiv

Edge AI deployment demands neural architectures that are simultaneously accurate, computationally efficient, and hardware-deployable - a challenge addressed by hardware-aware Neural Architecture Search (NAS). While recen…

Neural Architecture Search