paper-with-me

Papers

Provably Unlearnable Data Examples

2024-05-06 · Derui Wang, Minhui Xue, Bo Li, Seyit Camtepe, Liming Zhu

The exploitation of publicly accessible data has led to escalating concerns regarding data privacy and intellectual property (IP) breaches in the age of artificial intelligence. To safeguard both data privacy and IP-related domain knowledge, efforts have been undertaken to render shared data unlearnable for unauthorized models in the wild. Existing methods apply empirically optimized perturbations to the data in the hope of disrupting the correlation between the inputs and the corresponding labels such that the data samples are converted into Unlearnable Examples (UEs). Nevertheless, the absence of mechanisms to verify the robustness of UEs against uncertainty in unauthorized models and their training procedures engenders several under-explored challenges. First, it is hard to quantify the unlearnability of UEs against unauthorized adversaries from different runs of training, leaving the soundness of the defense in obscurity. Particularly, as a prevailing evaluation metric, empirical test accuracy faces generalization errors and may not plausibly represent the quality of UEs. This also leaves room for attackers, as there is no rigid guarantee of the maximal test accuracy achievable by attackers. Furthermore, we find that a simple recovery attack can restore the clean-task performance of the classifiers trained on UEs by slightly perturbing the learned weights. To mitigate the aforementioned problems, in this paper, we propose a mechanism for certifying the so-called $(q, \eta)$-Learnability of an unlearnable dataset via parametric smoothing. A lower certified $(q, \eta)$-Learnability indicates a more robust and effective protection over the dataset. Concretely, we 1) improve the tightness of certified $(q, \eta)$-Learnability and 2) design Provably Unlearnable Examples (PUEs) which have reduced $(q, \eta)$-Learnability.

📄 PDF Abstract BibTeX arXiv:2405.03316

Code (1)

neuralsec/certified-data-learnability 공식 구현 pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

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…

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…

Transferable Unlearnable Examples

2022-10-18 · Jie Ren, Han Xu, Yuxuan Wan, Xingjun Ma 외

With more people publishing their personal data online, unauthorized data usage has become a serious concern. The unlearnable strategies have been introduced to prevent third parties from training on the data without per…

Perturbation-Induced Linearization: Constructing Unlearnable Data with Solely Linear Classifiers

2026-01-27 · Jinlin Liu, Wei Chen, Xiaojin Zhang arxiv

Collecting web data to train deep models has become increasingly common, raising concerns about unauthorized data usage. To mitigate this issue, unlearnable examples introduce imperceptible perturbations into data, preve…