Table of Contents
Fetching ...

Enhancing User-Centric Privacy Protection: An Interactive Framework through Diffusion Models and Machine Unlearning

Huaxi Huang, Xin Yuan, Qiyu Liao, Dadong Wang, Tongliang Liu

TL;DR

This study pioneers a comprehensive privacy protection framework that safeguards image data privacy concurrently during data sharing and model publication and instantiates a differential privacy diffusion model for protecting attribute information in images and a feature unlearning algorithm for efficient updates of the trained model on the revised image dataset.

Abstract

In the realm of multimedia data analysis, the extensive use of image datasets has escalated concerns over privacy protection within such data. Current research predominantly focuses on privacy protection either in data sharing or upon the release of trained machine learning models. Our study pioneers a comprehensive privacy protection framework that safeguards image data privacy concurrently during data sharing and model publication. We propose an interactive image privacy protection framework that utilizes generative machine learning models to modify image information at the attribute level and employs machine unlearning algorithms for the privacy preservation of model parameters. This user-interactive framework allows for adjustments in privacy protection intensity based on user feedback on generated images, striking a balance between maximal privacy safeguarding and maintaining model performance. Within this framework, we instantiate two modules: a differential privacy diffusion model for protecting attribute information in images and a feature unlearning algorithm for efficient updates of the trained model on the revised image dataset. Our approach demonstrated superiority over existing methods on facial datasets across various attribute classifications.

Enhancing User-Centric Privacy Protection: An Interactive Framework through Diffusion Models and Machine Unlearning

TL;DR

This study pioneers a comprehensive privacy protection framework that safeguards image data privacy concurrently during data sharing and model publication and instantiates a differential privacy diffusion model for protecting attribute information in images and a feature unlearning algorithm for efficient updates of the trained model on the revised image dataset.

Abstract

In the realm of multimedia data analysis, the extensive use of image datasets has escalated concerns over privacy protection within such data. Current research predominantly focuses on privacy protection either in data sharing or upon the release of trained machine learning models. Our study pioneers a comprehensive privacy protection framework that safeguards image data privacy concurrently during data sharing and model publication. We propose an interactive image privacy protection framework that utilizes generative machine learning models to modify image information at the attribute level and employs machine unlearning algorithms for the privacy preservation of model parameters. This user-interactive framework allows for adjustments in privacy protection intensity based on user feedback on generated images, striking a balance between maximal privacy safeguarding and maintaining model performance. Within this framework, we instantiate two modules: a differential privacy diffusion model for protecting attribute information in images and a feature unlearning algorithm for efficient updates of the trained model on the revised image dataset. Our approach demonstrated superiority over existing methods on facial datasets across various attribute classifications.
Paper Structure (15 sections, 2 theorems, 11 equations, 1 figure, 4 tables, 1 algorithm)

This paper contains 15 sections, 2 theorems, 11 equations, 1 figure, 4 tables, 1 algorithm.

Key Result

Lemma 1

If a mechanism $\mathcal{ M}$: $\mathcal{ X}\to \mathcal{ R}$ satisfy $\left( \alpha, \delta\right)$-RDP, it also satisfies $\left( \epsilon + \frac{\log(1/\delta)}{\alpha -1}, \delta\right)$-DP for any $0 < \delta < 1$. Moreover, $\mathcal{ M}$ satisfies pure $\epsilon$-DP.

Figures (1)

  • Figure 1: A user-centric interactive image privacy protection framework, which protects sensitive information in image data for machine learning. It transforms a risky training dataset and model into a safe model using attribute feature unlearning and DP techniques, ensuring privacy by modifying sensitive attributes and matching data distributions while balancing privacy protection with model performance through user feedback and adjustments.

Theorems & Definitions (6)

  • Definition 1: $\left( \epsilon, \delta\right)$-DP abadi2016deep
  • Definition 2: $\left(\alpha, \epsilon\right)$-RDP mironov2017renyi
  • Lemma 1: RDP to $(\epsilon,\delta)-DP$ mironov2017renyi
  • Definition 3: Weighted Diffusion Mechanism
  • Theorem 1: Diffusive DP-Image
  • Proof 1