CRAIFeb 18

The Weight of a Bit: EMFI Sensitivity Analysis of Embedded Deep Learning Models

arXiv:2602.16309v11 citationsh-index: 21
Originality Incremental advance
AI Analysis

This addresses the problem of security vulnerabilities in embedded deep learning systems for practitioners, but it is incremental as it builds on existing fault injection studies by focusing on number representations.

The paper investigates how different number representations affect the success of electromagnetic fault injection (EMFI) attacks on embedded neural network models, finding that integer representations (e.g., 8-bit) offer better resistance, with Top-1 accuracies staying around 70% and Top-5 around 90% for VGG-11, while floating-point representations degrade almost completely.

Fault injection attacks on embedded neural network models have been shown as a potent threat. Numerous works studied resilience of models from various points of view. As of now, there is no comprehensive study that would evaluate the influence of number representations used for model parameters against electromagnetic fault injection (EMFI) attacks. In this paper, we investigate how four different number representations influence the success of an EMFI attack on embedded neural network models. We chose two common floating-point representations (32-bit, and 16-bit), and two integer representations (8-bit, and 4-bit). We deployed four common image classifiers, ResNet-18, ResNet-34, ResNet-50, and VGG-11, on an embedded memory chip, and utilized a low-cost EMFI platform to trigger faults. Our results show that while floating-point representations exhibit almost a complete degradation in accuracy (Top-1 and Top-5) after a single fault injection, integer representations offer better resistance overall. Especially, when considering the the 8-bit representation on a relatively large network (VGG-11), the Top-1 accuracies stay at around 70% and the Top-5 at around 90%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes