English

Proximal Splitting Adversarial Attacks for Semantic Segmentation

Machine Learning 2023-04-04 v2 Computer Vision and Pattern Recognition

Abstract

Classification has been the focal point of research on adversarial attacks, but only a few works investigate methods suited to denser prediction tasks, such as semantic segmentation. The methods proposed in these works do not accurately solve the adversarial segmentation problem and, therefore, overestimate the size of the perturbations required to fool models. Here, we propose a white-box attack for these models based on a proximal splitting to produce adversarial perturbations with much smaller \ell_\infty norms. Our attack can handle large numbers of constraints within a nonconvex minimization framework via an Augmented Lagrangian approach, coupled with adaptive constraint scaling and masking strategies. We demonstrate that our attack significantly outperforms previously proposed ones, as well as classification attacks that we adapted for segmentation, providing a first comprehensive benchmark for this dense task.

Keywords

Cite

@article{arxiv.2206.07179,
  title  = {Proximal Splitting Adversarial Attacks for Semantic Segmentation},
  author = {Jérôme Rony and Jean-Christophe Pesquet and Ismail Ben Ayed},
  journal= {arXiv preprint arXiv:2206.07179},
  year   = {2023}
}

Comments

CVPR 2023. Code available at: https://github.com/jeromerony/alma_prox_segmentation

R2 v1 2026-06-24T11:51:33.311Z