paper-with-me

홈 › Papers

Revisiting Min-Max Optimization Problem in Adversarial Training

2024-08-20 · Sina Hajer Ahmadi, Hassan Bahrami

The rise of computer vision applications in the real world puts the security of the deep neural networks at risk. Recent works demonstrate that convolutional neural networks are susceptible to adversarial examples - where the input images look similar to the natural images but are classified incorrectly by the model. To provide a rebuttal to this problem, we propose a new method to build robust deep neural networks against adversarial attacks by reformulating the saddle point optimization problem in \cite{madry2017towards}. Our proposed method offers significant resistance and a concrete security guarantee against multiple adversaries. The goal of this paper is to act as a stepping stone for a new variation of deep learning models which would lead towards fully robust deep learning models.

📄 PDF Abstract BibTeX arXiv:2408.11218

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Revisiting AUC-oriented Adversarial Training with Loss-Agnostic Perturbations

2023-08-10 · TPAMI 2023 8 · Zhiyong Yang, Qianqian Xu, Wenzheng Hou, Shilong Bao 외

The Area Under the ROC curve (AUC) is a popular metric for long-tail classification. Many efforts have been devoted to AUC optimization methods in the past decades. However, little exploration has been done to make them …

Revisiting and Advancing Fast Adversarial Training Through The Lens of Bi-Level Optimization

2021-12-23 · Yihua Zhang, Guanhua Zhang, Prashant Khanduri, Mingyi Hong 외

Adversarial training (AT) is a widely recognized defense mechanism to gain the robustness of deep neural networks against adversarial attacks. It is built on min-max optimization (MMO), where the minimizer (i.e., defende…

Adversarial Defense

Improving Adversarial Robustness Requires Revisiting Misclassified Examples

2020-05-01 · ICLR 2020 1 · Yisen Wang, Difan Zou, Jin-Feng Yi, James Bailey 외

Deep neural networks (DNNs) are vulnerable to adversarial examples crafted by imperceptible perturbations. A range of defense techniques have been proposed to improve DNN robustness to adversarial examples, among which a…

Adversarial Robustness

Revisiting adversarial training for the worst-performing class

2023-02-17 · Thomas Pethick, Grigorios G. Chrysos, Volkan Cevher

Despite progress in adversarial training (AT), there is a substantial gap between the top-performing and worst-performing classes in many datasets. For example, on CIFAR10, the accuracies for the best and worst classes a…

Revisiting Outer Optimization in Adversarial Training

2022-09-02 · Ali Dabouei, Fariborz Taherkhani, Sobhan Soleymani, Nasser M. Nasrabadi

Despite the fundamental distinction between adversarial and natural training (AT and NT), AT methods generally adopt momentum SGD (MSGD) for the outer optimization. This paper aims to analyze this choice by investigating…