paper-with-me

Papers

Improving Fast Adversarial Training via Self-Knowledge Guidance

2024-09-26 · Chengze Jiang, Junkai Wang, Minjing Dong, Jie Gui, Xinli Shi, Yuan Cao, Yuan Yan Tang, James Tin-Yau Kwok

Adversarial training has achieved remarkable advancements in defending against adversarial attacks. Among them, fast adversarial training (FAT) is gaining attention for its ability to achieve competitive robustness with fewer computing resources. Existing FAT methods typically employ a uniform strategy that optimizes all training data equally without considering the influence of different examples, which leads to an imbalanced optimization. However, this imbalance remains unexplored in the field of FAT. In this paper, we conduct a comprehensive study of the imbalance issue in FAT and observe an obvious class disparity regarding their performances. This disparity could be embodied from a perspective of alignment between clean and robust accuracy. Based on the analysis, we mainly attribute the observed misalignment and disparity to the imbalanced optimization in FAT, which motivates us to optimize different training data adaptively to enhance robustness. Specifically, we take disparity and misalignment into consideration. First, we introduce self-knowledge guided regularization, which assigns differentiated regularization weights to each class based on its training state, alleviating class disparity. Additionally, we propose self-knowledge guided label relaxation, which adjusts label relaxation according to the training accuracy, alleviating the misalignment and improving robustness. By combining these methods, we formulate the Self-Knowledge Guided FAT (SKG-FAT), leveraging naturally generated knowledge during training to enhance the adversarial robustness without compromising training efficiency. Extensive experiments on four standard datasets demonstrate that the SKG-FAT improves the robustness and preserves competitive clean accuracy, outperforming the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2409.17589

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessAttribute

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Towards Understanding Fast Adversarial Training

2020-06-04 · Bai Li, Shiqi Wang, Suman Jana, Lawrence Carin

Current neural-network-based classifiers are susceptible to adversarial examples. The most empirically successful approach to defending against such adversarial examples is adversarial training, which incorporates a stro…

Understanding Pure CLIP Guidance for Voxel Grid NeRF Models

2022-09-30 · Han-Hung Lee, Angel X. Chang

We explore the task of text to 3D object generation using CLIP. Specifically, we use CLIP for guidance without access to any datasets, a setting we refer to as pure CLIP guidance. While prior work has adopted this settin…

NeRFText to 3D

SlowFast-SCI: Slow-Fast Deep Unfolding Learning for Spectral Compressive Imaging

2025-09-20 · Haijin Zeng, Xuan Lu, Yurong Zhang, Qiangqiang Shen 외 arxiv

Humans learn in two complementary ways: a slow, cumulative process that builds broad, general knowledge, and a fast, on-the-fly process that captures specific experiences. Existing deep-unfolding methods for spectral com…

Spectral ReconstructionTest-time AdaptationGeneral Knowledge

Investigating Catastrophic Overfitting in Fast Adversarial Training: A Self-fitting Perspective

2023-02-23 · Zhengbao He, Tao Li, Sizhe Chen, Xiaolin Huang

Although fast adversarial training provides an efficient approach for building robust networks, it may suffer from a serious problem known as catastrophic overfitting (CO), where multi-step robust accuracy suddenly colla…

Self-Learning

Towards Efficient Adversarial Training on Vision Transformers

2022-07-21 · Boxi Wu, Jindong Gu, Zhifeng Li, Deng Cai 외

Vision Transformer (ViT), as a powerful alternative to Convolutional Neural Network (CNN), has received much attention. Recent work showed that ViTs are also vulnerable to adversarial examples like CNNs. To build robust …