How to generate keys from facial images and keep privacy at the same time (2018) [pdf]
1–8 of 8 posts
Re: How to generate keys from facial images and keep privacy at the same time (2018) [pdf]
#2Or is the research for patent purposes only?
Re: How to generate keys from facial images and keep privacy at the same time (2018) [pdf]
#3This is old research, which seems to be a recreation of the work of Sutcu et al. among others.
I did my masters thesis on this.
Re: How to generate keys from facial images and keep privacy at the same time (2018) [pdf]
#4https://github.com/sipa/minisketch/
Our application is for communications efficient set reconciliation to convert Bitcoin's quadratic-overhead transaction gossip protocol (O(txn*peers)) to effectively linear (O(txn)), though the primary academic work that our work was based on were concerned with fuzzy extractors for privacy preserving (and encryption key generating) biometrics.
Re: How to generate keys from facial images and keep privacy at the same time (2018) [pdf]
#5But maybe I am wrong, maybe there are enough bits of information in a randomly lit image of a face.
Re: How to generate keys from facial images and keep privacy at the same time (2018) [pdf]
#6Hmm... This is old research, which seems to be a recreation of the work of Sutcu et al. among others. I did my masters thesis on this.
Re: How to generate keys from facial images and keep privacy at the same time (2018) [pdf]
#7Re: How to generate keys from facial images and keep privacy at the same time (2018) [pdf]
#8The minisketch library I worked on can be used for near optimal (in the sense of information leak) error correction for "set like" features: https://github.com/sipa/minisketch/ Our application is for communications efficient set reconciliation to convert Bitcoin's quadratic-overhead transaction gossip protocol (O(txn*peers)) to effectively linear (O(txn)), though the primary academic work that our work was based on w…