We can get a computer to tag the birds, answer questions about them, and generate new pictures of them.

  • @shagie@programming.dev
    link
    fedilink
    410 months ago

    https://www.explainxkcd.com/wiki/index.php/1425:_Tasks

    A month after this comic came out, Flickr responded with a prototype online tool to do something similar to what the comic describes, using its automated-tagging software. According to them, the bird solution "took us less than 5 years to build, though it's definitely a hard problem, and we've still got room for improvement".

    (the site http://parkorbird.flickr.com is no longer online)

  • @Zetaphor@zemmy.cc
    link
    fedilink
    English
    310 months ago

    I have a book on learning Pytorch, this XKCD is in the first chapter and implementing this is the first code practice. It's amazing how things progress.

  • obosob
    link
    fedilink
    English
    210 months ago

    Even with AI models that can identify that there are birds in the picture. Having it decide with accuracy that the picture is of a bird is still a hard problem.

  • @Poik@pawb.social
    link
    fedilink
    210 months ago

    Not only is this not obsolete, it's close to biographical as it closely references the first and second Artificial Intelligence Winters. The first being in the 60s. We've been working on these for a long time, so 5 years is short. It took until GPGPU to kick into full gear and some clever insights to get Deep Learning up and running (somewhat attributed to work published in 2011) to start reliably on this problem, and even that is an oversimplification of the timeline and the scope.

    Others have mentioned oddities like the difficulty of subject matter (picture contains a bird vs picture of a bird) but there are a lot harder problems that are trivial to humans and counterintuitively incredibly hard for computers.

  • transigence
    link
    fedilink
    110 months ago

    Computer vision was just popping off five years after that, so I would say that it is prescient.

  • JackbyDev
    link
    fedilink
    English
    110 months ago

    I talk about this a lot. It's a conspiracy theory of mine that this comic spurred the AI image tech we have today.

  • @modulojs@programming.dev
    link
    fedilink
    1
    edit-2
    10 months ago

    I remember this one. It seems as spot on now as it was then, IMO. It's not trying to say that object detection is magic or impossible, since it was totally possible then as well. It just requires a dedicated team + time + money to pay them, which is what this comic was trying to express. It is true there are more off-the-shelf software available for newer programmers now than there was before, so dev time is shorter, but that's more just degrees of comfort / budget as opposed to anything fundamentally different.

    • @tvbusy@lemmy.dbzer0.com
      link
      fedilink
      English
      110 months ago

      It could have been the other way around if global positioning systems were either not developed or used only by the military. In that case, detecting scenery of a park could be easier than trying to figure out the position on the map.

      Or it could just be that maps data are not shared. You'll need to hire boats and hire people to go and draw the map.

  • GamesRevolution
    link
    fedilink
    110 months ago

    It's actually even more correct because it underestimated the time needed by 5 years

  • @vzq@lemmy.blahaj.zone
    cake
    link
    fedilink
    110 months ago

    I used to put this in my object detection presentations 5 years ago and it never failed to draw chuckles from the audience.

    Shit has been going really really fast.