paper-with-me

Papers

A Layer-wise Adversarial-aware Quantization Optimization for Improving Robustness

2021-10-23 · Chang Song, Riya Ranjan, Hai Li

Neural networks are getting better accuracy with higher energy and computational cost. After quantization, the cost can be greatly saved, and the quantized models are more hardware friendly with acceptable accuracy loss. On the other hand, recent research has found that neural networks are vulnerable to adversarial attacks, and the robustness of a neural network model can only be improved with defense methods, such as adversarial training. In this work, we find that adversarially-trained neural networks are more vulnerable to quantization loss than plain models. To minimize both the adversarial and the quantization losses simultaneously and to make the quantized model robust, we propose a layer-wise adversarial-aware quantization method, using the Lipschitz constant to choose the best quantization parameter settings for a neural network. We theoretically derive the losses and prove the consistency of our metric selection. The experiment results show that our method can effectively and efficiently improve the robustness of quantized adversarially-trained neural networks.

📄 PDF Abstract BibTeX arXiv:2110.12308

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

KVTuner: Sensitivity-Aware Layer-wise Mixed Precision KV Cache Quantization for Efficient and Nearly Lossless LLM Inference

2025-02-06 · Xing Li, Zeyu Xing, Yiming Li, Linping Qu 외

KV cache quantization can improve Large Language Models (LLMs) inference throughput and latency in long contexts and large batch-size scenarios while preserving LLMs effectiveness. However, current methods have three uns…

Mathematical ReasoningQuantizationSensitivity

QuantEase: Optimization-based Quantization for Language Models

2023-09-05 · Kayhan Behdin, Ayan Acharya, Aman Gupta, Qingquan Song 외

With the rising popularity of Large Language Models (LLMs), there has been an increasing interest in compression techniques that enable their efficient deployment. This study focuses on the Post-Training Quantization (PT…

GPUQuantization

Two-Stage Grid Optimization for Group-wise Quantization of LLMs

2026-02-02 · Junhan Kim, Gukryeol Lee, Seungwoo Son, Jeewook Kim 외 arxiv

Group-wise quantization is an effective strategy for mitigating accuracy degradation in low-bit quantization of large language models (LLMs). Among existing methods, GPTQ has been widely adopted due to its efficiency; ho…

EPTQ: Enhanced Post-Training Quantization via Hessian-guided Network-wise Optimization

2023-09-20 · Ofir Gordon, Elad Cohen, Hai Victor Habi, Arnon Netzer

Quantization is a key method for deploying deep neural networks on edge devices with limited memory and computation resources. Recent improvements in Post-Training Quantization (PTQ) methods were achieved by an additiona…

Knowledge Distillationobject-detectionObject DetectionQuantization+1

Understanding the Difficulty of Low-Precision Post-Training Quantization for LLMs

2024-10-18 · Zifei Xu, Sayeh Sharify, Wanzin Yazar, Tristan Webb 외

Large language models of high parameter counts are computationally expensive, yet can be made much more efficient by compressing their weights to very low numerical precision. This can be achieved either through post-tra…

Quantization