LGCVPFMLMar 23, 2019

Improving Adversarial Robustness via Guided Complement Entropy

arXiv:1903.09799v351 citations
Originality Highly original
AI Analysis

This addresses adversarial vulnerability in deep learning models, offering a free defense method that is incremental by building on existing training objectives.

The paper tackles the problem of adversarial robustness in deep learning by proposing Guided Complement Entropy (GCE), a new training paradigm that improves model robustness without additional procedures, achieving better robustness and performance compared to cross-entropy.

Adversarial robustness has emerged as an important topic in deep learning as carefully crafted attack samples can significantly disturb the performance of a model. Many recent methods have proposed to improve adversarial robustness by utilizing adversarial training or model distillation, which adds additional procedures to model training. In this paper, we propose a new training paradigm called Guided Complement Entropy (GCE) that is capable of achieving "adversarial defense for free," which involves no additional procedures in the process of improving adversarial robustness. In addition to maximizing model probabilities on the ground-truth class like cross-entropy, we neutralize its probabilities on the incorrect classes along with a "guided" term to balance between these two terms. We show in the experiments that our method achieves better model robustness with even better performance compared to the commonly used cross-entropy training objective. We also show that our method can be used orthogonal to adversarial training across well-known methods with noticeable robustness gain. To the best of our knowledge, our approach is the first one that improves model robustness without compromising performance.

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