Maptcha: An Experiment in Map-Based CAPTCHA
maptcha.com
Maptcha: An Experiment in Map-Based CAPTCHA
1–10 of 31 posts
Re: Maptcha: An Experiment in Map-Based CAPTCHA
#2Having said that, there are a couple of issues: 1) This is really not a hard problem for a computer to solve. Detecting different image types is pretty trivial. You made it a lot easier by making the letters sit in the boxes in a regular manner. 2) A high percentage of captchas are now broken by humans, instead of robots. This is not a problem you will likely encounter in a small site, though.
(1) Is an easier problem to solve. You could do "input the letters near the cat", or "input the letters near the map of florida".
(2) Is harder, but most of the people who break captchas live in 3rd world countries, so you could possibly arbitrage cultural knowledge (see florida example above). They will catch on pretty damn quick, though.
Re: Maptcha: An Experiment in Map-Based CAPTCHA
#3Beyond that, the examples use extremely hard to see letters... that completely defeats the purpose. There's no need if the challenging part for the computer is detecting satellite imagery.
There are multiple letters on some of the images, sometimes hovering between two images. Again, why? The computer is going to have no problem divvying up the images, but the ambiguity is confusing for humans.
Make the letters as easy to read as possible please. If that breaks your captcha, find a new captcha method.
Re: Maptcha: An Experiment in Map-Based CAPTCHA
#4Re: Maptcha: An Experiment in Map-Based CAPTCHA
#5Technically it has two weaknesses:
- non-map images are chosen from a small set. Good implementation will need equally large set of non-map (and presumably non-offensive and deceptively map-like) images.
- satellite photos don't seem very hard to identify, e.g. even using histogram as an input to a simple classification algorithm could give decent accuracy (gray/brown/dark green color scheme dominates) and tree shadows, cars and rooftops may be easy features to detect with fancier algorithms.
Re: Maptcha: An Experiment in Map-Based CAPTCHA
#6This however, is difficult to read for a human and probably easy to write a bot for.
Re: Maptcha: An Experiment in Map-Based CAPTCHA
#7Re: Maptcha: An Experiment in Map-Based CAPTCHA
#8Re: Maptcha: An Experiment in Map-Based CAPTCHA
#9My guess is the contiguous nature of the satellite images might make the problem a bit easier, sort of like Battleship.