paper-with-me

홈 › Papers

Impactful Bit-Flip Search on Full-precision Models

2024-11-12 · Nadav Benedek, Matan Levy, Mahmood Sharif

Neural networks have shown remarkable performance in various tasks, yet they remain susceptible to subtle changes in their input or model parameters. One particularly impactful vulnerability arises through the Bit-Flip Attack (BFA), where flipping a small number of critical bits in a model's parameters can severely degrade its performance. A common technique for inducing bit flips in DRAM is the Row-Hammer attack, which exploits frequent uncached memory accesses to alter data. Identifying susceptible bits can be achieved through exhaustive search or progressive layer-by-layer analysis, especially in quantized networks. In this work, we introduce Impactful Bit-Flip Search (IBS), a novel method for efficiently pinpointing and flipping critical bits in full-precision networks. Additionally, we propose a Weight-Stealth technique that strategically modifies the model's parameters in a way that maintains the float values within the original distribution, thereby bypassing simple range checks often used in tamper detection.

📄 PDF Abstract BibTeX arXiv:2411.08133

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bit-Flip Attack: Crushing Neural Network with Progressive Bit Search

2019-03-28 · ICCV 2019 10 · Adnan Siraj Rakin, Zhezhi He, Deliang Fan

Several important security issues of Deep Neural Network (DNN) have been raised recently associated with different applications and components. The most widely investigated security concern of DNN is from its malicious i…

Generalized Pose Space Embeddings for Training In-the-Wild using Anaylis-by-Synthesis

2024-11-13 · Dominik Borer, Jakob Buhmann, Martin Guay

Modern pose estimation models are trained on large, manually-labelled datasets which are costly and may not cover the full extent of human poses and appearances in the real world. With advances in neural rendering, analy…

Neural RenderingPose Estimation

FlipGuard: Defending Large Language Models Against Quantization-Conditioned Backdoor Attacks

2026-06-27 · Aoying Zheng, Anqi Du, Zizhuang Deng, Yuxuan Chen arxiv

Model quantization is essential for the efficient deployment of Large Language Models (LLMs), but introduces a critical vulnerability: Quantization-Conditioned Backdoor (QCB) attacks. In these attacks, malicious behavior…

Code Generation

Towards Regression-Free Neural Networks for Diverse Compute Platforms

2022-09-27 · Rahul Duggal, Hao Zhou, Shuo Yang, Jun Fang 외

With the shift towards on-device deep learning, ensuring a consistent behavior of an AI service across diverse compute platforms becomes tremendously important. Our work tackles the emergent problem of reducing predictiv…

Neural Architecture Searchregression

TriSearch: Learning to Optimize Triangulations via Bistellar Flips

2026-05-28 · Yiran Wang, Guido Montúfar arxiv

We introduce TriSearch, a reinforcement learning framework for optimizing objectives over triangulations of a polytope via bistellar flips. The key idea is a circuit-supported subtriangulation action representation: feas…

Reinforcement Learning