From b890223919def839d7aca644bcc74d4c00a081fb Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Fri, 25 Apr 2025 12:03:13 +0100 Subject: [PATCH] Update README.md - encrypted similarity search publication added - high resolution real time video put in the 1st order --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12d752b..8fc8485 100644 --- a/README.md +++ b/README.md @@ -261,9 +261,9 @@ Here, you can also find some real time demos for various facial recognition mode | Task | Model | Demo | | --- | --- | --- | -| Facial Recognition | VGG-Face | [`Video`](https://youtu.be/tSU_lNi0gQQ) | -| Facial Recognition | FaceNet | [`Video`](https://youtu.be/vB1I5vWgTQg) | | Facial Recognition | DeepFace | [`Video`](https://youtu.be/YjYIMs5ZOfc) | +| Facial Recognition | FaceNet | [`Video`](https://youtu.be/vB1I5vWgTQg) | +| Facial Recognition | VGG-Face | [`Video`](https://youtu.be/tSU_lNi0gQQ) | | Facial Recognition | OpenFace | [`Video`](https://youtu.be/-4z2sL6wzP8) | | Age & Gender | - | [`Video`](https://youtu.be/tFI7vZn3P7E) | | Race & Ethnicity | - | [`Video`](https://youtu.be/-ztiy5eJha8) | @@ -456,6 +456,18 @@ Please cite deepface in your publications if it helps your research. ``` +
+ S. Serengil and A. Ozpinar, "Encrypted Vector Similarity Computations Using Partially Homomorphic Encryption: Applications and Performance Analysis", arXiv preprint arXiv:2503.05850, 2025. + + ```BibTeX + @article{serengil2025vectorsimilarity, + title={Encrypted Vector Similarity Computations Using Partially Homomorphic Encryption: Applications and Performance Analysis}, + author={Serengil, Sefik and Ozpinar, Alper}, + journal={arXiv preprint arXiv:2503.05850}, + note={doi: 10.48550/arXiv.2503.05850. [Online]. Available: \url{https://arxiv.org/abs/2503.05850}}, + year={2025} + } + ```
Also, if you use deepface in your GitHub projects, please add `deepface` in the `requirements.txt`.