paper-with-me

Papers

Improved Gradient based Adversarial Attacks for Quantized Networks

2020-03-30 · Kartik Gupta, Thalaiyasingam Ajanthan

Neural network quantization has become increasingly popular due to efficient memory consumption and faster computation resulting from bitwise operations on the quantized networks. Even though they exhibit excellent generalization capabilities, their robustness properties are not well-understood. In this work, we systematically study the robustness of quantized networks against gradient based adversarial attacks and demonstrate that these quantized models suffer from gradient vanishing issues and show a fake sense of robustness. By attributing gradient vanishing to poor forward-backward signal propagation in the trained network, we introduce a simple temperature scaling approach to mitigate this issue while preserving the decision boundary. Despite being a simple modification to existing gradient based adversarial attacks, experiments on multiple image classification datasets with multiple network architectures demonstrate that our temperature scaled attacks obtain near-perfect success rate on quantized networks while outperforming original attacks on adversarially trained models as well as floating-point networks. Code is available at https://github.com/kartikgupta-at-anu/attack-bnn.

📄 PDF Abstract BibTeX arXiv:2003.13511

Code (1)

kartikgupta-at-anu/attack-bnn 공식 구현 pytorch

Tasks

image-classificationImage ClassificationQuantization

Similar Papers 제목 키워드 기반

Towards Sharper First-Order Adversary with Quantized Gradients

2020-02-01 · Zhuanghua Liu, Ivor W. Tsang

Despite the huge success of Deep Neural Networks (DNNs) in a wide spectrum of machine learning and data mining tasks, recent research shows that this powerful tool is susceptible to maliciously crafted adversarial exampl…

Adversarial RobustnessQuantization

On the Adversarial Robustness of Quantized Neural Networks

2021-05-01 · Micah Gorsline, James Smith, Cory Merkel

Reducing the size of neural network models is a critical step in moving AI from a cloud-centric to an edge-centric (i.e. on-device) compute paradigm. This shift from cloud to edge is motivated by a number of factors incl…

Adversarial RobustnessModel CompressionQuantization

Breaking the Limits of Quantization-Aware Defenses: QADT-R for Robustness Against Patch-Based Adversarial Attacks in QNNs

2025-03-10 · Amira Guesmi, Bassem Ouni, Muhammad Shafique

Quantized Neural Networks (QNNs) have emerged as a promising solution for reducing model size and computational costs, making them well-suited for deployment in edge and resource-constrained environments. While quantizat…

Quantization

Improving Adversarial Robustness in Weight-quantized Neural Networks

2020-12-29 · Chang Song, Elias Fallon, Hai Li

Neural networks are getting deeper and more computation-intensive nowadays. Quantization is a useful technique in deploying neural networks on hardware platforms and saving computation costs with negligible performance l…

Adversarial RobustnessQuantization

ZOQO: Zero-Order Quantized Optimization

2025-01-12 · Noga Bar, Raja Giryes

The increasing computational and memory demands in deep learning present significant challenges, especially in resource-constrained environments. We introduce a zero-order quantized optimization (ZOQO) method designed fo…

Quantization