Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection
41–50 of 70 posts
Re: Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection
#42I feel like a much easier solution is enforcing data provinence. Ssl for media hash, attach to metadata. The problem with AI isnt the fact its ai, its that people can invest little effort to sway things with undue leverage. A single person can look like 100's with signficantly less effort than previously. The problem with ai content is it makes abuse of public spaces much easier. Forcing people to take credit for wor…
> so, tie content to domains. A domain vouches for content works like that content having been a webpage or email from said domain. Signed hash in metadata is backwards compatible and its easy to make browsers etc display warnings on unsigned content, content from new domains, blacklisted domains, etc. Okay, so I generate an image, open Instagram, take a picture of the generated image on a hi-res screen, and hit uplo…
Re: Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection
#43I feel like a much easier solution is enforcing data provinence. Ssl for media hash, attach to metadata. The problem with AI isnt the fact its ai, its that people can invest little effort to sway things with undue leverage. A single person can look like 100's with signficantly less effort than previously. The problem with ai content is it makes abuse of public spaces much easier. Forcing people to take credit for wor…
Re: Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection
#44Congrats on launching. Would be good to have a quick trial on the website for a sample image, rather than going through the SDK route.
{
"request_id": "9622a21f-37bf-4404-ac84-8728977a5272",
"status": "ANALYZING",
"score": null,
"models": [
{
"name": "rd-context-img",
"status": "ANALYZING",
"score": null
},
{
"name": "rd-pine-img",
"status": "ANALYZING",
"score": null
},
{
"name": "rd-oak-img",
"status": "ANALYZING",
"score": null
},
{
"name": "rd-elm-img",
"status": "ANALYZING",
"score": null
},
{
"name": "rd-img-ensemble",
"status": "ANALYZING",
"score": null
},
{
"name": "rd-cedar-img",
"status": "ANALYZING",
"score": null
}
]
}Re: Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection
#45Make sure it works (most of the time) lock it down behind an well-guarded API and charge a lot of money :)
Re: Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection
#46This isn’t the type of thing where you build a product doing a lot of work up front, and then spend the rest of its life offering support and new features and relaxing a bit.
You are committing to a cat and mouse game. You will constantly have to stay on top of ever improving tech that gets harder to beat, you will never know peace. You will have to exert more and more effort each year.
Re: Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection
#47Yeah but does it actually work, though? There have been a lot of online tools claiming to be "AI detectors" and they all seem pretty unreliable. Can you talk us through what you look for, the most common failure modes and (at suitably high level) how you dealt with those?
Give it a try for yourself. It's free! We have been working on this problem since 2020 and have created an trained an ensemble of AI detection models working together to tell you what is real and what is fake!
In this day and age, everybody realises that forcing people to make an account does not count as free. It is paying with personal information.
Re: Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection
#48First want to say that I sincerely appreciate you working on this problem. The proliferation of deepfakes is something that virtually every technology industry is dealing with right now. Suppose that deepfake technology progressed to the point where it is still detectable by your technology, but is impossible for the naked eye. In that scenario (which many would call an eventuality), wouldn't you also be compelled to…
Thank you. As an inference-based detection platform, our models go into every scan with the assumption that all files are both not the original/ground truth AND the files have been likely transcoded. We never say something is 0% or 100% fake because we don’t have that ground truth. That said, our award-winning models are able to say, with a confidence score of 1-99% — the higher being likely manipulated — which, in t…
Re: Launch HN: Reality Defender (YC W22) – API for Deepfake and GenAI Detection
#49Earlier quoted context omitted.
We've actually deployed to several Tier 1 banks and large enterprises already for various use-cases (verification, fraud detection, threat intelligence, etc.). The feedback that we've gotten so far is that our technology is high accuracy and a useful signal. In terms of how our technology works, our research team has trained multiple detection models to look for specific visual and audio artifacts that the major gene…
What's the lead time between new generators and a new detection model? What about novel generators that are never made public? I think the most likely outcome of a criminal organization doing this is that they train a public architecture model from scratch on the material that they want to reproduce, and then use without telling anyone. Would your detector prevent this attack?
As for actual lead time associated with our actual strategy, that’s probably not something I can talk about publicly. I can say I’m working on making it happen faster.