Hacking the Brain with Adversarial Images

Hacking the Brain with Adversarial Images

  • March 3, 2018
Table of Contents

Hacking the Brain with Adversarial Images

This is an example of what’s called an adversarial image: an image specifically designed to fool neural networks into making an incorrect determination about what they’re looking at. Researchers at Google Brain decided to try and figure out whether the same techniques that fool artificial neural networks can also fool the biological neural networks inside of our heads, by developing adversarial images capable of making both computers and humans think that they’re looking at something they aren’t.

Source: ieee.org

Share :
comments powered by Disqus

Related Posts

Understanding word vectors in NLP

Understanding word vectors in NLP

In this tutorial, I’m going to show you how word vectors work. This tutorial assumes a good amount of Python knowledge, but even if you’re not a Python expert, you should be able to follow along and make small changes to the examples without too much trouble.

Read More
Paul Allen Wants to Teach Machines Common Sense

Paul Allen Wants to Teach Machines Common Sense

The Microsoft co-founder will give $125 million to his nonprofit research lab to help develop technology that adds common sense to artificial intelligence.

Read More
Mobile Real-time Video Segmentation

Mobile Real-time Video Segmentation

We use big convolution kernels with large strides of four and above to detect object features on the high-resolution RGB input frame. Convolutions for layers with a small number of channels (as it is the case for the RGB input) are comparably cheap, so using big kernels here has almost no effect on the computational costs.

Read More