CVCRApr 12, 2024

Practical Region-level Attack against Segment Anything Models

arXiv:2404.08255v222 citationsh-index: 32024 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)
AI Analysis

This addresses security concerns for SAM users by introducing a more realistic threat model, though it is incremental as it builds on prior attack methods.

The paper tackles the problem of adversarial attacks on Segment Anything Models (SAM) by proposing a region-level attack that hides target objects without needing precise user prompts, achieving effectiveness across various clicks and improved transferability in black-box settings.

Segment Anything Models (SAM) have made significant advancements in image segmentation, allowing users to segment target portions of an image with a single click (i.e., user prompt). Given its broad applications, the robustness of SAM against adversarial attacks is a critical concern. While recent works have explored adversarial attacks against a pre-defined prompt/click, their threat model is not yet realistic: (1) they often assume the user-click position is known to the attacker (point-based attack), and (2) they often operate under a white-box setting with limited transferability. In this paper, we propose a more practical region-level attack where attackers do not need to know the precise user prompt. The attack remains effective as the user clicks on any point on the target object in the image, hiding the object from SAM. Also, by adapting a spectrum transformation method, we make the attack more transferable under a black-box setting. Both control experiments and testing against real-world SAM services confirm its effectiveness.

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