CRCVJul 26, 2025

ConSeg: Contextual Backdoor Attack Against Semantic Segmentation

arXiv:2507.19905v1h-index: 3
Originality Incremental advance
AI Analysis

This addresses a security threat for users of semantic segmentation models in applications like autonomous driving or medical imaging, though it is incremental as it builds on prior backdoor attack research.

The paper tackles the vulnerability of semantic segmentation models to backdoor attacks by proposing ConSeg, a method that leverages contextual information to enhance attack performance, achieving a 15.55% improvement in Attack Success Rate compared to existing methods.

Despite significant advancements in computer vision, semantic segmentation models may be susceptible to backdoor attacks. These attacks, involving hidden triggers, aim to cause the models to misclassify instances of the victim class as the target class when triggers are present, posing serious threats to the reliability of these models. To further explore the field of backdoor attacks against semantic segmentation, in this paper, we propose a simple yet effective backdoor attack called Contextual Segmentation Backdoor Attack (ConSeg). ConSeg leverages the contextual information inherent in semantic segmentation models to enhance backdoor performance. Our method is motivated by an intriguing observation, i.e., when the target class is set as the `co-occurring' class of the victim class, the victim class can be more easily `mis-segmented'. Building upon this insight, ConSeg mimics the contextual information of the target class and rebuilds it in the victim region to establish the contextual relationship between the target class and the victim class, making the attack easier. Our experiments reveal that ConSeg achieves improvements in Attack Success Rate (ASR) with increases of 15.55\%, compared to existing methods, while exhibiting resilience against state-of-the-art backdoor defenses.

Foundations

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

Your Notes