paper-with-me

Papers

Adversarial Attack via Dual-Stage Network Erosion

2022-01-01 · Yexin Duan, Junhua Zou, Xingyu Zhou, Wu Zhang, Jin Zhang, Zhisong Pan

Deep neural networks are vulnerable to adversarial examples, which can fool deep models by adding subtle perturbations. Although existing attacks have achieved promising results, it still leaves a long way to go for generating transferable adversarial examples under the black-box setting. To this end, this paper proposes to improve the transferability of adversarial examples, and applies dual-stage feature-level perturbations to an existing model to implicitly create a set of diverse models. Then these models are fused by the longitudinal ensemble during the iterations. The proposed method is termed Dual-Stage Network Erosion (DSNE). We conduct comprehensive experiments both on non-residual and residual networks, and obtain more transferable adversarial examples with the computational cost similar to the state-of-the-art method. In particular, for the residual networks, the transferability of the adversarial examples can be significantly improved by biasing the residual block information to the skip connections. Our work provides new insights into the architectural vulnerability of neural networks and presents new challenges to the robustness of neural networks.

📄 PDF Abstract BibTeX arXiv:2201.00097

Code (1)

yexind/dsne 공식 구현 tf

Tasks

Adversarial Attack

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Batch Normalization 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

AI-Driven Adaptive Adversaries and the Erosion of Cryptographic Trust in Public Key Systems

2026-05-23 · Petar Radanliev arxiv

This paper examines the erosion of Public Key Cryptography (PKC) security under adaptive adversarial optimisation driven by artificial intelligence. The problem addressed is the growing mismatch between algorithm-centric…

Erosion Attack for Adversarial Training to Enhance Semantic Segmentation Robustness

2026-01-21 · Yufei Song, Ziqi Zhou, Menghao Deng, Yifan Hu 외 arxiv

Existing segmentation models exhibit significant vulnerability to adversarial attacks.To improve robustness, adversarial training incorporates adversarial examples into model training. However, existing attack methods co…

Semantic Segmentation

Exploring Cross-Stage Adversarial Transferability in Class-Incremental Continual Learning

2025-08-12 · Jungwoo Kim, Jong-Seok Lee arxiv

Class-incremental continual learning addresses catastrophic forgetting by enabling classification models to preserve knowledge of previously learned classes while acquiring new ones. However, the vulnerability of the mod…

Continual Learning

MS-GAGA: Metric-Selective Guided Adversarial Generation Attack

2025-10-14 · Dion J. X. Ho, Gabriel Lee Jun Rong, Niharika Shrivastava, Harshavardhan Abichandani 외 arxiv

We present MS-GAGA (Metric-Selective Guided Adversarial Generation Attack), a two-stage framework for crafting transferable and visually imperceptible adversarial examples against deepfake detectors in black-box settings…

Dual-Modality Multi-Stage Adversarial Safety Training: Robustifying Multimodal Web Agents Against Cross-Modal Attacks

2026-03-04 · Haoyu Liu, Dingcheng Li, Lukas Rutishauser, Zeyu Zheng arxiv

Multimodal web agents that process both screenshots and accessibility trees are increasingly deployed to interact with web interfaces, yet their dual-stream architecture opens an underexplored attack surface: an adversar…

Reinforcement Learning