1 / 25

Telling Humans and Computers Apart (Automatically) Or How Lazy Cryptographers do AI

Telling Humans and Computers Apart (Automatically) Or How Lazy Cryptographers do AI. Luis von Ahn. The Aladdin Center Carnegie Mellon University. CAPTCHA. A program that can tell whether its user is a human or a computer. CAPTCHA. A program that can generate and grade tests that:

mrebekah
Download Presentation

Telling Humans and Computers Apart (Automatically) Or How Lazy Cryptographers do AI

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Telling Humans and Computers Apart (Automatically) Or How Lazy Cryptographers do AI Luis von Ahn The Aladdin Center Carnegie Mellon University

  2. CAPTCHA A program that can tell whether its user is a human or a computer.

  3. CAPTCHA A program that can generate and grade tests that: 1. Most humans can pass 2. Current computer programs cannot pass

  4. Picks 7 words out of a dictionary Renders the words into a distorted image ball blade drop hair kettle mouth shoe Example

  5. Example And generates a TEST: Type three words appearing in the image

  6. P stands for Public All code and data used by a CAPTCHA should be public. (We allow a small amount of private randomness)

  7. Completely Automatic Public Turing Test to Tell Computers and Humans Apart

  8. QUESTION How do we distort images so that a computer cannot tell they are related? Example What are these pictures of?

  9. Bongo Visual Analogy Problems (Bongard 1951)

  10. Bongo Visual Analogy Problems (Bongard 1951)

  11. four Bongo Visual Analogy Problems (Bongard 1951)

  12. Sound Oriented CAPTCHA Humans are better than computers at understanding spoken language. Question: which English digits are being said? (Written by Nancy Chan in Hong Kong)

  13. OPEN PROBLEM Create a TEXT-based CAPTCHA

  14. The Enemy • An expert programmer with: • Complete knowledge of the code • and data used by the CAPTCHA • 2. Full access to the web • 3. A super computer • 4. Lots of free time It should be really hard for The Enemy to write a program that can pass the tests generated by a CAPTCHA

  15. OPEN PROBLEM Prove this! Proving Hardness Reductions to AI-unsolved problems: Any program that passes the tests generated by a CAPTCHA can be used as an oracle to solve a hard unsolved AI problem. What is a hard AI problem?

  16. P stands for Public. Why? • The Enemy can learn a lot about the way a CAPTCHA works and all the data it uses. • If the Enemy cannot write a program to pass the tests even when the code and data are publicly available, then we are really showing a CAPTCHA is hard to beat. • We want our CAPTCHAs to be broken!

  17. QUICKVOTE Which is the best Computer Science Grad School in the US? Berkeley MIT CMU Princeton Cornell Stanford vote Applications (from www.slashdot.com)

  18. Applications • Free E-mail Services • - Chat Rooms • Search Engine Bots • Shopping Agents

  19. OPEN PROBLEM How do we get around this? Stealing Cycles From Humans Every time a shopping agent encounters a CAPTCHA test, it can simply ask the human behind the computer to solve it! Free Porn Sites: before seeing a free picture the user must solve a CAPTCHA test.

  20. Stealing Cycles From Humans How can we use humans as oracles to expand our computational abilities? HotOrNot Find a bug in the code

  21. Stealing Cycles From Humans The whole idea of a CAPTCHA can be seen under this light. Malicious, intelligent programmers can be put to work on unsolved AI problems!

  22. www.captcha.net

  23. A Challenge to the AI Community CAPTCHAs are well specified challenges to the AI community

More Related