With GANs, any fake image detection technique you could derive based on visual data could probably be learned by the discriminator given the right architecture choice.
It's an interesting rat race to see; you could make a fake image using AI, then a fake image detector software, then connect the two until the AI generates images no longer recognizable as fake.
Signs that can reveal a fake photo (2017)
11–20 of 55 posts
Re: Signs that can reveal a fake photo (2017)
#12With GANs, any fake image detection technique you could derive based on visual data could probably be learned by the discriminator given the right architecture choice.
It's an interesting rat race to see; you could make a fake image using AI, then a fake image detector software, then connect the two until the AI generates images no longer recognizable as fake.
Re: Signs that can reveal a fake photo (2017)
#13Pretty sure Benford's law applies to images and can be used as a tool to detect fakes.
For example, compositing two images that somehow obey Benford's law should result in something that also obeys it.
Maybe you mean "Benford's law" as in "just general stastical properties", but I hope you had something more specific in mind.
Re: Signs that can reveal a fake photo (2017)
#14Re: Signs that can reveal a fake photo (2017)
#15There are virtually endless ways to generate ("deepfake") or otherwise modify media. I'm convinced that we're (at most) a couple advancements of software and hardware away from anyone being able to generate or otherwise modify media to the point where it's undetectable (certainly by average media consumers).
This comes up so often on HN I'm beginning to feel like a shill but about six months ago I started working on a cryptographic approach to 100% secure media authentication, verification, and provenance with my latest startup Tovera[0].
With traditional approaches (SHA256 checksums) and the addition of blockchain (for truly immutable and third party verification) we have an approach[1] that I'm confident can solve this issue.
Re: Signs that can reveal a fake photo (2017)
#16Is this a solvable problem by requiring camera manufacturers cryptographically sign photos and videos created on those devices? If that’s in place then it seems like it could be the basis for chain of custody of journalistic images backed by a blockchain. This seems like the only viable solution to me since any AI powered solution would just be a cat and mouse game.
And then what would the Blockchain provide in this case? A chain of cryptographically signed certificates back to a manufacturer is basically the same system we use on the web today TLS certs. No Blockchain required.
And a major problem with that system is making sure the camera only signs genuine images. A nation state actor, or even a large political operation, is going to have an incentive to bypass the protections on that camera - perhaps just driving what the CCD is telling the rest of the camera - so they can produce signed fakes.
That's if they can't just get the private key off the camera, perhaps through a side channel attack - which can be pretty tough to pull off but is very tough to really defend against. Get a private key, game is over for the fraudster.
Re: Signs that can reveal a fake photo (2017)
#17Is this a solvable problem by requiring camera manufacturers cryptographically sign photos and videos created on those devices? If that’s in place then it seems like it could be the basis for chain of custody of journalistic images backed by a blockchain. This seems like the only viable solution to me since any AI powered solution would just be a cat and mouse game.
Just give me the raw image sensor.
Re: Signs that can reveal a fake photo (2017)
#18It's been really interesting to see another recent uptick in media (and HN) coverage of deepfakes, modified media, etc lately. There are virtually endless ways to generate ("deepfake") or otherwise modify media. I'm convinced that we're (at most) a couple advancements of software and hardware away from anyone being able to generate or otherwise modify media to the point where it's undetectable (certainly by average m…
Re: Signs that can reveal a fake photo (2017)
#19Is this a solvable problem by requiring camera manufacturers cryptographically sign photos and videos created on those devices? If that’s in place then it seems like it could be the basis for chain of custody of journalistic images backed by a blockchain. This seems like the only viable solution to me since any AI powered solution would just be a cat and mouse game.
Re: Signs that can reveal a fake photo (2017)
#20It's been really interesting to see another recent uptick in media (and HN) coverage of deepfakes, modified media, etc lately. There are virtually endless ways to generate ("deepfake") or otherwise modify media. I'm convinced that we're (at most) a couple advancements of software and hardware away from anyone being able to generate or otherwise modify media to the point where it's undetectable (certainly by average m…
Block chain can at best give you chain-of-custody, but it can't help with the real problem - the original source. Trusting the original source requires, well, trust, so a block chain really adds very little to the solution.
The primary verification source is our API that interacts with a traditional data store. Blockchain only serves to add additional verification that we (or anyone else) isn't modifying or otherwise tampering with our verification record.