paper-with-me

Papers

Frequency Domain Model Augmentation for Adversarial Attack

2022-07-12 · Yuyang Long, Qilong Zhang, Boheng Zeng, Lianli Gao, Xianglong Liu, Jian Zhang, Jingkuan Song

For black-box attacks, the gap between the substitute model and the victim model is usually large, which manifests as a weak attack performance. Motivated by the observation that the transferability of adversarial examples can be improved by attacking diverse models simultaneously, model augmentation methods which simulate different models by using transformed images are proposed. However, existing transformations for spatial domain do not translate to significantly diverse augmented models. To tackle this issue, we propose a novel spectrum simulation attack to craft more transferable adversarial examples against both normally trained and defense models. Specifically, we apply a spectrum transformation to the input and thus perform the model augmentation in the frequency domain. We theoretically prove that the transformation derived from frequency domain leads to a diverse spectrum saliency map, an indicator we proposed to reflect the diversity of substitute models. Notably, our method can be generally combined with existing attacks. Extensive experiments on the ImageNet dataset demonstrate the effectiveness of our method, \textit{e.g.}, attacking nine state-of-the-art defense models with an average success rate of \textbf{95.4\%}. Our code is available in \url{https://github.com/yuyang-long/SSA}.

📄 PDF Abstract BibTeX arXiv:2207.05382

Code (2)

yuyang-long/ssa 공식 구현 pytorch
Trustworthy-AI-Group/TransferAttack pytorch

Tasks

Adversarial AttackDiversitymodel

Similar Papers 제목 키워드 기반

Boosting Adversarial Transferability via High-Frequency Augmentation and Hierarchical-Gradient Fusion

2025-05-27 · Yayin Zheng, Chen Wan, Zihong Guo, Hailing Kuang 외

Adversarial attacks have become a significant challenge in the security of machine learning models, particularly in the context of black-box defense strategies. Existing methods for enhancing adversarial transferability …

Adversarial Attack

Rethinking and Improving Robustness of Convolutional Neural Networks: a Shapley Value-based Approach in Frequency Domain

2022-11-01 · NIPS 2022 11 · Yiting Chen, Qibing Ren, Junchi Yan

The existence of adversarial examples poses concerns for the robustness of convolutional neural networks (CNN), for which a popular hypothesis is about the frequency bias phenomenon: CNNs rely more on high-frequency comp…

Adversarial AttackAdversarial RobustnessData AugmentationFairness+2

Frequency Domain Adversarial Training for Robust Volumetric Medical Segmentation

2023-07-14 · Asif Hanif, Muzammal Naseer, Salman Khan, Mubarak Shah 외

It is imperative to ensure the robustness of deep learning models in critical applications such as, healthcare. While recent advances in deep learning have improved the performance of volumetric medical image segmentatio…

Adversarial AttackDeep LearningImage SegmentationMedical Image Segmentation+3

Fre-CW: Targeted Attack on Time Series Forecasting using Frequency Domain Loss

2025-08-12 · Naifu Feng, Lixing Chen, Junhua Tang, Hua Ding 외 arxiv

Transformer-based models have made significant progress in time series forecasting. However, a key limitation of deep learning models is their susceptibility to adversarial attacks, which has not been studied enough in t…

Time Series ForecastingTime Series PredictionAdversarial Robustness

Leveraging Information Consistency in Frequency and Spatial Domain for Adversarial Attacks

2024-08-22 · Zhibo Jin, Jiayu Zhang, Zhiyu Zhu, Xinyi Wang 외

Adversarial examples are a key method to exploit deep neural networks. Using gradient information, such examples can be generated in an efficient way without altering the victim model. Recent frequency domain transformat…

Adversarial Attack