paper-with-me

Papers

Improving Robustness Against Stealthy Weight Bit-Flip Attacks by Output Code Matching

2022-01-01 · CVPR 2022 1 · Ozan Özdenizci, Robert Legenstein

Deep neural networks (DNNs) have been shown to be vulnerable against adversarial weight bit-flip attacks through hardware-induced fault-injection methods on the memory systems where network parameters are stored. Recent attacks pose the further concerning threat of finding minimal targeted and stealthy weight bit-flips that preserve expected behavior for untargeted test samples. This renders the attack undetectable from a DNN operation perspective. We propose a DNN defense mechanism to improve robustness in such realistic stealthy weight bit-flip attack scenarios. Our output code matching networks use an output coding scheme where the usual one-hot encoding of classes is replaced by partially overlapping bit strings. We show that this encoding significantly reduces attack stealthiness. Importantly, our approach is compatible with existing defenses and DNN architectures. It can be efficiently implemented on pre-trained models by simply re-defining the output classification layer and finetuning. Experimental benchmark evaluations show that output code matching is superior to existing regularized weight quantization based defenses, and an effective defense against stealthy weight bit-flip attacks.

📄 PDF Abstract BibTeX

Code (1)

igitugraz/outputcodematching 공식 구현 pytorch

Tasks

Quantization

Similar Papers 제목 키워드 기반

QFlip: An Adaptive Reinforcement Learning Strategy for the FlipIt Security Game

2019-06-27 · Lisa Oakley, Alina Oprea

A rise in Advanced Persistent Threats (APTs) has introduced a need for robustness against long-running, stealthy attacks which circumvent existing cryptographic security guarantees. FlipIt is a security game that models …

OpenAI GymQ-Learningreinforcement-learningReinforcement Learning+1

TFL: Targeted Bit-Flip Attack on Large Language Model

2026-02-19 · Jingkai Guo, Chaitali Chakrabarti, Deliang Fan arxiv

Large language models (LLMs) are increasingly deployed in safety and security critical applications, raising concerns about their robustness to model parameter fault injection attacks. Recent studies have shown that bit-…

SilentStriker:Toward Stealthy Bit-Flip Attacks on Large Language Models

2025-09-22 · Haotian Xu, Qingsong Peng, Jie Shi, Huadi Zheng 외 arxiv

The rapid adoption of large language models (LLMs) in critical domains has spurred extensive research into their security issues. While input manipulation attacks (e.g., prompt injection) have been well studied, Bit-Flip…

SBFA: Single Sneaky Bit Flip Attack to Break Large Language Models

2025-09-26 · Jingkai Guo, Chaitali Chakrabarti, Deliang Fan arxiv

Model integrity of Large language models (LLMs) has become a pressing security concern with their massive online deployment. Prior Bit-Flip Attacks (BFAs) -- a class of popular AI weight memory fault-injection techniques…

Stealthy Poisoning Attacks Bypass Defenses in Regression Settings

2026-01-29 · Javier Carnerero-Cano, Luis Muñoz-González, Phillippa Spencer, Emil C. Lupu arxiv

Regression models are widely used in industrial processes, engineering, and in natural and physical sciences, yet their robustness to poisoning has received less attention. When it has, studies often assume unrealistic t…