SOTAVerified

Principal Feature Visualisation in Convolutional Neural Networks

2020-08-01ECCV 2020Code Available1· sign in to hype

Marianne Bakken, Johannes Kvam, Alexey A. Stepanov, Asbjørn Berge

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce a new visualisation technique for CNNs called Principal Feature Visualisation (PFV). It uses a single forward pass of the original network to map principal features from the final convolutional layer to the original image space as RGB channels. By working on a batch of images we can extract contrasting features, not just the most dominant ones with respect to the classification. This allows us to differentiate between several features in one image in an unsupervised manner. This enables us to assess the feasibility of transfer learning and to debug a pre-trained classifier by localising misleading or missing features.

Tasks

Reproductions