paper-with-me

홈 › Papers

DSRM: Boost Textual Adversarial Training with Distribution Shift Risk Minimization

2023-06-27 · Songyang Gao, Shihan Dou, Yan Liu, Xiao Wang, Qi Zhang, Zhongyu Wei, Jin Ma, Ying Shan

Adversarial training is one of the best-performing methods in improving the robustness of deep language models. However, robust models come at the cost of high time consumption, as they require multi-step gradient ascents or word substitutions to obtain adversarial samples. In addition, these generated samples are deficient in grammatical quality and semantic consistency, which impairs the effectiveness of adversarial training. To address these problems, we introduce a novel, effective procedure for instead adversarial training with only clean data. Our procedure, distribution shift risk minimization (DSRM), estimates the adversarial loss by perturbing the input data's probability distribution rather than their embeddings. This formulation results in a robust model that minimizes the expected global loss under adversarial attacks. Our approach requires zero adversarial samples for training and reduces time consumption by up to 70\% compared to current best-performing adversarial training methods. Experiments demonstrate that DSRM considerably improves BERT's resistance to textual adversarial attacks and achieves state-of-the-art robust accuracy on various benchmarks.

📄 PDF Abstract BibTeX arXiv:2306.15164

Code (1)

sleepthroughdifficulties/dsrm 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Leveraging Deep Neural Networks and Knowledge Graphs for Entity Disambiguation

2015-04-28 · Hongzhao Huang, Larry Heck, Heng Ji

Entity Disambiguation aims to link mentions of ambiguous entities to a knowledge base (e.g., Wikipedia). Modeling topical coherence is crucial for this task based on the assumption that information from the same semantic…

Entity DisambiguationKnowledge Graphs

Fairness Begins with State: Purifying Latent Preferences for Hierarchical Reinforcement Learning in Interactive Recommendation

2026-03-04 · Yun Lu, Xiaoyu Shi, Hong Xie, Xiangyu Zhao 외 arxiv

Interactive recommender systems (IRS) are increasingly optimized with Reinforcement Learning (RL) to capture the sequential nature of user-system dynamics. However, existing fairness-aware methods often suffer from a fun…

Hierarchical Reinforcement Learning

Adversarial Prompt Distillation for Vision-Language Models

2024-11-22 · Lin Luo, Xin Wang, Bojia Zi, Shihao Zhao 외

Large pre-trained Vision-Language Models (VLMs) such as Contrastive Language-Image Pre-Training (CLIP) have been shown to be susceptible to adversarial attacks, raising concerns about their deployment in safety-critical …

Adversarial RobustnessAutonomous DrivingKnowledge DistillationMedical Diagnosis

Pilot Investigation for a Comprehensive Taxonomy of Autonomous Entities

2021-03-05 · William Wagner, Anna Źakowska, Clement Aladi, Joseph Santhosh

This paper documents an exploratory pilot study to define the term Autonomous Entity, and any characteristics that are required to identify or classify an Autonomous Entity. Our solution builds on previous work with rega…

Miscellaneous

Removing Out-of-Distribution Data Improves Adversarial Robustness

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Deep neural networks are vulnerable to adversarial examples crafted maliciously. Existing defense methods often improve the adversarial robustness of models by enlarging the training set with adversarial examples and fit…

Adversarial Robustness