AuraTracer智迹闻
中文

EVENT DOSSIER

FSPGD: Rethinking Black-box Attacks on Semantic Segmentation

2026-09-07 12:00 Science 🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
4mentions
SummaryAI generated

To address the issue that traditional black-box attacks only affect the output logits while ignoring the relationship between spatial structure and category features, the study proposes the Feature Similarity Projection Gradient Descent (FSPGD) method. This method uses a dual-loss design: the external loss forces cleaning of differences between clean samples and adversarial features to weaken cross-model alignment, while the internal loss reduces the feature consistency of different spatial instances within the same category. Extensive experiments on the Pascal VOC 2012 and Cityscapes datasets using CNN and Transformer architectures show that FSPGD achieves advanced transfer rates, consistently outperforming traditional and baseline methods such as SegPGD, CosPGD, and RP-PGD. Additionally, adversarial training using FSPGD samples enhances the model’s robustness to unseen attacks. The related code has been open-sourced.

Related eventsRELATED EVENTS
Key entitiesKEY ENTITIES
CityscapesFSPGDKU-AIVSPascal VOC 2012

Coverage · reports per dayLANGUAGE SPLIT

Entity relations
Cityscapes × FSPGD1Cityscapes × KU-AIVS1Cityscapes × Pascal VOC…1FSPGD × KU-AIVS1FSPGD × Pascal VOC 20121KU-AIVS × Pascal VOC 20…1

SignalsSIGNALS

Keyword heat
  • FSPGD1
  • Pascal VOC 20121
  • Cityscapes1
  • KU-AIVS1

All reports (1)SOURCES

A arXiv cs.CV en 2026-09-07 12:00

FSPGD: Rethinking Black-box Attacks on Semantic Segmentation

本文提出特征相似性投影梯度下降(FSPGD),一种针对语义分割的黑盒攻击方法,旨在解决传统仅作用于输出 logits 的方法无法兼顾空间结构与类别特征关系的问题。FSPGD 采用双损失设计:外部损失强制清洁与对抗特征间的差异以削弱跨模型对齐,内部损失降低同一类别不同空间实例的特征一致性。在 Pascal VOC 2012 和 Cityscapes 数据集上对 CNN 及 Transformer 架构的广泛实验表明,FSPGD 实现了最先进的迁移率,持续优于 SegPGD、CosPGD 和 RP-PGD 等传统及基线方法。此外,使用 FSPGD 样本进行的对抗训练增强了模型对未见攻击的鲁棒性。相关代码已开源。