Slashdot Mirror


Fill Out CAPTCHAs, Digitize Books At The Same Time

alphadogg wrote with a link to a Networld article about a noble endeavor: putting CAPTCHAs to work for the good of humanity. A scientist at Carnegie Mellon is looking to create a new type of security check that will assist in a project meant to digitize and make searchable text from books and printed materials. Above and beyond that, the offering would probably be more secure than most current systems. "Instead of requiring visitors to retype random numbers and letters, they would retype text that otherwise is difficult for the optical character recognition systems to decipher when being used to digitize books and other printed materials. The translated text would then go toward the digitization of the printed material on behalf of the Internet Archive project."

11 of 121 comments (clear)

  1. Verification? by traindirector · · Score: 5, Insightful

    CAPTCHAs work because the computers sending them already know what the text says; they start with it in text form and change it into a hard-to-read image. In the system discussed in the article, how will the computer verify that the user response actually matches the text? Sure, it could compare the response to its best guess, but if a program trying to guess the text was equally as sophisicated as the guessing computer, the guess would match.

    I imagine the computer sending the picture of the image of hard-to-read text will further obfuscate the image in a way that makes it even more difficult for the computer on the receiving end to decipher, but the article doesn't acknowledge that this is one of the first logical questions in conceiving of / implementing this system in a functional way. The article really should cover this...

    1. Re:Verification? by greatgregg · · Score: 5, Informative

      From recaptcha.net: "But if a computer can't read such a CAPTCHA, how does the system know the correct answer to the puzzle? Here's how: Each new word that cannot be read correctly by OCR is given to a user in conjunction with another word for which the answer is already known. The user is then asked to read both words. If they solve the one for which the answer is known, the system assumes their answer is correct for the new one. The system then gives the new image to a number of other people to determine, with higher confidence, whether the original answer was correct."

    2. Re:Verification? by bugnuts · · Score: 4, Funny
      The problem is that any unsophisticated captcha interpreter can spit out the text that's known, and make a (bad) guess at what is hard to read. Then, if there is any significant amount of spammers, we end up with exactly the same issue - computers having trouble with OCR.

      e.g., /. puts in a captcha to translate the following two sections:
      12345
      l1il1

      The captcha software knows the "12345"
      but it doesn't know the "l1ill1". A human could figure out both.

      But spammer captcha deciphering can figure out 12345, and is allowed to incorrectly guess 11ii1 for the 2nd part. End result is
      • a spammer is posting something as indecipherable as this message except insults your penis size
      • some OCRed book is now committed to a false interpretation
      • I have to change the password on my luggage.

    3. Re:Verification? by Bjarke+Roune · · Score: 4, Insightful

      This is not a problem if the known word is a hard image that has been solved by humans in previous captchas. This scheme works as long as the system has a small pool of known images to start the process off.

    4. Re:Verification? by Falkkin · · Score: 4, Insightful

      "So if you want to screw with it, all you have to do is intentionally get exactly one word wrong each time."

      Well... sort of. Multiple agreements are required before the system will accept that it knows the spelling of a previously unknown word. So you're not going to singlehandedly subvert the system; at the very least you need a cabal of friends. But with millions of words available in the system, the chance that you and a bunch of friends will all get the same word and write in the same bogus data is pretty close to zero. I'm not saying it this system is impossible to game, but I think it'd be heck of a lot easier (and more rewarding, if it's the sort of thing that floats your boat) to vandalize Wikipedia instead.

  2. Better links by Falkkin · · Score: 4, Informative

    The article is lacking some information. Here are some better links:

    Official reCAPTCHA site
    Hide your email address with reCAPTCHA (super easy!)
    A more detailed blog post about how the system works

    Disclaimer: I work with Luis von Ahn, who's the professor running the reCAPTCHA project.

    1. Re:Better links by inKubus · · Score: 4, Interesting

      Also, Amazon has a pretty cool program where you can perform HITs (Human Intelligence Tasks) for a few cents each. They have a lot of stuff like transcribing podcasts, identifying stuff in satellite images, etc.

      --
      Cool! Amazing Toys.
  3. Official reCAPTCHA site by traindirector · · Score: 4, Informative

    I originally missed the link to the official site - D'oh. The article also doesn't mention that the system is already in use! http://recaptcha.net/

    1. Re:Official reCAPTCHA site by caffeinemessiah · · Score: 4, Informative

      There's an interesting solution to this problem -- the "scientist at Carnegie Mellon" is Luis von Ahn who was recently awarded a MacArthur genius award. In optical recognition tasks like this where the "true" answer is not known, how do you verify that a human agent correctly did the recognition? Just see if a bunch of other users type the same thing. It's a clever twist on consensus voting, and was recently snatched up by Google as "Google image labeler" here.

      --
      An old-timer with old-timey ideas.
  4. Great CAPTCHA solution to solve people not RTFA! by GNUALMAFUERTE · · Score: 5, Interesting

    Come on people, start using your brains please!, just a little!, half the posters have been asking the same 2 stupid questions, or even worse, posting the same 2 stupid questions with question mark removed, as if they were facts.

    We should put a CAPTCHA system on slashdot:

    When you want to post, You get to type-in a CAPTCHA. The Image for this is generated in this way:

      - The links to the article/s actually link to a page with a javascript wrapper that loads the article text, but replaces certain words with the graphical representation of that word, in the form of a CAPTCHA.
      - This words form a phrase that the user must type in if he wants to post. There are different combinations of phrases selected from the article, and each poster gets one randomly.

    This technology should be called CAPSSAA (for Completely Automated Public Stupidity test to tell Slashdoters and Assholes Apart)

    --
    WTF am I doing replying to an AC at 5 A.M on a Friday night?
  5. Image spam by JeremyR · · Score: 4, Interesting

    Maybe this technique can be adapted to fight image spam more effectively :-)