Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.05 KB

File metadata and controls

18 lines (15 loc) · 1.05 KB

Red-Teaming Segment Anything Model

Source code for the paper "Red-Teaming Segment Anything Model" accepted at CVPR 2024 4th Workshop of Adversarial Machine Learning on Computer Vision: Robustness of Foundation Models.

Repository contents

Repository contains 3 notebooks:

  • sam_style_transfer.ipynb - experiments to assess the quality of generated masks under different weather conditions.
  • sam_facial_recognition.ipynb - experiments to check whether LangSAM (version of Segment Anything with text prompts input) can unintentionally classify celebrities when prompted with a full name.
  • destroy_lang_sam.ipynb - experiments with adversarial attacks

Used code repositories

Our code uses parts of these repositories:

Ethical principals

Our research adheres to ethical principles and we expect all users to employ it responsibly and only for noble intentions.