paper-with-me

Papers

SigmaQuant: Hardware-Aware Heterogeneous Quantization Method for Edge DNN Inference

2026-02-25 · Qunyou Liu, Pengbo Yu, Marina Zapater, David Atienza arxiv

Deep neural networks (DNNs) are essential for performing advanced tasks on edge or mobile devices, yet their deployment is often hindered by severe resource constraints, including limited memory, energy, and computational power. While uniform quantization provides a straightforward approach to compress model and reduce hardware requirement, it fails to fully leverage the varying robustness across layers, and often lead to accuracy degradation or suboptimal resource usage, particularly at low bitwidths. In contrast, heterogeneous quantization, which allocates different bitwidths to individual layers, can mitigate these drawbacks. Nonetheless, current heterogeneous quantization methods either needs huge brute-force design space search or lacks the adaptability to meet different hardware conditions, such as memory size, energy budget, and latency requirement. Filling these gaps, this work introduces \textbf{\textit{SigmaQuant}}, an adaptive layer-wise heterogeneous quantization framework designed to efficiently balance accuracy and resource usage for varied edge environments without exhaustive search.

📄 PDF Abstract BibTeX arXiv:2602.22136

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Precision-aware Latency and Energy Balancing on Multi-Accelerator Platforms for DNN Inference

2023-06-08 · Matteo Risso, Alessio Burrello, Giuseppe Maria Sarda, Luca Benini 외

The need to execute Deep Neural Networks (DNNs) at low latency and low power at the edge has spurred the development of new heterogeneous Systems-on-Chips (SoCs) encapsulating a diverse set of hardware accelerators. How …

Quantization

Hardware-Algorithm Co-Optimization of Early-Exit Neural Networks for Multi-Core Edge Accelerators

2025-12-04 · Alaa Zniber, Arne Symons, Ouassim Karrakchou, Marian Verhelst 외 arxiv

Deployment of dynamic neural networks on edge accelerators requires careful consideration of hardware constraints beyond conventional complexity metrics such as Multiply-Accumulate operations. In Early-Exiting Neural Net…

Neural Architecture Search

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

HQP: Sensitivity-Aware Hybrid Quantization and Pruning for Ultra-Low-Latency Edge AI Inference

2026-02-02 · Dinesh Gopalan, Ratul Ali arxiv

The escalating demand for high-fidelity, real-time inference in distributed edge-cloud environments necessitates aggressive model optimization to counteract severe latency and energy constraints. This paper introduces th…

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