paper-with-me

Papers

Large-Scale Dataset Pruning in Adversarial Training through Data Importance Extrapolation

2024-06-19 · Björn Nieth, Thomas Altstidl, Leo Schwinn, Björn Eskofier

Their vulnerability to small, imperceptible attacks limits the adoption of deep learning models to real-world systems. Adversarial training has proven to be one of the most promising strategies against these attacks, at the expense of a substantial increase in training time. With the ongoing trend of integrating large-scale synthetic data this is only expected to increase even further. Thus, the need for data-centric approaches that reduce the number of training samples while maintaining accuracy and robustness arises. While data pruning and active learning are prominent research topics in deep learning, they are as of now largely unexplored in the adversarial training literature. We address this gap and propose a new data pruning strategy based on extrapolating data importance scores from a small set of data to a larger set. In an empirical evaluation, we demonstrate that extrapolation-based pruning can efficiently reduce dataset size while maintaining robustness.

📄 PDF Abstract BibTeX arXiv:2406.13283

Code (1)

BjoernNieth/LS-Dataset-pruning-in-AT 공식 구현 pytorch

Tasks

Active LearningDeep Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Blind Adversarial Pruning: Balance Accuracy, Efficiency and Robustness

2020-04-10 · Haidong Xie, Lixin Qian, Xueshuang Xiang, Naijin Liu

With the growth of interest in the attack and defense of deep neural networks, researchers are focusing more on the robustness of applying them to devices with limited memory. Thus, unlike adversarial training, which onl…

Adversarial Robustness vs Model Compression, or Both?

2019-03-29 · Shaokai Ye, Kaidi Xu, Sijia Liu, Jan-Henrik Lambrechts 외

It is well known that deep neural networks (DNNs) are vulnerable to adversarial attacks, which are implemented by adding crafted perturbations onto benign examples. Min-max robust optimization based adversarial training …

Adversarial RobustnessmodelModel CompressionNetwork Pruning

Adversarial Robustness vs. Model Compression, or Both?

2019-10-01 · ICCV 2019 10 · Shaokai Ye, Kaidi Xu, Sijia Liu, Hao Cheng 외

It is well known that deep neural networks (DNNs) are vulnerable to adversarial attacks, which are implemented by adding crafted perturbations onto benign examples. Min-max robust optimization based adversarial training …

Adversarial RobustnessmodelModel Compression

Pruning Adversarially Robust Neural Networks without Adversarial Examples

2022-10-09 · Tong Jian, Zifeng Wang, Yanzhi Wang, Jennifer Dy 외

Adversarial pruning compresses models while preserving robustness. Current methods require access to adversarial examples during pruning. This significantly hampers training efficiency. Moreover, as new adversarial attac…

Adversarial Robustness

PPCD-GAN: Progressive Pruning and Class-Aware Distillation for Large-Scale Conditional GANs Compression

2022-03-16 · Duc Minh Vo, Akihiro Sugimoto, Hideki Nakayama

We push forward neural network compression research by exploiting a novel challenging task of large-scale conditional generative adversarial networks (GANs) compression. To this end, we propose a gradually shrinking GAN …

Neural Network Compression