paper-with-me

홈 › Papers

Mixed-Precision Quantization: Make the Best Use of Bits Where They Matter Most

2024-12-04 · Yiming Fang, Li Chen, Yunfei Chen, Weidong Wang, Changsheng You

Mixed-precision quantization offers superior performance to fixed-precision quantization. It has been widely used in signal processing, communication systems, and machine learning. In mixed-precision quantization, bit allocation is essential. Hence, in this paper, we propose a new bit allocation framework for mixed-precision quantization from a search perspective. First, we formulate a general bit allocation problem for mixed-precision quantization. Then we introduce the penalized particle swarm optimization (PPSO) algorithm to address the integer consumption constraint. To improve efficiency and avoid iterations on infeasible solutions within the PPSO algorithm, a greedy criterion particle swarm optimization (GC-PSO) algorithm is proposed. The corresponding convergence analysis is derived based on dynamical system theory. Furthermore, we apply the above framework to some specific classic fields, i.e., finite impulse response (FIR) filters, receivers, and gradient descent. Numerical examples in each application underscore the superiority of the proposed framework to the existing algorithms.

📄 PDF Abstract BibTeX arXiv:2412.03101

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

CoopQ: Cooperative Game Inspired Layerwise Mixed Precision Quantization for LLMs

2025-09-18 · Junchen Zhao, Ali Derakhshan, Jayden Kana Hyman, Junhao Dong 외 arxiv

Large Language Models (LLMs) promise impressive capabilities, yet their multi-billion-parameter scale makes on-device or low-resource deployment prohibitive. Mixed-precision quantization offers a compelling solution, but…

MixLLM: LLM Quantization with Global Mixed-precision between Output-features and Highly-efficient System Design

2024-12-19 · Zhen Zheng, Xiaonan Song, Chuanjie Liu

Quantization has become one of the most effective methodologies to compress LLMs into smaller size. However, the existing quantization solutions still show limitations of either non-negligible accuracy drop or system ine…

MMLUQuantization

Leveraging Automated Mixed-Low-Precision Quantization for tiny edge microcontrollers

2020-08-12 · Manuele Rusci, Marco Fariselli, Alessandro Capotondi, Luca Benini

The severe on-chip memory limitations are currently preventing the deployment of the most accurate Deep Neural Network (DNN) models on tiny MicroController Units (MCUs), even if leveraging an effective 8-bit quantization…

Quantization

ScaleBITS: Scalable Bitwidth Search for Hardware-Aligned Mixed-Precision LLMs

2026-02-06 · Xinlin Li, Timothy Chou, Josh Fromm, Zichang Liu 외 arxiv

Post-training weight quantization is crucial for reducing the memory and inference cost of large language models (LLMs), yet pushing the average precision below 4 bits remains challenging due to highly non-uniform weight…

LoRAQuant: Mixed-Precision Quantization of LoRA to Ultra-Low Bits

2025-10-30 · Amir Reza Mirzaei, Yuqiao Wen, Yanshuai Cao, Lili Mou arxiv

Low-Rank Adaptation (LoRA) has become a popular technique for parameter-efficient fine-tuning of large language models (LLMs). In many real-world scenarios, multiple adapters are loaded simultaneously to enable LLM custo…

parameter-efficient fine-tuningMathematical Reasoning