2016

VisualBackProp: efficient visualization of CNNs

Bojarski, Mariusz, Choromanska, Anna, Choromanski, Krzysztof et al.

Understand

This paper proposes a new method, that we call VisualBackProp, for visualizing which sets of pixels of the input image contribute most to the predictions made by the convolutional neural network (CNN).

  • The method heavily hinges on exploring the intuition that the feature maps contain less and less irrelevant information to the prediction decision when moving deeper into the network.
  • The technique we propose was developed as a debugging tool for CNN-based systems for steering self-driving cars and is therefore required to run in real-time, i.e.
  • it was designed to require less computations than a forward propagation.

Reading the bibliography…