LGAICVMLFeb 1, 2019

Robustness of Generalized Learning Vector Quantization Models against Adversarial Attacks

arXiv:1902.00577v23 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the robustness of LVQ models for machine learning practitioners, providing an incremental analysis of existing methods on a new problem.

The paper evaluated the robustness of three Learning Vector Quantization (LVQ) models against adversarial attacks, finding that Generalized LVQ and Generalized Tangent LVQ have high base robustness comparable to state-of-the-art neural network methods, while Generalized Matrix LVQ is highly susceptible, and increasing prototypes per class improves robustness.

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.

Code Implementations1 repo
Foundations

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

Your Notes