paper-with-me

홈 › Papers

FooBaR: Fault Fooling Backdoor Attack on Neural Network Training

2021-09-23 · Jakub Breier, Xiaolu Hou, Martín Ochoa, Jesus Solano

Neural network implementations are known to be vulnerable to physical attack vectors such as fault injection attacks. As of now, these attacks were only utilized during the inference phase with the intention to cause a misclassification. In this work, we explore a novel attack paradigm by injecting faults during the training phase of a neural network in a way that the resulting network can be attacked during deployment without the necessity of further faulting. In particular, we discuss attacks against ReLU activation functions that make it possible to generate a family of malicious inputs, which are called fooling inputs, to be used at inference time to induce controlled misclassifications. Such malicious inputs are obtained by mathematically solving a system of linear equations that would cause a particular behaviour on the attacked activation functions, similar to the one induced in training through faulting. We call such attacks fooling backdoors as the fault attacks at the training phase inject backdoors into the network that allow an attacker to produce fooling inputs. We evaluate our approach against multi-layer perceptron networks and convolutional networks on a popular image classification task obtaining high attack success rates (from 60% to 100%) and high classification confidence when as little as 25 neurons are attacked while preserving high accuracy on the originally intended classification task.

📄 PDF Abstract BibTeX arXiv:2109.11249

Code (1)

martin-ochoa/foobar 공식 구현

Tasks

Backdoor Attackimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Model Poisoning Against Federated Model Adaptation with Chain of Bit-Flips

2026-06-08 · Bastien Vuillod, Kevin Hector, Pierre-Alain Moellic, Jean-Max Dutertre 외 arxiv

Federated Learning (FL) allows a set of clients to collectively train a global model without sharing local training data. Giving the responsibility of the training to decentralized actors may lead to poisoning attacks: c…

Federated Learning

Backdoor Attacks on Fault Detection and Localization in Cyber-Physical Systems

2026-05-26 · Abile Jean, Kuniyilh S arxiv

Cyber-Physical Systems (CPS) integrate sensing, communication, computation, and control to support critical infrastructure, including smart grids, industrial automation, and control systems. In the electrical utility dom…

Poisoning MorphNet for Clean-Label Backdoor Attack to Point Clouds

2021-05-11 · Guiyu Tian, Wenhao Jiang, Wei Liu, Yadong Mu

This paper presents Poisoning MorphNet, the first backdoor attack method on point clouds. Conventional adversarial attack takes place in the inference stage, often fooling a model by perturbing samples. In contrast, back…

Adversarial AttackBackdoor AttackDenoising

Physics-Constrained Backdoor Attacks on Power System Fault Localization

2022-11-07 · Jianing Bai, Ren Wang, Zuyi Li

The advances in deep learning (DL) techniques have the potential to deliver transformative technological breakthroughs to numerous complex tasks in modern power systems that suffer from increasing uncertainty and nonline…

Fault localization

UIBDiffusion: Universal Imperceptible Backdoor Attack for Diffusion Models

2024-12-16 · CVPR 2025 1 · Yuning Han, Bingyin Zhao, Rui Chu, Feng Luo 외

Recent studies show that diffusion models (DMs) are vulnerable to backdoor attacks. Existing backdoor attacks impose unconcealed triggers (e.g., a gray box and eyeglasses) that contain evident patterns, rendering remarka…

Backdoor Attack