paper-with-me

홈 › Papers

Sparta: Spatially Attentive and Adversarially Robust Activation

2021-05-18 · Qing Guo, Felix Juefei-Xu, Changqing Zhou, Wei Feng, Yang Liu, Song Wang

Adversarial training (AT) is one of the most effective ways for improving the robustness of deep convolution neural networks (CNNs). Just like common network training, the effectiveness of AT relies on the design of basic network components. In this paper, we conduct an in-depth study on the role of the basic ReLU activation component in AT for robust CNNs. We find that the spatially-shared and input-independent properties of ReLU activation make CNNs less robust to white-box adversarial attacks with either standard or adversarial training. To address this problem, we extend ReLU to a novel Sparta activation function (Spatially attentive and Adversarially Robust Activation), which enables CNNs to achieve both higher robustness, i.e., lower error rate on adversarial examples, and higher accuracy, i.e., lower error rate on clean examples, than the existing state-of-the-art (SOTA) activation functions. We further study the relationship between Sparta and the SOTA activation functions, providing more insights about the advantages of our method. With comprehensive experiments, we also find that the proposed method exhibits superior cross-CNN and cross-dataset transferability. For the former, the adversarially trained Sparta function for one CNN (e.g., ResNet-18) can be fixed and directly used to train another adversarially robust CNN (e.g., ResNet-34). For the latter, the Sparta function trained on one dataset (e.g., CIFAR-10) can be employed to train adversarially robust CNNs on another dataset (e.g., SVHN). In both cases, Sparta leads to CNNs with higher robustness than the vanilla ReLU, verifying the flexibility and versatility of the proposed method.

📄 PDF Abstract BibTeX arXiv:2105.08269

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Sparta: Spatially Attentive and Adversarially Robust Activations

2021-01-01 · Qing Guo, Felix Juefei-Xu, Changqing Zhou, Lei Ma 외

Adversarial training has been demonstrated to be useful for improving the robustness of deep neural networks (DNNs). However, the impacts of basic network components (e.g., ReLU, the widely used activation function for D…

Denoising

Mash, Spread, Slice! Learning to Manipulate Object States via Visual Spatial Progress

2025-09-28 · Priyanka Mandikal, Jiaheng Hu, Shivin Dass, Sagnik Majumder 외 arxiv

Most robot manipulation focuses on changing the kinematic state of objects: picking, placing, opening, or rotating them. However, a wide range of real-world manipulation tasks involve a different class of object state ch…

Reinforcement LearningRobot Manipulation

Spartan Networks: Self-Feature-Squeezing Neural Networks for increased robustness in adversarial settings

2018-12-17 · François Menet, Paul Berthier, José M. Fernandez, Michel Gagnon

Deep learning models are vulnerable to adversarial examples which are input samples modified in order to maximize the error on the system. We introduce Spartan Networks, resistant deep neural networks that do not require…

VisualSparta: An Embarrassingly Simple Approach to Large-scale Text-to-Image Search with Weighted Bag-of-words

2021-01-01 · ACL 2021 5 · Xiaopeng Lu, Tiancheng Zhao, Kyusong Lee

Text-to-image retrieval is an essential task in cross-modal information retrieval, i.e., retrieving relevant images from a large and unlabelled dataset given textual queries. In this paper, we propose VisualSparta, a nov…

CPUCross-Modal Information RetrievalCross-Modal RetrievalGPU+3

Attentive CutMix: An Enhanced Data Augmentation Approach for Deep Learning Based Image Classification

2020-03-29 · Devesh Walawalkar, Zhiqiang Shen, Zechun Liu, Marios Savvides

Convolutional neural networks (CNN) are capable of learning robust representation with different regularization methods and activations as convolutional layers are spatially correlated. Based on this property, a large va…

Data AugmentationDescriptiveGeneral Classificationimage-classification+1