TorchPRISM: Principal Image Sections Mapping, a novel method for Convolutional Neural Network features visualization
Tomasz Szandala

TL;DR
TorchPRISM is a visualization tool for CNN features that uses PCA to highlight significant features and enables comparison between images, aiding interpretability of deep learning models.
Contribution
Introduces PRISM, a PCA-based visualization tool for CNNs that supports feature comparison and can be integrated with explanation techniques.
Findings
Effective visualization of CNN features using PCA.
Supports comparative analysis of image features.
Eases interpretation of deep neural network decisions.
Abstract
In this paper we introduce a tool called Principal Image Sections Mapping - PRISM, dedicated for PyTorch, but can be easily ported to other deep learning frameworks. Presented software relies on Principal Component Analysis to visualize the most significant features recognized by a given Convolutional Neural Network. Moreover, it allows to display comparative set features between images processed in the same batch, therefore PRISM can be a method well synerging with technique Explanation by Example.
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
TopicsExplainable Artificial Intelligence (XAI) · Advanced Neural Network Applications · Cell Image Analysis Techniques
