CRAILGOct 5, 2025

Rounding-Guided Backdoor Injection in Deep Learning Model Quantization

arXiv:2510.09647v12 citationsh-index: 10Has Code
Originality Highly original
AI Analysis

This work reveals a critical vulnerability in model quantization for deploying deep learning models, posing a threat to resource-constrained environments and highlighting the need for improved security measures.

The paper tackles the security risk of model quantization by introducing QuRA, a backdoor attack that exploits quantization operations to embed malicious behaviors, achieving nearly 100% attack success rates with minimal performance degradation.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes