LGCVMLOct 7, 2021

Exploring Architectural Ingredients of Adversarially Robust Deep Neural Networks

arXiv:2110.03825v5119 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of designing more robust neural networks against adversarial attacks for machine learning practitioners, offering incremental architectural insights.

The paper investigates how network width and depth affect the adversarial robustness of deep neural networks, finding that more parameters do not necessarily improve robustness, reducing capacity at the last stage can enhance it, and there is an optimal configuration under a fixed parameter budget.

Deep neural networks (DNNs) are known to be vulnerable to adversarial attacks. A range of defense methods have been proposed to train adversarially robust DNNs, among which adversarial training has demonstrated promising results. However, despite preliminary understandings developed for adversarial training, it is still not clear, from the architectural perspective, what configurations can lead to more robust DNNs. In this paper, we address this gap via a comprehensive investigation on the impact of network width and depth on the robustness of adversarially trained DNNs. Specifically, we make the following key observations: 1) more parameters (higher model capacity) does not necessarily help adversarial robustness; 2) reducing capacity at the last stage (the last group of blocks) of the network can actually improve adversarial robustness; and 3) under the same parameter budget, there exists an optimal architectural configuration for adversarial robustness. We also provide a theoretical analysis explaning why such network configuration can help robustness. These architectural insights can help design adversarially robust DNNs. Code is available at \url{https://github.com/HanxunH/RobustWRN}.

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