CVAILGOct 5, 2023

Enhancing Robust Representation in Adversarial Training: Alignment and Exclusion Criteria

arXiv:2310.03358v24 citationsh-index: 29
AI Analysis

This work addresses the vulnerability of deep neural networks to adversarial noise, offering an incremental improvement in adversarial training methods for enhanced robustness.

The paper tackled the problem of adversarial training (AT) omitting robust feature learning, which leads to poor adversarial robustness, by proposing a framework with asymmetric negative contrast and reverse attention to enforce exclusion and alignment criteria, achieving state-of-the-art performance on three benchmark datasets.

Deep neural networks are vulnerable to adversarial noise. Adversarial Training (AT) has been demonstrated to be the most effective defense strategy to protect neural networks from being fooled. However, we find AT omits to learning robust features, resulting in poor performance of adversarial robustness. To address this issue, we highlight two criteria of robust representation: (1) Exclusion: \emph{the feature of examples keeps away from that of other classes}; (2) Alignment: \emph{the feature of natural and corresponding adversarial examples is close to each other}. These motivate us to propose a generic framework of AT to gain robust representation, by the asymmetric negative contrast and reverse attention. Specifically, we design an asymmetric negative contrast based on predicted probabilities, to push away examples of different classes in the feature space. Moreover, we propose to weight feature by parameters of the linear classifier as the reverse attention, to obtain class-aware feature and pull close the feature of the same class. Empirical evaluations on three benchmark datasets show our methods greatly advance the robustness of AT and achieve state-of-the-art performance.

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