paper-with-me

Papers

Adversarial Robustness through Dynamic Ensemble Learning

2024-12-20 · Hetvi Waghela, Jaydip Sen, Sneha Rakshit

Adversarial attacks pose a significant threat to the reliability of pre-trained language models (PLMs) such as GPT, BERT, RoBERTa, and T5. This paper presents Adversarial Robustness through Dynamic Ensemble Learning (ARDEL), a novel scheme designed to enhance the robustness of PLMs against such attacks. ARDEL leverages the diversity of multiple PLMs and dynamically adjusts the ensemble configuration based on input characteristics and detected adversarial patterns. Key components of ARDEL include a meta-model for dynamic weighting, an adversarial pattern detection module, and adversarial training with regularization techniques. Comprehensive evaluations using standardized datasets and various adversarial attack scenarios demonstrate that ARDEL significantly improves robustness compared to existing methods. By dynamically reconfiguring the ensemble to prioritize the most robust models for each input, ARDEL effectively reduces attack success rates and maintains higher accuracy under adversarial conditions. This work contributes to the broader goal of developing more secure and trustworthy AI systems for real-world NLP applications, offering a practical and scalable solution to enhance adversarial resilience in PLMs.

📄 PDF Abstract BibTeX arXiv:2412.16254

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial RobustnessDiversityEnsemble Learning

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

Dynamic ensemble selection based on Deep Neural Network Uncertainty Estimation for Adversarial Robustness

2023-08-01 · Ruoxi Qin, Linyuan Wang, Xuehui Du, Xingyuan Chen 외

The deep neural network has attained significant efficiency in image recognition. However, it has vulnerable recognition robustness under extensive data uncertainty in practical applications. The uncertainty is attribute…

Adversarial AttackAdversarial RobustnessDiversity

Improved Robustness Against Adaptive Attacks With Ensembles and Error-Correcting Output Codes

2023-03-04 · Thomas Philippon, Christian Gagné

Neural network ensembles have been studied extensively in the context of adversarial robustness and most ensemble-based approaches remain vulnerable to adaptive attacks. In this paper, we investigate the robustness of Er…

Adversarial RobustnessDiversity

Heterogeneous Architecture Search Approach within Adversarial Dynamic Defense Framework

2021-11-22 · AAAI Workshop AdvML 2022 2 · Qi Peng, Ruoxi Qin, Wenlin Liu, Libin Hou 외

Recent advances in adversarial attacks uncover the intrinsic vulnerability of modern deep neural networks (DNNs). To address this issue, various methods have been proposed to design network architectures that are robust …

Adversarial AttackAdversarial RobustnessDiversity

Ensemble everything everywhere: Multi-scale aggregation for adversarial robustness

2024-08-08 · Stanislav Fort, Balaji Lakshminarayanan

Adversarial examples pose a significant challenge to the robustness, reliability and alignment of deep neural networks. We propose a novel, easy-to-use approach to achieving high-quality representations that lead to adve…

Adversarial AttackAdversarial Robustness

Scalable Whitebox Attacks on Tree-based Models

2022-03-31 · Giuseppe Castiglione, Gavin Ding, Masoud Hashemi, Christopher Srinivasa 외

Adversarial robustness is one of the essential safety criteria for guaranteeing the reliability of machine learning models. While various adversarial robustness testing approaches were introduced in the last decade, we n…

Adversarial Robustness