paper-with-me

홈 › Papers

Adversarial Attack and Defense of Structured Prediction Models

2020-10-04 · EMNLP 2020 11 · Wenjuan Han, Liwen Zhang, Yong Jiang, Kewei Tu

Building an effective adversarial attacker and elaborating on countermeasures for adversarial attacks for natural language processing (NLP) have attracted a lot of research in recent years. However, most of the existing approaches focus on classification problems. In this paper, we investigate attacks and defenses for structured prediction tasks in NLP. Besides the difficulty of perturbing discrete words and the sentence fluency problem faced by attackers in any NLP tasks, there is a specific challenge to attackers of structured prediction models: the structured output of structured prediction models is sensitive to small perturbations in the input. To address these problems, we propose a novel and unified framework that learns to attack a structured prediction model using a sequence-to-sequence model with feedbacks from multiple reference models of the same structured prediction task. Based on the proposed attack, we further reinforce the victim model with adversarial training, making its prediction more robust and accurate. We evaluate the proposed framework in dependency parsing and part-of-speech tagging. Automatic and human evaluations show that our proposed framework succeeds in both attacking state-of-the-art structured prediction models and boosting them with adversarial training.

📄 PDF Abstract BibTeX arXiv:2010.01610

Code (1)

WinnieHAN/structure_adv 공식 구현 pytorch

Tasks

Adversarial AttackDependency ParsingPart-Of-Speech TaggingPredictionSentenceStructured Prediction

Similar Papers 제목 키워드 기반

Attack Agnostic Adversarial Defense via Visual Imperceptible Bound

2020-10-25 · Saheb Chhabra, Akshay Agarwal, Richa Singh, Mayank Vatsa

The high susceptibility of deep learning algorithms against structured and unstructured perturbations has motivated the development of efficient adversarial defense algorithms. However, the lack of generalizability of ex…

Adversarial Defense

Adversarial Attack on Graph Structured Data

2018-06-06 · ICML 2018 7 · Hanjun Dai, Hui Li, Tian Tian, Xin Huang 외

Deep learning on graph structures has shown exciting results in various applications. However, few attentions have been paid to the robustness of such models, in contrast to numerous research work for image or text adver…

Adversarial AttackGraph Neural NetworkReinforcement Learning

Attention, Please! Adversarial Defense via Activation Rectification and Preservation

2018-11-24 · Shangxi Wu, Jitao Sang, Kaiyuan Xu, Jiaming Zhang 외

This study provides a new understanding of the adversarial attack problem by examining the correlation between adversarial attack and visual attention change. In particular, we observed that: (1) images with incomplete a…

Adversarial AttackAdversarial Defense

Adversarial Patterns: Building Robust Android Malware Classifiers

2022-03-04 · Dipkamal Bhusal, Nidhi Rastogi

Machine learning models are increasingly being adopted across various fields, such as medicine, business, autonomous vehicles, and cybersecurity, to analyze vast amounts of data, detect patterns, and make predictions or …

Autonomous VehiclesBIG-bench Machine LearningMalware Detection

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…