paper-with-me

Papers

Robust Unlearnable Examples: Protecting Data Against Adversarial Learning

2022-03-28 · Shaopeng Fu, Fengxiang He, Yang Liu, Li Shen, DaCheng Tao

The tremendous amount of accessible data in cyberspace face the risk of being unauthorized used for training deep learning models. To address this concern, methods are proposed to make data unlearnable for deep learning models by adding a type of error-minimizing noise. However, such conferred unlearnability is found fragile to adversarial training. In this paper, we design new methods to generate robust unlearnable examples that are protected from adversarial training. We first find that the vanilla error-minimizing noise, which suppresses the informative knowledge of data via minimizing the corresponding training loss, could not effectively minimize the adversarial training loss. This explains the vulnerability of error-minimizing noise in adversarial training. Based on the observation, robust error-minimizing noise is then introduced to reduce the adversarial training loss. Experiments show that the unlearnability brought by robust error-minimizing noise can effectively protect data from adversarial training in various scenarios. The code is available at \url{https://github.com/fshp971/robust-unlearnable-examples}.

📄 PDF Abstract BibTeX arXiv:2203.14533

Code (2)

fshp971/robust-unlearnable-examples 공식 구현 pytorch
zjfheart/poison-adv-training pytorch

Similar Papers 제목 키워드 기반

Robust Unlearnable Examples: Protecting Data Privacy Against Adversarial Learning

2021-09-29 · ICLR 2022 4 · Shaopeng Fu, Fengxiang He, Yang Liu, Li Shen 외

The tremendous amount of accessible data in cyberspace face the risk of being unauthorized used for training deep learning models. To address this concern, methods are proposed to make data unlearnable for deep learning …

Deep Learning

Detection and Defense of Unlearnable Examples

2023-12-14 · Yifan Zhu, Lijia Yu, Xiao-Shan Gao

Privacy preserving has become increasingly critical with the emergence of social media. Unlearnable examples have been proposed to avoid leaking personal information on the Internet by degrading generalization abilities …

Adversarial DefensePrivacy Preserving

A3: Few-shot Prompt Learning of Unlearnable Examples with Cross-Modal Adversarial Feature Alignment

2025-01-01 · CVPR 2025 1 · Xuan Wang, Xitong Gao, Dongping Liao, Tianrui Qin 외

In the age of pervasive machine learning applications, protecting digital content from unauthorized use has become a pressing concern. Unlearnable examples (UEs)--data modified with imperceptible perturbations to inh…

Few-Shot LearningPrompt Learning

Learning the Unlearnable: Adversarial Augmentations Suppress Unlearnable Example Attacks

2023-03-27 · Tianrui Qin, Xitong Gao, Juanjuan Zhao, Kejiang Ye 외

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

Data AugmentationData Poisoning

Stable Unlearnable Example: Enhancing the Robustness of Unlearnable Examples via Stable Error-Minimizing Noise

2023-11-22 · Yixin Liu, Kaidi Xu, Xun Chen, Lichao Sun

The open source of large amounts of image data promotes the development of deep learning techniques. Along with this comes the privacy risk of these open-source image datasets being exploited by unauthorized third partie…