Pith

open record

sign in

arxiv: 2303.15127 · v1 · pith:KYMAKAZY · submitted 2023-03-27 · cs.LG · cs.CR· cs.CV

Learning the Unlearnable: Adversarial Augmentations Suppress Unlearnable Example Attacks

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 reserved pith:KYMAKAZYrecord.jsonopen to challenge →

classification cs.LG cs.CRcs.CV
keywords adversarialattacksdatatrainingunlearnableaugmentationscurrentexample
0
0 comments X
read the original abstract

Unlearnable example attacks are data poisoning techniques that can be used to safeguard public data against unauthorized use for training deep learning models. These methods add stealthy perturbations to the original image, thereby making it difficult for deep learning models to learn from these training data effectively. Current research suggests that adversarial training can, to a certain degree, mitigate the impact of unlearnable example attacks, while common data augmentation methods are not effective against such poisons. Adversarial training, however, demands considerable computational resources and can result in non-trivial accuracy loss. In this paper, we introduce the UEraser method, which outperforms current defenses against different types of state-of-the-art unlearnable example attacks through a combination of effective data augmentation policies and loss-maximizing adversarial augmentations. In stark contrast to the current SOTA adversarial training methods, UEraser uses adversarial augmentations, which extends beyond the confines of $ \ell_p $ perturbation budget assumed by current unlearning attacks and defenses. It also helps to improve the model's generalization ability, thus protecting against accuracy loss. UEraser wipes out the unlearning effect with error-maximizing data augmentations, thus restoring trained model accuracies. Interestingly, UEraser-Lite, a fast variant without adversarial augmentations, is also highly effective in preserving clean accuracies. On challenging unlearnable CIFAR-10, CIFAR-100, SVHN, and ImageNet-subset datasets produced with various attacks, it achieves results that are comparable to those obtained during clean training. We also demonstrate its efficacy against possible adaptive attacks. Our code is open source and available to the deep learning community: https://github.com/lafeat/ueraser.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 6 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Dual-branch Robust Unlearnable Examples

    cs.CV 2026-05 unverdicted novelty 7.0

    DUNE creates robust unlearnable examples through dual-branch spatial-color perturbation optimization and ensemble strategies, achieving lower average test accuracies of 14.95% to 50.82% than 12 prior methods against 7...

  2. Channel-Level Semantic Perturbations: Unlearnable Examples for Diverse Training Paradigms

    cs.LG 2026-04 unverdicted novelty 7.0

    Unlearnable examples fail under pretraining-finetuning due to semantic filtering by frozen layers, but Shallow Semantic Camouflage restores effectiveness by confining perturbations to semantically valid subspaces.

  3. Assessing the Operational Impact of Poisoning Attacks over Augmented 3D Point Cloud Public Datasets for Connected and Autonomous Vehicles

    cs.CR 2026-07 conditional novelty 5.0

    GAN-based augmentation of poisoned 3D point cloud datasets amplifies attack effectiveness, increasing misclassification and operational impact on CAV decision-making by up to 3x compared to non-augmented baselines.

  4. Dual-branch Robust Unlearnable Examples

    cs.CV 2026-05 unverdicted novelty 5.0

    DUNE optimizes perturbations in spatial and color domains with model ensembles to produce robust unlearnable examples that reduce test accuracy to 14.95%-50.82% under 7 defenses on CIFAR-10 and ImageNet, outperforming...

  5. Unveiling the Backdoor Mechanism Hidden Behind Catastrophic Overfitting in Fast Adversarial Training

    cs.LG 2026-04 unverdicted novelty 5.0

    Catastrophic overfitting in fast adversarial training is reinterpreted as a weak-trigger variant of unlearnable tasks, allowing backdoor-inspired recalibration and outlier suppression to restore robustness.

  6. Nonlinear Transformations Against Unlearnable Datasets

    cs.LG 2024-06 unverdicted novelty 4.0

    Nonlinear transformations enable DNNs to achieve substantial test accuracy gains (0.34% to 249.59%) on unlearnable CIFAR10 datasets from twelve protection methods, outperforming a recent linear baseline.