|
|
|
|
|
by akhundelar
1773 days ago
|
|
As far as my understanding goes, you can apply a distance measure on the (neural)hashes of the input image and the reference image. A proximity threshold will determine if it's a variant of the original image or not. So, it should probably be pretty good at defeating basic evasion. It is not like a cryptographic hash, where altering a single bit will completely change the output. |
|