Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fdbtrs committed Dec 14, 2021
1 parent 66ed3ce commit adb9421
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Self-restrained Triplet Loss

## This is the official repository of the paper 'Unmasking Face Embeddings by Self-restrained Triplet Loss for Accurate Masked Face Recognition'
## This is the official repository of the paper 'Self-restrained Triplet Loss for Accurate Masked Face Recognition'

#### Update
Paper has been accepted in Pattern Recognition (Elsevier) journal
[SRT](https://www.sciencedirect.com/science/article/pii/S003132032100649X?dgcid=coauthor)

![Workflow](https://raw.githubusercontent.com/fdbtrs/Self-restrained-Triplet-Loss/master/images/workflow.png)

Expand All @@ -20,11 +23,18 @@

If you used any of the codes provided in this repository, please cite the following paper
```
@article{boutros2021unmasking,
title={Unmasking Face Embeddings by Self-restrained Triplet Loss for Accurate Masked Face Recognition},
author={Boutros, Fadi and Damer, Naser and Kirchbuchner, Florian and Kuijper, Arjan},
journal={arXiv preprint arXiv:2103.01716},
year={2021}
@article{BOUTROS2022108473,
title = {Self-restrained triplet loss for accurate masked face recognition},
journal = {Pattern Recognition},
volume = {124},
pages = {108473},
year = {2022},
issn = {0031-3203},
doi = {https://doi.org/10.1016/j.patcog.2021.108473},
url = {https://www.sciencedirect.com/science/article/pii/S003132032100649X},
author = {Fadi Boutros and Naser Damer and Florian Kirchbuchner and Arjan Kuijper},
keywords = {COVID-19, Biometric recognition, Identity verification, Masked face recognition},
abstract = {Using the face as a biometric identity trait is motivated by the contactless nature of the capture process and the high accuracy of the recognition algorithms. After the current COVID-19 pandemic, wearing a face mask has been imposed in public places to keep the pandemic under control. However, face occlusion due to wearing a mask presents an emerging challenge for face recognition systems. In this paper, we present a solution to improve masked face recognition performance. Specifically, we propose the Embedding Unmasking Model (EUM) operated on top of existing face recognition models. We also propose a novel loss function, the Self-restrained Triplet (SRT), which enabled the EUM to produce embeddings similar to these of unmasked faces of the same identities. The achieved evaluation results on three face recognition models, two real masked datasets, and two synthetically generated masked face datasets proved that our proposed approach significantly improves the performance in most experimental settings.}
}
```

Expand All @@ -34,4 +44,6 @@ If you used any of the codes provided in this repository, please cite the follow
This project is licensed under the terms of the Attribution-NonCommercial-ShareAlike 4.0
International (CC BY-NC-SA 4.0) license.
Copyright (c) 2021 Fraunhofer Institute for Computer Graphics Research IGD Darmstadt
```
```


0 comments on commit adb9421

Please sign in to comment.