ahmedh409 / deepfake-detection

GNU General Public License v3.0
4 stars 1 forks source link

Protecting Against GANs #15

Open ahmedh409 opened 2 years ago

ahmedh409 commented 2 years ago

GANs may be able to find a target perceptual hash and create deepfakes which can match the perceptual hash. To get around this, we considered the idea of inputting the perceptual hash into a CRYPTOGRAPHIC hashing algorithm - this cryptographic algorithm would be the only hash seen on the blockchain. Cryptographic algorithms can't be replicated on-purpose, so this would be a (relatively) robust method.