
When an artificial intelligence sees a picture of the comic book hero Spider-Man, it can conjure the idea of a spider â an advanced connection that humans make and that now seems to be happening in neural networks designed to mimic our brains.
In the 1960s, neuroscientist Jerry Lettvin proposed that human brains had âgrandmother cellsâ that correspond to memories of specific people or objects. The concept was labelled simplistic at the time, but experiments since then using brain implants have shown not only do we have specific neurons triggered by the sight of our grandmother, we also have others that react to Halle Berry and Jennifer Aniston.
Researchers at OpenAI in California have now discovered that a similar system is at work in artificial neural networks as well, suggesting that AIs designed to mimic the function of the human brain are archiving memories and attaching understanding akin to the way we do.
Advertisement
The companyâs CLIP neural network was designed to connect text and images, so the software could find pictures of âyellow carsâ or âgreen applesâ based on text input. In experiments, the neural network is given an image â say, of an old man â and asked to identify what is in it. Then the images are tweaked and it tries again until it gets to the closest match it can.
While doing this, the software effectively drew pictures of its understanding of different concepts â so it drew an old man, but it also wrote the words âold manâ. Instead of simply matching images to previous images it had seen, this was evidence that it had understanding of the concept behind the words.
The inclusion of the text description itself led the researchers to believe that the AI had developed a kind of grandmother cell related to that concept.
In further experiments, the team found that CLIP has a âSpider-Manâ neuron that fires when shown an image of a spider, the word âspiderâ or even a sketch of the comic book character. Rather than just identifying images that looked similar to pictures of Spider-Man it had seen in the past, it instead seemed to be aware of the concept of Spider-Man, including the word and its association with spiders. They found similar connections relating to geographical regions, facial expressions and religious iconography.
The team believes that these artificial grandmother cells, known as multimodal neurons in the human brain, are a common mechanism in artificial and natural vision systems and that this abstraction of concepts is key to how memory works.
Gabriel Goh at OpenAI believes the experiment shows that neural networks are using the same methods to organise information as human brains. âWhether you call that understanding or not is maybe a matter of semantics,â he says. âBut this is the closest Iâve seen these two systems converge.â
Ilya Sutskever at OpenAI says that the experiments add to evidence of commonality between biological systems and artificial systems, and that neuroscientists will be able to use artificial neural networks to identify behaviours and study human brains for the existence of the same behaviours.
âEarly AI researchers looked at the brain and said âHey, the brain has neurons, letâs try to build neural networksâ. Itâs kind of neat that now weâve reached the point where deep learning can feed back to neuroscience,â he says.
Usually, neural networks for identifying or categorising images need to be trained on large data sets of carefully chosen images and accompanying descriptions. But CLIP was trained on a wide range of different images taken from the internet. Researchers found several examples of racial bias and other problematic associations that had been inherited from the internet. A neuron relating to âMiddle Eastâ was associated with terrorism, for instance, while another for âimmigrationâ was found to respond to images of Latin America.
But the team believes that small, targeted, educational data sets will be able to decouple these associations and effectively teach the algorithm not to make potentially harmful associations.
Distill