paper-with-me

Papers

Quantization-aware Interval Bound Propagation for Training Certifiably Robust Quantized Neural Networks

2022-11-29 · Mathias Lechner, Đorđe Žikelić, Krishnendu Chatterjee, Thomas A. Henzinger, Daniela Rus

We study the problem of training and certifying adversarially robust quantized neural networks (QNNs). Quantization is a technique for making neural networks more efficient by running them using low-bit integer arithmetic and is therefore commonly adopted in industry. Recent work has shown that floating-point neural networks that have been verified to be robust can become vulnerable to adversarial attacks after quantization, and certification of the quantized representation is necessary to guarantee robustness. In this work, we present quantization-aware interval bound propagation (QA-IBP), a novel method for training robust QNNs. Inspired by advances in robust learning of non-quantized networks, our training algorithm computes the gradient of an abstract representation of the actual network. Unlike existing approaches, our method can handle the discrete semantics of QNNs. Based on QA-IBP, we also develop a complete verification procedure for verifying the adversarial robustness of QNNs, which is guaranteed to terminate and produce a correct answer. Compared to existing approaches, the key advantage of our verification procedure is that it runs entirely on GPU or other accelerator devices. We demonstrate experimentally that our approach significantly outperforms existing methods and establish the new state-of-the-art for training and certifying the robustness of QNNs.

📄 PDF Abstract BibTeX arXiv:2211.16187

Code (1)

mlech26l/quantization_aware_ibp 공식 구현 tf

Tasks

Adversarial RobustnessGPUQuantization

Similar Papers 제목 키워드 기반

Toward INT4 Fixed-Point Training via Exploring Quantization Error for Gradients

2024-07-17 · Dohyung Kim, Junghyup Lee, Jeimin Jeon, Jaehyeon Moon 외

Network quantization generally converts full-precision weights and/or activations into low-bit fixed-point values in order to accelerate an inference process. Recent approaches to network quantization further discretize …

image-classificationImage Classificationobject-detectionObject Detection+2

Hierarchical Federated Learning with Quantization: Convergence Analysis and System Design

2021-03-26 · Lumin Liu, Jun Zhang, Shenghui Song, Khaled B. Letaief

Federated learning (FL) is a powerful distributed machine learning framework where a server aggregates models trained by different clients without accessing their private data. Hierarchical FL, with a client-edge-cloud a…

Federated LearningQuantization

Attention-aware Post-training Quantization without Backpropagation

2024-06-19 · Junhan Kim, Ho-young Kim, Eulrang Cho, Chungman Lee 외

Quantization is a promising solution for deploying large-scale language models (LLMs) on resource-constrained devices. Existing quantization approaches, however, rely on gradient-based optimization, regardless of it bein…

Quantization

Quantum Interval Bound Propagation for Certified Training of Quantum Neural Networks

2026-05-01 · Emma Andrews, Nahyeon Kim, Prabhat Mishra arxiv

Quantum machine learning is a promising field for efficiently learning features of a dataset to perform a specified task, such as classification. Interval bound propagation (IBP) is a popular certified training method in…

Quantum Machine LearningAdversarial Robustness

Direct Interval Propagation Methods using Neural-Network Surrogates for Uncertainty Quantification in Physical Systems Surrogate Model

2026-03-22 · Ghifari Adam Faza, Jolan Wauters, Fabio Cuzzolin, Hans Hallez 외 arxiv

In engineering, uncertainty propagation aims to characterise system outputs under uncertain inputs. For interval uncertainty, the goal is to determine output bounds given interval-valued inputs, which is critical for rob…

Computational Efficiency