Complex Network Theory-based Deep Neural Network Degradation Analysis in the Context of Bit Attack.

Qi Shao,Shunkun Yang,Yijing Zhou,Dan Lu,Qi Yao
DOI: https://doi.org/10.1109/qrs-c63300.2024.00040
2024-01-01
Abstract:With the widespread application of deep learning technology in safety-critical systems, the issues of security and robustness are increasingly prominent, becoming an important topic that cannot be ignored. In addition to input-side threats represented by adversarial examples, model-side attacks such as poisoning attacks or bit flipping have also become fatal security threats in deep learning systems. Despite existing research in bit-flip attack being able to achieve significant attack effects by flipping a small number of bits, there still lacks effective bit attack strategies in dealing with limitations such as the lack of specific use cases, inability to perform forward propagation, and the presence of gradient masking. Therefore, this paper proposes a bit attack strategy based on complex network theory for fully connected neural networks (FCNNs). This strategy relies solely on the structural information of the model, abstracting the neural network into a directed weighted graph, and creating graph structural metrics of the neural network. Utilizing these metrics to identify vulnerable neurons and weights, it guides the execution of bit attacks. Experimental results demonstrate that bit attacks guided by complex network metrics are significantly superior to random attacks, and attacks guided by Link Weights metrics require only up to 50 bits at most to increase the neural network error by 80%.
What problem does this paper attempt to address?