From 54ebf85fa566e17aab7c995c35afb213a673af0c Mon Sep 17 00:00:00 2001 From: Parsa Rahimi Noshanagh <parsa.rahimi@idiap.ch> Date: Tue, 25 Jul 2023 17:20:15 +0200 Subject: [PATCH] Added citation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index c14a5f6..d555cc8 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,20 @@ Note that the `sample.pt` files were computed from the previous command. [Jul 2023] Our paper got accepted at IEEE IJCB 2023. +# Citations +```bib +@inproceedings{ParsaIJCB2023, + author = {Rahimi, Parsa and Ecabert, Christophe and Marcel, Sébastien}, + keywords = {Bias, Controlled Synthesis, Fairness, Generative Models, Synthetic Dataset}, + projects = {Idiap}, + title = {Toward responsible face datasets: modeling the distribution of a disentangled latent space for sampling face images from demographic groups}, + booktitle = {IEEE International Joint Conference on Biometrics}, + year = {2023}, + pdf = {https://publidiap.idiap.ch/attachments/papers/2023/Rahimi_IJCB_2023.pdf} +} +``` + + # Acknowledgement : We thank the authors of the following projects for sharing their fantastic work: https://github.com/yuval-alaluf/stylegan3-editing -- GitLab