Erosion Attack for Adversarial Training to Enhance Semantic Segmentation Robustness
Yufei Song, Ziqi Zhou, Menghao Deng, Yifan Hu, Shengshan Hu, Minghui Li, Leo Yu Zhang
TL;DR
Semantic segmentation models are vulnerable to adversarial perturbations, risking critical applications. The authors propose EroSeg-AT, a vulnerability-aware adversarial training framework that first targets low-confidence pixels and then progressively propagates perturbations to disrupt contextual semantic consistency. EroSeg comprises confidence-based pixel selection and progressive perturbation propagation, with a formal min-max AT objective and pixel-level weighting to emphasize foreground regions. Experiments on DeepLabV3 and PSPNet across Pascal VOC and Cityscapes show stronger attack performance than baselines and improved robustness under AT, offering a new avenue for defenses in dense prediction tasks.
Abstract
Existing segmentation models exhibit significant vulnerability to adversarial attacks.To improve robustness, adversarial training incorporates adversarial examples into model training. However, existing attack methods consider only global semantic information and ignore contextual semantic relationships within the samples, limiting the effectiveness of adversarial training. To address this issue, we propose EroSeg-AT, a vulnerability-aware adversarial training framework that leverages EroSeg to generate adversarial examples. EroSeg first selects sensitive pixels based on pixel-level confidence and then progressively propagates perturbations to higher-confidence pixels, effectively disrupting the semantic consistency of the samples. Experimental results show that, compared to existing methods, our approach significantly improves attack effectiveness and enhances model robustness under adversarial training.
