paper-with-me

홈 › Papers

Scaling Adversarial Training via Data Selection

2025-12-26 · Youran Ye, Dejin Wang, Ajinkya Bhandare arxiv

Projected Gradient Descent (PGD) is a strong and widely used first-order adversarial attack, yet its computational cost scales poorly, as all training samples undergo identical iterative inner-loop optimization despite contributing unequally to robustness. Motivated by this inefficiency, we propose \emph{Selective Adversarial Training}, which perturbs only a subset of critical samples in each minibatch. Specifically, we introduce two principled selection criteria: (1) margin-based sampling, which prioritizes samples near the decision boundary, and (2) gradient-matching sampling, which selects samples whose gradients align with the dominant batch optimization direction. Adversarial examples are generated only for the selected subset, while the remaining samples are trained cleanly using a mixed objective. Experiments on MNIST and CIFAR-10 show that the proposed methods achieve robustness comparable to, or even exceeding, full PGD adversarial training, while reducing adversarial computation by up to $50\%$, demonstrating that informed sample selection is sufficient for scalable adversarial robustness.

📄 PDF Abstract BibTeX arXiv:2512.22069

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessAdversarial Attack

Similar Papers 제목 키워드 기반

Bandits with adversarial scaling

2020-03-04 · ICML 2020 1 · Thodoris Lykouris, Vahab Mirrokni, Renato Paes Leme

We study "adversarial scaling", a multi-armed bandit model where rewards have a stochastic and an adversarial component. Our model captures display advertising where the "click-through-rate" can be decomposed to a (fixed…

Scaling Trends in Language Model Robustness

2024-07-25 · Nikolaus Howe, Ian McKenzie, Oskar Hollinsworth, Michał Zajac 외

Increasing model size has unlocked a dazzling array of capabilities in modern language models. At the same time, even frontier models remain vulnerable to jailbreaks and prompt injections, despite concerted efforts to ma…

Adversarial RobustnessLanguage ModelingLanguage Modellingmodel

Robust Regression via Online Feature Selection under Adversarial Data Corruption

2019-02-05 · Xuchao Zhang, Shuo Lei, Liang Zhao, Arnold P. Boedihardjo 외

The presence of data corruption in user-generated streaming data, such as social media, motivates a new fundamental problem that learns reliable regression coefficient when features are not accessible entirely at one tim…

feature selectionregression

Selecting Large Language Model to Fine-tune via Rectified Scaling Law

2024-02-04 · Haowei Lin, Baizhou Huang, Haotian Ye, Qinyu Chen 외

The ever-growing ecosystem of LLMs has posed a challenge in selecting the most appropriate pre-trained model to fine-tune amidst a sea of options. Given constrained resources, fine-tuning all models and making selections…

Language ModelingLanguage ModellingLarge Language Model

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 rob…