2019

Approximating CNNs with Bag-of-local-Features models works surprisingly well on ImageNet

Brendel, Wieland, Bethge, Matthias

Understand

Deep Neural Networks (DNNs) excel on many complex perceptual tasks but it has proven notoriously difficult to understand how they reach their decisions.

  • We here introduce a high-performance DNN architecture on ImageNet whose decisions are considerably easier to explain.
  • Our model, a simple variant of the ResNet-50 architecture called BagNet, classifies an image based on the occurrences of small local image features without taking into account their spatial ordering.
  • This strategy is closely related to the bag-of-feature (BoF) models popular before the onset of deep learning and reaches a surprisingly high accuracy on ImageNet (87.6% top-5 for 33 x 33 px features and Alexnet performance for 17 x 17 px features).

Reading the bibliography…