paper-with-me

Papers

Prototype-supervised Adversarial Network for Targeted Attack of Deep Hashing

2021-05-17 · CVPR 2021 1 · Xunguang Wang, Zheng Zhang, Baoyuan Wu, Fumin Shen, Guangming Lu

Due to its powerful capability of representation learning and high-efficiency computation, deep hashing has made significant progress in large-scale image retrieval. However, deep hashing networks are vulnerable to adversarial examples, which is a practical secure problem but seldom studied in hashing-based retrieval field. In this paper, we propose a novel prototype-supervised adversarial network (ProS-GAN), which formulates a flexible generative architecture for efficient and effective targeted hashing attack. To the best of our knowledge, this is the first generation-based method to attack deep hashing networks. Generally, our proposed framework consists of three parts, i.e., a PrototypeNet, a generator, and a discriminator. Specifically, the designed PrototypeNet embeds the target label into the semantic representation and learns the prototype code as the category-level representative of the target label. Moreover, the semantic representation and the original image are jointly fed into the generator for a flexible targeted attack. Particularly, the prototype code is adopted to supervise the generator to construct the targeted adversarial example by minimizing the Hamming distance between the hash code of the adversarial example and the prototype code. Furthermore, the generator is against the discriminator to simultaneously encourage the adversarial examples visually realistic and the semantic representation informative. Extensive experiments verify that the proposed framework can efficiently produce adversarial examples with better targeted attack performance and transferability over state-of-the-art targeted attack methods of deep hashing. The related codes could be available at https://github.com/xunguangwang/ProS-GAN .

📄 PDF Abstract BibTeX arXiv:2105.07553

Code (1)

xunguangwang/ProS-GAN 공식 구현 pytorch

Tasks

Deep HashingImage RetrievalRepresentation LearningRetrieval

Similar Papers 제목 키워드 기반

Targeted Attack for Deep Hashing based Retrieval

2020-04-15 · ECCV 2020 8 · Jiawang Bai, Bin Chen, Yiming Li, Dongxian Wu 외

The deep hashing based retrieval method is widely adopted in large-scale image and video retrieval. However, there is little investigation on its security. In this paper, we propose a novel method, dubbed deep hashing ta…

Deep HashingImage RetrievalRetrievalVideo Retrieval

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

You See What I Want You To See: Exploring Targeted Black-Box Transferability Attack for Hash-Based Image Retrieval Systems

2021-06-19 · CVPR 2021 1 · Yanru Xiao, Cong Wang

With the large multimedia content online, deep hashing has become a popular method for efficient image retrieval and storage. However, by inheriting the algorithmic backend from softmax classification, these techniqu…

Deep HashingImage RetrievalRetrieval

Backdoor Attack on Hash-based Image Retrieval via Clean-label Data Poisoning

2021-09-18 · Kuofeng Gao, Jiawang Bai, Bin Chen, Dongxian Wu 외

A backdoored deep hashing model is expected to behave normally on original query images and return the images with the target label when a specific trigger pattern presents. To this end, we propose the confusing perturba…

Backdoor AttackData PoisoningDeep HashingImage Retrieval+1

Self-Supervised Representation Learning for Adversarial Attack Detection

2024-07-05 · Yi Li, Plamen Angelov, Neeraj Suri

Supervised learning-based adversarial attack detection methods rely on a large number of labeled data and suffer significant performance degradation when applying the trained model to new domains. In this paper, we propo…

Adversarial AttackAdversarial Attack DetectionRepresentation Learning