Earlier quoted context omitted.
Can someone please explain to me why smart people keep saying that we’ll just build software to detect deepfakes? When AlphaZero plays against itself it just gets better. Once that spread is so narrow, every deviation is in the range of possible error. And it can’t explain WHY a certain move is better or why the picture is a squirrel. And sometimes it can be wrong, but only on hilarious edge cases, in the rest we jus…
Sci-fi author John Varley covered this in one of his novels. In a society where anything digital can be manipulated, the veracity of a speech or event depends on a network of trust and people who witnessed the event in real life . If someone made a speech in front of hundreds of live, physically present spectators, these spectators can then verify the authenticity of any recording, and as long as there people in that…
Beating Google ReCaptcha and the funCaptcha using AWS Rekognition
91–100 of 128 posts
Re: Beating Google ReCaptcha and the funCaptcha using AWS Rekognition
#92Step 1: Use Captcha to get free AI training data. Step 2: Sell improved AI. Step 3: Add edge cases to the Captcha that your AI can't handle yet. Go to step 1.
Can someone please explain to me why smart people keep saying that we’ll just build software to detect deepfakes? When AlphaZero plays against itself it just gets better. Once that spread is so narrow, every deviation is in the range of possible error. And it can’t explain WHY a certain move is better or why the picture is a squirrel. And sometimes it can be wrong, but only on hilarious edge cases, in the rest we jus…
Re: Beating Google ReCaptcha and the funCaptcha using AWS Rekognition
#93Earlier quoted context omitted.
Google doesn't pass or fail, it gives a score and leaves it up to the site operator.
You’re dealing with two different things. reCAPTCHA v2 and the badly named Invisible reCAPTCHA¹ assess the user and either let them in, or gate them on puzzle solving. So, it does pass or fail you, where fail means trap you in purgatory indefinitely (though some hold it’s actually hell rather than purgatory). reCAPTCHA v3 never presents a CAPTCHA for you to solve, but decides a score (in practice, I’ve only seen 0.1,…
Re: Beating Google ReCaptcha and the funCaptcha using AWS Rekognition
#94Re: Beating Google ReCaptcha and the funCaptcha using AWS Rekognition
#95Re: Beating Google ReCaptcha and the funCaptcha using AWS Rekognition
#96Earlier quoted context omitted.
Google doesn't pass or fail, it gives a score and leaves it up to the site operator.
They only did that so they could shift the blame/responsibility of making the classification to website operators instead of themselves.
Re: Beating Google ReCaptcha and the funCaptcha using AWS Rekognition
#97Earlier quoted context omitted.
They only did that so they could shift the blame/responsibility of making the classification to website operators instead of themselves.
It's a library for web developers... Is it so terrible to return a float instead of a bool?
Re: Beating Google ReCaptcha and the funCaptcha using AWS Rekognition
#98I suppose there are a bunch of privacy and corner cases that would mess that up (for instance, composing a reply in a text editor and pasting it would be indistinguishable from a bot).
Has anyone tried? Are there write-ups I could read about?