paper-with-me

홈 › Papers

DD-RobustBench: An Adversarial Robustness Benchmark for Dataset Distillation

2024-03-20 · Yifan Wu, Jiawei Du, Ping Liu, Yuewei Lin, Wei Xu, Wenqing Cheng

Dataset distillation is an advanced technique aimed at compressing datasets into significantly smaller counterparts, while preserving formidable training performance. Significant efforts have been devoted to promote evaluation accuracy under limited compression ratio while overlooked the robustness of distilled dataset. In this work, we introduce a comprehensive benchmark that, to the best of our knowledge, is the most extensive to date for evaluating the adversarial robustness of distilled datasets in a unified way. Our benchmark significantly expands upon prior efforts by incorporating a wider range of dataset distillation methods, including the latest advancements such as TESLA and SRe2L, a diverse array of adversarial attack methods, and evaluations across a broader and more extensive collection of datasets such as ImageNet-1K. Moreover, we assessed the robustness of these distilled datasets against representative adversarial attack algorithms like PGD and AutoAttack, while exploring their resilience from a frequency perspective. We also discovered that incorporating distilled data into the training batches of the original dataset can yield to improvement of robustness.

📄 PDF Abstract BibTeX arXiv:2403.13322

Code (1)

fredwu-hust/dd-robustbench 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial RobustnessDataset Distillation

Similar 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, i…

Adversarial RobustnessBenchmarkingData Augmentation

Is RobustBench/AutoAttack a suitable Benchmark for Adversarial Robustness?

2021-12-02 · AAAI Workshop AdvML 2022 2 · Peter Lorenz, Dominik Strassel, Margret Keuper, Janis Keuper

Recently, RobustBench (Croce et al. 2020) has become a widely recognized benchmark for the adversarial robustness of image classification networks. In its most commonly reported sub-task, RobustBench evaluates and ranks …

Adversarial Attack DetectionAdversarial Robustnessimage-classificationImage Classification

RobustBench: a standardized adversarial robustness benchmark

2020-10-19 · Francesco Croce, Maksym Andriushchenko, Vikash Sehwag, Edoardo Debenedetti 외

As a research community, we are still lacking a systematic understanding of the progress on adversarial robustness which often makes it hard to identify the most promising ideas in training robust models. A key challenge…

Adversarial RobustnessBenchmarkingFairnessimage-classification+2

NIC-RobustBench: A Comprehensive Open-Source Toolkit for Neural Image Compression and Robustness Analysis

2025-06-23 · Georgii Bychkov, Khaled Abud, Egor Kovalev, Alexander Gushchin 외

Adversarial robustness of neural networks is an increasingly important area of research, combining studies on computer vision models, large language models (LLMs), and others. With the release of JPEG AI -- the first sta…

Adversarial RobustnessImage Compression

Boosting Accuracy and Robustness of Student Models via Adaptive Adversarial Distillation

2023-01-01 · CVPR 2023 1 · Bo Huang, Mingyang Chen, Yi Wang, Junda Lu 외

Distilled student models in teacher-student architectures are widely considered for computational-effective deployment in real-time applications and edge devices. However, there is a higher risk of student models to …

Adversarial RobustnessKnowledge Distillation