cs.CRAug 6, 2026

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

Authors: Binze WangJinyu TianXingrun WangXiaochen YuanJianqing Li

Organizations: School of Computer Science and Engineering, Faculty of Innovation Engineering, Macau University of Science and Technology, Macau, China · School of Computer Science and Artificial Intelligence of FoShan University, FoShan 528225, China · Faculty of Applied Sciences of the Macao Polytechnic University, Macau, China

Abstract

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, making them unlearnable has become a crucial approach for safeguarding data copyright. Existing methods for creating unlearnable examples overlook the risk of data leakage, which can threaten data ownership. Thus, copyright protection in deep learning faces two main threats: illegal model training and malicious data leakage. We investigate that these two threats cannot be solved by straightforwardly combining existing availability attacks and watermarking techniques as their negative interaction effects. Therefore, in this paper, we propose a novel copyright protection mechanism for the aforementioned security concerns. Considering that the prevention of unauthorized model training requires powerful generalizability of unlearnable perturbations, we generate perturbations to induce the model to learn uncorrelated features of input images. It works by minimizing the mutual information of the input and output of the model. On the other hand, to eliminate the side impact of unlearnable perturbations on the watermark extraction, we design a dual extraction strategy by using two distinct watermark extractors. Extensive experiments on the image datasets {ImageNet, CIFAR10, and Pets} show that our proposed method could provide comprehensive copyright protection to images. The code is available at {https://github.com/Yeah21/ReversibleUnlearnableExamples}.

Explore similar work

CardsList
  1. Dual-branch Robust Unlearnable Examples

    May 3, 2026Xianlong Wang, Hangtao Zhang, Wenbo Pan +4PerturbationsNoise-Aware