this post was submitted on 13 Feb 2025
176 points (100.0% liked)

Technology

68495 readers
3455 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] shortwavesurfer@lemmy.zip 6 points 1 month ago

As a legally blind user, this is really, really bad.

[–] Lost_My_Mind@lemmy.world 3 points 1 month ago (1 children)

Oh no. Imagine trying to use a map app, and you have to go to the gps coordinates of the maps location, in order to solve the geocaptcha.

It sounds stupid, but thats exactly why someone will do this. We live in the dumbest timeline.

[–] xapr@lemmy.sdf.org 21 points 1 month ago* (last edited 1 month ago) (1 children)

I only read the text, didn't watch the video, but from the text it didn't sound like that's what they were describing. It sounded like they will present images to people and ask them to confirm whether or not there's an object there?

We introduce “MapTCHA”, a CAPTCHA that leverages the uncertainty of interpreting imagery with computer vision, and provides human verification for AI predictions: users are asked to identify images containing correctly interpreted objects, e.g. building outlines.

Edit: also, here's the github they seem to be working from - https://github.com/ciupava/maptcha_dev

Edit 2: I hope they succeed, because it would be great to have an open source captcha that benefits everyone.

[–] adespoton@lemmy.ca 3 points 1 month ago (2 children)

The big question though is: why?

CAPTCHA was implemented because machine learning was worse than people at solving the problems, so they could filter out the bots AND train their algorithms.

Today, the bots are often better than the humans, so both reasons for having CAPTCHAS no longer make sense. Even user verification can be easily faked by AI now.

[–] xapr@lemmy.sdf.org 4 points 1 month ago (1 children)

I'm not sure.

Perhaps getting computer vision that's reliably better than humans costs a lot of money that a project like OpenStreetMap doesn't have?

[–] adespoton@lemmy.ca 3 points 1 month ago

Could be… it makes sense to reinvent the wheel if the previous inventors won’t share.

They explain it in the video. They already use algorithms to detect if things are buildings or not.

But if their algorithm can't make a determination or is uncertain below a certain threshold, they send it to Maptcha to get a bulk human opinion.