paper-with-me

홈 › Papers

Hardware-Triggered Backdoors

2026-01-29 · Jonas Möller, Erik Imgrund, Thorsten Eisenhofer, Konrad Rieck arxiv

Machine learning models are routinely deployed on a wide range of computing hardware. Although such hardware is typically expected to produce identical results, differences in its design can lead to small numerical variations during inference. In this work, we show that these variations can be exploited to create backdoors in machine learning models. The core idea is to shape the model's decision function such that it yields different predictions for the same input when executed on different hardware. This effect is achieved by locally moving the decision boundary close to a target input and then refining numerical deviations to flip the prediction on selected hardware. We empirically demonstrate that these hardware-triggered backdoors can be created reliably across common GPU accelerators. Our findings reveal a novel attack vector affecting the use of third-party models, and we investigate different defenses to counter this threat.

📄 PDF Abstract BibTeX arXiv:2601.21902

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Trusted Weights, Treacherous Optimizations? Optimization-Triggered Backdoor Attacks on LLMs

2026-05-20 · Yifei Wang, Tianlin Li, Xiaohan Zhang, Yida Yang 외 arxiv

Inference optimization is a vital technique for deploying LLMs at scale. Compilation is the most widely adopted optimization technique for LLMs. While it assumes semantic equivalence between the original and compiled gra…

Do Backdoors Assist Membership Inference Attacks?

2023-03-22 · Yumeki Goto, Nami Ashizawa, Toshiki Shibahara, Naoto Yanai

When an adversary provides poison samples to a machine learning model, privacy leakage, such as membership inference attacks that infer whether a sample was included in the training of the model, becomes effective by mov…

Inference AttackMembership Inference Attack

DECK: Model Hardening for Defending Pervasive Backdoors

2022-06-18 · Guanhong Tao, Yingqi Liu, Siyuan Cheng, Shengwei An 외

Pervasive backdoors are triggered by dynamic and pervasive input perturbations. They can be intentionally injected by attackers or naturally exist in normally trained models. They have a different nature from the traditi…

Decodermodel

Your Compiler is Backdooring Your Model: Understanding and Exploiting Compilation Inconsistency Vulnerabilities in Deep Learning Compilers

2025-09-14 · Simin Chen, Jinjun Peng, Yixin He, Junfeng Yang 외 arxiv

Deep learning (DL) compilers are core infrastructure in modern DL systems, offering flexibility and scalability beyond vendor-specific libraries. This work uncovers a fundamental vulnerability in their design: can an off…

Backdoors in Neural Models of Source Code

2020-06-11 · Goutham Ramakrishnan, Aws Albarghouthi

Deep neural networks are vulnerable to a range of adversaries. A particularly pernicious class of vulnerabilities are backdoors, where model predictions diverge in the presence of subtle triggers in inputs. An attacker c…