paper-with-me

Papers

Bit Error Robustness for Energy-Efficient DNN Accelerators

2020-06-24 · David Stutz, Nandhini Chandramoorthy, Matthias Hein, Bernt Schiele

Deep neural network (DNN) accelerators received considerable attention in past years due to saved energy compared to mainstream hardware. Low-voltage operation of DNN accelerators allows to further reduce energy consumption significantly, however, causes bit-level failures in the memory storing the quantized DNN weights. In this paper, we show that a combination of robust fixed-point quantization, weight clipping, and random bit error training (RandBET) improves robustness against random bit errors in (quantized) DNN weights significantly. This leads to high energy savings from both low-voltage operation as well as low-precision quantization. Our approach generalizes across operating voltages and accelerators, as demonstrated on bit errors from profiled SRAM arrays. We also discuss why weight clipping alone is already a quite effective way to achieve robustness against bit errors. Moreover, we specifically discuss the involved trade-offs regarding accuracy, robustness and precision: Without losing more than 1% in accuracy compared to a normally trained 8-bit DNN, we can reduce energy consumption on CIFAR-10 by 20%. Higher energy savings of, e.g., 30%, are possible at the cost of 2.5% accuracy, even for 4-bit DNNs.

📄 PDF Abstract BibTeX arXiv:2006.13977

Code (1)

davidstutz/mlsys2021-bit-error-robustness 공식 구현

Tasks

Quantization

Similar Papers 제목 키워드 기반

Random and Adversarial Bit Error Robustness: Energy-Efficient and Secure DNN Accelerators

2021-04-16 · David Stutz, Nandhini Chandramoorthy, Matthias Hein, Bernt Schiele

Deep neural network (DNN) accelerators received considerable attention in recent years due to the potential to save energy compared to mainstream hardware. Low-voltage operation of DNN accelerators allows to further redu…

Quantization

ThUnderVolt: Enabling Aggressive Voltage Underscaling and Timing Error Resilience for Energy Efficient Deep Neural Network Accelerators

2018-02-11 · Jeff Zhang, Kartheek Rangineni, Zahra Ghodsi, Siddharth Garg

Hardware accelerators are being increasingly deployed to boost the performance and energy efficiency of deep neural network (DNN) inference. In this paper we propose Thundervolt, a new framework that enables aggressive v…

General Classification

Positive/Negative Approximate Multipliers for DNN Accelerators

2021-07-20 · Ourania Spantidi, Georgios Zervakis, Iraklis Anagnostopoulos, Hussam Amrouch 외

Recent Deep Neural Networks (DNNs) managed to deliver superhuman accuracy levels on many AI tasks. Several applications rely more and more on DNNs to deliver sophisticated services and DNN accelerators are becoming integ…

Photonic Accelerators for Image Segmentation in Autonomous Driving and Defect Detection

2023-09-28 · Lakshmi Nair, David Widemann, Brad Turcott, Nick Moore 외

Photonic computing promises faster and more energy-efficient deep neural network (DNN) inference than traditional digital hardware. Advances in photonic computing can have profound impacts on applications such as autonom…

Autonomous DrivingDefect DetectionImage SegmentationSegmentation+1

SoftSNN: Low-Cost Fault Tolerance for Spiking Neural Network Accelerators under Soft Errors

2022-03-10 · Rachmad Vidya Wicaksana Putra, Muhammad Abdullah Hanif, Muhammad Shafique

Specialized hardware accelerators have been designed and employed to maximize the performance efficiency of Spiking Neural Networks (SNNs). However, such accelerators are vulnerable to transient faults (i.e., soft errors…