Learning from Convolution-based Unlearnable Datasets
Dohyun Kim, Pedro Sandoval-Segura

TL;DR
This paper evaluates the robustness of convolution-based unlearnable datasets (CUDA) against simple image transformations, revealing that such transforms can significantly improve the utility of unlearnable data for training neural networks.
Contribution
The study demonstrates that simple transforms like sharpening and frequency filtering can break the unlearnability of CUDA datasets, challenging their effectiveness for data privacy.
Findings
Transformations improve training utility of CUDA data
Significant accuracy increase on CIFAR-10, CIFAR-100, ImageNet-100
Highlights need for refined data poisoning techniques
Abstract
The construction of large datasets for deep learning has raised concerns regarding unauthorized use of online data, leading to increased interest in protecting data from third-parties who want to use it for training. The Convolution-based Unlearnable DAtaset (CUDA) method aims to make data unlearnable by applying class-wise blurs to every image in the dataset so that neural networks learn relations between blur kernels and labels, as opposed to informative features for classifying clean data. In this work, we evaluate whether CUDA data remains unlearnable after image sharpening and frequency filtering, finding that this combination of simple transforms improves the utility of CUDA data for training. In particular, we observe a substantial increase in test accuracy over adversarial training for models trained with CUDA unlearnable data from CIFAR-10, CIFAR-100, and ImageNet-100. In…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Data Stream Mining Techniques · Online Learning and Analytics
