CRLGMay 17, 2021

A Fusion-Denoising Attack on InstaHide with Data Augmentation

arXiv:2105.07754v210 citations
Originality Incremental advance
AI Analysis

This work addresses privacy vulnerabilities in machine learning for users of image protection systems, showing that even enhanced methods remain insecure.

The paper tackles the security of InstaHide with data augmentation, a privacy mechanism for training images, by devising an attack that recovers private images from encrypted outputs, demonstrating effectiveness through extensive experiments.

InstaHide is a state-of-the-art mechanism for protecting private training images, by mixing multiple private images and modifying them such that their visual features are indistinguishable to the naked eye. In recent work, however, Carlini et al. show that it is possible to reconstruct private images from the encrypted dataset generated by InstaHide. Nevertheless, we demonstrate that Carlini et al.'s attack can be easily defeated by incorporating data augmentation into InstaHide. This leads to a natural question: is InstaHide with data augmentation secure? In this paper, we provide a negative answer to this question, by devising an attack for recovering private images from the outputs of InstaHide even when data augmentation is present. The basic idea is to use a comparative network to identify encrypted images that are likely to correspond to the same private image, and then employ a fusion-denoising network for restoring the private image from the encrypted ones, taking into account the effects of data augmentation. Extensive experiments demonstrate the effectiveness of the proposed attack in comparison to Carlini et al.'s attack.

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