LGCRMay 30, 2023

What Can We Learn from Unlearnable Datasets?

arXiv:2305.19254v325 citationsHas Code
Originality Incremental advance
AI Analysis

This work questions the reliability of unlearnable datasets for protecting data privacy in machine learning, highlighting practical vulnerabilities.

The paper challenges the effectiveness of unlearnable datasets for data privacy by showing that neural networks can learn useful features from them, enabling high test performance, and proposes a simple attack method that outperforms recent techniques.

In an era of widespread web scraping, unlearnable dataset methods have the potential to protect data privacy by preventing deep neural networks from generalizing. But in addition to a number of practical limitations that make their use unlikely, we make a number of findings that call into question their ability to safeguard data. First, it is widely believed that neural networks trained on unlearnable datasets only learn shortcuts, simpler rules that are not useful for generalization. In contrast, we find that networks actually can learn useful features that can be reweighed for high test performance, suggesting that image protection is not assured. Unlearnable datasets are also believed to induce learning shortcuts through linear separability of added perturbations. We provide a counterexample, demonstrating that linear separability of perturbations is not a necessary condition. To emphasize why linearly separable perturbations should not be relied upon, we propose an orthogonal projection attack which allows learning from unlearnable datasets published in ICML 2021 and ICLR 2023. Our proposed attack is significantly less complex than recently proposed techniques.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes