paper-with-me

홈 › Papers

Accelerating PoT Quantization on Edge Devices

2024-09-30 · Rappy Saha, Jude Haris, José Cano

Non-uniform quantization, such as power-of-two (PoT) quantization, matches data distributions better than uniform quantization, which reduces the quantization error of Deep Neural Networks (DNNs). PoT quantization also allows bit-shift operations to replace multiplications, but there are limited studies on the efficiency of shift-based accelerators for PoT quantization. Furthermore, existing pipelines for accelerating PoT-quantized DNNs on edge devices are not open-source. In this paper, we first design shift-based processing elements (shift-PE) for different PoT quantization methods and evaluate their efficiency using synthetic benchmarks. Then we design a shift-based accelerator using our most efficient shift-PE and propose PoTAcc, an open-source pipeline for end-to-end acceleration of PoT-quantized DNNs on resource-constrained edge devices. Using PoTAcc, we evaluate the performance of our shift-based accelerator across three DNNs. On average, it achieves a 1.23x speedup and 1.24x energy reduction compared to a multiplier-based accelerator, and a 2.46x speedup and 1.83x energy reduction compared to CPU-only execution. Our code is available at https://github.com/gicLAB/PoTAcc

📄 PDF Abstract BibTeX arXiv:2409.20403

Code (1)

giclab/potacc 공식 구현

Tasks

CPUQuantization

Similar Papers 제목 키워드 기반

Efficient Asynchronous Federated Learning with Sparsification and Quantization

2023-12-23 · Juncheng Jia, Ji Liu, Chendi Zhou, Hao Tian 외

While data is distributed in multiple edge devices, Federated Learning (FL) is attracting more and more attention to collaboratively train a machine learning model without transferring raw data. FL generally exploits a p…

Federated LearningQuantization

Fast Adjustable Threshold For Uniform Neural Network Quantization (Winning solution of LPIRC-II)

2018-12-19 · Alexander Goncharenko, Andrey Denisov, Sergey Alyamkin, Evgeny Terentev

Neural network quantization procedure is the necessary step for porting of neural networks to mobile devices. Quantization allows accelerating the inference, reducing memory consumption and model size. It can be performe…

Quantization

EdgeRazor: A Lightweight Framework for Large Language Models via Mixed-Precision Quantization-Aware Distillation

2026-04-10 · Shu-Hao Zhang, Le-Tong Huang, Xiang-Sheng Deng, Xin-Yi Zou 외 arxiv

Quantization has emerged as a mainstream approach for deploying Large Language Models (LLMs) on resource-constrained devices, yet compressing precision below 4-bit typically causes severe performance degradation or prohi…

Non-Volatile Memory Array Based Quantization- and Noise-Resilient LSTM Neural Networks

2020-02-25 · Wen Ma, Pi-Feng Chiu, Won Ho Choi, Minghai Qin 외

In cloud and edge computing models, it is important that compute devices at the edge be as power efficient as possible. Long short-term memory (LSTM) neural networks have been widely used for natural language processing,…

Edge-computingGPUQuantizationTime Series Analysis+1

On the Acceleration of Deep Neural Network Inference using Quantized Compressed Sensing

2021-08-23 · Meshia Cédric Oveneke

Accelerating deep neural network (DNN) inference on resource-limited devices is one of the most important barriers to ensuring a wider and more inclusive adoption. To alleviate this, DNN binary quantization for faster co…

compressed sensingQuantization