A 1Mb mixed-precision quantized encoder for image classification and patch-based compression
Van Thien Nguyen, William Guicquero, Gilles Sicard
TL;DR
The paper tackles the hardware-constraints of deploying DNNs at the edge by designing an ASIC-friendly mixed-precision encoder (NQE) capable of both image classification and patch-based compression. It introduces histogram-equidistributed quantization, HWMSB activations, and layer-shared BitShift Normalization (BSN) to streamline hardware implementation, while employing Group-wise Convolution and a compressed bottleneck to cut memory and compute. A dedicated decoder, PURENET, reconstructs full images from patch-based binary measurements, enabling end-to-end patch-based compression with minimal artifacts at 0.25 bpp. Empirical results on CIFAR-10 show CIFAR-10 accuracy of $87.48\%$ with only 1 Mb of on-chip memory, and full-frame DIV2K compression demonstrates favorable PSNR/MS-SSIM relative to standard patch-based methods, validating the hardware-software co-design approach for edge AI and image compression.
Abstract
Even if Application-Specific Integrated Circuits (ASIC) have proven to be a relevant choice for integrating inference at the edge, they are often limited in terms of applicability. In this paper, we demonstrate that an ASIC neural network accelerator dedicated to image processing can be applied to multiple tasks of different levels: image classification and compression, while requiring a very limited hardware. The key component is a reconfigurable, mixed-precision (3b/2b/1b) encoder that takes advantage of proper weight and activation quantizations combined with convolutional layer structural pruning to lower hardware-related constraints (memory and computing). We introduce an automatic adaptation of linear symmetric quantizer scaling factors to perform quantized levels equalization, aiming at stabilizing quinary and ternary weights training. In addition, a proposed layer-shared Bit-Shift Normalization significantly simplifies the implementation of the hardware-expensive Batch Normalization. For a specific configuration in which the encoder design only requires 1Mb, the classification accuracy reaches 87.5% on CIFAR-10. Besides, we also show that this quantized encoder can be used to compress image patch-by-patch while the reconstruction can performed remotely, by a dedicated full-frame decoder. This solution typically enables an end-to-end compression almost without any block artifacts, outperforming patch-based state-of-the-art techniques employing a patch-constant bitrate.
