paper-with-me

Papers

OODRobustBench: a Benchmark and Large-Scale Analysis of Adversarial Robustness under Distribution Shift

2023-10-19 · Lin Li, Yifei Wang, Chawin Sitawarin, Michael Spratling

Existing works have made great progress in improving adversarial robustness, but typically test their method only on data from the same distribution as the training data, i.e. in-distribution (ID) testing. As a result, it is unclear how such robustness generalizes under input distribution shifts, i.e. out-of-distribution (OOD) testing. This omission is concerning as such distribution shifts are unavoidable when methods are deployed in the wild. To address this issue we propose a benchmark named OODRobustBench to comprehensively assess OOD adversarial robustness using 23 dataset-wise shifts (i.e. naturalistic shifts in input distribution) and 6 threat-wise shifts (i.e., unforeseen adversarial threat models). OODRobustBench is used to assess 706 robust models using 60.7K adversarial evaluations. This large-scale analysis shows that: 1) adversarial robustness suffers from a severe OOD generalization issue; 2) ID robustness correlates strongly with OOD robustness in a positive linear way. The latter enables the prediction of OOD robustness from ID robustness. We then predict and verify that existing methods are unlikely to achieve high OOD robustness. Novel methods are therefore required to achieve OOD robustness beyond our prediction. To facilitate the development of these methods, we investigate a wide range of techniques and identify several promising directions. Code and models are available at: https://github.com/OODRobustBench/OODRobustBench.

📄 PDF Abstract BibTeX arXiv:2310.12793

Code (2)

oodrobustbench/oodrobustbench 공식 구현 pytorch
treelli/apt pytorch

Tasks

Adversarial RobustnessBenchmarkingData Augmentation

Similar Papers 제목 키워드 기반

Adversarial NLI: A New Benchmark for Natural Language Understanding

2019-10-31 · ACL 2020 6 · Yixin Nie, Adina Williams, Emily Dinan, Mohit Bansal 외

We introduce a new large-scale NLI benchmark dataset, collected via an iterative, adversarial human-and-model-in-the-loop procedure. We show that training models on this new dataset leads to state-of-the-art performance …

Natural Language Understanding

Adversarial VQA: A New Benchmark for Evaluating the Robustness of VQA Models

2021-06-01 · ICCV 2021 10 · Linjie Li, Jie Lei, Zhe Gan, Jingjing Liu

Benefiting from large-scale pre-training, we have witnessed significant performance boost on the popular Visual Question Answering (VQA) task. Despite rapid progress, it remains unclear whether these state-of-the-art (SO…

Data AugmentationQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)

BEARD: Benchmarking the Adversarial Robustness for Dataset Distillation

2024-11-14 · Zheng Zhou, Wenquan Feng, Shuchang Lyu, Guangliang Cheng 외

Dataset Distillation (DD) is an emerging technique that compresses large-scale datasets into significantly smaller synthesized datasets while preserving high test performance and enabling the efficient training of large …

Adversarial AttackAdversarial RobustnessBenchmarkingDataset Distillation

Randomized Smoothing with Masked Inference for Adversarially Robust Text Classifications

2023-05-11 · Han Cheol Moon, Shafiq Joty, Ruochen Zhao, Megh Thakkar 외

Large-scale pre-trained language models have shown outstanding performance in a variety of NLP tasks. However, they are also known to be significantly brittle against specifically crafted adversarial examples, leading to…

Adversarial Robustness

EvolveCoder: Evolving Test Cases via Adversarial Verification for Code Reinforcement Learning

2026-03-13 · Chi Ruan, Dongfu Jiang, Huaye Zeng, Ping Nie 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for improving code generation in large language models, but its effectiveness is limited by weak and static verification signals in existing c…

Reinforcement LearningCode Generation