paper-with-me

홈 › Papers

Revisiting Residual Networks for Adversarial Robustness: An Architectural Perspective

2022-12-21 · Shihua Huang, Zhichao Lu, Kalyanmoy Deb, Vishnu Naresh Boddeti

Efforts to improve the adversarial robustness of convolutional neural networks have primarily focused on developing more effective adversarial training methods. In contrast, little attention was devoted to analyzing the role of architectural elements (such as topology, depth, and width) on adversarial robustness. This paper seeks to bridge this gap and present a holistic study on the impact of architectural design on adversarial robustness. We focus on residual networks and consider architecture design at the block level, i.e., topology, kernel size, activation, and normalization, as well as at the network scaling level, i.e., depth and width of each block in the network. In both cases, we first derive insights through systematic ablative experiments. Then we design a robust residual block, dubbed RobustResBlock, and a compound scaling rule, dubbed RobustScaling, to distribute depth and width at the desired FLOP count. Finally, we combine RobustResBlock and RobustScaling and present a portfolio of adversarially robust residual networks, RobustResNets, spanning a broad spectrum of model capacities. Experimental validation across multiple datasets and adversarial attacks demonstrate that RobustResNets consistently outperform both the standard WRNs and other existing robust architectures, achieving state-of-the-art AutoAttack robust accuracy of 61.1% without additional data and 63.7% with 500K external data while being $2\times$ more compact in terms of parameters. Code is available at \url{ https://github.com/zhichao-lu/robust-residual-network}

📄 PDF Abstract BibTeX arXiv:2212.11005

Code (1)

zhichao-lu/robust-residual-network 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Revisiting Residual Networks for Adversarial Robustness

2023-01-01 · CVPR 2023 1 · Shihua Huang, Zhichao Lu, Kalyanmoy Deb, Vishnu Naresh Boddeti

Efforts to improve the adversarial robustness of convolutional neural networks have primarily focused on developing more effective adversarial training methods. In contrast, little attention was devoted to analyzing …

Adversarial Robustness

Exploring Architectural Ingredients of Adversarially Robust Deep Neural Networks

2021-10-07 · NeurIPS 2021 12 · Hanxun Huang, Yisen Wang, Sarah Monazam Erfani, Quanquan Gu 외

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…

Adversarial Robustness

Architectural Resilience to Foreground-and-Background Adversarial Noise

2020-03-23 · Carl Cheng, Evan Hu

Adversarial attacks in the form of imperceptible perturbations of normal images have been extensively studied, and for every new defense methodology created, multiple adversarial attacks are found to counteract it. In pa…

Adversarial Robustness

Robust Principles: Architectural Design Principles for Adversarially Robust CNNs

2023-08-30 · Shengyun Peng, Weilin Xu, Cory Cornelius, Matthew Hull 외

Our research aims to unify existing works' diverging opinions on how architectural components affect the adversarial robustness of CNNs. To accomplish our goal, we synthesize a suite of three generalizable robust archite…

Adversarial Robustness

Adversarial Attack via Dual-Stage Network Erosion

2022-01-01 · Yexin Duan, Junhua Zou, Xingyu Zhou, Wu Zhang 외

Deep neural networks are vulnerable to adversarial examples, which can fool deep models by adding subtle perturbations. Although existing attacks have achieved promising results, it still leaves a long way to go for gene…

Adversarial Attack