Hacker News new | ask | show | jobs
by dismantlethesun 2901 days ago
Computers can and do label objects missing most of their features. This is especially important in computer vision work for cars, as inaccurately labeling an arm and a head as "not human" could lead to tragedy.

Now, I am sure you know this, so I don't know why you chose to use an example that's inaccurate in practice.

1 comments

I chose this example because, in practice, sometimes changing a single feature does ruin the prediction, especially in computer vision. Often, the systems are somewhat resilient to these kinds of errors, but often not also.

The fact that a computer can label an object missing many features does not imply that it cannot also make a mistake doing so. Like the Tesla that couldn't recognize a truck right in front of it.

Then there's Google's Deep Dream, which did silly things like think that all hammers had arms attached to them.

Then there's also this: http://www.evolvingai.org/fooling

and many other examples like it. I chose a simple example that would be maximally relatable and still accurate even with respect to state of the art algorithms and datasets with billions of samples.