paper-with-me

Papers

GAMA: Generative Adversarial Multi-Object Scene Attacks

2022-09-20 · Abhishek Aich, Calvin-Khang Ta, Akash Gupta, Chengyu Song, Srikanth V. Krishnamurthy, M. Salman Asif, Amit K. Roy-Chowdhury

The majority of methods for crafting adversarial attacks have focused on scenes with a single dominant object (e.g., images from ImageNet). On the other hand, natural scenes include multiple dominant objects that are semantically related. Thus, it is crucial to explore designing attack strategies that look beyond learning on single-object scenes or attack single-object victim classifiers. Due to their inherent property of strong transferability of perturbations to unknown models, this paper presents the first approach of using generative models for adversarial attacks on multi-object scenes. In order to represent the relationships between different objects in the input scene, we leverage upon the open-sourced pre-trained vision-language model CLIP (Contrastive Language-Image Pre-training), with the motivation to exploit the encoded semantics in the language space along with the visual space. We call this attack approach Generative Adversarial Multi-object scene Attacks (GAMA). GAMA demonstrates the utility of the CLIP model as an attacker's tool to train formidable perturbation generators for multi-object scenes. Using the joint image-text features to train the generator, we show that GAMA can craft potent transferable perturbations in order to fool victim classifiers in various attack settings. For example, GAMA triggers ~16% more misclassification than state-of-the-art generative approaches in black-box settings where both the classifier architecture and data distribution of the attacker are different from the victim. Our code is available here: https://abhishekaich27.github.io/gama.html

📄 PDF Abstract BibTeX arXiv:2209.09502

Code (1)

abhishekaich27/GAMA-pytorch 공식 구현 pytorch

Tasks

Language ModellingObject

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

A Generative Adversarial Approach to Adversarial Attacks Guided by Contrastive Language-Image Pre-trained Model

2025-11-03 · Sampriti Soor, Alik Pramanick, Jothiprakash K, Arijit Sur arxiv

The rapid growth of deep learning has brought about powerful models that can handle various tasks, like identifying images and understanding language. However, adversarial attacks, an unnoticed alteration, can deceive mo…

Adversarial Attack

Auto-Encoding Progressive Generative Adversarial Networks For 3D Multi Object Scenes

2019-03-08 · Vedant Singh, Manan Oza, Himanshu Vaghela, Pratik Kanani

3D multi object generative models allow us to synthesize a large range of novel 3D multi object scenes and also identify objects, shapes, layouts and their positions. But multi object scenes are difficult to create becau…

ObjectRepresentation LearningScene Generation

Leveraging Local Patch Differences in Multi-Object Scenes for Generative Adversarial Attacks

2022-09-20 · Abhishek Aich, Shasha Li, Chengyu Song, M. Salman Asif 외

State-of-the-art generative model-based attacks against image classifiers overwhelmingly focus on single-object (i.e., single dominant object) images. Different from such settings, we tackle a more practical problem of g…

Object

Data-Free Knowledge Amalgamation via Group-Stack Dual-GAN

2020-03-20 · CVPR 2020 6 · Jingwen Ye, Yixin Ji, Xinchao Wang, Xin Gao 외

Recent advances in deep learning have provided procedures for learning one network to amalgamate multiple streams of knowledge from the pre-trained Convolutional Neural Network (CNN) models, thus reduce the annotation co…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

GAMA: Geometry-Aware Manifold Alignment via Structured Adversarial Perturbations for Robust Domain Adaptation

2025-05-21 · Hana Satou, F Monkey

Domain adaptation remains a challenge when there is significant manifold discrepancy between source and target domains. Although recent methods leverage manifold-aware adversarial perturbations to perform data augmentati…

Data AugmentationDomain Adaptation