Skip to content

Commit da7657b

Browse files
author
ralucaada
committed
some info on a related work
1 parent 7a65994 commit da7657b

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

doc/main.tex

+24-1
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,32 @@ \section{Related Work} % (fold)
515515
\item [Data sets]
516516
A website with lots of ML datasets
517517
\\ \href{http://archive.ics.uci.edu/ml/datasets.html}{Link}
518-
\end{description}
519518

520519

520+
\item [Efficient Privacy-Preserving Face Recognition] (\emph{Ahmad-Reza Sadeghi, Thomas Schneider, and Immo Wehrenberg})
521+
522+
- Efficient privacy-preserving face recognition
523+
systems.
524+
525+
The typical scenario here is a client-server application where the client
526+
needs to know whether a specific face image is contained in the database of a
527+
server with the following requirements: the client trusts the server to correctly
528+
perform the matching algorithm for the face recognition but without revealing any useful information to the server about the requested image as well as
529+
about the outcome of the matching algorithm. The server requires privacy of its
530+
database beyond the outcome of the matching algorithm to the client
531+
532+
The client has a photo and wants to know which entry in the database at the server matches this photo. The database at the server contains an eigenface per entry. The server should not learn the photo beyond the matching result and the client should not learn the database beyond the matching result.
533+
534+
535+
536+
Something similar to our argmax:
537+
11For
538+
this, they apply a straight-forward recursive algorithm for minimum selection
539+
based on a sub-protocol which compares two encrypted distances and returns
540+
a re-randomized encryption of the minimum and its index to S. For this sub-
541+
protocol, an optimized version of the homomorphic encryption-based comparison
542+
protocol of Damg?ard, Geisler and Kr¿igaard (DGK) [10,11,12] is used.''
543+
\end{description}
521544
% section related_work (end)
522545

523546

0 commit comments

Comments
 (0)