paper-with-me

Papers

Smooth Adversarial Training

2020-06-25 · Cihang Xie, Mingxing Tan, Boqing Gong, Alan Yuille, Quoc V. Le

It is commonly believed that networks cannot be both accurate and robust, that gaining robustness means losing accuracy. It is also generally believed that, unless making networks larger, network architectural elements would otherwise matter little in improving adversarial robustness. Here we present evidence to challenge these common beliefs by a careful study about adversarial training. Our key observation is that the widely-used ReLU activation function significantly weakens adversarial training due to its non-smooth nature. Hence we propose smooth adversarial training (SAT), in which we replace ReLU with its smooth approximations to strengthen adversarial training. The purpose of smooth activation functions in SAT is to allow it to find harder adversarial examples and compute better gradient updates during adversarial training. Compared to standard adversarial training, SAT improves adversarial robustness for "free", i.e., no drop in accuracy and no increase in computational cost. For example, without introducing additional computations, SAT significantly enhances ResNet-50's robustness from 33.0% to 42.3%, while also improving accuracy by 0.9% on ImageNet. SAT also works well with larger networks: it helps EfficientNet-L1 to achieve 82.2% accuracy and 58.6% robustness on ImageNet, outperforming the previous state-of-the-art defense by 9.5% for accuracy and 11.6% for robustness. Models are available at https://github.com/cihangxie/SmoothAdversarialTraining.

📄 PDF Abstract BibTeX arXiv:2006.14536

Code (1)

cihangxie/SmoothAdversarialTraining 공식 구현 tf

Tasks

Adversarial DefenseAdversarial Robustness

Methods 이 논문이 사용한 방법론

(TravEL!!Guide)How Do I File a Claim with Expedia? How Do I File a Claim with Expedia? Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Fast Help & Exclusive Travel Discounts!Need to file a claim with…
Tanh Activation 설명 없음
+ ( 1 ) ⟷ 888 ⟷ ( 829 ) ⟷ 0881 How do I file a claim with Expedia? How do I file a claim with Expedia , call + ( 1 ) ⟷ 888 ⟷ ( 829 ) ⟷ 0881 or + ( 1 ) ⟷ 805 ⟷ ( 330 ) ⟷ 4056 and ask to speak with a manager. Explain your issue in detail and…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Smoothness Analysis of Adversarial Training

2021-03-02 · Sekitoshi Kanai, Masanori Yamada, Hiroshi Takahashi, Yuki Yamanaka 외

Deep neural networks are vulnerable to adversarial attacks. Recent studies about adversarial robustness focus on the loss landscape in the parameter space since it is related to optimization and generalization performanc…

Adversarial Robustness

A Closer Look at Smoothness in Domain Adversarial Training

2022-06-16 · Harsh Rangwani, Sumukh K Aithal, Mayank Mishra, Arihant Jain 외

Domain adversarial training has been ubiquitous for achieving invariant representations and is used widely for various domain adaptation tasks. In recent times, methods converging to smooth optima have shown improved gen…

Domain AdaptationObject Detection

Provably Robust Deep Learning via Adversarially Trained Smoothed Classifiers

2019-06-09 · NeurIPS 2019 12 · Hadi Salman, Greg Yang, Jerry Li, Pengchuan Zhang 외

Recent works have shown the effectiveness of randomized smoothing as a scalable technique for building neural network-based classifiers that are provably robust to $\ell_2$-norm adversarial perturbations. In this paper, …

Adversarial AttackAdversarial DefenseDeep Learning

Improved Adversarial Training Through Adaptive Instance-wise Loss Smoothing

2023-03-24 · Lin Li, Michael Spratling

Deep neural networks can be easily fooled into making incorrect predictions through corruption of the input by adversarial perturbations: human-imperceptible artificial noise. So far adversarial training has been the mos…

Adversarial AttackAdversarial RobustnessData Augmentation

Fast Adversarial Training with Smooth Convergence

2023-08-24 · ICCV 2023 1 · Mengnan Zhao, Lihe Zhang, Yuqiu Kong, BaoCai Yin

Fast adversarial training (FAT) is beneficial for improving the adversarial robustness of neural networks. However, previous FAT work has encountered a significant issue known as catastrophic overfitting when dealing wit…

Adversarial Robustness