paper-with-me

Papers

Leveraging Highly Approximated Multipliers in DNN Inference

2024-12-21 · Georgios Zervakis, Fabio Frustaci, Ourania Spantidi, Iraklis Anagnostopoulos, Hussam Amrouch, Jörg Henkel

In this work, we present a control variate approximation technique that enables the exploitation of highly approximate multipliers in Deep Neural Network (DNN) accelerators. Our approach does not require retraining and significantly decreases the induced error due to approximate multiplications, improving the overall inference accuracy. As a result, our approach enables satisfying tight accuracy loss constraints while boosting the power savings. Our experimental evaluation, across six different DNNs and several approximate multipliers, demonstrates the versatility of our approach and shows that compared to the accurate design, our control variate approximation achieves the same performance, 45% power reduction, and less than 1% average accuracy loss. Compared to the corresponding approximate designs without using our technique, our approach improves the accuracy by 1.9x on average.

📄 PDF Abstract BibTeX arXiv:2412.16757

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Control Variate Approximation for DNN Accelerators

2021-02-18 · Georgios Zervakis, Ourania Spantidi, Iraklis Anagnostopoulos, Hussam Amrouch 외

In this work, we introduce a control variate approximation technique for low error approximate Deep Neural Network (DNN) accelerators. The control variate technique is used in Monte Carlo methods to achieve variance redu…

ApproxTrain: Fast Simulation of Approximate Multipliers for DNN Training and Inference

2022-09-09 · Jing Gong, Hassaan Saadat, Hasindu Gamaarachchi, Haris Javaid 외

Edge training of Deep Neural Networks (DNNs) is a desirable goal for continuous learning; however, it is hindered by the enormous computational power required by training. Hardware approximate multipliers have shown thei…

CPUGPU

MinConvNets: A new class of multiplication-less Neural Networks

2021-01-23 · Xuecan Yang, Sumanta Chaudhuri, Laurence Likforman, Lirida Naviner

Convolutional Neural Networks have achieved unprecedented success in image classification, recognition, or detection applications. However, their large-scale deployment in embedded devices is still limited by the huge co…

image-classificationImage ClassificationTransfer Learning

ApproxDARTS: Differentiable Neural Architecture Search with Approximate Multipliers

2024-04-08 · Michal Pinos, Lukas Sekanina, Vojtech Mrazek

Integrating the principles of approximate computing into the design of hardware-aware deep neural networks (DNN) has led to DNNs implementations showing good output quality and highly optimized hardware parameters such a…

GPUNeural Architecture Search

AdaPT: Fast Emulation of Approximate DNN Accelerators in PyTorch

2022-03-08 · Dimitrios Danopoulos, Georgios Zervakis, Kostas Siozios, Dimitrios Soudris 외

Current state-of-the-art employs approximate multipliers to address the highly increased power demands of DNN accelerators. However, evaluating the accuracy of approximate DNNs is cumbersome due to the lack of adequate s…