# AutoGAN-based Dimension Reduction for Privacy Preservation

**Authors:** Hung Nguyen, Di Zhuang, Pei-Yuan Wu, Morris Chang

arXiv: 1902.10799 · 2021-07-29

## TL;DR

This paper introduces a neural network-based non-linear dimension reduction method that enhances privacy preservation in visual data by preventing data reconstruction while maintaining high utility for machine learning tasks.

## Contribution

It presents a novel dimension reduction framework inspired by neural networks that effectively balances data utility and privacy, especially for visual data like images.

## Key findings

- Achieves high classification accuracy with reduced dimensions (around 7)
- Reconstructed images are unrecognizable, ensuring privacy
- Demonstrates effectiveness across multiple face image datasets

## Abstract

Protecting sensitive information against data exploiting attacks is an emerging research area in data mining. Over the past, several different methods have been introduced to protect individual privacy from such attacks while maximizing data-utility of the application. However, these existing techniques are not sufficient to effectively protect data owner privacy, especially in the scenarios that utilize visualizable data (e.g. images, videos) or the applications that require heavy computations for implementation. To address these problems, we propose a new dimension reduction-based method for privacy preservation. Our method generates dimension-reduced data for performing machine learning tasks and prevents a strong adversary from reconstructing the original data. We first introduce a theoretical approach to evaluate dimension reduction-based privacy preserving mechanisms, then propose a non-linear dimension reduction framework motivated by state-of-the-art neural network structures for privacy preservation. We conducted experiments over three different face image datasets (AT&T, YaleB, and CelebA), and the results show that when the number of dimensions is reduced to seven, we can achieve the accuracies of 79%, 80%, and 73% respectively and the reconstructed images are not recognizable to naked human eyes.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.10799/full.md

## Figures

17 figures with captions in the complete paper: https://tomesphere.com/paper/1902.10799/full.md

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1902.10799/full.md

---
Source: https://tomesphere.com/paper/1902.10799