File size: 2,116 Bytes
ccf396a
a767b82
8a35da4
ccf396a
 
 
 
3c8c490
ccf396a
 
8a35da4
ccf396a
8a35da4
ccf396a
8a35da4
ccf396a
8a35da4
 
 
 
 
 
 
 
 
 
 
 
 
3c8c490
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: NeuralFuse
emoji: 
colorFrom: yellow
colorTo: indigo
sdk: static
pinned: false
short_description: Protect Model from Suffering Low-voltage-induced Bit Errors
---

# NeuralFuse

Official project page of the paper "[NeuralFuse: Learning to Recover the Accuracy of Access-Limited Neural Network Inference in Low-Voltage Regimes](https://arxiv.org/abs/2306.16869)."

![NeuralFuse](static/images/teaser.png)

Deep neural networks (DNNs) have become ubiquitous in machine learning, but their energy consumption remains problematically high. An effective strategy for reducing such consumption is supply-voltage reduction, but if done too aggressively, it can lead to accuracy degradation. This is due to random bit-flips in static random access memory (SRAM), where model parameters are stored. To address this challenge, we have developed NeuralFuse, a novel add-on module that handles the energy-accuracy tradeoff in low-voltage regimes by learning input transformations and using them to generate error-resistant data representations, thereby protecting DNN accuracy in both nominal and low-voltage scenarios. As well as being easy to implement, NeuralFuse can be readily applied to DNNs with limited access, such cloud-based APIs that are accessed remotely or non-configurable hardware. Our experimental results demonstrate that, at a 1% bit-error rate, NeuralFuse can reduce SRAM access energy by up to 24% while recovering accuracy by up to 57%. To the best of our knowledge, this is the first approach to addressing low-voltage-induced bit errors that requires no model retraining.


## Citation
If you find this helpful for your research, please cite our paper as follows:

    @article{sun2024neuralfuse,
      title={{NeuralFuse: Learning to Recover the Accuracy of Access-Limited Neural Network Inference in Low-Voltage Regimes}},
      author={Hao-Lun Sun and Lei Hsiung and Nandhini Chandramoorthy and Pin-Yu Chen and Tsung-Yi Ho},
      booktitle = {Advances in Neural Information Processing Systems},
      publisher = {Curran Associates, Inc.},
      volume = {37},
      year = {2024}
     }