paper-with-me

홈 › Papers

Unlearnable Examples Give a False Sense of Security: Piercing through Unexploitable Data with Learnable Examples

2023-05-16 · Wan Jiang, Yunfeng Diao, He Wang, Jianxin Sun, Meng Wang, Richang Hong

Safeguarding data from unauthorized exploitation is vital for privacy and security, especially in recent rampant research in security breach such as adversarial/membership attacks. To this end, \textit{unlearnable examples} (UEs) have been recently proposed as a compelling protection, by adding imperceptible perturbation to data so that models trained on them cannot classify them accurately on original clean distribution. Unfortunately, we find UEs provide a false sense of security, because they cannot stop unauthorized users from utilizing other unprotected data to remove the protection, by turning unlearnable data into learnable again. Motivated by this observation, we formally define a new threat by introducing \textit{learnable unauthorized examples} (LEs) which are UEs with their protection removed. The core of this approach is a novel purification process that projects UEs onto the manifold of LEs. This is realized by a new joint-conditional diffusion model which denoises UEs conditioned on the pixel and perceptual similarity between UEs and LEs. Extensive experiments demonstrate that LE delivers state-of-the-art countering performance against both supervised UEs and unsupervised UEs in various scenarios, which is the first generalizable countermeasure to UEs across supervised learning and unsupervised learning. Our code is available at \url{https://github.com/jiangw-0/LE_JCDP}.

📄 PDF Abstract BibTeX arXiv:2305.09241

Code (1)

jiangw-0/le_jcdp 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples

2018-02-01 · ICML 2018 7 · Anish Athalye, Nicholas Carlini, David Wagner

We identify obfuscated gradients, a kind of gradient masking, as a phenomenon that leads to a false sense of security in defenses against adversarial examples. While defenses that cause obfuscated gradients appear to def…

Adversarial AttackAdversarial Defense

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…

Reversible Unlearnable Examples: Towards the Copyright Protection in Deep Learning Era

2026-08-06 · Binze Wang, Jinyu Tian, Xingrun Wang, Xiaochen Yuan 외 arxiv

Significant advancements in deep learning have been made possible by the utilization of large datasets, underscoring the critical importance of copyright protection. Adding meticulously designed perturbations to examples…

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

Unlearnable Clusters: Towards Label-agnostic Unlearnable Examples

2022-12-31 · CVPR 2023 1 · Jiaming Zhang, Xingjun Ma, Qi Yi, Jitao Sang 외

There is a growing interest in developing unlearnable examples (UEs) against visual privacy leaks on the Internet. UEs are training samples added with invisible but unlearnable noise, which have been found can prevent un…

Data Poisoning