paper-with-me

홈 › Papers

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, Maarten de Rijke, Jiafeng Guo, Xueqi Cheng

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 legitimate documents. This vulnerability raises significant concerns about their reliability and hinders the widespread deployment of NRMs. By incorporating adversarial examples into training data, adversarial training has become the de facto defense approach to adversarial attacks against NRMs. However, this defense mechanism is subject to a trade-off between effectiveness and adversarial robustness. In this study, we establish theoretical guarantees regarding the effectiveness-robustness trade-off in NRMs. We decompose the robust ranking error into two components, i.e., a natural ranking error for effectiveness evaluation and a boundary ranking error for assessing adversarial robustness. Then, we define the perturbation invariance of a ranking model and prove it to be a differentiable upper bound on the boundary ranking error for attainable computation. Informed by our theoretical analysis, we design a novel \emph{perturbation-invariant adversarial training} (PIAT) method for ranking models to achieve a better effectiveness-robustness trade-off. We design a regularized surrogate loss, in which one term encourages the effectiveness to be maximized while the regularization term encourages the output to be smooth, so as to improve adversarial robustness. Experimental results on several ranking models demonstrate the superiority of PITA compared to existing adversarial defenses.

📄 PDF Abstract BibTeX arXiv:2312.10329

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessInformation Retrieval

Similar Papers 제목 키워드 기반

Adversarial Personalized Ranking for Recommendation

2018-08-12 · Xiangnan He, Zhankui He, Xiaoyu Du, Tat-Seng Chua

Item recommendation is a personalized ranking task. To this end, many recommender systems optimize models with pairwise ranking objectives, such as the Bayesian Personalized Ranking (BPR). Using matrix Factorization (MF)…

Recommendation Systems

Targeted View-Invariant Adversarial Perturbations for 3D Object Recognition

2024-12-17 · Christian Green, Mehmet Ergezer, Abdurrahman Zeybey

Adversarial attacks pose significant challenges in 3D object recognition, especially in scenarios involving multi-view analysis where objects can be observed from varying angles. This paper introduces View-Invariant Adve…

3D Object RecognitionAdversarial RobustnessObject Recognition

ADD-Defense: Towards Defending Widespread Adversarial Examples via Perturbation-Invariant Representation

2021-01-01 · Dawei Zhou, Tongliang Liu, Bo Han, Nannan Wang 외

Due to vulnerability of machine learning algorithms under adversarial examples, it is challenging to defend against them. Recently, various defenses have been proposed to mitigate negative effects of adversarial examples…

Multi-granular Adversarial Attacks against Black-box Neural Ranking Models

2024-04-02 · Yu-An Liu, Ruqing Zhang, Jiafeng Guo, Maarten de Rijke 외

Adversarial ranking attacks have gained increasing attention due to their success in probing vulnerabilities, and, hence, enhancing the robustness, of neural ranking models. Conventional attack methods employ perturbatio…

Adversarial AttackDecision Makingreinforcement-learningReinforcement Learning+2

Adv-4-Adv: Thwarting Changing Adversarial Perturbations via Adversarial Domain Adaptation

2021-12-01 · Tianyue Zheng, Zhe Chen, Shuya Ding, Chao Cai 외

Whereas adversarial training can be useful against specific adversarial perturbations, they have also proven ineffective in generalizing towards attacks deviating from those used for training. However, we observe that th…

Domain Adaptation