paper-with-me

Papers

Adversarial Coreset Selection for Efficient Robust Training

2022-09-13 · Hadi M. Dolatabadi, Sarah Erfani, Christopher Leckie

Neural networks are vulnerable to adversarial attacks: adding well-crafted, imperceptible perturbations to their input can modify their output. Adversarial training is one of the most effective approaches to training robust models against such attacks. Unfortunately, this method is much slower than vanilla training of neural networks since it needs to construct adversarial examples for the entire training data at every iteration. By leveraging the theory of coreset selection, we show how selecting a small subset of training data provides a principled approach to reducing the time complexity of robust training. To this end, we first provide convergence guarantees for adversarial coreset selection. In particular, we show that the convergence bound is directly related to how well our coresets can approximate the gradient computed over the entire training data. Motivated by our theoretical analysis, we propose using this gradient approximation error as our adversarial coreset selection objective to reduce the training set size effectively. Once built, we run adversarial training over this subset of the training data. Unlike existing methods, our approach can be adapted to a wide variety of training objectives, including TRADES, $\ell_p$-PGD, and Perceptual Adversarial Training. We conduct extensive experiments to demonstrate that our approach speeds up adversarial training by 2-3 times while experiencing a slight degradation in the clean and robust accuracy.

📄 PDF Abstract BibTeX arXiv:2209.05785

Code (1)

hmdolatabadi/acs 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Coresets 설명 없음

Similar Papers 제목 키워드 기반

The Easy Path to Robustness: Coreset Selection using Sample Hardness

2025-10-13 · Pranav Ramesh, Arjun Roy, Deepak Ravikumar, Kaushik Roy 외 arxiv

Designing adversarially robust models from a data-centric perspective requires understanding which input samples are most crucial for learning resilient features. While coreset selection provides a mechanism for efficien…

Adversarial Robustness

Small-GAN: Speeding Up GAN Training Using Core-sets

2019-10-29 · ICML 2020 1 · Samarth Sinha, Han Zhang, Anirudh Goyal, Yoshua Bengio 외

Recent work by Brock et al. (2018) suggests that Generative Adversarial Networks (GANs) benefit disproportionately from large mini-batch sizes. Unfortunately, using large batches is slow and expensive on conventional har…

Active LearningAnomaly DetectionImage Generation

Anti-Backdoor Coreset Selection via Cumulative Entropy

2026-07-28 · Qi Zhao, Christian Wressnegger arxiv

Recent training-time defenses against neural backdoors isolate a benign subset from poisoned training data, to learn a backdoor-free model from it. In this paper, we formulate this defense strategy as a coreset selection…

Refined Coreset Selection: Towards Minimal Coreset Size under Model Performance Constraints

2023-11-15 · Xiaobo Xia, Jiale Liu, Shaokun Zhang, Qingyun Wu 외

Coreset selection is powerful in reducing computational costs and accelerating data processing for deep learning algorithms. It strives to identify a small subset from large-scale data, so that training only on the subse…

Zero-Shot Coreset Selection: Efficient Pruning for Unlabeled Data

2024-11-22 · Brent A. Griffin, Jacob Marks, Jason J. Corso

Deep learning increasingly relies on massive data with substantial costs for storage, annotation, and model training. To reduce these costs, coreset selection aims to find a representative subset of data to train models …