paper-with-me

Papers

Self-Gradient Networks

2020-11-18 · Hossein Aboutalebi, Mohammad Javad Shafiee Alexander Wong

The incredible effectiveness of adversarial attacks on fooling deep neural networks poses a tremendous hurdle in the widespread adoption of deep learning in safety and security-critical domains. While adversarial defense mechanisms have been proposed since the discovery of the adversarial vulnerability issue of deep neural networks, there is a long path to fully understand and address this issue. In this study, we hypothesize that part of the reason for the incredible effectiveness of adversarial attacks is their ability to implicitly tap into and exploit the gradient flow of a deep neural network. This innate ability to exploit gradient flow makes defending against such attacks quite challenging. Motivated by this hypothesis we argue that if a deep neural network architecture can explicitly tap into its own gradient flow during the training, it can boost its defense capability significantly. Inspired by this fact, we introduce the concept of self-gradient networks, a novel deep neural network architecture designed to be more robust against adversarial perturbations. Gradient flow information is leveraged within self-gradient networks to achieve greater perturbation stability beyond what can be achieved in the standard training process. We conduct a theoretical analysis to gain better insights into the behaviour of the proposed self-gradient networks to illustrate the efficacy of leverage this additional gradient flow information. The proposed self-gradient network architecture enables much more efficient and effective adversarial training, leading to faster convergence towards an adversarially robust solution by at least 10X. Experimental results demonstrate the effectiveness of self-gradient networks when compared with state-of-the-art adversarial learning strategies, with 10% improvement on the CIFAR10 dataset under PGD and CW adversarial perturbations.

📄 PDF Abstract BibTeX arXiv:2011.09364

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Defense

Similar Papers 제목 키워드 기반

Self-Control of LLM Behaviors by Compressing Suffix Gradient into Prefix Controller

2024-06-04 · Min Cai, Yuchen Zhang, Shichang Zhang, Fan Yin 외

We propose SelfControl, an inference-time model control method utilizing gradients to control the behavior of large language models (LLMs) without explicit human annotations. Given a desired behavior expressed in a natur…

The convergence of the Stochastic Gradient Descent (SGD) : a self-contained proof

2021-03-26 · Gabrel Turinici

We give here a proof of the convergence of the Stochastic Gradient Descent (SGD) in a self-contained manner.

Self-Supervised Continuous Control without Policy Gradient

2021-01-01 · Hao Sun, Ziping Xu, Meng Fang, Yuhang Song 외

Despite the remarkable progress made by the policy gradient algorithms in reinforcement learning (RL), sub-optimal policies usually result from the local exploration property of the policy gradient update. In this work, …

continuous-controlContinuous ControlMuJoCoPolicy Gradient Methods+3

A SOM-based Gradient-Free Deep Learning Method with Convergence Analysis

2021-01-12 · Shaosheng Xu, Jinde Cao, Yichao Cao, Tong Wang

As gradient descent method in deep learning causes a series of questions, this paper proposes a novel gradient-free deep learning structure. By adding a new module into traditional Self-Organizing Map and introducing res…

Deep Learning

Grad-SAM: Explaining Transformers via Gradient Self-Attention Maps

2022-04-23 · Oren Barkan, Edan Hauon, Avi Caciularu, Ori Katz 외

Transformer-based language models significantly advanced the state-of-the-art in many linguistic tasks. As this revolution continues, the ability to explain model predictions has become a major area of interest for the N…