paper-with-me

Papers

Is Adversarial Training with Compressed Datasets Effective?

2024-02-08 · Tong Chen, Raghavendra Selvan

Dataset Condensation (DC) refers to the recent class of dataset compression methods that generate a smaller, synthetic, dataset from a larger dataset. This synthetic dataset retains the essential information of the original dataset, enabling models trained on it to achieve performance levels comparable to those trained on the full dataset. Most current DC methods have mainly concerned with achieving high test performance with limited data budget, and have not directly addressed the question of adversarial robustness. In this work, we investigate the impact of adversarial robustness on models trained with compressed datasets. We show that the compressed datasets obtained from DC methods are not effective in transferring adversarial robustness to models. As a solution to improve dataset compression efficiency and adversarial robustness simultaneously, we propose a novel robustness-aware dataset compression method based on finding the Minimal Finite Covering (MFC) of the dataset. The proposed method is (1) obtained by one-time computation and is applicable for any model, (2) more effective than DC methods when applying adversarial training over MFC, (3) provably robust by minimizing the generalized adversarial loss. Additionally, empirical evaluation on three datasets shows that the proposed method is able to achieve better robustness and performance trade-off compared to DC methods such as distribution matching.

📄 PDF Abstract BibTeX arXiv:2402.05675

Code (1)

saintslab/pytoch 공식 구현 pytorch

Tasks

Adversarial RobustnessDataset Condensation

Similar Papers 제목 키워드 기반

Generative Model Adversarial Training for Deep Compressed Sensing

2021-06-20 · Ashkan Esmaeili

Deep compressed sensing assumes the data has sparse representation in a latent space, i.e., it is intrinsically of low-dimension. The original data is assumed to be mapped from a low-dimensional space through a low-to-hi…

compressed sensingmodel

Robustness and Transferability of Universal Attacks on Compressed Models

2020-12-10 · Alberto G. Matachana, Kenneth T. Co, Luis Muñoz-González, David Martinez 외

Neural network compression methods like pruning and quantization are very effective at efficiently deploying Deep Neural Networks (DNNs) on edge devices. However, DNNs remain vulnerable to adversarial examples-inconspicu…

Neural Network CompressionQuantization

Adversarial Fine-tuning of Compressed Neural Networks for Joint Improvement of Robustness and Efficiency

2024-03-14 · Hallgrimur Thorsteinsson, Valdemar J Henriksen, Tong Chen, Raghavendra Selvan

As deep learning (DL) models are increasingly being integrated into our everyday lives, ensuring their safety by making them robust against adversarial attacks has become increasingly critical. DL models have been found …

Adversarial RobustnessModel CompressionNetwork PruningQuantization

To compress or not to compress: Understanding the Interactions between Adversarial Attacks and Neural Network Compression

2018-09-29 · Yiren Zhao, Ilia Shumailov, Robert Mullins, Ross Anderson

As deep neural networks (DNNs) become widely used, pruned and quantised models are becoming ubiquitous on edge devices; such compressed DNNs are popular for lowering computational requirements. Meanwhile, recent studies …

Neural Network Compression

Dynamical Low-Rank Compression of Neural Networks with Robustness under Adversarial Attacks

2025-05-12 · Steffen Schotthöfer, H. Lexie Yang, Stefan Schnake

Deployment of neural networks on resource-constrained devices demands models that are both compact and robust to adversarial inputs. However, compression and adversarial robustness often conflict. In this work, we introd…

Adversarial RobustnessLow-rank compression