On the Importance of Encrypting Deep Features
Xingyang Ni, Heikki Huttunen, Esa Rahtu

TL;DR
This paper demonstrates the vulnerability of deep feature vectors to model inversion attacks in black-box settings and proposes ShuffleBits, a simple encryption method that secures features directly in production models.
Contribution
It introduces ShuffleBits, a novel, easy-to-implement encryption technique for deep features, enhancing privacy in neural network deployment.
Findings
Adversaries can infer sensitive data from deep features even with limited assumptions.
ShuffleBits effectively encrypts features, preventing data reconstruction.
The method is compatible with any neural network and easy to deploy.
Abstract
In this study, we analyze model inversion attacks with only two assumptions: feature vectors of user data are known, and a black-box API for inference is provided. On the one hand, limitations of existing studies are addressed by opting for a more practical setting. Experiments have been conducted on state-of-the-art models in person re-identification, and two attack scenarios (i.e., recognizing auxiliary attributes and reconstructing user data) are investigated. Results show that an adversary could successfully infer sensitive information even under severe constraints. On the other hand, it is advisable to encrypt feature vectors, especially for a machine learning model in production. As an alternative to traditional encryption methods such as AES, a simple yet effective method termed ShuffleBits is presented. More specifically, the binary sequence of each floating-point number gets…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInternet Traffic Analysis and Secure E-voting · Gait Recognition and Analysis · Anomaly Detection Techniques and Applications
