From d1d486faa9ba7be375b6f8d04958382be1ff20d3 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Thu, 27 Feb 2025 10:21:31 +0000 Subject: [PATCH] Update CITATION.md cipherface added --- CITATION.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CITATION.md b/CITATION.md index 910ed29..ba9e747 100644 --- a/CITATION.md +++ b/CITATION.md @@ -55,6 +55,17 @@ If you use deepface in your research for facial attribute analysis purposes such We have additionally released these papers within the DeepFace project for a multitude of purposes. +```BibTeX +@misc{serengil2025cipherface, + title = {CipherFace: A Fully Homomorphic Encryption-Driven Framework for Secure Cloud-Based Facial Recognition}, + author = {Serengil, Sefik and Ozpinar, Alper}, + year = {2025}, + publisher = {arXiv}, + url = {https://arxiv.org/abs/2502.18514}, + doi = {10.48550/arXiv.2502.18514} +} +``` + ```BibTeX @misc{serengil2023db, title = {An evaluation of sql and nosql databases for facial recognition pipelines}, @@ -68,4 +79,4 @@ We have additionally released these papers within the DeepFace project for a mul ### Repositories -Also, if you use deepface in your GitHub projects, please add `deepface` in the `requirements.txt`. Thereafter, your project will be listed in its [dependency graph](https://github.com/serengil/deepface/network/dependents). \ No newline at end of file +Also, if you use deepface in your GitHub projects, please add `deepface` in the `requirements.txt`. Thereafter, your project will be listed in its [dependency graph](https://github.com/serengil/deepface/network/dependents).