paper-with-me

Papers

Game-Theoretic Unlearnable Example Generator

2024-01-31 · Shuang Liu, Yihan Wang, Xiao-Shan Gao

Unlearnable example attacks are data poisoning attacks aiming to degrade the clean test accuracy of deep learning by adding imperceptible perturbations to the training samples, which can be formulated as a bi-level optimization problem. However, directly solving this optimization problem is intractable for deep neural networks. In this paper, we investigate unlearnable example attacks from a game-theoretic perspective, by formulating the attack as a nonzero sum Stackelberg game. First, the existence of game equilibria is proved under the normal setting and the adversarial training setting. It is shown that the game equilibrium gives the most powerful poison attack in that the victim has the lowest test accuracy among all networks within the same hypothesis space, when certain loss functions are used. Second, we propose a novel attack method, called the Game Unlearnable Example (GUE), which has three main gradients. (1) The poisons are obtained by directly solving the equilibrium of the Stackelberg game with a first-order algorithm. (2) We employ an autoencoder-like generative network model as the poison attacker. (3) A novel payoff function is introduced to evaluate the performance of the poison. Comprehensive experiments demonstrate that GUE can effectively poison the model in various scenarios. Furthermore, the GUE still works by using a relatively small percentage of the training data to train the generator, and the poison generator can generalize to unseen data well. Our implementation code can be found at https://github.com/hong-xian/gue.

📄 PDF Abstract BibTeX arXiv:2401.17523

Code (1)

hong-xian/gue 공식 구현 pytorch

Tasks

Data Poisoning

Similar Papers 제목 키워드 기반

UnSeg: One Universal Unlearnable Example Generator is Enough against All Image Segmentation

2024-10-13 · Ye Sun, Hao Zhang, Tiehua Zhang, Xingjun Ma 외

Image segmentation is a crucial vision task that groups pixels within an image into semantically meaningful segments, which is pivotal in obtaining a fine-grained understanding of real-world scenes. However, an increasin…

AllBilevel OptimizationImage SegmentationInteractive Segmentation+2

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

Why Do Unlearnable Examples Work: A Novel Perspective of Mutual Information

2026-03-04 · Yifan Zhu, Yibo Miao, Yinpeng Dong, Xiao-Shan Gao arxiv

The volume of freely scraped data on the Internet has driven the tremendous success of deep learning. Along with this comes the growing concern about data privacy and security. Numerous methods for generating unlearnable…

Full spectrum Unlearnable Examples via Spectral Equalization

2026-06-25 · Jiale Cai, Gezheng Xu, Zhihao Li, Ruiyi Fang 외 arxiv

Unlearnable examples (UEs) protect training data by injecting imperceptible perturbations so that models fail to extract exploitable representations. In this paper, we reveal that existing UEs exhibit a critical failure …

Towards Provably Unlearnable Examples via Bayes Error Optimisation

2025-11-11 · Ruihan Zhang, Jun Sun, Ee-Peng Lim, Peixin Zhang arxiv

The recent success of machine learning models, especially large-scale classifiers and language models, relies heavily on training with massive data. These data are often collected from online sources. This raises serious…