Slashdot Mirror


Opinion: Artificial Intelligence Hits the Barrier of Meaning (nytimes.com)

Machine learning algorithms don't yet understand things the way humans do -- with sometimes disastrous consequences. Melanie Mitchell, a professor of Computer Science at Portland State University, writes: As someone who has worked in A.I. for decades, I've witnessed the failure of similar predictions of imminent human-level A.I., and I'm certain these latest forecasts will fall short as well. The challenge of creating humanlike intelligence in machines remains greatly underestimated. Today's A.I. systems sorely lack the essence of human intelligence: understanding the situations we experience, being able to grasp their meaning. The mathematician and philosopher Gian-Carlo Rota famously asked, "I wonder whether or when A.I. will ever crash the barrier of meaning." To me, this is still the most important question.

The lack of humanlike understanding in machines is underscored by recent cracks that have appeared in the foundations of modern A.I. While today's programs are much more impressive than the systems we had 20 or 30 years ago, a series of research studies have shown that deep-learning systems can be unreliable in decidedly unhumanlike ways. I'll give a few examples. "The bareheaded man needed a hat" is transcribed by my phone's speech-recognition program as "The bear headed man needed a hat." Google Translate renders "I put the pig in the pen" into French as "Je mets le cochon dans le stylo" (mistranslating "pen" in the sense of a writing instrument). Programs that "read" documents and answer questions about them can easily be fooled into giving wrong answers when short, irrelevant snippets of text are appended to the document.

Similarly, programs that recognize faces and objects, lauded as a major triumph of deep learning, can fail dramatically when their input is modified even in modest ways by certain types of lighting, image filtering and other alterations that do not affect humans' recognition abilities in the slightest. One recent study showed that adding small amounts of "noise" to a face image can seriously harm the performance of state-of-the-art face-recognition programs. Another study, humorously called "The Elephant in the Room," showed that inserting a small image of an out-of-place object, such as an elephant, in the corner of a living-room image strangely caused deep-learning vision programs to suddenly misclassify other objects in the image.

5 of 217 comments (clear)

  1. So it's basically an old-school overtraining by Impy+the+Impiuos+Imp · · Score: 5, Interesting

    I wonder if these AI vision systems that input millions of images are actually doing a deep learning, or are just canvassing pretty much every image possibility such that any possible live image is just a tiny automated delta calculation away from an answer.

    This would explain why tweaking the input in the described ways would throw the AI into a tizzy -- the tweaked input isn't within a tiny delta of any of the millions of categorized images.

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    1. Re:So it's basically an old-school overtraining by taustin · · Score: 5, Interesting

      There was a military experiment years ago trying to teach a computer to distinguish between friendly and enemy tanks. They showed it thousands of photos of each, and in the test bed, it was very, very accurate. When used under battlefield conditions, however, it went to hell in a handbasket.

      Turned out they hadn't taught it to distinguish between US and Russian tanks, they had taught it to distinguish between high quality photos (used for marketing meetings with Congresscritters for funding), and crappy, grainy Polaroids (which was all they had of the Russian tanks).

      They'll learn what you teach them, but what you teach them may not have anything to do with what you want them to learn.

    2. Re:So it's basically an old-school overtraining by dj245 · · Score: 4, Interesting

      There was a military experiment years ago trying to teach a computer to distinguish between friendly and enemy tanks. They showed it thousands of photos of each, and in the test bed, it was very, very accurate. When used under battlefield conditions, however, it went to hell in a handbasket.

      Turned out they hadn't taught it to distinguish between US and Russian tanks, they had taught it to distinguish between high quality photos (used for marketing meetings with Congresscritters for funding), and crappy, grainy Polaroids (which was all they had of the Russian tanks).

      They'll learn what you teach them, but what you teach them may not have anything to do with what you want them to learn.

      That's a great story and perfectly illustrates the pitfalls of machine learning. I (a mechanical engineer) took a data science class and the main takeaway I got was that machine learning basically fits a curve of predicted behavior based on input variables. The "training" dataset is what you feed it to figure out the curve. Then you test it on a different dataset to make sure it isn't bonkers. Removing or adding one input variable can dramatically change the influence strength or even the sign (+/-) of the other variables in the prediction formula that the process generates. If you have hundreds of input variables it becomes completely impossible for a human to understand all the relationships between the variables in the prediction function. So even if the machine learning software can generated a good predictive function, a human may not be able to understand how that predictive function works if few or none of the input variables are dominant.

      --
      Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
  2. Finally, a comment on AI that I can support by TomGreenhaw · · Score: 4, Interesting

    The Turing test has led us down a rocky road and we have a very long way to go. Artificial human-like intelligence IMHO is still a long way away. Most people make shoot from the hip assumptions about how the brain works and after doing some basic math about Moore's law assume super intelligence is right around the corner.

    The brain is way more complicated than we know.

    For example: there are two stable isotopes of lithium. Chemically they are identical, but they do not have the same effect on the brain. One is useful as a drug to treat mental illness and the other is not. This means there is something more subtle about how our brain works than interconnections and electrochemistry.

    It is however a worthy challenge because the journey will teach us much about who we really are and how we work.

    --
    Greed is the root of all evil.
  3. Re:Great! by religionofpeas · · Score: 4, Insightful

    When human beings see something unexpected, we do a double take

    Of course, you first need to see something unexpected. In the famous video of white/black people passing a ball, very few people noticed the gorilla. They never did a double take. https://www.youtube.com/watch?... This happens all the time in real life.