CVAug 17, 2020

A Deep Dive into Adversarial Robustness in Zero-Shot Learning

arXiv:2008.07651v18 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the vulnerability of ZSL and GZSL models to adversarial attacks, which is an incremental step as it extends existing robustness studies to these specific tasks.

The paper tackles the problem of adversarial robustness in Zero-Shot Learning (ZSL) and Generalized Zero-Shot Learning (GZSL) models, which lack supervision across all classes, by evaluating them against established adversarial attacks and defenses across multiple datasets, resulting in the creation of the first benchmark for this area.

Machine learning (ML) systems have introduced significant advances in various fields, due to the introduction of highly complex models. Despite their success, it has been shown multiple times that machine learning models are prone to imperceptible perturbations that can severely degrade their accuracy. So far, existing studies have primarily focused on models where supervision across all classes were available. In constrast, Zero-shot Learning (ZSL) and Generalized Zero-shot Learning (GZSL) tasks inherently lack supervision across all classes. In this paper, we present a study aimed on evaluating the adversarial robustness of ZSL and GZSL models. We leverage the well-established label embedding model and subject it to a set of established adversarial attacks and defenses across multiple datasets. In addition to creating possibly the first benchmark on adversarial robustness of ZSL models, we also present analyses on important points that require attention for better interpretation of ZSL robustness results. We hope these points, along with the benchmark, will help researchers establish a better understanding what challenges lie ahead and help guide their work.

Code Implementations2 repos
Foundations

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

Your Notes