English

SegTrans: Transferable Adversarial Examples for Segmentation Models

Computer Vision and Pattern Recognition 2025-10-13 v1

Abstract

Segmentation models exhibit significant vulnerability to adversarial examples in white-box settings, but existing adversarial attack methods often show poor transferability across different segmentation models. While some researchers have explored transfer-based adversarial attack (i.e., transfer attack) methods for segmentation models, the complex contextual dependencies within these models and the feature distribution gaps between surrogate and target models result in unsatisfactory transfer success rates. To address these issues, we propose SegTrans, a novel transfer attack framework that divides the input sample into multiple local regions and remaps their semantic information to generate diverse enhanced samples. These enhanced samples replace the original ones for perturbation optimization, thereby improving the transferability of adversarial examples across different segmentation models. Unlike existing methods, SegTrans only retains local semantic information from the original input, rather than using global semantic information to optimize perturbations. Extensive experiments on two benchmark datasets, PASCAL VOC and Cityscapes, four different segmentation models, and three backbone networks show that SegTrans significantly improves adversarial transfer success rates without introducing additional computational overhead. Compared to the current state-of-the-art methods, SegTrans achieves an average increase of 8.55% in transfer attack success rate and improves computational efficiency by more than 100%.

Keywords

Cite

@article{arxiv.2510.08922,
  title  = {SegTrans: Transferable Adversarial Examples for Segmentation Models},
  author = {Yufei Song and Ziqi Zhou and Qi Lu and Hangtao Zhang and Yifan Hu and Lulu Xue and Shengshan Hu and Minghui Li and Leo Yu Zhang},
  journal= {arXiv preprint arXiv:2510.08922},
  year   = {2025}
}

Comments

Accepted by TMM 2025

R2 v1 2026-07-01T06:28:30.060Z