Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

UnSeg: One Universal Unlearnable Example Generator is Enough against All Image Segmentation

About

Image segmentation is a crucial vision task that groups pixels within an image into semantically meaningful segments, which is pivotal in obtaining a fine-grained understanding of real-world scenes. However, an increasing privacy concern exists regarding training large-scale image segmentation models on unauthorized private data. In this work, we exploit the concept of unlearnable examples to make images unusable to model training by generating and adding unlearnable noise into the original images. Particularly, we propose a novel Unlearnable Segmentation (UnSeg) framework to train a universal unlearnable noise generator that is capable of transforming any downstream images into their unlearnable version. The unlearnable noise generator is finetuned from the Segment Anything Model (SAM) via bilevel optimization on an interactive segmentation dataset towards minimizing the training error of a surrogate model that shares the same architecture with SAM but is trained from scratch. We empirically verify the effectiveness of UnSeg across 6 mainstream image segmentation tasks, 10 widely used datasets, and 7 different network architectures, and show that the unlearnable images can reduce the segmentation performance by a large margin. Our work provides useful insights into how to leverage foundation models in a data-efficient and computationally affordable manner to protect images against image segmentation models.

Ye Sun, Hao Zhang, Tiehua Zhang, Xingjun Ma, Yu-Gang Jiang• 2024

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU16.7
2731
Instance SegmentationCOCO 2017 (val)--
1144
Semantic segmentationCityscapes (val)
mIoU17.8
287
Panoptic SegmentationCityscapes (val)
PQ7.2
276
Instance SegmentationCityscapes (val)
AP2.3
239
Panoptic SegmentationCOCO 2017 (val)
PQ4.2
172
Panoptic SegmentationADE20K (val)
PQ11.7
89
Object DetectionCOCO (test)
mAP6.1
35
Panoptic SegmentationCOCO (test)
PQ4.2
23
Instance SegmentationADE20K (val)
AP6.2
21
Showing 10 of 18 rows

Other info

Code

Follow for update