Nonlinear Transformations Against Unlearnable Datasets
Thushari Hapuarachchi, Jing Lin, Kaiqi Xiong, Mohamed Rahouti, Gitte Ost
TL;DR
The paper scrutinizes twelve clean-label generalization-attacks that produce unlearnable datasets and demonstrates that a nonlinear transformation framework can effectively render such data learnable. By combining OpenCV-based nonlinear augmentations with pretrained backbones and a validation-driven workflow, the approach systematically expands the training data to overcome protections, often outperforming linear methods like OPA and approaching adversarial training in efficacy. Across CIFAR-10, MNIST, and ImageNet variants, the results reveal substantial improvements in test accuracy (often well above baseline unlearnable performance), signaling an urgent need for more robust data-protection strategies. The findings highlight the limitations of current unlearnable defenses and underscore the importance of accounting for nonlinear transformations in developing resilient protections for data owners.
Abstract
Automated scraping stands out as a common method for collecting data in deep learning models without the authorization of data owners. Recent studies have begun to tackle the privacy concerns associated with this data collection method. Notable approaches include Deepconfuse, error-minimizing, error-maximizing (also known as adversarial poisoning), Neural Tangent Generalization Attack, synthetic, autoregressive, One-Pixel Shortcut, Self-Ensemble Protection, Entangled Features, Robust Error-Minimizing, Hypocritical, and TensorClog. The data generated by those approaches, called "unlearnable" examples, are prevented "learning" by deep learning models. In this research, we investigate and devise an effective nonlinear transformation framework and conduct extensive experiments to demonstrate that a deep neural network can effectively learn from the data/examples traditionally considered unlearnable produced by the above twelve approaches. The resulting approach improves the ability to break unlearnable data compared to the linear separable technique recently proposed by researchers. Specifically, our extensive experiments show that the improvement ranges from 0.34% to 249.59% for the unlearnable CIFAR10 datasets generated by those twelve data protection approaches, except for One-Pixel Shortcut. Moreover, the proposed framework achieves over 100% improvement of test accuracy for Autoregressive and REM approaches compared to the linear separable technique. Our findings suggest that these approaches are inadequate in preventing unauthorized uses of data in machine learning models. There is an urgent need to develop more robust protection mechanisms that effectively thwart an attacker from accessing data without proper authorization from the owners.
