CRCVLGOct 11, 2018

Characterizing Adversarial Examples Based on Spatial Consistency Information for Semantic Segmentation

arXiv:1810.05162v1105 citations
Originality Incremental advance
AI Analysis

This work addresses vulnerabilities in semantic segmentation models, offering insights for improved defenses, though it is incremental as it builds on existing adversarial example research.

The paper investigates adversarial examples in semantic segmentation, finding that spatial consistency information can robustly detect them and that such examples have low transferability between models.

Deep Neural Networks (DNNs) have been widely applied in various recognition tasks. However, recently DNNs have been shown to be vulnerable against adversarial examples, which can mislead DNNs to make arbitrary incorrect predictions. While adversarial examples are well studied in classification tasks, other learning problems may have different properties. For instance, semantic segmentation requires additional components such as dilated convolutions and multiscale processing. In this paper, we aim to characterize adversarial examples based on spatial context information in semantic segmentation. We observe that spatial consistency information can be potentially leveraged to detect adversarial examples robustly even when a strong adaptive attacker has access to the model and detection strategies. We also show that adversarial examples based on attacks considered within the paper barely transfer among models, even though transferability is common in classification. Our observations shed new light on developing adversarial attacks and defenses to better understand the vulnerabilities of DNNs.

Foundations

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

Your Notes