FitAct: Error Resilient Deep Neural Networks via Fine-Grained Post-Trainable Activation Functions
Behnam Ghavami, Mani Sadati, Zhenman Fang, and Lesley Shannon

TL;DR
FitAct introduces a low-cost, post-training method to improve the error resilience of deep neural networks by bounding neuron activations, preventing fault propagation without extensive retraining.
Contribution
It proposes a novel fine-grained, post-trainable activation function approach that enhances DNN fault tolerance while maintaining accuracy and low overhead.
Findings
Outperforms state-of-the-art methods like Clip-Act and Ranger
Effective across models like AlexNet, VGG16, ResNet50
Adds manageable runtime and memory overheads
Abstract
Deep neural networks (DNNs) are increasingly being deployed in safety-critical systems such as personal healthcare devices and self-driving cars. In such DNN-based systems, error resilience is a top priority since faults in DNN inference could lead to mispredictions and safety hazards. For latency-critical DNN inference on resource-constrained edge devices, it is nontrivial to apply conventional redundancy-based fault tolerance techniques. In this paper, we propose FitAct, a low-cost approach to enhance the error resilience of DNNs by deploying fine-grained post-trainable activation functions. The main idea is to precisely bound the activation value of each individual neuron via neuron-wise bounded activation functions so that it could prevent fault propagation in the network. To avoid complex DNN model re-training, we propose to decouple the accuracy training and resilience training…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Radiation Effects in Electronics
