paper-with-me

Papers

Rounding-Guided Backdoor Injection in Deep Learning Model Quantization

2025-10-05 · Xiangxiang Chen, Peixin Zhang, Jun Sun, Wenhai Wang, Jingyi Wang arxiv

Model quantization is a popular technique for deploying deep learning models on resource-constrained environments. However, it may also introduce previously overlooked security risks. In this work, we present QuRA, a novel backdoor attack that exploits model quantization to embed malicious behaviors. Unlike conventional backdoor attacks relying on training data poisoning or model training manipulation, QuRA solely works using the quantization operations. In particular, QuRA first employs a novel weight selection strategy to identify critical weights that influence the backdoor target (with the goal of perserving the model's overall performance in mind). Then, by optimizing the rounding direction of these weights, we amplify the backdoor effect across model layers without degrading accuracy. Extensive experiments demonstrate that QuRA achieves nearly 100% attack success rates in most cases, with negligible performance degradation. Furthermore, we show that QuRA can adapt to bypass existing backdoor defenses, underscoring its threat potential. Our findings highlight critical vulnerability in widely used model quantization process, emphasizing the need for more robust security measures. Our implementation is available at https://github.com/cxx122/QuRA.

📄 PDF Abstract BibTeX arXiv:2510.09647

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Nearest is Not Dearest: Towards Practical Defense against Quantization-conditioned Backdoor Attacks

2024-05-21 · CVPR 2024 1 · Boheng Li, Yishuo Cai, Haowei Li, Feng Xue 외

Model quantization is widely used to compress and accelerate deep neural networks. However, recent studies have revealed the feasibility of weaponizing model quantization via implanting quantization-conditioned backdoors…

Quantization

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

CLIP-guided Diffusion Model for Backdoor Generation in Sensor-based Human Activity Recognition

2026-06-22 · Toby Briston, Illya Kosyk, Kuniyih S arxiv

Sensors are critical components of modern intelligent devices. The proliferation of the Internet of Things (IoT) and wearable mobile devices has enabled the integration of such sensors to monitor the environment and enab…

Human Activity RecognitionMedical Diagnosis

Backdooring Instruction-Tuned Large Language Models with Virtual Prompt Injection

2023-07-31 · Jun Yan, Vikas Yadav, Shiyang Li, Lichang Chen 외

Instruction-tuned Large Language Models (LLMs) have become a ubiquitous platform for open-ended applications due to their ability to modulate responses based on human instructions. The widespread use of LLMs holds signif…

Backdoor Attack

Don't Knock! Rowhammer at the Backdoor of DNN Models

2021-10-14 · M. Caner Tol, Saad Islam, Andrew J. Adiletta, Berk Sunar 외

State-of-the-art deep neural networks (DNNs) have been proven to be vulnerable to adversarial manipulation and backdoor attacks. Backdoored models deviate from expected behavior on inputs with predefined triggers while r…