paper-with-me

홈 › Papers

Tuning for Two Adversaries: Enhancing the Robustness Against Transfer and Query-Based Attacks using Hyperparameter Tuning

2025-11-17 · Pascal Zimmer, Ghassan Karame arxiv

In this paper, we present the first detailed analysis of how training hyperparameters -- such as learning rate, weight decay, momentum, and batch size -- influence robustness against both transfer-based and query-based attacks. Supported by theory and experiments, our study spans a variety of practical deployment settings, including centralized training, ensemble learning, and distributed training. We uncover a striking dichotomy: for transfer-based attacks, decreasing the learning rate significantly enhances robustness by up to $64\%$. In contrast, for query-based attacks, increasing the learning rate consistently leads to improved robustness by up to $28\%$ across various settings and data distributions. Leveraging these findings, we explore -- for the first time -- the training hyperparameter space to jointly enhance robustness against both transfer-based and query-based attacks. Our results reveal that distributed models benefit the most from hyperparameter tuning, achieving a remarkable tradeoff by simultaneously mitigating both attack types more effectively than other training setups.

📄 PDF Abstract BibTeX arXiv:2511.13654

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble Learning

Similar Papers 제목 키워드 기반

Enhancing Resilience of Deep Learning Networks by Means of Transferable Adversaries

2020-05-27 · Moritz Seiler, Heike Trautmann, Pascal Kerschke

Artificial neural networks in general and deep learning networks in particular established themselves as popular and powerful machine learning algorithms. While the often tremendous sizes of these networks are beneficial…

Adapting to Evolving Adversaries with Regularized Continual Robust Training

2025-02-06 · Sihui Dai, Christian Cianfarani, Arjun Bhagoji, Vikash Sehwag 외

Robust training methods typically defend against specific attack types, such as Lp attacks with fixed budgets, and rarely account for the fact that defenders may encounter new attacks over time. A natural solution is to …

Adversarial Attacks and Defense for Conversation Entailment Task

2024-05-01 · Zhenning Yang, Ryan Krawec, Liang-Yuan Wu

As the deployment of NLP systems in critical applications grows, ensuring the robustness of large language models (LLMs) against adversarial attacks becomes increasingly important. Large language models excel in various …

Evaluating Ensemble Robustness Against Adversarial Attacks

2020-05-12 · George Adam, Romain Speciel

Adversarial examples, which are slightly perturbed inputs generated with the aim of fooling a neural network, are known to transfer between models; adversaries which are effective on one model will often fool another. Th…

Scam Shield: Multi-Model Voting and Fine-Tuned LLMs Against Adversarial Attacks

2025-11-03 · Chen-Wei Chang, Shailik Sarkar, Hossein Salemi, Hyungmin Kim 외 arxiv

Scam detection remains a critical challenge in cybersecurity as adversaries craft messages that evade automated filters. We propose a Hierarchical Scam Detection System (HSDS) that combines a lightweight multi-model voti…