CVLGMay 5

TsallisPGD: Adaptive Gradient Weighting for Adversarial Attacks on Semantic Segmentation

arXiv:2605.0340530.3
AI Analysis

For researchers and practitioners in adversarial robustness for semantic segmentation, TsallisPGD provides a more effective attack method that adaptively weights gradients, addressing the limitation of standard cross-entropy in multi-pixel settings.

TsallisPGD introduces an adversarial attack for semantic segmentation using Tsallis cross-entropy with a dynamic q-schedule, achieving the best average attack rank across Cityscapes, Pascal VOC, and ADE20K, outperforming five prior attacks in reducing accuracy and mIoU on both standard and robust models.

Attacking semantic segmentation models is significantly harder than image classification models because an attacker must flip thousands of pixel predictions simultaneously. Standard pixel-wise cross-entropy (CE) is ill-suited to this setting: it tends to overemphasize already-misclassified pixels, which slows optimization and overstates model robustness. To address these issues, we introduce TsallisPGD, an adversarial attack built on the Tsallis cross-entropy, a generalization of CE parameterized by $q$, which adaptively reshapes the gradient landscape by controlling gradient concentration across pixels. By varying $q$, we steer the attack toward pixels at different confidence levels. We first show that no single fixed-$q$ is universally optimal, as its effectiveness depends on the dataset, model architecture, and perturbation budget. Motivated by this, we propose a dynamic $q$-schedule that sweeps $q$ during optimization. Extensive experiments on Cityscapes, Pascal VOC, and ADE20K show that TsallisPGD, using a single validation-selected schedule, achieves the best average attack rank across all evaluated settings and improves over CEPGD, SegPGD, CosPGD, JSPGD, and MaskedPGD in reducing accuracy and mIoU on both standard and robust models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes