Isn't literally every deepfake detection technique just an oracle that you can use to train a better deepfake creator?
A new way to detect ‘deepfake’ picture editing
21–30 of 92 posts
Re: A new way to detect ‘deepfake’ picture editing
#22Re: A new way to detect ‘deepfake’ picture editing
#23Re: A new way to detect ‘deepfake’ picture editing
#24I'm having trouble following. Can someone explain this in easier terms? What scenario does this address and how does this work exactly?
Re: A new way to detect ‘deepfake’ picture editing
#25https://arxiv.org/abs/2106.00660
> First, we show how an image owner with access to an inpainting model can augment their image in such a way that any attempt to edit it using that model will add arbitrary visible information. We find that we can target multiple different models simultaneously with our technique. This can be designed to reconstitute a watermark if the editor had been trying to remove it. Second, we show that our markpainting technique is transferable to models that have different architectures or were trained on different datasets, so watermarks created using it are difficult for adversaries to remove. Markpainting is novel and can be used as a manipulation alarm that becomes visible in the event of inpainting.
Re: A new way to detect ‘deepfake’ picture editing
#26Re: A new way to detect ‘deepfake’ picture editing
#27Re: A new way to detect ‘deepfake’ picture editing
#28I'm having trouble following. Can someone explain this in easier terms? What scenario does this address and how does this work exactly?
solution: you use a denoising filter to reconstruct the watermark pixels to plausible original values. Profit!
this: instead of just simple obvious watermarks, you can instead encode visually indistinct fake-noise that deliberately confuses denoising neural networks.
They claim “We find that we can target multiple different models simultaneously with our technique.”, ie. it is reasonably generic.
how? Eh, that’s complicated, look up “adversarial neural networks”, there’s a fairly high level overview here: https://towardsdatascience.com/how-to-systematically-fool-an...