paper-with-me

Papers

Regularizing deep networks using efficient layerwise adversarial training

2017-05-22 · Swami Sankaranarayanan, Arpit Jain, Rama Chellappa, Ser Nam Lim

Adversarial training has been shown to regularize deep neural networks in addition to increasing their robustness to adversarial examples. However, its impact on very deep state of the art networks has not been fully investigated. In this paper, we present an efficient approach to perform adversarial training by perturbing intermediate layer activations and study the use of such perturbations as a regularizer during training. We use these perturbations to train very deep models such as ResNets and show improvement in performance both on adversarial and original test data. Our experiments highlight the benefits of perturbing intermediate layer activations compared to perturbing only the inputs. The results on CIFAR-10 and CIFAR-100 datasets show the merits of the proposed adversarial training approach. Additional results on WideResNets show that our approach provides significant improvement in classification accuracy for a given base model, outperforming dropout and other base models of larger size.

📄 PDF Abstract BibTeX arXiv:1705.07819

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Improving Back-Propagation by Adding an Adversarial Gradient

2015-10-14 · Arild Nøkland

The back-propagation algorithm is widely used for learning in artificial neural networks. A challenge in machine learning is to create models that generalize to new data samples not seen in the training data. Recently, a…

BIG-bench Machine LearningGeneral Classification

Adversarial Training for Relation Extraction

2017-09-01 · EMNLP 2017 9 · Yi Wu, David Bamman, Stuart Russell

Adversarial training is a mean of regularizing classification algorithms by generating adversarial noise to the training data. We apply adversarial training in relation extraction within the multi-instance multi-label le…

General ClassificationImage ClassificationMulti-Label LearningRelation+2

Improving Resistance to Adversarial Deformations by Regularizing Gradients

2020-08-29 · Pengfei Xia, Bin Li

Improving the resistance of deep neural networks against adversarial attacks is important for deploying models to realistic applications. However, most defense methods are designed to defend against intensity perturbatio…

PCLD: Point Cloud Layerwise Diffusion for Adversarial Purification

2024-03-11 · Mert Gulsen, Batuhan Cengiz, Yusuf H. Sahin, Gozde Unal

Point clouds are extensively employed in a variety of real-world applications such as robotics, autonomous driving and augmented reality. Despite the recent success of point cloud neural networks, especially for safety-c…

Adversarial PurificationAutonomous DrivingDenoising

A Kernel Perspective for Regularizing Deep Neural Networks

2018-09-30 · Alberto Bietti, Grégoire Mialon, Dexiong Chen, Julien Mairal

We propose a new point of view for regularizing deep neural networks by using the norm of a reproducing kernel Hilbert space (RKHS). Even though this norm cannot be computed, it admits upper and lower approximations lead…