The Neural Net Tank Urban Legend
gwern.net
The Neural Net Tank Urban Legend
1–10 of 67 posts
Re: The Neural Net Tank Urban Legend
#2Re: The Neural Net Tank Urban Legend
#3Re: The Neural Net Tank Urban Legend
#4Re: The Neural Net Tank Urban Legend
#5Re: The Neural Net Tank Urban Legend
#6I don't see how this story gives a "misleading" view of deep learning. From my (admittedly limited) experience with self-driving RC cars, this type of mistake is quite easy for a neural net to make while being quite difficult to detect. In our case, after utilizing a visual back-prop method, we realized our car was using the lights above to direct itself rather than the lanes on the road.
Now, you can refute this and say "well clearly your data wasn't extensive enough" or "your behavioral model is too simple for a complicated task like driving" however as these tools become easier to use, more and more organizations will put them into practice without as much care as the researchers behind most of the current production efforts.
Re: The Neural Net Tank Urban Legend
#7It's funny, I heard this legend a bunch, but stopped hearing it after the 2012 AlexNet paper.
AlexNet[1] is the name of a convolutional neural network, originally written with CUDA to run with GPU support, which competed in the ImageNet Large Scale Visual Recognition Challenge in 2012. The network achieved a top-5 error of 15.3%, more than 10.8 percentage points ahead of the runner up. AlexNet was designed by the SuperVision group, consisting of Alex Krizhevsky, Geoffrey Hinton, and Ilya Sutskever.
AlexNet Paper(PDF)[0]
[0]: http://vision.stanford.edu/teaching/cs231b_spring1415/slides... [1]: https://en.wikipedia.org/wiki/AlexNet
Re: The Neural Net Tank Urban Legend
#8>I suggest that dataset bias is real but exaggerated by the tank story, giving a misleading indication of risks from deep learning I don't see how this story gives a "misleading" view of deep learning. From my (admittedly limited) experience with self-driving RC cars, this type of mistake is quite easy for a neural net to make while being quite difficult to detect. In our case, after utilizing a visual back-prop meth…
Re: The Neural Net Tank Urban Legend
#9Is there anybody still doing this?
Re: The Neural Net Tank Urban Legend
#10> a common preprocessing step in computer vision (and NNs in general) is to whiten the image by standardizing or transforming pixels to a normal distribution; this would tend to wipe global brightness levels, promoting invariance to illumination Is there anybody still doing this?