paper-with-me

Papers

Unsupervised Adversarial Attacks on Deep Feature-based Retrieval with GAN

2019-07-12 · Guoping Zhao, Mingyu Zhang, Jiajun Liu, Ji-Rong Wen

Studies show that Deep Neural Network (DNN)-based image classification models are vulnerable to maliciously constructed adversarial examples. However, little effort has been made to investigate how DNN-based image retrieval models are affected by such attacks. In this paper, we introduce Unsupervised Adversarial Attacks with Generative Adversarial Networks (UAA-GAN) to attack deep feature-based image retrieval systems. UAA-GAN is an unsupervised learning model that requires only a small amount of unlabeled data for training. Once trained, it produces query-specific perturbations for query images to form adversarial queries. The core idea is to ensure that the attached perturbation is barely perceptible to human yet effective in pushing the query away from its original position in the deep feature space. UAA-GAN works with various application scenarios that are based on deep features, including image retrieval, person Re-ID and face search. Empirical results show that UAA-GAN cripples retrieval performance without significant visual changes in the query images. UAA-GAN generated adversarial examples are less distinguishable because they tend to incorporate subtle perturbations in textured or salient areas of the images, such as key body parts of human, dominant structural patterns/textures or edges, rather than in visually insignificant areas (e.g., background and sky). Such tendency indicates that the model indeed learned how to toy with both image retrieval systems and human eyes.

📄 PDF Abstract BibTeX arXiv:1907.05793

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationImage RetrievalRetrieval

Similar Papers 제목 키워드 기반

On the Adversarial Robustness of Discrete Image Tokenizers

2026-02-20 · Rishika Bhagwatkar, Irina Rish, Nicolas Flammarion, Francesco Croce arxiv

Discrete image tokenizers encode visual inputs as sequences of tokens from a finite vocabulary and are gaining popularity in multimodal systems, including encoder-only, encoder-decoder, and decoder-only models. However, …

Adversarial Robustness

Unsupervised Multi-Criteria Adversarial Detection in Deep Image Retrieval

2023-04-09 · Yanru Xiao, Cong Wang, Xing Gao

The vulnerability in the algorithm supply chain of deep learning has imposed new challenges to image retrieval systems in the downstream. Among a variety of techniques, deep hashing is gaining popularity. As it inherits …

Deep HashingDeep LearningDenoisingImage Retrieval+2

Unsupervised Corpus Poisoning Attacks in Continuous Space for Dense Retrieval

2025-04-24 · Yongkang Li, Panagiotis Eustratiadis, Simon Lupart, Evangelos Kanoulas

This paper concerns corpus poisoning attacks in dense information retrieval, where an adversary attempts to compromise the ranking performance of a search algorithm by injecting a small number of maliciously generated do…

Information RetrievalRetrieval

Unsupervised dense retrieval with conterfactual contrastive learning

2024-12-30 · Haitian Chen, Qingyao Ai, Xiao Wang, Yiqun Liu 외

Efficiently retrieving a concise set of candidates from a large document corpus remains a pivotal challenge in Information Retrieval (IR). Neural retrieval models, particularly dense retrieval models built with transform…

Contrastive LearningcounterfactualInformation RetrievalRetrieval+1

Towards Unsupervised Adversarial Document Detection in Retrieval Augmented Generation Systems

2026-03-17 · Patrick Levi arxiv

Retrieval augmented generation systems have become an integral part of everyday life. Whether in internet search engines, email systems, or service chatbots, these systems are based on context retrieval and answer genera…

Outlier DetectionAnswer Generation