paper-with-me

홈 › Papers

Robustness of Generalized Learning Vector Quantization Models against Adversarial Attacks

2019-02-01 · Sascha Saralajew, Lars Holdijk, Maike Rees, Thomas Villmann

Adversarial attacks and the development of (deep) neural networks robust against them are currently two widely researched topics. The robustness of Learning Vector Quantization (LVQ) models against adversarial attacks has however not yet been studied to the same extent. We therefore present an extensive evaluation of three LVQ models: Generalized LVQ, Generalized Matrix LVQ and Generalized Tangent LVQ. The evaluation suggests that both Generalized LVQ and Generalized Tangent LVQ have a high base robustness, on par with the current state-of-the-art in robust neural network methods. In contrast to this, Generalized Matrix LVQ shows a high susceptibility to adversarial attacks, scoring consistently behind all other models. Additionally, our numerical evaluation indicates that increasing the number of prototypes per class improves the robustness of the models.

📄 PDF Abstract BibTeX arXiv:1902.00577

Code (1)

LarsHoldijk/robust_LVQ_models 공식 구현 tf

Tasks

Quantization

Similar Papers 제목 키워드 기반

Mitigating Adversarial Perturbations for Deep Reinforcement Learning via Vector Quantization

2024-10-04 · Tung M. Luu, Thanh Nguyen, Tee Joshua Tian Jin, Sungwoon Kim 외

Recent studies reveal that well-performing reinforcement learning (RL) agents in training often lack resilience against adversarial perturbations during deployment. This highlights the importance of building a robust age…

Deep Reinforcement LearningQuantizationreinforcement-learningReinforcement Learning+1

VQUNet: Vector Quantization U-Net for Defending Adversarial Atacks by Regularizing Unwanted Noise

2024-06-05 · Zhixun He, Mukesh Singhal

Deep Neural Networks (DNN) have become a promising paradigm when developing Artificial Intelligence (AI) and Machine Learning (ML) applications. However, DNN applications are vulnerable to fake data that are crafted with…

Adversarial AttackQuantizationRepresentation Learning

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

The Impact of Quantization on the Robustness of Transformer-based Text Classifiers

2024-03-08 · Seyed Parsa Neshaei, Yasaman Boreshban, Gholamreza Ghassem-Sani, Seyed Abolghasem Mirroshandel

Transformer-based models have made remarkable advancements in various NLP areas. Nevertheless, these models often exhibit vulnerabilities when confronted with adversarial attacks. In this paper, we explore the effect of …

QuantizationSST-2text-classificationText Classification

Defensive Quantization: When Efficiency Meets Robustness

2019-04-17 · ICLR 2019 5 · Ji Lin, Chuang Gan, Song Han

Neural network quantization is becoming an industry standard to efficiently deploy deep learning models on hardware platforms, such as CPU, GPU, TPU, and FPGAs. However, we observe that the conventional quantization appr…

Adversarial AttackCPUGPUQuantization