paper-with-me

Papers

BEARD: Benchmarking the Adversarial Robustness for Dataset Distillation

2024-11-14 · Zheng Zhou, Wenquan Feng, Shuchang Lyu, Guangliang Cheng, Xiaowei Huang, Qi Zhao

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 models. However, current research primarily focuses on enhancing evaluation accuracy under limited compression ratios, often overlooking critical security concerns such as adversarial robustness. A key challenge in evaluating this robustness lies in the complex interactions between distillation methods, model architectures, and adversarial attack strategies, which complicate standardized assessments. To address this, we introduce BEARD, an open and unified benchmark designed to systematically assess the adversarial robustness of DD methods, including DM, IDM, and BACON. BEARD encompasses a variety of adversarial attacks (e.g., FGSM, PGD, C&W) on distilled datasets like CIFAR-10/100 and TinyImageNet. Utilizing an adversarial game framework, it introduces three key metrics: Robustness Ratio (RR), Attack Efficiency Ratio (AE), and Comprehensive Robustness-Efficiency Index (CREI). Our analysis includes unified benchmarks, various Images Per Class (IPC) settings, and the effects of adversarial training. Results are available on the BEARD Leaderboard, along with a library providing model and dataset pools to support reproducible research. Access the code at BEARD.

📄 PDF Abstract BibTeX arXiv:2411.09265

Code (1)

zhouzhengqd/beard 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial RobustnessBenchmarkingDataset Distillation

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

BEST-RQ-Based Self-Supervised Learning for Whisper Domain Adaptation

2025-10-28 · Raphaël Bagat, Irina Illina, Emmanuel Vincent arxiv

Automatic Speech Recognition (ASR) systems, despite large multilingual training, struggle in low-resource scenarios where labeled data is scarce. We propose BEARD (BEST-RQ Encoder Adaptation with Re-training and Distilla…

Self-Supervised LearningKnowledge DistillationSpeech RecognitionDomain Adaptation

Robust Dataset Distillation by Matching Adversarial Trajectories

2025-03-15 · Wei Lai, Tianyu Ding, ren dongdong, Lei Wang 외

Dataset distillation synthesizes compact datasets that enable models to achieve performance comparable to training on the original large-scale datasets. However, existing distillation methods overlook the robustness of t…

Adversarial RobustnessDataset Distillation

PeerAiD: Improving Adversarial Distillation from a Specialized Peer Tutor

2024-03-11 · CVPR 2024 1 · Jaewon Jung, Hongsun Jang, Jaeyong Song, Jinho Lee

Adversarial robustness of the neural network is a significant concern when it is applied to security-critical domains. In this situation, adversarial distillation is a promising option which aims to distill the robustnes…

Adversarial Robustness

Revisiting Adversarial Robustness Distillation: Robust Soft Labels Make Student Better

2021-08-18 · ICCV 2021 10 · Bojia Zi, Shihao Zhao, Xingjun Ma, Yu-Gang Jiang

Adversarial training is one effective approach for training robust deep neural networks against adversarial attacks. While being able to bring reliable robustness, adversarial training (AT) methods in general favor high …

Adversarial RobustnessKnowledge Distillation

Adversarially Robust Distillation

2019-05-23 · Micah Goldblum, Liam Fowl, Soheil Feizi, Tom Goldstein

Knowledge distillation is effective for producing small, high-performance neural networks for classification, but these small networks are vulnerable to adversarial attacks. This paper studies how adversarial robustness …

Adversarial RobustnessKnowledge Distillation