Image Encryption Algorithms for privacy in Deep Learning

An exploratory project on different learnable image encryption schemes for privacy in deep learning.


Mar, 2021 - Apr, 2021

Image Encryption Algorithms for privacy in Deep Learning

In this project, we delved into the realm of enhancing privacy in Deep Neural Networks ( DNNs ) through learnable image encryption algorithms.

Learnable Image Encryption Algorithms, refer to those algorithms that, where the encrypted images obtained after encryption can be applied to a learning algorithm such as DNNs as training and testing data.

Why is this important ?

Distributed systems like cloud and edge computing in various fields, which, while beneficial, pose risks like unauthorized service use, data leaks, and privacy breaches due to unreliable providers and accidents. The spread of Deep Neural Networks (DNNs) has been transformative in areas such as computer vision, biomedical systems, and information technology, leveraging large datasets, including sensitive information, to enhance performance. However, this integration of machine learning in distributed systems introduces security concerns like compromised data privacy and unauthorized access, making privacy-preserving machine learning an urgent priority, especially as DNNs are deployed in critical areas like autonomous vehicles, healthcare, and finance, where they must be robust against various attacks such as model inversion attacks, membership inference attacks, and adversarial attacks.

What I did and learn ?

As mentioned earlier, the main aim here was to learn and understand what learnable image encryption algorithms we have, how they work and test their robustness.

First, I implemented the encryption schemes, particularly focusing on the SKK, Tanaka and ETC schemes ( Encryption-then-Compression schemes ), and encrypted image datasets to reproduce and verified the results of training for Tanaka scheme. The picture below shows the result of SKK encryption on an image.

SKK Encryption Result

Second, I also looked into different attack scenarios for Tanaka and different variations of SKK schemes. Implemented the attack scenarios mentioned in Attacks on Image Encryption Schemes for Privacy-Preserving Deep Neural Networks for these encryption schemes, to test the robustness of these methods and replicated the results mentioned in the paper. The image below, shows the results of various attacks on SKK scheme encrypted image.

SKK Encryption Scheme Attacks

References

Here is the list of research papers that I referenced while doing this exploratory project :