paper-with-me

홈 › Papers

Enhancing Adversarial Defense by k-Winners-Take-All

2019-05-25 · ICLR 2020 1 · Chang Xiao, Peilin Zhong, Changxi Zheng

We propose a simple change to existing neural network structures for better defending against gradient-based adversarial attacks. Instead of using popular activation functions (such as ReLU), we advocate the use of k-Winners-Take-All (k-WTA) activation, a C0 discontinuous function that purposely invalidates the neural network model's gradient at densely distributed input data points. The proposed k-WTA activation can be readily used in nearly all existing networks and training methods with no significant overhead. Our proposal is theoretically rationalized. We analyze why the discontinuities in k-WTA networks can largely prevent gradient-based search of adversarial examples and why they at the same time remain innocuous to the network training. This understanding is also empirically backed. We test k-WTA activation on various network structures optimized by a training method, be it adversarial training or not. In all cases, the robustness of k-WTA networks outperforms that of traditional networks under white-box attacks.

📄 PDF Abstract BibTeX arXiv:1905.10510

Code (1)

a554b554/kWTA-Activation 공식 구현 pytorch

Tasks

Adversarial DefenseAll

Similar Papers 제목 키워드 기반

Fight Perturbations with Perturbations: Defending Adversarial Attacks via Neuron Influence

2021-12-24 · Ruoxi Chen, Haibo Jin, Haibin Zheng, Jinyin Chen 외

The vulnerabilities of deep learning models towards adversarial attacks have attracted increasing attention, especially when models are deployed in security-critical domains. Numerous defense methods, including reactive …

Hydra: An Agentic Reasoning Approach for Enhancing Adversarial Robustness and Mitigating Hallucinations in Vision-Language Models

2025-04-19 · Chung-En, Yu, Hsuan-Chih, Chen 외

To develop trustworthy Vision-Language Models (VLMs), it is essential to address adversarial robustness and hallucination mitigation, both of which impact factual accuracy in high-stakes applications such as defense and …

Adversarial AttackAdversarial DefenseAdversarial RobustnessHallucination+1

Towards Robust Policy: Enhancing Offline Reinforcement Learning with Adversarial Attacks and Defenses

2024-05-18 · Thanh Nguyen, Tung M. Luu, Tri Ton, Chang D. Yoo

Offline reinforcement learning (RL) addresses the challenge of expensive and high-risk data exploration inherent in RL by pre-training policies on vast amounts of offline data, enabling direct deployment or fine-tuning i…

D4RLOffline RLReinforcement Learning (RL)

Hyper Adversarial Tuning for Boosting Adversarial Robustness of Pretrained Large Vision Models

2024-10-08 · Kangtao Lv, Huangsen Cao, Kainan Tu, Yihuai Xu 외

Large vision models have been found vulnerable to adversarial examples, emphasizing the need for enhancing their adversarial robustness. While adversarial training is an effective defense for deep convolutional models, i…

Adversarial RobustnessTransfer Learning

Enhancing Transformation-Based Defenses Against Adversarial Attacks with a Distribution Classifier

2020-05-01 · ICLR 2020 1 · Connie Kou, Hwee Kuan Lee, Ee-Chien Chang, Teck Khim Ng

Adversarial attacks on convolutional neural networks (CNN) have gained significant attention and there have been active research efforts on defense mechanisms. Stochastic input transformation methods have been proposed, …

Adversarial Attack