paper-with-me

홈 › Papers

Adversarial Attack and Defense in Deep Ranking

2021-06-07 · Mo Zhou, Le Wang, Zhenxing Niu, Qilin Zhang, Nanning Zheng, Gang Hua

Deep Neural Network classifiers are vulnerable to adversarial attack, where an imperceptible perturbation could result in misclassification. However, the vulnerability of DNN-based image ranking systems remains under-explored. In this paper, we propose two attacks against deep ranking systems, i.e., Candidate Attack and Query Attack, that can raise or lower the rank of chosen candidates by adversarial perturbations. Specifically, the expected ranking order is first represented as a set of inequalities, and then a triplet-like objective function is designed to obtain the optimal perturbation. Conversely, an anti-collapse triplet defense is proposed to improve the ranking model robustness against all proposed attacks, where the model learns to prevent the positive and negative samples being pulled close to each other by adversarial attack. To comprehensively measure the empirical adversarial robustness of a ranking model with our defense, we propose an empirical robustness score, which involves a set of representative attacks against ranking models. Our adversarial ranking attacks and defenses are evaluated on MNIST, Fashion-MNIST, CUB200-2011, CARS196 and Stanford Online Products datasets. Experimental results demonstrate that a typical deep ranking system can be effectively compromised by our attacks. Nevertheless, our defense can significantly improve the ranking system robustness, and simultaneously mitigate a wide range of attacks.

📄 PDF Abstract BibTeX arXiv:2106.03614

Code (1)

cdluminate/robrank 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial RobustnessTriplet

Similar Papers 제목 키워드 기반

Adversarial Ranking Attack and Defense

2020-02-26 · ECCV 2020 8 · Mo Zhou, Zhenxing Niu, Le Wang, Qilin Zhang 외

Deep Neural Network (DNN) classifiers are vulnerable to adversarial attack, where an imperceptible perturbation could result in misclassification. However, the vulnerability of DNN-based image ranking systems remains und…

Adversarial AttackImage RetrievalTriplet

Certified Robustness to Word Substitution Ranking Attack for Neural Ranking Models

2022-09-14 · Chen Wu, Ruqing Zhang, Jiafeng Guo, Wei Chen 외

Neural ranking models (NRMs) have achieved promising results in information retrieval. NRMs have also been shown to be vulnerable to adversarial examples. A typical Word Substitution Ranking Attack (WSRA) against NRMs wa…

Information RetrievalRetrieval

Adversarial Decoys: Misdirecting Attention-Based Defenses in ViT

2026-07-08 · Giulia Marchiori Pietrosanti, Giulio Rossolini, Giorgio Buttazzo arxiv

Vision Transformers (ViTs) remain vulnerable to localized adversarial attacks, e.g., adversarial patches, while recent test-time defenses mitigate them by suppressing image tokens with abnormally high attention scores. T…

Defense of Adversarial Ranking Attack in Text Retrieval: Benchmark and Baseline via Detection

2023-07-31 · Xuanang Chen, Ben He, Le Sun, Yingfei Sun

Neural ranking models (NRMs) have undergone significant development and have become integral components of information retrieval (IR) systems. Unfortunately, recent research has unveiled the vulnerability of NRMs to adve…

Adversarial AttackInformation RetrievalLinguistic AcceptabilityRetrieval+1

Perturbation-Invariant Adversarial Training for Neural Ranking Models: Improving the Effectiveness-Robustness Trade-Off

2023-12-16 · Yu-An Liu, Ruqing Zhang, Mingkun Zhang, Wei Chen 외

Neural ranking models (NRMs) have shown great success in information retrieval (IR). But their predictions can easily be manipulated using adversarial examples, which are crafted by adding imperceptible perturbations to …

Adversarial RobustnessInformation Retrieval