Attacks on Continual Semantic Segmentation by Perturbing Incremental Samples

Abstract

As an essential computer vision task, Continual Semantic Segmentation (CSS) has received a lot of attention. However, security issues regarding this task have not been fully studied. To bridge this gap, we study the problem of attacks in CSS in this paper. We first propose a new task, namely, attacks on incremental samples in CSS, and reveal that the attacks on incremental samples corrupt the performance of CSS in both old and new classes. Moreover, we present an adversarial sample generation method based on class shift, namely Class Shift Attack (CS-Attack), which is an offline and easy-to-implement approach for CSS. CS-Attack is able to significantly degrade the performance of models on both old and new classes without knowledge of the incremental learning approach, which undermines the original purpose of the incremental learning, i.e., learning new classes while retaining old knowledge. Experiments show that on the popular datasets Pascal VOC, ADE20k, and Cityscapes, our approach easily degrades the performance of currently popular CSS methods, which reveals the importance of security in CSS.

Cite

Text

Yu et al. "Attacks on Continual Semantic Segmentation by Perturbing Incremental Samples." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I7.28509

Markdown

[Yu et al. "Attacks on Continual Semantic Segmentation by Perturbing Incremental Samples." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/yu2024aaai-attacks/) doi:10.1609/AAAI.V38I7.28509

BibTeX

@inproceedings{yu2024aaai-attacks,
  title     = {{Attacks on Continual Semantic Segmentation by Perturbing Incremental Samples}},
  author    = {Yu, Zhidong and Yang, Wei and Xie, Xike and Shi, Zhenbo},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {6844-6852},
  doi       = {10.1609/AAAI.V38I7.28509},
  url       = {https://mlanthology.org/aaai/2024/yu2024aaai-attacks/}
}