paper-with-me

홈 › Papers

Exploring the Landscape of Spatial Robustness

2017-12-07 · Logan Engstrom, Brandon Tran, Dimitris Tsipras, Ludwig Schmidt, Aleksander Madry

The study of adversarial robustness has so far largely focused on perturbations bound in p-norms. However, state-of-the-art models turn out to be also vulnerable to other, more natural classes of perturbations such as translations and rotations. In this work, we thoroughly investigate the vulnerability of neural network--based classifiers to rotations and translations. While data augmentation offers relatively small robustness, we use ideas from robust optimization and test-time input aggregation to significantly improve robustness. Finally we find that, in contrast to the p-norm case, first-order methods cannot reliably find worst-case perturbations. This highlights spatial robustness as a fundamentally different setting requiring additional study. Code available at https://github.com/MadryLab/adversarial_spatial and https://github.com/MadryLab/spatial-pytorch.

📄 PDF Abstract BibTeX arXiv:1712.02779

Code (2)

MadryLab/adversarial_spatial 공식 구현 tf
MadryLab/spatial-pytorch 공식 구현 pytorch

Tasks

Adversarial RobustnessData Augmentation

Similar Papers 제목 키워드 기반

Exploring The Landscape of Distributional Robustness for Question Answering Models

2022-10-22 · Anas Awadalla, Mitchell Wortsman, Gabriel Ilharco, Sewon Min 외

We conduct a large empirical evaluation to investigate the landscape of distributional robustness in question answering. Our investigation spans over 350 models and 16 question answering datasets, including a diverse set…

In-Context LearningQuestion Answering

Blurs Behave Like Ensembles: Spatial Smoothings to Improve Accuracy, Uncertainty, and Robustness

2021-05-26 · Namuk Park, Songkuk Kim

Neural network ensembles, such as Bayesian neural networks (BNNs), have shown success in the areas of uncertainty estimation and robustness. However, a crucial challenge prohibits their use in practice. BNNs require a la…

Exploring Spatial Representations in the Historical Lake District Texts with LLM-based Relation Extraction

2024-06-20 · Erum Haris, Anthony G. Cohn, John G. Stell

Navigating historical narratives poses a challenge in unveiling the spatial intricacies of past landscapes. The proposed work addresses this challenge within the context of the English Lake District, employing the Corpus…

Language ModelingLanguage ModellingLarge Language ModelRelation+1

Exploring the Hyperparameter Landscape of Adversarial Robustness

2019-05-09 · Evelyn Duesterwald, Anupama Murthi, Ganesh Venkataraman, Mathieu Sinn 외

Adversarial training shows promise as an approach for training models that are robust towards adversarial perturbation. In this paper, we explore some of the practical challenges of adversarial training. We present a sen…

Adversarial RobustnessHyperparameter OptimizationNavigate

From LLMs to MLLMs: Exploring the Landscape of Multimodal Jailbreaking

2024-06-21 · Siyuan Wang, Zhuohan Long, Zhihao Fan, Zhongyu Wei

The rapid development of Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs) has exposed vulnerabilities to various adversarial attacks. This paper provides a comprehensive overview of jailbreaking …