paper-with-me

홈 › Papers

PowerPruning: Selecting Weights and Activations for Power-Efficient Neural Network Acceleration

2023-03-24 · Richard Petri, Grace Li Zhang, Yiran Chen, Ulf Schlichtmann, Bing Li

Deep neural networks (DNNs) have been successfully applied in various fields. A major challenge of deploying DNNs, especially on edge devices, is power consumption, due to the large number of multiply-and-accumulate (MAC) operations. To address this challenge, we propose PowerPruning, a novel method to reduce power consumption in digital neural network accelerators by selecting weights that lead to less power consumption in MAC operations. In addition, the timing characteristics of the selected weights together with all activation transitions are evaluated. The weights and activations that lead to small delays are further selected. Consequently, the maximum delay of the sensitized circuit paths in the MAC units is reduced even without modifying MAC units, which thus allows a flexible scaling of supply voltage to reduce power consumption further. Together with retraining, the proposed method can reduce power consumption of DNNs on hardware by up to 78.3% with only a slight accuracy loss.

📄 PDF Abstract BibTeX arXiv:2303.13997

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient Neural Network

Similar Papers 제목 키워드 기반

BWLA: Breaking the Barrier of W1AX Post-Training Quantization for LLMs

2026-05-01 · Zhixiong Zhao, Zukang Xu, Dawei Yang arxiv

Large language models (LLMs) have driven major progress in NLP, yet their substantial memory and compute demands still hinder practical deployment. Binarization can compress weights to 1 bit, fundamentally lowering compu…

NICE: Noise Injection and Clamping Estimation for Neural Network Quantization

2018-09-29 · ICLR 2019 5 · Chaim Baskin, Natan Liss, Yoav Chai, Evgenii Zheltonozhskii 외

Convolutional Neural Networks (CNN) are very popular in many fields including computer vision, speech recognition, natural language processing, to name a few. Though deep learning leads to groundbreaking performance in t…

General ClassificationGPUQuantizationspeech-recognition+1

A Targeted Acceleration and Compression Framework for Low bit Neural Networks

2019-07-09 · Biao Qian, Yang Wang

1 bit deep neural networks (DNNs), of which both the activations and weights are binarized , are attracting more and more attention due to their high computational efficiency and low memory requirement . However, the dra…

BinarizationComputational EfficiencyNetwork PruningQuantization

CNN Acceleration by Low-rank Approximation with Quantized Factors

2020-06-16 · Nikolay Kozyrskiy, Anh-Huy Phan

The modern convolutional neural networks although achieve great results in solving complex computer vision tasks still cannot be effectively used in mobile and embedded devices due to the strict requirements for computat…

Quantization

Quantizing deep convolutional networks for efficient inference: A whitepaper

2018-06-21 · Raghuraman Krishnamoorthi

We present an overview of techniques for quantizing convolutional neural networks for inference with integer weights and activations. Per-channel quantization of weights and per-layer quantization of activations to 8-bit…

Quantization