CVDec 20, 2019

Segmentations-Leak: Membership Inference Attacks and Defenses in Semantic Image Segmentation

arXiv:1912.09685v257 citations
AI Analysis

This addresses privacy risks for organizations using sensitive visual data in segmentation tasks, though it is incremental as it extends known attacks to a new domain.

The paper tackles the problem of membership inference attacks on semantic segmentation models, showing these attacks can be successfully applied to state-of-the-art models, and proposes effective defenses with minimal impact on segmentation utility, evaluated on datasets like Cityscapes, BDD100K, and Mapillary Vistas.

Today's success of state of the art methods for semantic segmentation is driven by large datasets. Data is considered an important asset that needs to be protected, as the collection and annotation of such datasets comes at significant efforts and associated costs. In addition, visual data might contain private or sensitive information, that makes it equally unsuited for public release. Unfortunately, recent work on membership inference in the broader area of adversarial machine learning and inference attacks on machine learning models has shown that even black box classifiers leak information on the dataset that they were trained on. We show that such membership inference attacks can be successfully carried out on complex, state of the art models for semantic segmentation. In order to mitigate the associated risks, we also study a series of defenses against such membership inference attacks and find effective counter measures against the existing risks with little effect on the utility of the segmentation method. Finally, we extensively evaluate our attacks and defenses on a range of relevant real-world datasets: Cityscapes, BDD100K, and Mapillary Vistas.

Code Implementations1 repo
Foundations

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

Your Notes