A Simple Explanation of How Image Recognition Works
1–8 of 8 posts
Re: A Simple Explanation of How Image Recognition Works
#2Good explanation of Type 1/Type 2 errors at the end, too: 'it correctly identified birds 95% of the time, but only spotted 90% of the birds in our test data'.
Re: A Simple Explanation of How Image Recognition Works
#3Re: A Simple Explanation of How Image Recognition Works
#4Re: A Simple Explanation of How Image Recognition Works
#5https://www.cs.nyu.edu/~fergus/papers/zeilerECCV2014.pdf
Have a look at Figure 2.9. What you see is that the upper layers tend to be very general, basic filters that act as edge, corner and circle detectors. When you move to lower levels, the filters get more complicated and you start seeing things like animal parts, faces and so on.
Re: A Simple Explanation of How Image Recognition Works
#6Re: A Simple Explanation of How Image Recognition Works
#7I really liked the visual representation of the "8" bitmap! It's kind of neat how `0` has a fairly pixel density compared to `255`, so even as numbers the `8` is still recognizable.
I actually cheated to make that illustration better. In a real grayscale image, 0 is black and 255 is white. I inverted the image to make the numbers easier to see as an "8". I swapped it so that black was 0 and white was 255 :)