paper-with-me

Papers

Deep Microcompression: Structured Pruning and Bit-packed Quantization for Microcontrollers

2026-09-04 · Opegbemi Matthias Busoye, Tolulope Matthew Busoye, Eghonghon-aye Eigbe arxiv

This paper introduces Deep Microcompression (DMC), a hardware-aware pipeline for deep learning inference on bare-metal microcontrollers. DMC integrates structured pruning, quantization-aware training, and fixed-length bit-packing to achieve a 55.8$\times$ weight compression ratio on LeNet-5 (98.77\% accuracy), generating a dependency-free C library with deterministic latency. On the RP2040 (Cortex-M0+), DMC reduces binary size by 3$\times$ versus TensorFlow Lite while matching its accuracy. Critically, DMC enables the first documented deployment of a standard CNN on the ATmega328P, a device constrained to 2KB SRAM, previously considered infeasible for CNN inference.

📄 PDF Abstract BibTeX arXiv:2609.05081

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Keyword Spotting System and Evaluation of Pruning and Quantization Methods on Low-power Edge Microcontrollers

2022-08-04 · Jingyi Wang, Shengchen Li

Keyword spotting (KWS) is beneficial for voice-based user interactions with low-power devices at the edge. The edge devices are usually always-on, so edge computing brings bandwidth savings and privacy protection. The de…

Edge-computingKeyword SpottingQuantization

Differentiable Joint Pruning and Quantization for Hardware Efficiency

2020-07-20 · ECCV 2020 8 · Ying Wang, Yadong Lu, Tijmen Blankevoort

We present a differentiable joint pruning and quantization (DJPQ) scheme. We frame neural network compression as a joint gradient-based optimization problem, trading off between model pruning and quantization automatical…

Neural Network CompressionQuantization

Automatic Joint Structured Pruning and Quantization for Efficient Neural Network Training and Compression

2025-02-23 · CVPR 2025 1 · Xiaoyi Qu, David Aponte, Colby Banbury, Daniel P. Robinson 외

Structured pruning and quantization are fundamental techniques used to reduce the size of deep neural networks (DNNs) and typically are applied independently. Applying these techniques jointly via co-optimization has the…

Efficient Neural NetworkQuantization

QPruner: Probabilistic Decision Quantization for Structured Pruning in Large Language Models

2024-12-16 · Changhai Zhou, Yuhua Zhou, Shijie Han, Qian Qiao 외

The rise of large language models (LLMs) has significantly advanced various natural language processing (NLP) tasks. However, the resource demands of these models pose substantial challenges. Structured pruning is an eff…

Bayesian OptimizationQuantization

Non-Structured DNN Weight Pruning -- Is It Beneficial in Any Platform?

2019-07-03 · Xiaolong Ma, Sheng Lin, Shaokai Ye, Zhezhi He 외

Large deep neural network (DNN) models pose the key challenge to energy efficiency due to the significantly higher energy consumption of off-chip DRAM accesses than arithmetic or SRAM operations. It motivates the intensi…

Model CompressionQuantization