๐ค AI Summary
This study addresses the optimal bit-width allocation problem in mixed-precision quantization. Methodologically, it introduces a novel search-based framework featuring two variants of particle swarm optimization: Penalty-Driven PSO (PPSO) and Greedy-Criterion PSO (GC-PSO), both rigorously modeling integer constraints and proven convergent via dynamical systems theory. The key contribution is the first unified bit-allocation paradigm spanning diverse domainsโdigital signal processing (FIR filters), wireless communications (receivers), and machine learning (gradient descent). Experimental results demonstrate that the proposed approach achieves superior trade-offs between quantization accuracy and hardware resource efficiency, significantly outperforming state-of-the-art quantization methods across benchmarks.
๐ Abstract
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.