English

Sequential Difference Maximization: Generating Adversarial Examples via Multi-Stage Optimization

Computer Vision and Pattern Recognition 2025-09-03 v1 Artificial Intelligence Machine Learning

Abstract

Efficient adversarial attack methods are critical for assessing the robustness of computer vision models. In this paper, we reconstruct the optimization objective for generating adversarial examples as "maximizing the difference between the non-true labels' probability upper bound and the true label's probability," and propose a gradient-based attack method termed Sequential Difference Maximization (SDM). SDM establishes a three-layer optimization framework of "cycle-stage-step." The processes between cycles and between iterative steps are respectively identical, while optimization stages differ in terms of loss functions: in the initial stage, the negative probability of the true label is used as the loss function to compress the solution space; in subsequent stages, we introduce the Directional Probability Difference Ratio (DPDR) loss function to gradually increase the non-true labels' probability upper bound by compressing the irrelevant labels' probabilities. Experiments demonstrate that compared with previous SOTA methods, SDM not only exhibits stronger attack performance but also achieves higher attack cost-effectiveness. Additionally, SDM can be combined with adversarial training methods to enhance their defensive effects. The code is available at https://github.com/X-L-Liu/SDM.

Keywords

Cite

@article{arxiv.2509.00826,
  title  = {Sequential Difference Maximization: Generating Adversarial Examples via Multi-Stage Optimization},
  author = {Xinlei Liu and Tao Hu and Peng Yi and Weitao Han and Jichao Xie and Baolin Li},
  journal= {arXiv preprint arXiv:2509.00826},
  year   = {2025}
}

Comments

5 pages, 2 figures, 5 tables, CIKM 2025

R2 v1 2026-07-01T05:14:05.141Z