VisualBackProp: efficient visualization of CNNs
Mariusz Bojarski, Anna Choromanska, Krzysztof Choromanski, Bernhard, Firner, Larry Jackel, Urs Muller, Karol Zieba

TL;DR
VisualBackProp is a real-time, efficient visualization method for CNNs that highlights input pixel regions contributing to predictions, aiding debugging especially in self-driving car systems.
Contribution
It introduces a novel, fast visualization technique that identifies pixel groups influencing CNN decisions, with theoretical validation and practical speed advantages.
Findings
Achieves order of magnitude speed-up over layer-wise relevance propagation.
Provides plausible visualizations on road video data and other applications.
Theoretically confirms pixel group contributions to CNN predictions.
Abstract
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. This makes the presented visualization method a valuable debugging tool which can be easily used during both training and inference. We furthermore justify our approach with theoretical arguments and theoretically confirm that the proposed method identifies sets of input…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Autonomous Vehicle Technology and Safety · Generative Adversarial Networks and Image Synthesis
