CRCVIVNov 5, 2019

Visual Privacy Protection via Mapping Distortion

arXiv:1911.01769v412 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses privacy risks for visual classification data in big data applications, though it appears incremental as it builds on existing dataset modification approaches.

The paper tackles visual privacy protection by distorting the mapping between images and labels in datasets, enabling DNNs trained on modified data to maintain good performance on benign test sets while protecting privacy if the dataset is leaked.

Privacy protection is an important research area, which is especially critical in this big data era. To a large extent, the privacy of visual classification data is mainly in the mapping between the image and its corresponding label, since this relation provides a great amount of information and can be used in other scenarios. In this paper, we propose the mapping distortion based protection (MDP) and its augmentation-based extension (AugMDP) to protect the data privacy by modifying the original dataset. In the modified dataset generated by MDP, the image and its label are not consistent ($e.g.$, a cat-like image is labeled as the dog), whereas the DNNs trained on it can still achieve good performance on benign testing set. As such, this method can protect privacy when the dataset is leaked. Extensive experiments are conducted, which verify the effectiveness and feasibility of our method. The code for reproducing main results is available at \url{https://github.com/PerdonLiu/Visual-Privacy-Protection-via-Mapping-Distortion}.

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