paper-with-me

Papers

AccelAT: A Framework for Accelerating the Adversarial Training of Deep Neural Networks through Accuracy Gradient

2022-10-13 · Farzad Nikfam, Alberto Marchisio, Maurizio Martina, Muhammad Shafique

Adversarial training is exploited to develop a robust Deep Neural Network (DNN) model against the malicious altered data. These attacks may have catastrophic effects on DNN models but are indistinguishable for a human being. For example, an external attack can modify an image adding noises invisible for a human eye, but a DNN model misclassified the image. A key objective for developing robust DNN models is to use a learning algorithm that is fast but can also give model that is robust against different types of adversarial attacks. Especially for adversarial training, enormously long training times are needed for obtaining high accuracy under many different types of adversarial samples generated using different adversarial attack techniques. This paper aims at accelerating the adversarial training to enable fast development of robust DNN models against adversarial attacks. The general method for improving the training performance is the hyperparameters fine-tuning, where the learning rate is one of the most crucial hyperparameters. By modifying its shape (the value over time) and value during the training, we can obtain a model robust to adversarial attacks faster than standard training. First, we conduct experiments on two different datasets (CIFAR10, CIFAR100), exploring various techniques. Then, this analysis is leveraged to develop a novel fast training methodology, AccelAT, which automatically adjusts the learning rate for different epochs based on the accuracy gradient. The experiments show comparable results with the related works, and in several experiments, the adversarial training of DNNs using our AccelAT framework is conducted up to 2 times faster than the existing techniques. Thus, our findings boost the speed of adversarial training in an era in which security and performance are fundamental optimization objectives in DNN-based applications.

📄 PDF Abstract BibTeX arXiv:2210.06888

Code (1)

nikfam/accelat 공식 구현 tf

Tasks

Adversarial Attack

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

GASP: Efficient Black-Box Generation of Adversarial Suffixes for Jailbreaking LLMs

2024-11-21 · Advik Raj Basani, Xiao Zhang

LLMs have shown impressive capabilities across various natural language processing tasks, yet remain vulnerable to input prompts, known as jailbreak attacks, carefully designed to bypass safety guardrails and elicit harm…

Bayesian OptimizationRed Teaming

You Only Propagate Once: Accelerating Adversarial Training via Maximal Principle

2019-05-02 · NeurIPS 2019 12 · Dinghuai Zhang, Tianyuan Zhang, Yiping Lu, Zhanxing Zhu 외

Deep learning achieves state-of-the-art results in many tasks in computer vision and natural language processing. However, recent works have shown that deep networks can be vulnerable to adversarial perturbations, which …

Adversarial DefenseGPU

Accelerating Certified Robustness Training via Knowledge Transfer

2022-10-25 · Pratik Vaishnavi, Kevin Eykholt, Amir Rahmati

Training deep neural network classifiers that are certifiably robust against adversarial attacks is critical to ensuring the security and reliability of AI-controlled systems. Although numerous state-of-the-art certified…

Transfer Learning

Addressing The False Negative Problem of MRI Reconstruction Networks by Adversarial Attacks and Robust Training

2020-01-25 · MIDL 2019 7 · Kaiyang Cheng, Francesco Calivá, Rutwik Shah, Misung Han 외

Deep learning models have been shown to be successful in accelerating MRI reconstruction, over traditional methods. However, it has been observed that these methods tend to miss rare small features, such as meniscal tear…

DiagnosticMRI ReconstructionSSIM

Adversarial symmetric GANs: bridging adversarial samples and adversarial networks

2019-12-20 · Faqiang Liu, Mingkun Xu, Guoqi Li, Jing Pei 외

Generative adversarial networks have achieved remarkable performance on various tasks but suffer from training instability. Despite many training strategies proposed to improve training stability, this issue remains as a…

Image Generation