Fluxmux / master-thesis

Thesis for Master in Industrial Engineering ICT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secure Face Matching

To read my thesis download this pdf

We are affected with machine learning in many aspects of our daily lives, applications ranges from facial recognition to enhanced healthcare to self-driving cars. As companies outsource image classification tasks to cloud computing service providers, we see a rise in privacy concerns for both the users wishing to keep their data confidential, as for the company wishing to keep their classifier obfuscated.

In this thesis we study the applicability of secure multiparty computation protocols on deep learning-based face matching and try to implement a privacy-preserving face matching algorithm.

Workflow

The workflow commences by acquiring an image of the clients face, this can be done by taking a photograph with the front-facing camera of the clients smartphone. The client then performs secret sharing on the image and sends the shared secret to the participating parties. The parties receive their shares and jointly compute the output of the face recognition model on the given shared image of the face.

About

Thesis for Master in Industrial Engineering ICT


Languages

Language:TeX 100.0%